Setting Methods |
The Setting type exposes the following members.
| Name | Description | |
|---|---|---|
| AddValidValue(Boolean, String, String) |
Adds a new value to the supported list of valid values.
| |
| AddValidValue(DateTime, String, String) |
Adds a new value to the supported list of valid values.
| |
| AddValidValue(String, String, String) |
Adds a new value to the supported list of valid values.
| |
| AddValidValue(Number, String, String) |
Adds a new value to the supported list of valid values.
| |
| AddValidValue(ParameterToken, String, String) |
Adds a new value to the supported list of valid values.
| |
| AddValidValue(Boolean, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
| AddValidValue(DateTime, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
| AddValidValue(String, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
| AddValidValue(Number, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
| AddValidValue(ParameterToken, CompatibleDataTypes, String, String) |
Adds a new value to the supported list of valid values.
| |
| CheckValue |
Checks the value for validity against any boundaries or existing valid values.
| |
| CheckValueAgainstBoundaries |
Checks the value for validity only against existing boundaries.
| |
| ToString | Returns a string that represents the current object. (Inherited from DescriptorBase.) |