C# Класс Amazon.APIGateway.Op

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

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

Свойство Тип Описание
Add Op
Copy Op
Move Op
Remove Op
Replace Op
Test Op

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

Метод Описание
FindValue ( string value ) : Op

Finds the constant for the unique value.

Op ( 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() публичный статический Метод

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

Op() публичный Метод

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

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

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

Constant Add for Op
public static Op,Amazon.APIGateway Add
Результат Op

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

Constant Copy for Op
public static Op,Amazon.APIGateway Copy
Результат Op

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

Constant Move for Op
public static Op,Amazon.APIGateway Move
Результат Op

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

Constant Remove for Op
public static Op,Amazon.APIGateway Remove
Результат Op

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

Constant Replace for Op
public static Op,Amazon.APIGateway Replace
Результат Op

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

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