C# Class HighriseApi.Requests.TagRequest

Inheritance: RequestBase, ITagRequest
Mostra file Open project: scottschluer/highrise-api

Public Methods

Method Description
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

Method Details

Create() public method

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

Delete() public method

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

Get() public method

public Get ( ) : IEnumerable
return IEnumerable

Get() public method

public Get ( SubjectType subjectType, int subjectId ) : IEnumerable
subjectType SubjectType
subjectId int
return IEnumerable

Parties() public method

public Parties ( int tagId ) : Parties
tagId int
return HighriseApi.Models.Parties

TagRequest() public method

public TagRequest ( IRestClient client ) : System
client IRestClient
return System