C# 클래스 Socrata.BatchRequest

파일 보기 프로젝트 열기: socrata-archive/socrata-csharp-deprecated 1 사용 예제들

공개 메소드들

메소드 설명
BatchRequest ( string requestType, string url, string body ) : System
data ( ) : Newtonsoft.Json.Linq.JObject

Gets the associated data

메소드 상세

BatchRequest() 공개 메소드

public BatchRequest ( string requestType, string url, string body ) : System
requestType string
url string
body string
리턴 System

data() 공개 메소드

Gets the associated data
public data ( ) : Newtonsoft.Json.Linq.JObject
리턴 Newtonsoft.Json.Linq.JObject