C# 클래스 HighriseApi.Requests.TaskCategoryRequest

상속: RequestBase, ITaskCategoryRequest
파일 보기 프로젝트 열기: scottschluer/highrise-api

공개 메소드들

메소드 설명
Create ( TaskCategory category ) : TaskCategory
Delete ( int id ) : bool
Get ( ) : IEnumerable
Get ( int id ) : TaskCategory
TaskCategoryRequest ( IRestClient client ) : System
Update ( TaskCategory category ) : bool

메소드 상세

Create() 공개 메소드

public Create ( TaskCategory category ) : TaskCategory
category HighriseApi.Models.TaskCategory
리턴 HighriseApi.Models.TaskCategory

Delete() 공개 메소드

public Delete ( int id ) : bool
id int
리턴 bool

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

Get() 공개 메소드

public Get ( int id ) : TaskCategory
id int
리턴 HighriseApi.Models.TaskCategory

TaskCategoryRequest() 공개 메소드

public TaskCategoryRequest ( IRestClient client ) : System
client IRestClient
리턴 System

Update() 공개 메소드

public Update ( TaskCategory category ) : bool
category HighriseApi.Models.TaskCategory
리턴 bool