Метод | Описание | |
---|---|---|
GetByName ( string name ) : Domain.Tag | ||
GetMostPopularTags ( int count ) : IList |
||
GetWhereNameStartsWith ( string characters ) : IList |
||
TagTasks ( ILinqRepository |
Метод | Описание | |
---|---|---|
DoSearch ( QuerySpecification |
public GetByName ( string name ) : Domain.Tag | ||
name | string | |
Результат | Domain.Tag |
public GetMostPopularTags ( int count ) : IList |
||
count | int | |
Результат | IList |
public GetWhereNameStartsWith ( string characters ) : IList |
||
characters | string | |
Результат | IList |
public TagTasks ( ILinqRepository |
||
tagRepository | ILinqRepository |
|
Результат | System.Collections.Generic |