C# Class Gilgame.SEWorkbench.ViewModels.PageViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: gilgame/SEWorkbench Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public PageViewModel ( BaseViewModel parent, ProjectItemViewModel item ) : System
parent BaseViewModel
item ProjectItemViewModel
Résultat System

PageViewModel() public méthode

public PageViewModel ( BaseViewModel parent, string name, string path ) : System
parent BaseViewModel
name string
path string
Résultat System

PerformCloseFile() public méthode

public PerformCloseFile ( ) : void
Résultat void

PerformSelectPage() public méthode

public PerformSelectPage ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

ShowQuickFind() public méthode

public ShowQuickFind ( ) : void
Résultat void

UpdateContent() public méthode

public UpdateContent ( ) : void
Résultat void

UpdateEditorConfig() public méthode

public UpdateEditorConfig ( ) : void
Résultat void