C# 클래스 Facebook.FacebookBatchParameter

Represents a batch parameter for the creating batch requests.
http://developers.facebook.com/docs/api/batch/
파일 보기 프로젝트 열기: liquidboy/X 1 사용 예제들

공개 메소드들

메소드 설명
FacebookBatchParameter ( ) : System.ComponentModel

Initializes a new instance of the FacebookBatchParameter class.

FacebookBatchParameter ( Facebook.HttpMethod httpMethod, string path ) : System.ComponentModel

Initializes a new instance of the FacebookBatchParameter class.

FacebookBatchParameter ( Facebook.HttpMethod httpMethod, string path, object parameters ) : System.ComponentModel

Initializes a new instance of the FacebookBatchParameter class.

FacebookBatchParameter ( string path ) : System.ComponentModel

Initializes a new instance of the FacebookBatchParameter class.

FacebookBatchParameter ( string path, object parameters ) : System.ComponentModel

Initializes a new instance of the FacebookBatchParameter class.

메소드 상세

FacebookBatchParameter() 공개 메소드

Initializes a new instance of the FacebookBatchParameter class.
public FacebookBatchParameter ( ) : System.ComponentModel
리턴 System.ComponentModel

FacebookBatchParameter() 공개 메소드

Initializes a new instance of the FacebookBatchParameter class.
public FacebookBatchParameter ( Facebook.HttpMethod httpMethod, string path ) : System.ComponentModel
httpMethod Facebook.HttpMethod /// The http method. ///
path string /// The resource path. ///
리턴 System.ComponentModel

FacebookBatchParameter() 공개 메소드

Initializes a new instance of the FacebookBatchParameter class.
public FacebookBatchParameter ( Facebook.HttpMethod httpMethod, string path, object parameters ) : System.ComponentModel
httpMethod Facebook.HttpMethod /// The http method. ///
path string /// The resource path. ///
parameters object /// The parameters. ///
리턴 System.ComponentModel

FacebookBatchParameter() 공개 메소드

Initializes a new instance of the FacebookBatchParameter class.
public FacebookBatchParameter ( string path ) : System.ComponentModel
path string /// The resource path. ///
리턴 System.ComponentModel

FacebookBatchParameter() 공개 메소드

Initializes a new instance of the FacebookBatchParameter class.
public FacebookBatchParameter ( string path, object parameters ) : System.ComponentModel
path string /// The resource path. ///
parameters object /// The parameters. ///
리턴 System.ComponentModel