C# Class VSViewer.ViewModels.ViewModelBase

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: MercurialForge/VSViewer

Public Methods

Method Description
HideTool ( ) : void
ShowTool ( ) : void
Tick ( System.TimeSpan deltaTime ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
ViewModelBase ( ) : System

Method Details

HideTool() public method

public HideTool ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

ShowTool() public method

public ShowTool ( ) : void
return void

Tick() public method

public Tick ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
return void

ViewModelBase() protected method

protected ViewModelBase ( ) : System
return System