IModifiedStatsLastModifiedAt Property
When this object was last modified
Namespace: MobileTrack.Common.InterfacesAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
DateTimeOffset LastModifiedAt { get; set; }
Property Value
DateTimeOffset - When –
The property represents the moment the object has last modified in C# code, not when the object
was first send to the database; For example, if a user modifies an existing DeviceDto, that means the moment the
form was submitted and ready for processing the modification date gets altered.
- Initialization –
When an object is first created and CreatedAt was set, the same value must be
applied to this property. It is only allowed to deviate when newer changes are introduced at a later date.
- Valid state –
Must not be MinValue or a date before MobileTrack Nexus was launched,
or before CreatedAt.