Setting Methods

The Setting type exposes the following members.

Methods
  NameDescription
Public methodAddValidValue(Boolean, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(DateTime, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(String, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(Number, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(ParameterToken, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(Boolean, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(DateTime, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(String, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(Number, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(ParameterToken, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodCheckValue
Checks the value for validity against any boundaries or existing valid values.
Public methodCheckValueAgainstBoundaries
Checks the value for validity only against existing boundaries.
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also