C# Class FT.Model.TagRepository

Inheritance: Repository, ITagRepository
Afficher le fichier Open project: friism/folketsting

Méthodes publiques

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 tags, int userid, int id, ContentType type ) : void
TagCloudData ( ) : int>.Dictionary
TopShuffled ( int elementid, ContentType type ) : IEnumerable
TopSiteShuffled ( ) : IEnumerable
TotalTags ( ) : int
UserTags ( int id, int userid, ContentType type ) : IQueryable

Private Methods

Méthode Description
ByLaw ( int lawid ) : IQueryable

Method Details

CountedTags() public méthode

public CountedTags ( int elementid, ContentType type ) : int>.Dictionary
elementid int
type ContentType
Résultat int>.Dictionary

DeleteTagsByUser() public méthode

public DeleteTagsByUser ( int id, ContentType type, int userid ) : void
id int
type ContentType
userid int
Résultat void

Find() public méthode

public Find ( string query, int limit ) : IQueryable
query string
limit int
Résultat IQueryable

HottestByTagName() public méthode

public HottestByTagName ( string name, int limit ) : string>.IDictionary
name string
limit int
Résultat string>.IDictionary

InsertTags() public méthode

public InsertTags ( IEnumerable tags, int userid, int id, ContentType type ) : void
tags IEnumerable
userid int
id int
type ContentType
Résultat void

TagCloudData() public méthode

public TagCloudData ( ) : int>.Dictionary
Résultat int>.Dictionary

TopShuffled() public méthode

public TopShuffled ( int elementid, ContentType type ) : IEnumerable
elementid int
type ContentType
Résultat IEnumerable

TopSiteShuffled() public méthode

public TopSiteShuffled ( ) : IEnumerable
Résultat IEnumerable

TotalTags() public méthode

public TotalTags ( ) : int
Résultat int

UserTags() public méthode

public UserTags ( int id, int userid, ContentType type ) : IQueryable
id int
userid int
type ContentType
Résultat IQueryable