Click or drag to resize
TaskParameterDescription Properties

The TaskParameterDescription type exposes the following members.

Properties
  NameDescription
Public propertyDefault
Default value.
Public propertyDefaultSerialized
Default value.
Public propertyDescription
Description.
Public propertyFinalParameterType
Returns the final parameter type. If the parameter type is a nullable type, the underlying type is returned, otherwise the parameter type itself is returned.
Public propertyMetaType
Meta type (used for parameters which are initialized by sub configurations).
Public propertyMetaTypeString
String of meta type (used for parameters which are initialized by sub configurations).
Public propertyName
Readable name.
Public propertyParameterName
Parameter name.
Public propertyParameterType
Parameter type.
Public propertyType
Parameter type.
Public propertyVisualizationType
Defines how the task parameter should be visualized.
Top
See Also