The ViewModel for BuiltAppsListView which manages all existing apps that were built via the
BuildService.
View code on GitHub
Inheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor.AppBuilder BuiltAppsListViewModel
Namespace: DeltaEngine.Editor.AppBuilder
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The BuiltAppsListViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BuiltAppsListViewModel | Initializes a new instance of the BuiltAppsListViewModel class |
Methods
Name | Description | |
---|---|---|
![]() | AddApp | |
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | Cleanup | (Inherited from ViewModelBase.) |
![]() | 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.) |
![]() | RequestRebuild | |
![]() | 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.) |
![]() | VerifyPropertyName | (Inherited from ObservableObject.) |
Properties
Name | Description | |
---|---|---|
![]() | AppStorageDirectory | |
![]() | BuiltApps | |
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | NumberOfBuiltApps | |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() | TextOfBuiltApps |
Events
Name | Description | |
---|---|---|
![]() | NumberOfBuiltAppsChanged | |
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
![]() | RebuildRequest |
See Also