C# 클래스 Elimination.TournamentLadder.UserControls.TournamentLadderControl

Interaction logic for TournamentLadderControl.xaml
파일 보기 프로젝트 열기: michalczerwinski/hello_wars

공개 프로퍼티들

프로퍼티 타입 설명
TournamentList List

공개 메소드들

메소드 설명
Refresh ( ) : void
TournamentLadderControl ( Elimination.TournamentLadder.ViewModels.TournamentLadderViewModel viewModel ) : System

비공개 메소드들

메소드 설명
AddBotsToTournamentList ( ) : void
AddEmptyBotToStage ( int stageNumber, int orderInRow, int numberOfBots ) : Elimination.TournamentLadder.UserControls.BotUserControl
CreateEmptyTournamentLadderView ( ) : void
CreateStageList ( int stageNumber, int numberOfBots ) : List
DrawTournamentLines ( Elimination.TournamentLadder.UserControls.BotUserControl bot1, Elimination.TournamentLadder.UserControls.BotUserControl bot2 ) : void
SetCanvasSize ( ) : void
SetDuels ( List list ) : void

메소드 상세

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

TournamentLadderControl() 공개 메소드

public TournamentLadderControl ( Elimination.TournamentLadder.ViewModels.TournamentLadderViewModel viewModel ) : System
viewModel Elimination.TournamentLadder.ViewModels.TournamentLadderViewModel
리턴 System

프로퍼티 상세

TournamentList 공개적으로 프로퍼티

public List TournamentList
리턴 List