This class contains properties that the main View can data bind to.
Use the snippet to add bindable properties to this ViewModel. mvvminpc
You can also use Blend to data bind with the tool's support.
See http://www.galasoft.ch/mvvm
View code on GitHubInheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor.Emulator.Tests.ViewModel MainViewModel
Namespace: DeltaEngine.Editor.Emulator.Tests.ViewModel
Assembly: DeltaEngine.Editor.Emulator.Tests (in DeltaEngine.Editor.Emulator.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MainViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MainViewModel |
Initializes a new instance of the MainViewModel class.
View code on GitHub |
Methods
Name | Description | |
---|---|---|
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | Cleanup | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanged(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(String, UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanged``1(Expression Func UMP , UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanging(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanging``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | Set``1(Expression Func UMP , UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(String, UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(Expression Func UMP , UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | Set``1(String, UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | VerifyPropertyName | (Inherited from ObservableObject.) |
Properties
Name | Description | |
---|---|---|
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
See Also