C# 클래스 PodioAPI.Services.RecurrenceService

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

공개 메소드들

메소드 설명
DeleteRecurrence ( string refType, int refId ) : Task

Deletes the recurrence.

Podio API Reference: https://developers.podio.com/doc/recurrence/delete-recurrence-3349970

GetRecurrence ( string refType, int refId ) : Task

Returns the recurrence for the given object

Podio API Reference: https://developers.podio.com/doc/recurrence/get-recurrence-3415545

RecurrenceService ( Podio currentInstance ) : PodioAPI.Models
UpdateRecurrence ( string refType, int refId, Recurrence recurrence ) : Task

Creates or updates recurrence on the object.

Podio API Reference: https://developers.podio.com/doc/recurrence/create-or-update-recurrence-3349957

메소드 상세

DeleteRecurrence() 공개 메소드

Deletes the recurrence.

Podio API Reference: https://developers.podio.com/doc/recurrence/delete-recurrence-3349970

public DeleteRecurrence ( string refType, int refId ) : Task
refType string
refId int
리턴 Task

GetRecurrence() 공개 메소드

Returns the recurrence for the given object

Podio API Reference: https://developers.podio.com/doc/recurrence/get-recurrence-3415545

public GetRecurrence ( string refType, int refId ) : Task
refType string
refId int
리턴 Task

RecurrenceService() 공개 메소드

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

UpdateRecurrence() 공개 메소드

Creates or updates recurrence on the object.

Podio API Reference: https://developers.podio.com/doc/recurrence/create-or-update-recurrence-3349957

public UpdateRecurrence ( string refType, int refId, Recurrence recurrence ) : Task
refType string
refId int
recurrence PodioAPI.Models.Recurrence
리턴 Task