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