Class ImportPerson
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class ImportPerson
- Inheritance
-
ImportPerson
- Inherited Members
-
- Extension Methods
-
Constructors
ImportPerson()
Properties
BusinessTitle
public string BusinessTitle { get; set; }
Property Value
- string
Email
public string Email { get; set; }
Property Value
- string
EmployeeType
public string EmployeeType { get; set; }
Property Value
- string
FirstName
public string FirstName { get; set; }
Property Value
- string
Identifier
public Guid Identifier { get; set; }
Property Value
- Guid
LastName
public string LastName { get; set; }
Property Value
- string
Location
public string Location { get; set; }
Property Value
- string
Manager
public string Manager { get; set; }
Property Value
- string