Method | Description | |
---|---|---|
Create ( SubjectType subjectType, int subjectId, |
||
Delete ( SubjectType subjectType, int subjectId, int tagId ) : bool | ||
Get ( ) : IEnumerable |
||
Get ( SubjectType subjectType, int subjectId ) : IEnumerable |
||
Parties ( int tagId ) : |
||
TagRequest ( IRestClient client ) : System |
public Create ( SubjectType subjectType, int subjectId, |
||
subjectType | SubjectType | |
subjectId | int | |
tag | ||
return |
public Delete ( SubjectType subjectType, int subjectId, int tagId ) : bool | ||
subjectType | SubjectType | |
subjectId | int | |
tagId | int | |
return | bool |
public Get ( SubjectType subjectType, int subjectId ) : IEnumerable |
||
subjectType | SubjectType | |
subjectId | int | |
return | IEnumerable |
public Parties ( int tagId ) : |
||
tagId | int | |
return |
public TagRequest ( IRestClient client ) : System | ||
client | IRestClient | |
return | System |