C# 클래스 MetroDemo.MainWindowViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: MahApps/MahApps.Metro 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindBrushResources IEnumerable
OnHotKey Task
PerformDialogCoordinatorAction void
RunCustomFromVm void
RunProgressFromVm void
ShowMessage System.Action
ToggleIconScaling void

공개 메소드들

메소드 설명
Dispose ( ) : void
MainWindowViewModel ( IDialogCoordinator dialogCoordinator ) : System
this ( string columnName ) : string

보호된 메소드들

메소드 설명
RaisePropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event if needed.

비공개 메소드들

메소드 설명
FindBrushResources ( ) : IEnumerable
OnHotKey ( object sender, HotkeyEventArgs e ) : Task
PerformDialogCoordinatorAction ( System.Action action, bool runInMainThread ) : void
RunCustomFromVm ( ) : void
RunProgressFromVm ( ) : void
ShowMessage ( string startingThread ) : System.Action
ToggleIconScaling ( object obj ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MainWindowViewModel() 공개 메소드

public MainWindowViewModel ( IDialogCoordinator dialogCoordinator ) : System
dialogCoordinator IDialogCoordinator
리턴 System

RaisePropertyChanged() 보호된 메소드

Raises the PropertyChanged event if needed.
protected RaisePropertyChanged ( string propertyName ) : void
propertyName string The name of the property that changed.
리턴 void

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string