C# 클래스 HubspotAPIWrapper.Workflows

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

공개 메소드들

메소드 설명
EnrollContactIntoWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
GetAllWorkFlows ( ) : System.Json.JsonObject
GetCurrentEnrollment ( ) : System.Json.JsonObject
GetWorkflowById ( string workflowId ) : System.Json.JsonObject
LogEvents ( ) : System.Json.JsonObject
RemoveContactFromWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
UpcomingEvents ( ) : System.Json.JsonObject
Workflows ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System

보호된 메소드들

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

메소드 상세

EnrollContactIntoWorkflow() 공개 메소드

public EnrollContactIntoWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
workflowId string
contactEmail string
리턴 System.Json.JsonObject

GetAllWorkFlows() 공개 메소드

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

GetCurrentEnrollment() 공개 메소드

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

GetPath() 보호된 메소드

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

GetWorkflowById() 공개 메소드

public GetWorkflowById ( string workflowId ) : System.Json.JsonObject
workflowId string
리턴 System.Json.JsonObject

LogEvents() 공개 메소드

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

RemoveContactFromWorkflow() 공개 메소드

public RemoveContactFromWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
workflowId string
contactEmail string
리턴 System.Json.JsonObject

UpcomingEvents() 공개 메소드

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

Workflows() 공개 메소드

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