Class MicroCreatedUpdaterModelBase
This class contains basic created and updater properties for model records.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Common
Assembly: Vasont.Publisher.Models.dll
Syntax
public abstract class MicroCreatedUpdaterModelBase
Properties
| Improve this Doc View SourceCreatedBy
Gets or sets the record creator model object.
Declaration
public MicroUserModel CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
MicroUserModel |
CreatedDate
Gets or sets the record created date time.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UpdatedBy
Gets or sets the record updater model object.
Declaration
public MicroUserModel UpdatedBy { get; set; }
Property Value
Type | Description |
---|---|
MicroUserModel |
UpdatedDate
Gets or sets the record last updated date time.
Declaration
public DateTime UpdatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |