FlagsProperty Methods

The FlagsProperty 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 methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also