Table of Contents

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

aggregate Guid
status string
quantity decimal?
unit string

Properties

Quantity

public decimal? Quantity { get; set; }

Property Value

decimal?

Status

public string Status { get; set; }

Property Value

string

Unit

public string Unit { get; set; }

Property Value

string