C# Класс Amazon.DeviceFarm.DeviceAttribute

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

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

Свойство Тип Описание
ARN DeviceAttribute
FORM_FACTOR DeviceAttribute
MANUFACTURER DeviceAttribute
PLATFORM DeviceAttribute
REMOTE_ACCESS_ENABLED DeviceAttribute

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant ARN for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm ARN
Результат DeviceAttribute

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

Constant FORM_FACTOR for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm FORM_FACTOR
Результат DeviceAttribute

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

Constant MANUFACTURER for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm MANUFACTURER
Результат DeviceAttribute

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

Constant PLATFORM for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm PLATFORM
Результат DeviceAttribute

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

Constant REMOTE_ACCESS_ENABLED for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm REMOTE_ACCESS_ENABLED
Результат DeviceAttribute