Interface IDatedEntity
Defines a base definition for an entity with defined created and updated date.
public interface IDatedEntity
- Extension Methods
Properties
CreatedDate
Gets or sets the date of the entity's creation.
DateTime CreatedDate { get; set; }
Property Value
UpdatedDate
Gets or sets the date of the entity's last update.
DateTime? UpdatedDate { get; set; }