DeviceSettingValueT Class
Represents a setting property value on a
DeviceDto,
e.g. "low battery threshold" or "authorized number(s)".
Namespace: MobileTrack.Common.ModelsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public sealed class DeviceSettingValue<T> : IEquatable<DeviceSettingValue<T>>
- Inheritance
- Object DeviceSettingValueT
- Implements
- IEquatableDeviceSettingValueT
Type Parameters
- T
- The type of the Value.
This type must be added in SourceGenerationContext!
The name of the property is not included; this is because the name is already known when
this type was declared in the property of a business object.
| IsSynchronized |
Whether the device setting value is synchronized with the device.
|
| LastModifiedAt |
When this field was last modified. For the local data representation, this means
when the field was last modified in a form. For the remote receiver representation,
this means the last time the device acknowledged it had changed the field.
The default value is MinValue: this means this value has never
been synchronized with the device and that the user didn't override an input; this means
the items need to be populated with the device's values, if possible.
|
| Value |
The value of the setting.
|