C# 클래스 ZicoresTradingPostNotifier.ViewModel.MainWindowViewModel

상속: LibraryBase.Wpf.ViewModel.BindableBase
파일 보기 프로젝트 열기: Zicore/TradingPostNotifier 1 사용 예제들

공개 메소드들

메소드 설명
MainWindowViewModel ( MainWindow mainWindow ) : System
RequestClose ( bool cancel ) : void
ViewRecipe ( object param ) : void

보호된 메소드들

메소드 설명
OnRequestClose ( bool canceled ) : void

비공개 메소드들

메소드 설명
AddItemInternal ( HotItem item ) : void
HotItemController_GuildWars2StatusChanged ( object sender, EventArgs e ) : void
HotItemViewModel_AddItemRequest ( object sender, EventArgs e ) : void
HotItemViewModel_RemoveItemRequest ( object sender, EventArgs e ) : void
LoadConfig ( ) : void
RemoveInternal ( HotItem item ) : void
SaveConfig ( ) : void
UpdateTransactionList ( ObservableCollection list, List items ) : void
_fileOpenProvider_PathSelected ( object sender, EventArgs e ) : void
fileSave_PathSelected ( object sender, EventArgs e ) : void

메소드 상세

MainWindowViewModel() 공개 메소드

public MainWindowViewModel ( MainWindow mainWindow ) : System
mainWindow MainWindow
리턴 System

OnRequestClose() 보호된 메소드

protected OnRequestClose ( bool canceled ) : void
canceled bool
리턴 void

RequestClose() 공개 메소드

public RequestClose ( bool cancel ) : void
cancel bool
리턴 void

ViewRecipe() 공개 메소드

public ViewRecipe ( object param ) : void
param object
리턴 void