DeviceSettingValueTLastModifiedAt Property

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.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public DateTimeOffset LastModifiedAt { get; internal set; }

Property Value

DateTimeOffset

Remarks

This field should not be updated simply because the user altered the device, but only if the Value was altered!

See Also