Class GroupedStrongEntity
Represents the base class for strong entites that supports grouping
public abstract class GroupedStrongEntity : StrongEntity
- Inheritance
-
GroupedStrongEntity
- Derived
- Inherited Members
Constructors
GroupedStrongEntity()
protected GroupedStrongEntity()
Properties
GroupDisplayName
The Display Name of the group the entity belongs to
public string GroupDisplayName { get; set; }
Property Value
GroupId
The Id of the group the entity belongs to
public long GroupId { get; set; }
Property Value
GroupName
The Name of the group the entity belongs to
public string GroupName { get; set; }