C# 클래스 HighriseApi.Requests.DealCategoryRequest

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

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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

DealCategoryRequest() 공개 메소드

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

Delete() 공개 메소드

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

Get() 공개 메소드

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

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

Update() 공개 메소드

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