C# 클래스 Sage.SData.Client.Framework.RequestOperation

Defines an operation to peform during a request.
파일 보기 프로젝트 열기: Saleslogix/SDataCSharpClientLib 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

RequestOperation() 공개 메소드

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

RequestOperation() 공개 메소드

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

RequestOperation() 공개 메소드

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.
리턴 System