Table of Contents

Class GroupHierarchy

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class GroupHierarchy
Inheritance
GroupHierarchy
Inherited Members

Constructors

GroupHierarchy()

public GroupHierarchy()

Properties

GroupIdentifier

public Guid? GroupIdentifier { get; set; }

Property Value

Guid?

GroupName

public string GroupName { get; set; }

Property Value

string

GroupType

public string GroupType { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

ParentGroupIdentifier

public Guid? ParentGroupIdentifier { get; set; }

Property Value

Guid?

PathDepth

public int? PathDepth { get; set; }

Property Value

int?

PathIndent

public string PathIndent { get; set; }

Property Value

string

PathName

public string PathName { get; set; }

Property Value

string