BlobDtoLastModifiedAt Property

When this object was last modified

Definition

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

Property Value

DateTimeOffset

Implements

IModifiedStatsLastModifiedAt

Remarks

  • 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.

See Also