C# Class Amazon.CloudSearch.IndexFieldType

Constants used for properties of type IndexFieldType.
Inheritance: ConstantClass
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Свойство Type Description
Literal IndexFieldType
Text IndexFieldType
Uint IndexFieldType

Méthodes publiques

Méthode Description
FindValue ( string value ) : IndexFieldType

Finds the constant for the unique value.

IndexFieldType ( string value ) : System

Default Constructor

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : IndexFieldType
value string The unique value for the constant
Résultat IndexFieldType

IndexFieldType() public méthode

Default Constructor
public IndexFieldType ( string value ) : System
value string
Résultat System

Property Details

Literal public_oe static_oe property

Constant Literal for IndexFieldType
public static IndexFieldType,Amazon.CloudSearch Literal
Résultat IndexFieldType

Text public_oe static_oe property

Constant Text for IndexFieldType
public static IndexFieldType,Amazon.CloudSearch Text
Résultat IndexFieldType

Uint public_oe static_oe property

Constant Uint for IndexFieldType
public static IndexFieldType,Amazon.CloudSearch Uint
Résultat IndexFieldType