C# Class LongoMatch.Core.Filters.ProjectsFilter

Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Private Properties

Свойство Type Description
Filter void

Méthodes publiques

Méthode Description
ApplyChanges ( ) : void

Applies the changes to the filter and updates the list of available projects.

FilterCompetition ( string competition, bool isVisible ) : void

Filter a competition.

FilterSeason ( string season, bool isVisible ) : void

Filter a season.

FilterTeam ( string team, bool isVisible ) : void

Filter a team.

ProjectsFilter ( ) : System

Private Methods

Méthode Description
Filter ( HashSet list, string value, bool isVisible ) : void

Method Details

ApplyChanges() public méthode

Applies the changes to the filter and updates the list of available projects.
public ApplyChanges ( ) : void
Résultat void

FilterCompetition() public méthode

Filter a competition.
public FilterCompetition ( string competition, bool isVisible ) : void
competition string The name of the season.
isVisible bool If set to true, projects with this competition are visible.
Résultat void

FilterSeason() public méthode

Filter a season.
public FilterSeason ( string season, bool isVisible ) : void
season string The name of the season.
isVisible bool If set to true, projects with this season are visible.
Résultat void

FilterTeam() public méthode

Filter a team.
public FilterTeam ( string team, bool isVisible ) : void
team string The name of the team.
isVisible bool If set to true, projects with this team are visible.
Résultat void

ProjectsFilter() public méthode

public ProjectsFilter ( ) : System
Résultat System