ComponentSettingData Properties

The ComponentSettingData type exposes the following members.

Properties
  NameDescription
Public propertyAvailableValueTypes
Gets the available parameter value types for the current instance.
Public propertyChangesOutputMetadata
Gets a value indicating whether the value changes the output metadata.
Public propertyDataType
Gets the component setting type.
Public propertyDefaultValue
Gets the default value.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBaseData.)
Public propertyHasValidValues
Gets a value indicating whether this instance has valid values.
Public propertyId
Gets the object ID.
(Inherited from DescriptorBaseData.)
Public propertyIsElementSpecific
Gets a value indicating whether the setting is applied to a data element.
Public propertyIsInvertedSelectionSupported
Gets or sets a value indicating whether this instance supports inverted selection.
Public propertyMaximumValue
Gets the maximum value.
Public propertyMaxLength
Gets the maximum numbers of characters allowed.
Public propertyMinimumValue
Gets the minimum value.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBaseData.)
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyValidValues
Gets the valid values for the current instance.
Top
See Also