C# Класс Amazon.CodePipeline.ActionCategory

Constants used for properties of type ActionCategory.
Наследование: ConstantClass
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Approval ActionCategory
Build ActionCategory
Deploy ActionCategory
Invoke ActionCategory
Source ActionCategory
Test ActionCategory

Открытые методы

Метод Описание
ActionCategory ( 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 ) : ActionCategory

Finds the constant for the unique value.

Описание методов

ActionCategory() публичный метод

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 ActionCategory ( string value ) : System
value string
Результат System

FindValue() публичный статический метод

Finds the constant for the unique value.
public static FindValue ( string value ) : ActionCategory
value string The unique value for the constant
Результат ActionCategory

Описание свойств

Approval публичное статическое свойство

Constant Approval for ActionCategory
public static ActionCategory,Amazon.CodePipeline Approval
Результат ActionCategory

Build публичное статическое свойство

Constant Build for ActionCategory
public static ActionCategory,Amazon.CodePipeline Build
Результат ActionCategory

Deploy публичное статическое свойство

Constant Deploy for ActionCategory
public static ActionCategory,Amazon.CodePipeline Deploy
Результат ActionCategory

Invoke публичное статическое свойство

Constant Invoke for ActionCategory
public static ActionCategory,Amazon.CodePipeline Invoke
Результат ActionCategory

Source публичное статическое свойство

Constant Source for ActionCategory
public static ActionCategory,Amazon.CodePipeline Source
Результат ActionCategory

Test публичное статическое свойство

Constant Test for ActionCategory
public static ActionCategory,Amazon.CodePipeline Test
Результат ActionCategory