Click or drag to resize

IDoozer Interface

Interface for classes that can build objects out of codons.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IDoozer

The IDoozer type exposes the following members.

Properties
 NameDescription
Public propertyHandleConditions Gets if the doozer handles codon conditions on its own. If this property return false, the item is excluded when the condition is not met.
Top
Methods
 NameDescription
Public methodBuildItem Construct the item.
Top
Remarks
http://en.wikipedia.org/wiki/Fraggle_Rock#Doozers
See Also