C# Class PodioAPI.Services.ActionService

Afficher le fichier Open project: podio/podio-dotnet

Méthodes publiques

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

Method Details

ActionService() public méthode

public ActionService ( Podio currentInstance ) : PodioAPI.Models
currentInstance Podio
Résultat PodioAPI.Models

GetAction() public méthode

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
Résultat Task