MeasureSetSetting Methods

The MeasureSetSetting type exposes the following members.

Methods
  NameDescription
Public methodAddValidValue(Boolean, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodAddValidValue(DateTime, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodAddValidValue(String, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodAddValidValue(Number, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodAddValidValue(ParameterToken, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodAddValidValue(Boolean, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodAddValidValue(DateTime, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodAddValidValue(String, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodAddValidValue(Number, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodAddValidValue(ParameterToken, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
(Inherited from Setting.)
Public methodCheckValue
Checks the value for validity against any boundaries or existing valid values.
(Inherited from Setting.)
Public methodCheckValueAgainstBoundaries
Checks the value for validity only against existing boundaries.
(Overrides SettingCheckValueAgainstBoundaries(ParameterValue).)
Public methodRemoveDependency
Removes the current instance dependency to a primary setting.
(Inherited from ComponentSetting.)
Public methodSetPrimaryDependencyValue
Sets the current instance as a dependency settings, and assigns the primary setting value when the current instance becomes active.
(Inherited from ComponentSetting.)
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also