Interface IAuditable
Namespace: Catalyst.Abstractions.Attributes
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IAuditable
Properties
| Improve this Doc View SourceCreated
Auto set field when Auditable entity is created
Declaration
DateTime Created { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Modified
Auto set field when Auditable entity is modified
Declaration
DateTime? Modified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |