AppBuilderViewModel ClassDelta Engine Documentation
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

System Object
  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

public class AppBuilderViewModel : ViewModelBase

The AppBuilderViewModel type exposes the following members.

Constructors

  NameDescription
Public methodAppBuilderViewModel
Initializes a new instance of the AppBuilderViewModel class
Top
Methods

  NameDescription
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodCleanup (Inherited from ViewModelBase.)
Protected methodOnBuildExecuted
Public methodOpenLocalBuiltAppsDirectory
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.)
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 methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Properties

  NameDescription
Public propertyAppListViewModel
Public propertyAvailableCodeProjects
Public propertyAvailableEntryPointsInSelectedProject
Public propertyBuildCommand
Public propertyGotoBuiltAppsDirectoryCommand
Public propertyGotoUserProfilePageCommand
Public propertyHelpCommand
Public propertyIsBuildActionExecutable
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Public propertyIsRebuildForced
Public propertyMessagesListViewModel
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertySelectedCodeProject
Public propertySelectedEntryPoint
Public propertySelectedPlatform
Public propertyService
Public propertySupportedPlatforms
Public propertyUserSolutionPath
Top
Events

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