C# Class WhoCanHelpMe.Tasks.TagTasks

Inheritance: ITagTasks
Afficher le fichier Open project: jongeorge1/Who-Can-Help-Me

Méthodes publiques

Méthode Description
GetByName ( string name ) : Domain.Tag
GetMostPopularTags ( int count ) : IList
GetWhereNameStartsWith ( string characters ) : IList
TagTasks ( ILinqRepository tagRepository ) : System.Collections.Generic

Private Methods

Méthode Description
DoSearch ( QuerySpecification specification ) : IList

Method Details

GetByName() public méthode

public GetByName ( string name ) : Domain.Tag
name string
Résultat Domain.Tag

GetMostPopularTags() public méthode

public GetMostPopularTags ( int count ) : IList
count int
Résultat IList

GetWhereNameStartsWith() public méthode

public GetWhereNameStartsWith ( string characters ) : IList
characters string
Résultat IList

TagTasks() public méthode

public TagTasks ( ILinqRepository tagRepository ) : System.Collections.Generic
tagRepository ILinqRepository
Résultat System.Collections.Generic