C# Class Amazon.DataPipeline.OperatorType

Operator Type
Inheritance: ConstantClass
Mostra 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_oe static_oe property

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

EQ public_oe static_oe property

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

GE public_oe static_oe property

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

LE public_oe static_oe property

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

REF_EQ public_oe static_oe property

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