Inheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor.ContinuousUpdater ContinuousUpdaterViewModel
DeltaEngine.Editor.ContinuousUpdater ContinuousUpdaterDesign
Namespace: DeltaEngine.Editor.ContinuousUpdater
Assembly: DeltaEngine.Editor.ContinuousUpdater (in DeltaEngine.Editor.ContinuousUpdater.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ContinuousUpdaterViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ContinuousUpdaterViewModel | Initializes a new instance of the ContinuousUpdaterViewModel class |
Methods
Name | Description | |
---|---|---|
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | Cleanup | (Inherited from ViewModelBase.) |
![]() | Dispose | Releases all resources used by the ContinuousUpdaterViewModel |
![]() | OpenCurrentTestInVisualStudio | |
![]() | 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.) |
![]() | Restart | |
![]() | Select | |
![]() | SelectTest | |
![]() | 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.) |
![]() | StopUpdating | |
![]() | VerifyPropertyName | (Inherited from ObservableObject.) |
Properties
Name | Description | |
---|---|---|
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | IsUpdating | |
![]() | LastTimeUpdated | |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | Projects | |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() | SelectedProject | |
![]() | SelectedTest | |
![]() | SourceCode | |
![]() | Tests |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
See Also