Class TakeAttendance
- Namespace
- InSite.Application.Registrations.Write
- Assembly
- Shift.Sdk.dll
public class TakeAttendance : Command, ICommand
- Inheritance
-
TakeAttendance
- Implements
- Inherited Members
- Extension Methods
Constructors
TakeAttendance(Guid, string, decimal?, string)
public TakeAttendance(Guid aggregate, 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; }