Click or drag to resize

DispatcherTypeParameter Properties

The DispatcherTypeParameter type exposes the following members.

Properties
 NameDescription
Public propertyDescription Description of the parameter.
Public propertyDomain Domain of the parameter.
Public propertyFilter Filter of the parameter.
Public propertyInitialValue The value that shall be used (i.e. copied into Value) when a new dispatcher of this type is introduced.
Public propertyName The name of the parameter (Unique within each dispatcher type).
Public propertyOccurrence Whether the parameter is optional or required.
Public propertyValueType The parameter type according to requirement of Configurator integration.
Top
See Also