C# Class LongoMatch.Gui.Menus.SportsPlaysMenu

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

Méthodes protégées

Méthode Description
CreateMenu ( ) : void
PrepareMenu ( Project project, IEnumerable plays, EventType eventType, Time time, IList eventTypes, bool editableName ) : void
ShowMenu ( Project project, IEnumerable plays, EventType eventType, Time time, IList eventTypes, bool editableName ) : void

Private Methods

Méthode Description
IsLineupEvent ( ) : bool

Method Details

CreateMenu() protected méthode

protected CreateMenu ( ) : void
Résultat void

PrepareMenu() protected méthode

protected PrepareMenu ( Project project, IEnumerable plays, EventType eventType, Time time, IList eventTypes, bool editableName ) : void
project Project
plays IEnumerable
eventType LongoMatch.Core.Store.EventType
time LongoMatch.Core.Store.Time
eventTypes IList
editableName bool
Résultat void

ShowMenu() protected méthode

protected ShowMenu ( Project project, IEnumerable plays, EventType eventType, Time time, IList eventTypes, bool editableName ) : void
project Project
plays IEnumerable
eventType LongoMatch.Core.Store.EventType
time LongoMatch.Core.Store.Time
eventTypes IList
editableName bool
Résultat void