CompanyDtoLastModifiedAt Property

When this object was last modified

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
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