Class WaitForTimeSettings
Inheritance
WaitForTimeSettings
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class WaitForTimeSettings : StepSettings
Constructors
WaitForTimeSettings()
Declaration
public WaitForTimeSettings()
Properties
IntervalType
Declaration
public WorkflowTimeWaitIntervalType IntervalType { get; set; }
Property Value
NumIntervals
Declaration
public int NumIntervals { get; set; }
Property Value
TimeWaitAlgorithm
Declaration
public WorkflowTimeWaitAlgorithm TimeWaitAlgorithm { get; set; }
Property Value
Until
Declaration
public string Until { get; set; }
Property Value
Extension Methods