C# Class Amazon.DataPipeline.OperatorType

Operator Type
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
BETWEEN OperatorType
EQ OperatorType
GE OperatorType
LE OperatorType
REF_EQ OperatorType

Public Methods

Method Description
FindValue ( string value ) : OperatorType

Finds the constant for the unique value.

OperatorType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

OperatorType() public method

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

Property Details

BETWEEN public static property

Constant BETWEEN for OperatorType
public static OperatorType,Amazon.DataPipeline BETWEEN
return OperatorType

EQ public static property

Constant EQ for OperatorType
public static OperatorType,Amazon.DataPipeline EQ
return OperatorType

GE public static property

Constant GE for OperatorType
public static OperatorType,Amazon.DataPipeline GE
return OperatorType

LE public static property

Constant LE for OperatorType
public static OperatorType,Amazon.DataPipeline LE
return OperatorType

REF_EQ public static property

Constant REF_EQ for OperatorType
public static OperatorType,Amazon.DataPipeline REF_EQ
return OperatorType