C# 클래스 HubspotAPIWrapper.Deals

상속: BaseClass
파일 보기 프로젝트 열기: Axosoft/HubspotAPIWrapper

보호된 프로퍼티들

프로퍼티 타입 설명
DealsApiVersion object

공개 메소드들

메소드 설명
ArchiveDeal ( string dealId ) : void
CreateNewDeal ( string deal ) : System.Json.JsonObject
Deals ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
GetDealById ( string dealId ) : System.Json.JsonObject
UpdateExistingDeal ( string dealId, string data ) : void

보호된 메소드들

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

메소드 상세

ArchiveDeal() 공개 메소드

public ArchiveDeal ( string dealId ) : void
dealId string
리턴 void

CreateNewDeal() 공개 메소드

public CreateNewDeal ( string deal ) : System.Json.JsonObject
deal string
리턴 System.Json.JsonObject

Deals() 공개 메소드

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

GetDealById() 공개 메소드

public GetDealById ( string dealId ) : System.Json.JsonObject
dealId string
리턴 System.Json.JsonObject

GetPath() 보호된 메소드

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

UpdateExistingDeal() 공개 메소드

public UpdateExistingDeal ( string dealId, string data ) : void
dealId string
data string
리턴 void

프로퍼티 상세

DealsApiVersion 보호되어 있는 프로퍼티

protected object DealsApiVersion
리턴 object