Method | Description | |
---|---|---|
GetByName ( string name ) : Domain.Tag | ||
GetMostPopularTags ( int count ) : IList |
||
GetWhereNameStartsWith ( string characters ) : IList |
||
TagTasks ( ILinqRepository |
Method | Description | |
---|---|---|
DoSearch ( QuerySpecification |
public GetByName ( string name ) : Domain.Tag | ||
name | string | |
return | Domain.Tag |
public GetMostPopularTags ( int count ) : IList |
||
count | int | |
return | IList |
public GetWhereNameStartsWith ( string characters ) : IList |
||
characters | string | |
return | IList |
public TagTasks ( ILinqRepository |
||
tagRepository | ILinqRepository |
|
return | System.Collections.Generic |