Table of Contents

Class ModelBase

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll
public class ModelBase : IAuditable
Inheritance
ModelBase
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