Class Verification
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class Verification
- Inheritance
-
Verification
- Inherited Members
-
- Extension Methods
-
Constructors
public Verification(VerificationInputVariables input, VerificationDisplayVariables display)
Parameters
input VerificationInputVariables
display VerificationDisplayVariables
Properties
public bool AdminIsInternal { get; }
Property Value
- bool
public VerificationDisplayVariables DisplayVariables { get; set; }
Property Value
- VerificationDisplayVariables
public List<string> Errors { get; set; }
Property Value
- List<string>
public int EventCountdownDays { get; }
Property Value
- int
public int EventCountdownHours { get; }
Property Value
- int
public bool EventIsPaper { get; }
Property Value
- bool
public bool EventTimeIsHoliday { get; }
Property Value
- bool
public bool EventTimeIsWeekend { get; }
Property Value
- bool
public VerificationInputVariables InputVariables { get; set; }
Property Value
- VerificationInputVariables
public List<string> Warnings { get; set; }
Property Value
- List<string>
Methods