C# Class HubspotAPIWrapper.Deals

Inheritance: BaseClass
Afficher le fichier Open project: Axosoft/HubspotAPIWrapper

Protected Properties

Свойство Type Description
DealsApiVersion object

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GetPath ( string method ) : string

Method Details

ArchiveDeal() public méthode

public ArchiveDeal ( string dealId ) : void
dealId string
Résultat void

CreateNewDeal() public méthode

public CreateNewDeal ( string deal ) : System.Json.JsonObject
deal string
Résultat System.Json.JsonObject

Deals() public méthode

public Deals ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
Résultat System

GetDealById() public méthode

public GetDealById ( string dealId ) : System.Json.JsonObject
dealId string
Résultat System.Json.JsonObject

GetPath() protected méthode

protected GetPath ( string method ) : string
method string
Résultat string

UpdateExistingDeal() public méthode

public UpdateExistingDeal ( string dealId, string data ) : void
dealId string
data string
Résultat void

Property Details

DealsApiVersion protected_oe property

protected object DealsApiVersion
Résultat object