Table of Contents

Class GroupedStrongEntity

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

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

string

GroupId

The Id of the group the entity belongs to

public long GroupId { get; set; }

Property Value

long

GroupName

The Name of the group the entity belongs to

public string GroupName { get; set; }

Property Value

string