C# Class HighriseApi.Requests.TagRequest

Inheritance: RequestBase, ITagRequest
Afficher le fichier Open project: scottschluer/highrise-api

Méthodes publiques

Méthode 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 méthode

public Create ( SubjectType subjectType, int subjectId, Tag tag ) : Tag
subjectType SubjectType
subjectId int
tag HighriseApi.Models.Tag
Résultat HighriseApi.Models.Tag

Delete() public méthode

public Delete ( SubjectType subjectType, int subjectId, int tagId ) : bool
subjectType SubjectType
subjectId int
tagId int
Résultat bool

Get() public méthode

public Get ( ) : IEnumerable
Résultat IEnumerable

Get() public méthode

public Get ( SubjectType subjectType, int subjectId ) : IEnumerable
subjectType SubjectType
subjectId int
Résultat IEnumerable

Parties() public méthode

public Parties ( int tagId ) : Parties
tagId int
Résultat HighriseApi.Models.Parties

TagRequest() public méthode

public TagRequest ( IRestClient client ) : System
client IRestClient
Résultat System