Table of Contents

Class VDevPerson

Namespace
InSite.Application.Contacts.Read
Assembly
Shift.Sdk.dll
public class VDevPerson
Inheritance
VDevPerson
Inherited Members
Extension Methods

Constructors

VDevPerson()

public VDevPerson()

Properties

Email

public string Email { get; set; }

Property Value

string

IsAdministrator

public bool IsAdministrator { get; set; }

Property Value

bool

IsDeveloper

public bool IsDeveloper { get; set; }

Property Value

bool

IsOperator

public bool IsOperator { get; set; }

Property Value

bool

OrganizationCode

public string OrganizationCode { get; set; }

Property Value

string

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

PersonIdentifier

public Guid? PersonIdentifier { get; set; }

Property Value

Guid?

UserAccessGranted

public DateTimeOffset? UserAccessGranted { get; set; }

Property Value

DateTimeOffset?

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid