Méthode | Description | |
---|---|---|
CountedTags ( int elementid, ContentType type ) : int>.Dictionary |
||
DeleteTagsByUser ( int id, ContentType type, int userid ) : void | ||
Find ( string query, int limit ) : IQueryable |
||
HottestByTagName ( string name, int limit ) : string>.IDictionary |
||
InsertTags ( IEnumerable |
||
TagCloudData ( ) : int>.Dictionary |
||
TopShuffled ( int elementid, ContentType type ) : IEnumerable |
||
TopSiteShuffled ( ) : IEnumerable |
||
TotalTags ( ) : int | ||
UserTags ( int id, int userid, ContentType type ) : IQueryable |
Méthode | Description | |
---|---|---|
ByLaw ( int lawid ) : IQueryable |
public CountedTags ( int elementid, ContentType type ) : int>.Dictionary |
||
elementid | int | |
type | ContentType | |
Résultat | int>.Dictionary |
public DeleteTagsByUser ( int id, ContentType type, int userid ) : void | ||
id | int | |
type | ContentType | |
userid | int | |
Résultat | void |
public Find ( string query, int limit ) : IQueryable |
||
query | string | |
limit | int | |
Résultat | IQueryable |
public HottestByTagName ( string name, int limit ) : string>.IDictionary |
||
name | string | |
limit | int | |
Résultat | string>.IDictionary |
public InsertTags ( IEnumerable |
||
tags | IEnumerable |
|
userid | int | |
id | int | |
type | ContentType | |
Résultat | void |
public TopShuffled ( int elementid, ContentType type ) : IEnumerable |
||
elementid | int | |
type | ContentType | |
Résultat | IEnumerable |
public UserTags ( int id, int userid, ContentType type ) : IQueryable |
||
id | int | |
userid | int | |
type | ContentType | |
Résultat | IQueryable |