C# Class LongoMatch.Core.Filters.EventsFilter

Inheritance: VAS.Core.Filters.EventsFilter
Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
EventsFilter ( ProjectLongoMatch project ) : System

Méthodes protégées

Méthode Description
IsVisibleByPeriod ( TimelineEvent play ) : bool
IsVisibleByPlayer ( TimelineEvent play ) : bool
UpdateVisiblePlayers ( ) : void

Method Details

EventsFilter() public méthode

public EventsFilter ( ProjectLongoMatch project ) : System
project LongoMatch.Core.Store.ProjectLongoMatch
Résultat System

IsVisibleByPeriod() protected méthode

protected IsVisibleByPeriod ( TimelineEvent play ) : bool
play LongoMatch.Core.Store.TimelineEvent
Résultat bool

IsVisibleByPlayer() protected méthode

protected IsVisibleByPlayer ( TimelineEvent play ) : bool
play LongoMatch.Core.Store.TimelineEvent
Résultat bool

UpdateVisiblePlayers() protected méthode

protected UpdateVisiblePlayers ( ) : void
Résultat void