ViewModel of the the whole AppBuilder which manages all available actions like building an app
for a specific platform, listing of all possbile build issues of the app and also provides a
listing of already built apps in past.
View code on GitHub
Inheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor.AppBuilder AppBuilderViewModel
Namespace: DeltaEngine.Editor.AppBuilder
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The AppBuilderViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AppBuilderViewModel | Initializes a new instance of the AppBuilderViewModel class |
Methods
Name | Description | |
---|---|---|
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | Cleanup | (Inherited from ViewModelBase.) |
![]() | OnBuildExecuted | |
![]() | OpenLocalBuiltAppsDirectory | |
![]() | 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.) |
![]() | 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 | |
---|---|---|
![]() | AppListViewModel | |
![]() | AvailableCodeProjects | |
![]() | AvailableEntryPointsInSelectedProject | |
![]() | BuildCommand | |
![]() | GotoBuiltAppsDirectoryCommand | |
![]() | GotoUserProfilePageCommand | |
![]() | HelpCommand | |
![]() | IsBuildActionExecutable | |
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | IsRebuildForced | |
![]() | MessagesListViewModel | |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() | SelectedCodeProject | |
![]() | SelectedEntryPoint | |
![]() | SelectedPlatform | |
![]() | Service | |
![]() | SupportedPlatforms | |
![]() | UserSolutionPath |
Events
Name | Description | |
---|---|---|
![]() | AppBuildFailedRecieved | |
![]() | BuiltAppRecieved | |
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
See Also