ContentManagerViewModel ClassDelta Engine Documentation
passes the data used in the ContentManagerView View code on GitHub
Inheritance Hierarchy

System Object
  ObservableObject
    ViewModelBase
      DeltaEngine.Editor.ContentManager ContentManagerViewModel

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

public sealed class ContentManagerViewModel : ViewModelBase

The ContentManagerViewModel type exposes the following members.

Constructors

  NameDescription
Public methodContentManagerViewModel
Initializes a new instance of the ContentManagerViewModel class
Top
Methods

  NameDescription
Public methodActivate
Public methodAddContentToContentList
Public methodAddContentToSelection
Public methodAddMultipleContentToSelection
Public methodAddNewContent
Public methodAddTypeToFilter
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodCheckMousePosition
Public methodCleanup (Inherited from ViewModelBase.)
Public methodClearSelectionList
Public methodDeactivate
Public methodDeleteContentFromContentList
Public methodDeleteContentFromList
Public methodDeleteContentWithSubContent
Public methodFilterContentList
Public methodOpenFileExplorerToAddNewContent
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 methodRefreshContentList
Public methodRemoveTypeFromFilter
Public methodSelectToDelete
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 methodShowStartContent
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Fields

  NameDescription
Public fieldSelectedContentList
Public fieldShowingContentManager
Public fieldStartPreviewList
Top
Properties

  NameDescription
Public propertyCanDeleteSubContent
Public propertyContentList
Public propertyDisplayContentList
Public propertyIsAnimation
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertySearchText
Public propertySelectedBackgroundImage
Public propertySelectedContent
Top
Events

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