C# 클래스 HubspotAPIWrapper.ContactProperty

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

공개 메소드들

메소드 설명
ContactProperty ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
CreateContactPropertyGroup ( string groupName, string properties = "" ) : System.Json.JsonObject
CreateNewCustomProperty ( string property, string data ) : System.Json.JsonObject
DeleteContactPropertyGroup ( string groupName ) : System.Json.JsonObject
DeleteProperty ( string property ) : System.Json.JsonObject
GetAllProperties ( ) : System.Json.JsonObject
GetContactPropertyGroup ( string groupName = "" ) : System.Json.JsonObject
UpdateContactPropertyGroup ( string groupName, string properties = "" ) : System.Json.JsonObject
UpdateExistingProperty ( string property, string data ) : System.Json.JsonObject

보호된 메소드들

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

메소드 상세

ContactProperty() 공개 메소드

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

CreateContactPropertyGroup() 공개 메소드

public CreateContactPropertyGroup ( string groupName, string properties = "" ) : System.Json.JsonObject
groupName string
properties string
리턴 System.Json.JsonObject

CreateNewCustomProperty() 공개 메소드

public CreateNewCustomProperty ( string property, string data ) : System.Json.JsonObject
property string
data string
리턴 System.Json.JsonObject

DeleteContactPropertyGroup() 공개 메소드

public DeleteContactPropertyGroup ( string groupName ) : System.Json.JsonObject
groupName string
리턴 System.Json.JsonObject

DeleteProperty() 공개 메소드

public DeleteProperty ( string property ) : System.Json.JsonObject
property string
리턴 System.Json.JsonObject

GetAllProperties() 공개 메소드

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

GetContactPropertyGroup() 공개 메소드

public GetContactPropertyGroup ( string groupName = "" ) : System.Json.JsonObject
groupName string
리턴 System.Json.JsonObject

GetPath() 보호된 메소드

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

UpdateContactPropertyGroup() 공개 메소드

public UpdateContactPropertyGroup ( string groupName, string properties = "" ) : System.Json.JsonObject
groupName string
properties string
리턴 System.Json.JsonObject

UpdateExistingProperty() 공개 메소드

public UpdateExistingProperty ( string property, string data ) : System.Json.JsonObject
property string
data string
리턴 System.Json.JsonObject