The list control which visualizes build messages (infos, errors, warnings) that can occur
during the building process of an application via the BuildService.
View code on GitHub
AppBuildMessagesListView
Inheritance Hierarchy
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 AppBuildMessagesListView
Namespace: DeltaEngine.Editor.AppBuilder
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The AppBuildMessagesListView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AppBuildMessagesListView | Initializes a new instance of the AppBuildMessagesListView class | |
AppBuildMessagesListView(AppBuildMessagesListViewModel) | Initializes a new instance of the AppBuildMessagesListView class |
Methods
Name | Description | |
---|---|---|
InitializeComponent |
InitializeComponent
View code on GitHub |
Properties
Name | Description | |
---|---|---|
ViewModel |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponentConnector Connect |
See Also