Table of Contents

Class StrongEntity

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

Represents the base class for strong entites

public abstract class StrongEntity
Inheritance
StrongEntity
Derived
Inherited Members

Constructors

StrongEntity()

protected StrongEntity()

Properties

CreatedDateUTC

The date on which the entity was added

public DateTime CreatedDateUTC { get; set; }

Property Value

DateTime

DisplayName

The display name of the asset class

public string DisplayName { get; set; }

Property Value

string

Id

The Id of the entity

public virtual long Id { get; set; }

Property Value

long

Name

The name of the entity

public string Name { get; set; }

Property Value

string

UpdatedDateUTC

The date on which the entity was last updated

public DateTime UpdatedDateUTC { get; set; }

Property Value

DateTime