Class Staff
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class Staff
- Inheritance
-
Staff
- Inherited Members
- Extension Methods
Constructors
Staff()
public Staff()
Properties
public string Email { get; set; }
Property Value
Id
public int Id { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Primary
public bool Primary { get; set; }