C# Класс Amazon.CloudFormation.EvaluationType

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

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

Свойство Тип Описание
Dynamic EvaluationType
Static EvaluationType

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant Dynamic for EvaluationType
public static EvaluationType,Amazon.CloudFormation Dynamic
Результат EvaluationType

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

Constant Static for EvaluationType
public static EvaluationType,Amazon.CloudFormation Static
Результат EvaluationType