C# Класс FT.Model.TagRepository

Наследование: Repository, ITagRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ByLaw ( int lawid ) : IQueryable

Описание методов

CountedTags() публичный Метод

public CountedTags ( int elementid, ContentType type ) : int>.Dictionary
elementid int
type ContentType
Результат int>.Dictionary

DeleteTagsByUser() публичный Метод

public DeleteTagsByUser ( int id, ContentType type, int userid ) : void
id int
type ContentType
userid int
Результат void

Find() публичный Метод

public Find ( string query, int limit ) : IQueryable
query string
limit int
Результат IQueryable

HottestByTagName() публичный Метод

public HottestByTagName ( string name, int limit ) : string>.IDictionary
name string
limit int
Результат string>.IDictionary

InsertTags() публичный Метод

public InsertTags ( IEnumerable tags, int userid, int id, ContentType type ) : void
tags IEnumerable
userid int
id int
type ContentType
Результат void

TagCloudData() публичный Метод

public TagCloudData ( ) : int>.Dictionary
Результат int>.Dictionary

TopShuffled() публичный Метод

public TopShuffled ( int elementid, ContentType type ) : IEnumerable
elementid int
type ContentType
Результат IEnumerable

TopSiteShuffled() публичный Метод

public TopSiteShuffled ( ) : IEnumerable
Результат IEnumerable

TotalTags() публичный Метод

public TotalTags ( ) : int
Результат int

UserTags() публичный Метод

public UserTags ( int id, int userid, ContentType type ) : IQueryable
id int
userid int
type ContentType
Результат IQueryable