C# Класс Amazon.CognitoIdentityProvider.AliasAttributeType

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

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

Свойство Тип Описание
Email AliasAttributeType
Phone_number AliasAttributeType
Preferred_username AliasAttributeType

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant Email for AliasAttributeType
public static AliasAttributeType,Amazon.CognitoIdentityProvider Email
Результат AliasAttributeType

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

Constant Phone_number for AliasAttributeType
public static AliasAttributeType,Amazon.CognitoIdentityProvider Phone_number
Результат AliasAttributeType

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

Constant Preferred_username for AliasAttributeType
public static AliasAttributeType,Amazon.CognitoIdentityProvider Preferred_username
Результат AliasAttributeType