passes the data used in the ContentManagerView
View code on GitHub
Inheritance Hierarchy
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
The ContentManagerViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContentManagerViewModel | Initializes a new instance of the ContentManagerViewModel class |
Methods
Name | Description | |
---|---|---|
Activate | ||
AddContentToContentList | ||
AddContentToSelection | ||
AddMultipleContentToSelection | ||
AddNewContent | ||
AddTypeToFilter | ||
Broadcast``1 | (Inherited from ViewModelBase.) | |
CheckMousePosition | ||
Cleanup | (Inherited from ViewModelBase.) | |
ClearSelectionList | ||
Deactivate | ||
DeleteContentFromContentList | ||
DeleteContentFromList | ||
DeleteContentWithSubContent | ||
FilterContentList | ||
OpenFileExplorerToAddNewContent | ||
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.) | |
RefreshContentList | ||
RemoveTypeFromFilter | ||
SelectToDelete | ||
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.) | |
ShowStartContent | ||
VerifyPropertyName | (Inherited from ObservableObject.) |
Fields
Name | Description | |
---|---|---|
SelectedContentList | ||
ShowingContentManager | ||
StartPreviewList |
Properties
Name | Description | |
---|---|---|
CanDeleteSubContent | ||
ContentList | ||
DisplayContentList | ||
IsAnimation | ||
IsInDesignMode | (Inherited from ViewModelBase.) | |
MessengerInstance | (Inherited from ViewModelBase.) | |
PropertyChangedHandler | (Inherited from ObservableObject.) | |
PropertyChangingHandler | (Inherited from ObservableObject.) | |
SearchText | ||
SelectedBackgroundImage | ||
SelectedContent |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from ObservableObject.) | |
PropertyChanging | (Inherited from ObservableObject.) |
See Also