Table of Contents

Class PersonName

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class PersonName
Inheritance
PersonName
Inherited Members
Extension Methods

Constructors

PersonName()

public PersonName()

Properties

First

public string First { get; set; }

Property Value

string

FullPerson

public string FullPerson { get; set; }

Property Value

string

FullUser

public string FullUser { get; set; }

Property Value

string

Last

public string Last { get; set; }

Property Value

string

OrganizationId

public Guid OrganizationId { get; set; }

Property Value

Guid

PersonId

public Guid PersonId { get; set; }

Property Value

Guid

UserId

public Guid UserId { get; set; }

Property Value

Guid