Table of Contents

Class PersonMatch

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class PersonMatch
Inheritance
PersonMatch
Inherited Members
Extension Methods

Constructors

PersonMatch()

public PersonMatch()

Properties

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

PersonId

public Guid PersonId { get; set; }

Property Value

Guid

TimeZone

public string TimeZone { get; set; }

Property Value

string

UserEmail

public string UserEmail { get; set; }

Property Value

string

UserId

public Guid UserId { get; set; }

Property Value

Guid

UserName

public string UserName { get; set; }

Property Value

string