C# Class Gilgame.SEWorkbench.ViewModels.PageViewModel

Inheritance: BaseViewModel
ファイルを表示 Open project: gilgame/SEWorkbench Class Usage Examples

Public Methods

Method Description
PageViewModel ( BaseViewModel parent, ProjectItemViewModel item ) : System
PageViewModel ( BaseViewModel parent, string name, string path ) : System
PerformCloseFile ( ) : void
PerformSelectPage ( ) : void
Save ( ) : void
ShowQuickFind ( ) : void
UpdateContent ( ) : void
UpdateEditorConfig ( ) : void

Private Methods

Method Description
BuildEditor ( ) : void
Editor_GotFocus ( object sender, RoutedEventArgs e ) : void
Editor_TextChanged ( object sender, EventArgs e ) : void
Initialize ( BaseViewModel parent, ProjectItemViewModel item, Models type ) : void
ProjectItem_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
RaiseFileCloseRequested ( ) : void
RaiseFileSaved ( ) : void
RaiseSelected ( ) : void
RaiseTextChanged ( ) : void

Method Details

PageViewModel() public method

public PageViewModel ( BaseViewModel parent, ProjectItemViewModel item ) : System
parent BaseViewModel
item ProjectItemViewModel
return System

PageViewModel() public method

public PageViewModel ( BaseViewModel parent, string name, string path ) : System
parent BaseViewModel
name string
path string
return System

PerformCloseFile() public method

public PerformCloseFile ( ) : void
return void

PerformSelectPage() public method

public PerformSelectPage ( ) : void
return void

Save() public method

public Save ( ) : void
return void

ShowQuickFind() public method

public ShowQuickFind ( ) : void
return void

UpdateContent() public method

public UpdateContent ( ) : void
return void

UpdateEditorConfig() public method

public UpdateEditorConfig ( ) : void
return void