C# Class AkkaWPF.Shell.ViewModels.MainVM2

Inheritance: INotifyPropertyChanged
Show file Open project: chris-ray/AkkaWPF Class Usage Examples

Public Methods

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

Protected Methods

Method Description
RaisePropertyChanged ( string propertyName ) : void

Method Details

MainVM2() public method

public MainVM2 ( IActorRef appActor ) : System.Collections.Generic
appActor IActorRef
return System.Collections.Generic

RaisePropertyChanged() protected method

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

SetModule() public method

public SetModule ( string name, object viewModel ) : void
name string
viewModel object
return void