Table of Contents

Class PersonItem

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

Constructors

PersonItem()

public PersonItem()

Properties

Birthdate

public DateTime? Birthdate { get; set; }

Property Value

DateTime?

Email

public string Email { get; set; }

Property Value

string

FirstName

public string FirstName { get; set; }

Property Value

string

LastName

public string LastName { get; set; }

Property Value

string

PersonCode

public string PersonCode { get; set; }

Property Value

string

Phone

public string Phone { get; set; }

Property Value

string