Show / Hide Table of Contents

Class CreatedUpdaterModelBase

This class contains basic created and updater properties for model records.

Inheritance
System.Object
CreatedUpdaterModelBase
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 CreatedUpdaterModelBase

Properties

| Improve this Doc View Source

CreatedBy

Gets or sets the record creator model object.

Declaration
public MinimalUserModel CreatedBy { get; set; }
Property Value
Type Description
MinimalUserModel
| Improve this Doc View Source

CreatedDate

Gets or sets the record created date time.

Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

UpdatedBy

Gets or sets the record updater model object.

Declaration
public MinimalUserModel UpdatedBy { get; set; }
Property Value
Type Description
MinimalUserModel
| Improve this Doc View Source

UpdatedDate

Gets or sets the record last updated date time.

Declaration
public DateTime UpdatedDate { get; set; }
Property Value
Type Description
System.DateTime
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont