C# Class VSViewer.ViewModels.ViewModelBase

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: MercurialForge/VSViewer

Méthodes publiques

Méthode Description
HideTool ( ) : void
ShowTool ( ) : void
Tick ( System.TimeSpan deltaTime ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void
ViewModelBase ( ) : System

Method Details

HideTool() public méthode

public HideTool ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

ShowTool() public méthode

public ShowTool ( ) : void
Résultat void

Tick() public méthode

public Tick ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
Résultat void

ViewModelBase() protected méthode

protected ViewModelBase ( ) : System
Résultat System