C# Class AkkaWPF.Shell.ViewModels.ModuleVM

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: chris-ray/AkkaWPF Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
ModuleVM ( string name, object vm ) : System.Collections.Generic

Protected Methods

Method Description
RaisePropertyChanged ( string propertyName ) : void

Method Details

ModuleVM() public method

public ModuleVM ( string name, object vm ) : System.Collections.Generic
name string
vm object
return System.Collections.Generic

RaisePropertyChanged() protected method

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

Property Details

Name public_oe property

public string Name
return string