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