C# Class Amazon.Pinpoint.CampaignStatus

Constants used for properties of type CampaignStatus.
Inheritance: ConstantClass
Mostrar archivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
COMPLETED CampaignStatus
EXECUTING CampaignStatus
PAUSED CampaignStatus
PENDING_NEXT_RUN CampaignStatus
SCHEDULED CampaignStatus

Public Methods

Method Description
CampaignStatus ( 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 ) : CampaignStatus

Finds the constant for the unique value.

Method Details

CampaignStatus() public method

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 CampaignStatus ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

COMPLETED public_oe static_oe property

Constant COMPLETED for CampaignStatus
public static CampaignStatus,Amazon.Pinpoint COMPLETED
return CampaignStatus

EXECUTING public_oe static_oe property

Constant EXECUTING for CampaignStatus
public static CampaignStatus,Amazon.Pinpoint EXECUTING
return CampaignStatus

PAUSED public_oe static_oe property

Constant PAUSED for CampaignStatus
public static CampaignStatus PAUSED
return CampaignStatus

PENDING_NEXT_RUN public_oe static_oe property

Constant PENDING_NEXT_RUN for CampaignStatus
public static CampaignStatus PENDING_NEXT_RUN
return CampaignStatus

SCHEDULED public_oe static_oe property

Constant SCHEDULED for CampaignStatus
public static CampaignStatus SCHEDULED
return CampaignStatus