C# 클래스 HighriseApi.Requests.TagRequest

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

공개 메소드들

메소드 설명
Create ( SubjectType subjectType, int subjectId, Tag tag ) : Tag
Delete ( SubjectType subjectType, int subjectId, int tagId ) : bool
Get ( ) : IEnumerable
Get ( SubjectType subjectType, int subjectId ) : IEnumerable
Parties ( int tagId ) : Parties
TagRequest ( IRestClient client ) : System

메소드 상세

Create() 공개 메소드

public Create ( SubjectType subjectType, int subjectId, Tag tag ) : Tag
subjectType SubjectType
subjectId int
tag HighriseApi.Models.Tag
리턴 HighriseApi.Models.Tag

Delete() 공개 메소드

public Delete ( SubjectType subjectType, int subjectId, int tagId ) : bool
subjectType SubjectType
subjectId int
tagId int
리턴 bool

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

Get() 공개 메소드

public Get ( SubjectType subjectType, int subjectId ) : IEnumerable
subjectType SubjectType
subjectId int
리턴 IEnumerable

Parties() 공개 메소드

public Parties ( int tagId ) : Parties
tagId int
리턴 HighriseApi.Models.Parties

TagRequest() 공개 메소드

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