Class ModelBase
public class ModelBase : IAuditable
- Inheritance
-
ModelBase
- Implements
- Derived
Properties
CreatedBy
Username of the creator of this Object.
public string CreatedBy { get; set; }
Property Value
CreatedOn
Created Timestamp for this Object.
public DateTime CreatedOn { get; set; }
Property Value
ModifiedBy
Username of the last user who modified this Object.
public string ModifiedBy { get; set; }
Property Value
ModifiedOn
Modified Timestamp for this Object.
public DateTime ModifiedOn { get; set; }