C# Class AkkaWPF.Shell.ViewModels.ModuleVM

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: chris-ray/AkkaWPF Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

Méthode Description
ModuleVM ( string name, object vm ) : System.Collections.Generic

Méthodes protégées

Méthode Description
RaisePropertyChanged ( string propertyName ) : void

Method Details

ModuleVM() public méthode

public ModuleVM ( string name, object vm ) : System.Collections.Generic
name string
vm object
Résultat System.Collections.Generic

RaisePropertyChanged() protected méthode

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

Property Details

Name public_oe property

public string Name
Résultat string