C# Class Amazon.CloudSearch.IndexFieldType

Constants used for properties of type IndexFieldType.
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
Literal IndexFieldType
Text IndexFieldType
Uint IndexFieldType

Public Methods

Method Description
FindValue ( string value ) : IndexFieldType

Finds the constant for the unique value.

IndexFieldType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

IndexFieldType() public method

Default Constructor
public IndexFieldType ( string value ) : System
value string
return System

Property Details

Literal public static property

Constant Literal for IndexFieldType
public static IndexFieldType,Amazon.CloudSearch Literal
return IndexFieldType

Text public static property

Constant Text for IndexFieldType
public static IndexFieldType,Amazon.CloudSearch Text
return IndexFieldType

Uint public static property

Constant Uint for IndexFieldType
public static IndexFieldType,Amazon.CloudSearch Uint
return IndexFieldType