Owneat Technical Guide main Help

Interface IAuditable

Namespace: Common.Contracts
Assembly: Common.dll

public interface IAuditable

Properties

CreatedAt

Represents the System.DateTimeOffset when the entity was created.

DateTimeOffset CreatedAt { get; set; }

Property Value

DateTimeOffset

UpdatedAt

Represents the System.DateTimeOffset when the entity was last updated.

DateTimeOffset UpdatedAt { get; set; }

Property Value

DateTimeOffset

Last modified: 21 May 2024