IModifiedStats Interface

represents a part of a business object that keeps track of when an object has been created, and by whom, and when it was last modified and by whom.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public interface IModifiedStats : ICreatedStats
Implements
ICreatedStats

Properties

LastModifiedAt When this object was last modified
LastModifiedBy The AccountDto user that last modified this business object

Extension Methods

IsModifiedStatsValid Checks whether the model is properly filled in.
(Defined by ModelValidatorsExtensions)
SetModifiedNow Change modified by stats to DateTime.UtcNow
(Defined by ModelGenericModifiers)

See Also