Table of Contents

Class PersonOrganizationListDataItem

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class PersonOrganizationListDataItem
Inheritance
PersonOrganizationListDataItem
Inherited Members
Extension Methods

Constructors

PersonOrganizationListDataItem()

public PersonOrganizationListDataItem()

Properties

OrganizationCode

public string OrganizationCode { get; set; }

Property Value

string

OrganizationDomain

public string OrganizationDomain { get; set; }

Property Value

string

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

OrganizationName

public string OrganizationName { get; set; }

Property Value

string

OrganizationStatus

public string OrganizationStatus { get; set; }

Property Value

string

OrganizationUrl

public string OrganizationUrl { get; set; }

Property Value

string

PersonIsAdministrator

public bool PersonIsAdministrator { get; set; }

Property Value

bool

PersonIsDeveloper

public bool PersonIsDeveloper { get; set; }

Property Value

bool

PersonIsGrantedAccess

public bool PersonIsGrantedAccess { get; set; }

Property Value

bool

PersonIsLearner

public bool PersonIsLearner { get; set; }

Property Value

bool

PersonIsOperator

public bool PersonIsOperator { get; set; }

Property Value

bool