IUpdatedAuditable

An interface that implements the CloudNimble common pattern for tracking who created an Entity.

Syntax

public interface IUpdatedAuditable

Properties

DateUpdated

DateTimeOffset? DateUpdated { get; set; }
The unique identifier for the User that created this particular Entity.

Returns

DateTimeOffset?