Table of Contents

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

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