EditorViewModel ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  ObservableObject
    ViewModelBase
      DeltaEngine.Editor EditorViewModel

Namespace: DeltaEngine.Editor
Assembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class EditorViewModel : ViewModelBase

The EditorViewModel type exposes the following members.

Constructors

  NameDescription
Public methodEditorViewModel 
Initializes a new instance of the EditorViewModel class
Public methodEditorViewModel(EditorPluginLoader, Settings)
Initializes a new instance of the EditorViewModel class
Top
Methods

  NameDescription
Public methodAddAllPlugins
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.)
Public methodSaveApiKey
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 methodShowMessageBoxToDeleteCurrentProject
Public methodUpdateBorderThicknessOfChromeStyle
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Fields

  NameDescription
Public fieldStatic memberDefaultContentProjectName
Top
Properties

  NameDescription
Public propertyAccountImage
Public propertyApiKey
Public propertyAvailableProjects
Public propertyDeleteProjectVisibility
Public propertyEditorPanelVisibility
Public propertyEditorPlugins
Public propertyError
Public propertyErrorBackgroundColor
Public propertyErrorForegroundColor
Public propertyErrorVisibility
Public propertyIsContentReady
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Public propertyIsLoggedIn
Public propertyLoginPanelVisibility
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Public propertyOnLoginButtonClicked
Public propertyOnLogoutButtonClicked
Public propertyPopupText
Public propertyPopupVisibility
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertyResizeBorderThickness
Public propertySelectedProject
Public propertyService
Public propertyStartEditorMaximized
Public propertyTextLogger
Public propertyVersionNumber
Top
Events

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