C# Класс Facebook.FacebookBatchParameter

Represents a batch parameter for the creating batch requests.
http://developers.facebook.com/docs/api/batch/
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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