Setting that has a key and value. More...
Public Member Functions | |
bool | Matches (ISetting setting) |
Check if a setting refers to the same setting as this one. Specifically, a setting has to match on every parameter except value in order to be a valid match. This means that two settings are the same, but may have different values because they represent the value of the setting at different points in time (for instance during a settings update). | |
void | Update (string value) |
Update the value of a setting. | |
Properties | |
string | Key [get] |
The key of the setting. | |
string | Value [get] |
The value for the setting. | |
Setting that has a key and value.
bool VideoOS.Platform.DriverFramework.Data.Settings.ISetting.Matches | ( | ISetting | setting | ) |
Check if a setting refers to the same setting as this one.
Specifically, a setting has to match on every parameter except value in order to be a valid match.
This means that two settings are the same, but may have different values because they represent the value of the setting at different
points in time (for instance during a settings update).
setting |
Implemented in VideoOS.Platform.DriverFramework.Data.Settings.Setting< T >.
void VideoOS.Platform.DriverFramework.Data.Settings.ISetting.Update | ( | string | value | ) |
Update the value of a setting.
value |
Implemented in VideoOS.Platform.DriverFramework.Data.Settings.Setting< T >.
|
get |
The key of the setting.
Implemented in VideoOS.Platform.DriverFramework.Data.Settings.Setting< T >.
|
get |
The value for the setting.
Implemented in VideoOS.Platform.DriverFramework.Data.Settings.Setting< T >.