Class GroupedStrongEntity
Represents the base class for strong entites that supports grouping
Constructors
GroupedStrongEntity()
Declaration
protected GroupedStrongEntity()
Properties
GroupDisplayName
The Display Name of the group the entity belongs to
Declaration
public string GroupDisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupId
The Id of the group the entity belongs to
Declaration
public long GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GroupName
The Name of the group the entity belongs to
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |