C# Class AkkaWPF.Shell.ViewModels.MainVM2

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

Méthodes publiques

Méthode Description
MainVM2 ( IActorRef appActor ) : System.Collections.Generic
SetModule ( string name, object viewModel ) : void

Méthodes protégées

Méthode Description
RaisePropertyChanged ( string propertyName ) : void

Method Details

MainVM2() public méthode

public MainVM2 ( IActorRef appActor ) : System.Collections.Generic
appActor IActorRef
Résultat System.Collections.Generic

RaisePropertyChanged() protected méthode

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

SetModule() public méthode

public SetModule ( string name, object viewModel ) : void
name string
viewModel object
Résultat void