C# 클래스 HubspotAPIWrapper.Forms

상속: BaseClass
파일 보기 프로젝트 열기: Axosoft/HubspotAPIWrapper 1 사용 예제들

공개 메소드들

메소드 설명
CreateForm ( string data ) : System.Json.JsonObject
DeleteExistingForm ( string formGuId ) : System.Json.JsonObject
Forms ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
GetAllFieldsFromForm ( string formGuId ) : System.Json.JsonObject
GetAllForms ( ) : System.Json.JsonObject
GetFieldFromForm ( string formGuId, string fieldName ) : System.Json.JsonObject
GetFormById ( string formGuId ) : System.Json.JsonObject
SubmitFormData ( ) : System.Json.JsonObject
UpdateExistingForm ( string formGuId, string data ) : System.Json.JsonObject

보호된 메소드들

메소드 설명
GetPath ( string method ) : string

메소드 상세

CreateForm() 공개 메소드

public CreateForm ( string data ) : System.Json.JsonObject
data string
리턴 System.Json.JsonObject

DeleteExistingForm() 공개 메소드

public DeleteExistingForm ( string formGuId ) : System.Json.JsonObject
formGuId string
리턴 System.Json.JsonObject

Forms() 공개 메소드

public Forms ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
리턴 System

GetAllFieldsFromForm() 공개 메소드

public GetAllFieldsFromForm ( string formGuId ) : System.Json.JsonObject
formGuId string
리턴 System.Json.JsonObject

GetAllForms() 공개 메소드

public GetAllForms ( ) : System.Json.JsonObject
리턴 System.Json.JsonObject

GetFieldFromForm() 공개 메소드

public GetFieldFromForm ( string formGuId, string fieldName ) : System.Json.JsonObject
formGuId string
fieldName string
리턴 System.Json.JsonObject

GetFormById() 공개 메소드

public GetFormById ( string formGuId ) : System.Json.JsonObject
formGuId string
리턴 System.Json.JsonObject

GetPath() 보호된 메소드

protected GetPath ( string method ) : string
method string
리턴 string

SubmitFormData() 공개 메소드

public SubmitFormData ( ) : System.Json.JsonObject
리턴 System.Json.JsonObject

UpdateExistingForm() 공개 메소드

public UpdateExistingForm ( string formGuId, string data ) : System.Json.JsonObject
formGuId string
data string
리턴 System.Json.JsonObject