C# Class Amazon.ImportExport.JobType

Job Type
Inheritance: ConstantClass
Mostrar archivo Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
Export JobType
Import JobType

Public Methods

Method Description
FindValue ( string value ) : JobType

Finds the constant for the unique value.

JobType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

JobType() public method

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

Property Details

Export public_oe static_oe property

Constant Export for JobType
public static JobType,Amazon.ImportExport Export
return JobType

Import public_oe static_oe property

Constant Import for JobType
public static JobType,Amazon.ImportExport Import
return JobType