C# 클래스 Amazon.SimpleWorkflow.DecisionType

Constants used for properties of type DecisionType.
상속: ConstantClass
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
CancelTimer DecisionType
CancelWorkflowExecution DecisionType
CompleteWorkflowExecution DecisionType
ContinueAsNewWorkflowExecution DecisionType
FailWorkflowExecution DecisionType
RecordMarker DecisionType
RequestCancelActivityTask DecisionType
RequestCancelExternalWorkflowExecution DecisionType
ScheduleActivityTask DecisionType
SignalExternalWorkflowExecution DecisionType
StartChildWorkflowExecution DecisionType
StartTimer DecisionType

공개 메소드들

메소드 설명
DecisionType ( string value ) : System

Default Constructor

FindValue ( string value ) : DecisionType

Finds the constant for the unique value.

메소드 상세

DecisionType() 공개 메소드

Default Constructor
public DecisionType ( string value ) : System
value string
리턴 System

FindValue() 공개 정적인 메소드

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

프로퍼티 상세

CancelTimer 공개적으로 정적으로 프로퍼티

Constant CancelTimer for DecisionType
public static DecisionType,Amazon.SimpleWorkflow CancelTimer
리턴 DecisionType

CancelWorkflowExecution 공개적으로 정적으로 프로퍼티

Constant CancelWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow CancelWorkflowExecution
리턴 DecisionType

CompleteWorkflowExecution 공개적으로 정적으로 프로퍼티

Constant CompleteWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow CompleteWorkflowExecution
리턴 DecisionType

ContinueAsNewWorkflowExecution 공개적으로 정적으로 프로퍼티

Constant ContinueAsNewWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow ContinueAsNewWorkflowExecution
리턴 DecisionType

FailWorkflowExecution 공개적으로 정적으로 프로퍼티

Constant FailWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow FailWorkflowExecution
리턴 DecisionType

RecordMarker 공개적으로 정적으로 프로퍼티

Constant RecordMarker for DecisionType
public static DecisionType,Amazon.SimpleWorkflow RecordMarker
리턴 DecisionType

RequestCancelActivityTask 공개적으로 정적으로 프로퍼티

Constant RequestCancelActivityTask for DecisionType
public static DecisionType,Amazon.SimpleWorkflow RequestCancelActivityTask
리턴 DecisionType

RequestCancelExternalWorkflowExecution 공개적으로 정적으로 프로퍼티

Constant RequestCancelExternalWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow RequestCancelExternalWorkflowExecution
리턴 DecisionType

ScheduleActivityTask 공개적으로 정적으로 프로퍼티

Constant ScheduleActivityTask for DecisionType
public static DecisionType,Amazon.SimpleWorkflow ScheduleActivityTask
리턴 DecisionType

SignalExternalWorkflowExecution 공개적으로 정적으로 프로퍼티

Constant SignalExternalWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow SignalExternalWorkflowExecution
리턴 DecisionType

StartChildWorkflowExecution 공개적으로 정적으로 프로퍼티

Constant StartChildWorkflowExecution for DecisionType
public static DecisionType,Amazon.SimpleWorkflow StartChildWorkflowExecution
리턴 DecisionType

StartTimer 공개적으로 정적으로 프로퍼티

Constant StartTimer for DecisionType
public static DecisionType,Amazon.SimpleWorkflow StartTimer
리턴 DecisionType