MainViewModel ClassDelta Engine Documentation
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 GitHub
Inheritance Hierarchy

System Object
  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

public class MainViewModel : ViewModelBase

The MainViewModel type exposes the following members.

Constructors

  NameDescription
Public methodMainViewModel
Initializes a new instance of the MainViewModel class. View code on GitHub
Top
Methods

  NameDescription
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodCleanup (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanged(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(String, UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  , UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanging(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanging``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Protected methodSet``1(Expression Func UMP  , UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(String, UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(Expression Func UMP  , UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodSet``1(String, UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Properties

  NameDescription
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Top
Events

  NameDescription
Public eventPropertyChanged (Inherited from ObservableObject.)
Public eventPropertyChanging (Inherited from ObservableObject.)
Top
See Also