Class AttendanceTaken
- Namespace
- InSite.Domain.Registrations
- Assembly
- Shift.Sdk.dll
public class AttendanceTaken : Change, IChange
- Inheritance
-
AttendanceTaken
- Implements
- Inherited Members
- Extension Methods
Constructors
AttendanceTaken(string, decimal?, string)
public AttendanceTaken(string status, decimal? quantity, string unit)
Parameters
Properties
Quantity
public decimal? Quantity { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
Unit
public string Unit { get; set; }