C# 클래스 Preact.Helpers

파일 보기 프로젝트 열기: preact/preact-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
SourceApiVersion string

공개 메소드들

메소드 설명
BuildFormData ( Newtonsoft.Json.Linq.JObject obj, string parent = null ) : string>>.List
GetFormDataKey ( string parent, string key ) : string
GetPostData ( string>.List items ) : byte[]
SendData ( string projectCode, string projectApiSecret, string url, string method, Newtonsoft.Json.Linq.JObject obj ) : void
SendData ( string projectCode, string projectApiSecret, string url, string method, string>.List items ) : void

메소드 상세

BuildFormData() 공개 정적인 메소드

public static BuildFormData ( Newtonsoft.Json.Linq.JObject obj, string parent = null ) : string>>.List
obj Newtonsoft.Json.Linq.JObject
parent string
리턴 string>>.List

GetFormDataKey() 공개 정적인 메소드

public static GetFormDataKey ( string parent, string key ) : string
parent string
key string
리턴 string

GetPostData() 공개 정적인 메소드

public static GetPostData ( string>.List items ) : byte[]
items string>.List
리턴 byte[]

SendData() 공개 정적인 메소드

public static SendData ( string projectCode, string projectApiSecret, string url, string method, Newtonsoft.Json.Linq.JObject obj ) : void
projectCode string
projectApiSecret string
url string
method string
obj Newtonsoft.Json.Linq.JObject
리턴 void

SendData() 공개 정적인 메소드

public static SendData ( string projectCode, string projectApiSecret, string url, string method, string>.List items ) : void
projectCode string
projectApiSecret string
url string
method string
items string>.List
리턴 void

프로퍼티 상세

SourceApiVersion 공개적으로 정적으로 프로퍼티

public static string SourceApiVersion
리턴 string