ContinuousUpdaterDesign ClassDelta Engine Documentation
Inheritance Hierarchy

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

public sealed class ContinuousUpdaterDesign : ContinuousUpdaterViewModel

The ContinuousUpdaterDesign type exposes the following members.

Constructors

  NameDescription
Public methodContinuousUpdaterDesign
Initializes a new instance of the ContinuousUpdaterDesign class
Top
Methods

  NameDescription
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodCleanup (Inherited from ViewModelBase.)
Public methodDispose (Inherited from ContinuousUpdaterViewModel.)
Public methodOpenCurrentTestInVisualStudio (Inherited from ContinuousUpdaterViewModel.)
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.)
Public methodRestart (Inherited from ContinuousUpdaterViewModel.)
Public methodSelect (Inherited from ContinuousUpdaterViewModel.)
Public methodSelectTest (Inherited from ContinuousUpdaterViewModel.)
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 methodStopUpdating (Inherited from ContinuousUpdaterViewModel.)
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Properties

  NameDescription
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Public propertyIsUpdating (Inherited from ContinuousUpdaterViewModel.)
Public propertyLastTimeUpdated (Inherited from ContinuousUpdaterViewModel.)
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Public propertyProjects (Inherited from ContinuousUpdaterViewModel.)
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertySelectedProject (Inherited from ContinuousUpdaterViewModel.)
Public propertySelectedTest (Inherited from ContinuousUpdaterViewModel.)
Public propertySourceCode (Inherited from ContinuousUpdaterViewModel.)
Public propertyTests (Inherited from ContinuousUpdaterViewModel.)
Top
Events

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