C# 클래스 Abc.NCrafts.App.ViewModels.AllocationGamePage

상속: ViewModel, INotifyPropertyChanged
파일 보기 프로젝트 열기: Abc-Arbitrage/Abc.NCrafts.Quiz 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetHighlightedLines int[]
LoadHighlightingDefinition IHighlightingDefinition
NavigateBackward void
NavigateForward void
SelectAnswer void
ShowHelpContent void

공개 메소드들

메소드 설명
AllocationGamePage ( MainViewModel mainViewModel ) : System.ComponentModel

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName = null ) : void

비공개 메소드들

메소드 설명
GetHighlightedLines ( Answer answer ) : int[]
LoadHighlightingDefinition ( string resourceName ) : IHighlightingDefinition
NavigateBackward ( ) : void
NavigateForward ( ) : void
SelectAnswer ( Answer answer ) : void
ShowHelpContent ( ) : void

메소드 상세

AllocationGamePage() 공개 메소드

public AllocationGamePage ( MainViewModel mainViewModel ) : System.ComponentModel
mainViewModel MainViewModel
리턴 System.ComponentModel

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
리턴 void