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

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

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

Свойство Тип Описание
ARCHIVED UserStatusType
COMPROMISED UserStatusType
CONFIRMED UserStatusType
FORCE_CHANGE_PASSWORD UserStatusType
RESET_REQUIRED UserStatusType
UNCONFIRMED UserStatusType
UNKNOWN UserStatusType

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

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

Finds the constant for the unique value.

UserStatusType ( 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 ) : UserStatusType
value string The unique value for the constant
Результат UserStatusType

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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