Show / Hide Table of Contents

Class WaitForActionSettings

Inheritance
object
StepSettings
WaitForActionSettings
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMWorkflow
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class WaitForActionSettings : StepSettings

Constructors

WaitForActionSettings()

Declaration
public WaitForActionSettings()

Properties

ActionTimeout

Declaration
public int ActionTimeout { get; set; }
Property Value
Type Description
int

ExitFlow

Declaration
public bool ExitFlow { get; set; }
Property Value
Type Description
bool

ExitToFlowId

Declaration
public int ExitToFlowId { get; set; }
Property Value
Type Description
int

ExitToSelectionId

Declaration
public int ExitToSelectionId { get; set; }
Property Value
Type Description
int

TimeoutIntervalType

Declaration
public WorkflowTimeWaitIntervalType TimeoutIntervalType { get; set; }
Property Value
Type Description
WorkflowTimeWaitIntervalType

WaitForTimeout

Declaration
public bool WaitForTimeout { get; set; }
Property Value
Type Description
bool

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top