BooleanSetting Properties

The BooleanSetting type exposes the following members.

Properties
  NameDescription
Public propertyAvailableValueTypes
Gets the available parameter value types for the current instance.
(Overrides SettingAvailableValueTypes.)
Public propertyChangesOutputMetadata
Gets a value indicating whether the value changes the output metadata.
(Inherited from ComponentSetting.)
Public propertyDataType
Gets the component setting type.
(Inherited from Setting.)
Public propertyDefaultValue
Gets the default value.
(Inherited from Setting.)
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyHasValidValues
Gets a value indicating whether this instance has valid values.
(Inherited from Setting.)
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyIsDependencySetting
Gets a value indicating whether the current instance is a dependency setting.
(Inherited from ComponentSetting.)
Public propertyIsElementSpecific
Gets a value indicating whether the setting is applied to a data element.
(Inherited from Setting.)
Public propertyIsInvertedSelectionSupported
Gets or sets a value indicating whether this instance supports inverted selection.
(Inherited from ComponentSetting.)
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Public propertyPrimarySettingValue
Gets the primary setting value when the current instance becomes active, if the current instance is a dependency setting.
(Inherited from ComponentSetting.)
Public propertyValidValues
Gets the valid values for the current instance.
(Inherited from Setting.)
Top
See Also