C# Класс Amazon.GameLift.ComparisonOperatorType

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

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

Свойство Тип Описание
GreaterThanOrEqualToThreshold ComparisonOperatorType
GreaterThanThreshold ComparisonOperatorType
LessThanOrEqualToThreshold ComparisonOperatorType
LessThanThreshold ComparisonOperatorType

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant GreaterThanOrEqualToThreshold for ComparisonOperatorType
public static ComparisonOperatorType,Amazon.GameLift GreaterThanOrEqualToThreshold
Результат ComparisonOperatorType

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

Constant GreaterThanThreshold for ComparisonOperatorType
public static ComparisonOperatorType,Amazon.GameLift GreaterThanThreshold
Результат ComparisonOperatorType

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

Constant LessThanOrEqualToThreshold for ComparisonOperatorType
public static ComparisonOperatorType,Amazon.GameLift LessThanOrEqualToThreshold
Результат ComparisonOperatorType

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

Constant LessThanThreshold for ComparisonOperatorType
public static ComparisonOperatorType,Amazon.GameLift LessThanThreshold
Результат ComparisonOperatorType