C# Class Socrata.BatchRequest

Afficher le fichier Open project: socrata-archive/socrata-csharp-deprecated Class Usage Examples

Méthodes publiques

Méthode Description
BatchRequest ( string requestType, string url, string body ) : System
data ( ) : Newtonsoft.Json.Linq.JObject

Gets the associated data

Method Details

BatchRequest() public méthode

public BatchRequest ( string requestType, string url, string body ) : System
requestType string
url string
body string
Résultat System

data() public méthode

Gets the associated data
public data ( ) : Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json.Linq.JObject