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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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