Show / Hide Table of Contents

Class MicroCreatedUpdaterModelBase

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

Inheritance
System.Object
MicroCreatedUpdaterModelBase
LanguageModel
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 Source

CreatedBy

Gets or sets the record creator model object.

Declaration
public MicroUserModel CreatedBy { get; set; }
Property Value
Type Description
MicroUserModel
| 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 MicroUserModel UpdatedBy { get; set; }
Property Value
Type Description
MicroUserModel
| 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