C# Class LongoMatch.Core.Stats.EventTypeStats

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

Méthodes publiques

Méthode Description
EventTypeStats ( ProjectLongoMatch project, EventsFilter filter, EventType evType ) : System.Collections.Generic
GetFieldCoordinates ( TeamType team, FieldPositionType pos ) : List
HasPositionTags ( TeamType team ) : bool
Update ( ) : void

Private Methods

Méthode Description
EventsForTeam ( TeamType team ) : List

Method Details

EventTypeStats() public méthode

public EventTypeStats ( ProjectLongoMatch project, EventsFilter filter, EventType evType ) : System.Collections.Generic
project LongoMatch.Core.Store.ProjectLongoMatch
filter EventsFilter
evType LongoMatch.Core.Store.EventType
Résultat System.Collections.Generic

GetFieldCoordinates() public méthode

public GetFieldCoordinates ( TeamType team, FieldPositionType pos ) : List
team TeamType
pos FieldPositionType
Résultat List

HasPositionTags() public méthode

public HasPositionTags ( TeamType team ) : bool
team TeamType
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void