Table of Contents

Class Verification

Namespace
Shift.Toolbox.Integration.DirectAccess
Assembly
Shift.Toolbox.dll
public class Verification
Inheritance
Verification
Inherited Members
Extension Methods

Constructors

Verification(VerificationInputVariables, VerificationDisplayVariables)

public Verification(VerificationInputVariables input, VerificationDisplayVariables display)

Parameters

input VerificationInputVariables
display VerificationDisplayVariables

Properties

AdminIsInternal

public bool AdminIsInternal { get; }

Property Value

bool

DisplayVariables

public VerificationDisplayVariables DisplayVariables { get; set; }

Property Value

VerificationDisplayVariables

Errors

public List<string> Errors { get; set; }

Property Value

List<string>

EventCountdownDays

public int EventCountdownDays { get; }

Property Value

int

EventCountdownHours

public int EventCountdownHours { get; }

Property Value

int

EventIsPaper

public bool EventIsPaper { get; }

Property Value

bool

EventTimeIsHoliday

public bool EventTimeIsHoliday { get; }

Property Value

bool

EventTimeIsWeekend

public bool EventTimeIsWeekend { get; }

Property Value

bool

InputVariables

public VerificationInputVariables InputVariables { get; set; }

Property Value

VerificationInputVariables

Warnings

public List<string> Warnings { get; set; }

Property Value

List<string>

Methods

Calculate()

public void Calculate()