AppBuilderView ClassDelta Engine Documentation
Shows all available actions and data provided by the AppBuilderViewModel. View code on GitHub
AppBuilderView
Inheritance Hierarchy

System Object
  System.Windows.Threading DispatcherObject
    System.Windows DependencyObject
      System.Windows.Media Visual
        System.Windows UIElement
          System.Windows FrameworkElement
            System.Windows.Controls Control
              System.Windows.Controls ContentControl
                System.Windows.Controls UserControl
                  DeltaEngine.Editor.AppBuilder AppBuilderView

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

public class AppBuilderView : UserControl, 
	EditorPluginView, IDisposable, IComponentConnector

The AppBuilderView type exposes the following members.

Constructors

  NameDescription
Public methodAppBuilderView
Initializes a new instance of the AppBuilderView class
Top
Methods

  NameDescription
Public methodActivate
Public methodDeactivate
Public methodDispose
Releases all resources used by the AppBuilderView
Public methodInit
Public methodInitializeComponent
InitializeComponent View code on GitHub
Public methodInstallAndLaunchNewBuiltApp
Public methodSend
Top
Fields

  NameDescription
Public fieldSolutionPathTextBox
SolutionPathTextBox Name Field View code on GitHub
Top
Properties

  NameDescription
Public propertyIcon
Public propertyRequiresLargePane
Public propertyShortName
Public propertyViewModel
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComponentConnector Connect
Top
See Also