ICreatedAuditable

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

Syntax

public interface ICreatedAuditable

Properties

DateCreated

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

Returns

DateTimeOffset