Class StrongEntity
Represents the base class for strong entites
Constructors
StrongEntity()
Declaration
protected StrongEntity()
Properties
CreatedDateUTC
The date on which the entity was added
Declaration
public DateTime CreatedDateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DisplayName
The display name of the asset class
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The Id of the entity
Declaration
public virtual long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Name
The name of the entity
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdatedDateUTC
The date on which the entity was last updated
Declaration
public DateTime UpdatedDateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |