AppBuilderInfoListView ClassDelta Engine Documentation
The list control which shows the list of already built apps or the warnings and errors of the app which will be currently build. View code on GitHub
AppBuilderInfoListView
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 AppBuilderInfoListView

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

public class AppBuilderInfoListView : UserControl, 
	IComponentConnector

The AppBuilderInfoListView type exposes the following members.

Constructors

  NameDescription
Public methodAppBuilderInfoListView
Initializes a new instance of the AppBuilderInfoListView class
Top
Methods

  NameDescription
Public methodFocusBuildMessagesList
Public methodFocusBuiltAppsList
Public methodInitializeComponent
InitializeComponent View code on GitHub
Top
Properties

  NameDescription
Public propertyAppListViewModel
Public propertyIsBuildMessagesListFocused
Public propertyIsBuiltAppsListFocused
Public propertyMessagesViewModel
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComponentConnector Connect
Top
See Also