C# Class Amazon.SimpleWorkflow.DecisionType

Constants used for properties of type DecisionType.
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
CancelTimer DecisionType
CancelWorkflowExecution DecisionType
CompleteWorkflowExecution DecisionType
ContinueAsNewWorkflowExecution DecisionType
FailWorkflowExecution DecisionType
RecordMarker DecisionType
RequestCancelActivityTask DecisionType
RequestCancelExternalWorkflowExecution DecisionType
ScheduleActivityTask DecisionType
SignalExternalWorkflowExecution DecisionType
StartChildWorkflowExecution DecisionType
StartTimer DecisionType

Public Methods

Method Description
DecisionType ( string value ) : System

Default Constructor

FindValue ( string value ) : DecisionType

Finds the constant for the unique value.

Method Details

DecisionType() public method

Default Constructor
public DecisionType ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : DecisionType
value string The unique value for the constant
return DecisionType

Property Details

CancelTimer public static property

Constant CancelTimer for DecisionType
public static DecisionType,Amazon.SimpleWorkflow CancelTimer
return DecisionType

CancelWorkflowExecution public static property

Constant CancelWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow CancelWorkflowExecution
return DecisionType

CompleteWorkflowExecution public static property

Constant CompleteWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow CompleteWorkflowExecution
return DecisionType

ContinueAsNewWorkflowExecution public static property

Constant ContinueAsNewWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow ContinueAsNewWorkflowExecution
return DecisionType

FailWorkflowExecution public static property

Constant FailWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow FailWorkflowExecution
return DecisionType

RecordMarker public static property

Constant RecordMarker for DecisionType
public static DecisionType,Amazon.SimpleWorkflow RecordMarker
return DecisionType

RequestCancelActivityTask public static property

Constant RequestCancelActivityTask for DecisionType
public static DecisionType,Amazon.SimpleWorkflow RequestCancelActivityTask
return DecisionType

RequestCancelExternalWorkflowExecution public static property

Constant RequestCancelExternalWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow RequestCancelExternalWorkflowExecution
return DecisionType

ScheduleActivityTask public static property

Constant ScheduleActivityTask for DecisionType
public static DecisionType,Amazon.SimpleWorkflow ScheduleActivityTask
return DecisionType

SignalExternalWorkflowExecution public static property

Constant SignalExternalWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow SignalExternalWorkflowExecution
return DecisionType

StartChildWorkflowExecution public static property

Constant StartChildWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow StartChildWorkflowExecution
return DecisionType

StartTimer public static property

Constant StartTimer for DecisionType
public static DecisionType,Amazon.SimpleWorkflow StartTimer
return DecisionType