SettingAddValidValue Method

Overload List
  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.
Top
See Also