C# 클래스 Amazon.SimpleEmail.DsnAction

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

공개 프로퍼티들

프로퍼티 타입 설명
Delayed DsnAction
Delivered DsnAction
Expanded DsnAction
Failed DsnAction
Relayed DsnAction

공개 메소드들

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

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : DsnAction

Finds the constant for the unique value.

메소드 상세

DsnAction() 공개 메소드

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public DsnAction ( string value ) : System
value string
리턴 System

FindValue() 공개 정적인 메소드

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

프로퍼티 상세

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

Constant Delayed for DsnAction
public static DsnAction,Amazon.SimpleEmail Delayed
리턴 DsnAction

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

Constant Delivered for DsnAction
public static DsnAction,Amazon.SimpleEmail Delivered
리턴 DsnAction

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

Constant Expanded for DsnAction
public static DsnAction,Amazon.SimpleEmail Expanded
리턴 DsnAction

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

Constant Failed for DsnAction
public static DsnAction,Amazon.SimpleEmail Failed
리턴 DsnAction

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

Constant Relayed for DsnAction
public static DsnAction,Amazon.SimpleEmail Relayed
리턴 DsnAction