Table of Contents

Class OrganizationSearch.OrganizationHierarchyInfo

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class OrganizationSearch.OrganizationHierarchyInfo
Inheritance
OrganizationSearch.OrganizationHierarchyInfo
Inherited Members

Constructors

OrganizationHierarchyInfo()

public OrganizationHierarchyInfo()

Properties

AccountClosed

public DateTimeOffset? AccountClosed { get; set; }

Property Value

DateTimeOffset?

Children

public List<OrganizationSearch.OrganizationHierarchyInfo> Children { get; }

Property Value

List<OrganizationSearch.OrganizationHierarchyInfo>

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

OrganizationName

public string OrganizationName { get; set; }

Property Value

string

Parent

public OrganizationSearch.OrganizationHierarchyInfo Parent { get; set; }

Property Value

OrganizationSearch.OrganizationHierarchyInfo

ParentOrganizationIdentifier

public Guid? ParentOrganizationIdentifier { get; set; }

Property Value

Guid?

PathCode

public string PathCode { get; set; }

Property Value

string

PathDepth

public int PathDepth { get; set; }

Property Value

int

PathIndent

public string PathIndent { get; set; }

Property Value

string