Holds metadata associated with a setting and properties associated with a setting. More...
Public Member Functions | |
override string | ToString () |
Properties | |
decimal | Increment [get, set] |
decimal | Maximum [get, set] |
decimal | Minimum [get, set] |
List< string > | Options [get, set] |
For "Enum" type only. List of valid values. | |
string | Permission [get, set] |
string | Type [get, set] |
string | Value [get, set] |
Holds metadata associated with a setting and properties associated with a setting.
Sometimes it's not enough to know the value of a setting and other information/metadata is needed about the setting.
For example, it would be helpful to know that a setting is read-only to avoid trying to write and modify its value.