C# Class Sage.SData.Client.Framework.RequestOperation

Defines an operation to peform during a request.
Mostrar archivo Open project: Saleslogix/SDataCSharpClientLib Class Usage Examples

Public Methods

Method Description
RequestOperation ( ) : System

Initialises a new instance of the RequestOperation class.

RequestOperation ( HttpMethod method ) : System

Initialises a new instance of the RequestOperation class.

RequestOperation ( HttpMethod method, object resource ) : System

Initialises a new instance of the RequestOperation class with the specified AtomEntry and method.

Method Details

RequestOperation() public method

Initialises a new instance of the RequestOperation class.
public RequestOperation ( ) : System
return System

RequestOperation() public method

Initialises a new instance of the RequestOperation class.
public RequestOperation ( HttpMethod method ) : System
method HttpMethod
return System

RequestOperation() public method

Initialises a new instance of the RequestOperation class with the specified AtomEntry and method.
public RequestOperation ( HttpMethod method, object resource ) : System
method HttpMethod One of the values
resource object The input resource involved in the operation.
return System