Class StrongEntity
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
DisplayName
The display name of the asset class
public string DisplayName { get; set; }
Property Value
Id
The Id of the entity
public virtual long Id { get; set; }
Property Value
Name
The name of the entity
public string Name { get; set; }
Property Value
UpdatedDateUTC
The date on which the entity was last updated
public DateTime UpdatedDateUTC { get; set; }