C# Class Amazon.CloudSearch.IndexFieldType

Constants used for properties of type IndexFieldType.
Inheritance: ConstantClass
显示文件 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_oe static_oe property

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

Text public_oe static_oe property

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

Uint public_oe static_oe property

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