C# Class Gilgame.SEWorkbench.ViewModels.BaseViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: gilgame/SEWorkbench Class Usage Examples

Public Methods

Method Description
BaseViewModel ( BaseViewModel parent ) : System

Protected Methods

Method Description
RaisePropertyChanged ( string name ) : void

Method Details

BaseViewModel() public method

public BaseViewModel ( BaseViewModel parent ) : System
parent BaseViewModel
return System

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( string name ) : void
name string
return void