C# Class DmxPad.ViewModel

Inheritance: INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: Artfunkel/Datamodel.NET Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ViewModel ( ) : System
ViewModel ( Datamodel datamodel ) : System

Méthodes protégées

Méthode Description
NotifyPropertyChanged ( string info ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NotifyPropertyChanged() protected méthode

protected NotifyPropertyChanged ( string info ) : void
info string
Résultat void

ViewModel() public méthode

public ViewModel ( ) : System
Résultat System

ViewModel() public méthode

public ViewModel ( Datamodel datamodel ) : System
datamodel Datamodel
Résultat System