C# 클래스 PodioAPI.Services.ActionService

파일 보기 프로젝트 열기: podio/podio-dotnet

공개 메소드들

메소드 설명
ActionService ( Podio currentInstance ) : PodioAPI.Models
GetAction ( int actionId ) : Task

Returns the action with the given id.

Podio API Reference: https://developers.podio.com/doc/actions/get-action-1701120

메소드 상세

ActionService() 공개 메소드

public ActionService ( Podio currentInstance ) : PodioAPI.Models
currentInstance Podio
리턴 PodioAPI.Models

GetAction() 공개 메소드

Returns the action with the given id.

Podio API Reference: https://developers.podio.com/doc/actions/get-action-1701120

public GetAction ( int actionId ) : Task
actionId int
리턴 Task