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+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
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