C# 클래스 LongoMatch.Gui.Menus.SportsPlaysMenu

상속: PlaysMenu
파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsLineupEvent ( ) : bool

메소드 상세

CreateMenu() 보호된 메소드

protected CreateMenu ( ) : void
리턴 void

PrepareMenu() 보호된 메소드

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
리턴 void

ShowMenu() 보호된 메소드

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
리턴 void