Deployments

Overview

Deployments is a navigation-tree entry in the main AnalyticsCreator window.

Function

The tree node is created in MainWindow.xaml.cs and uses the mnuDeployments context menu defined in MainWindow.xaml.

Access

This topic was rebuilt from MainWindow.xaml and MainWindow.xaml.cs. The source shows the tree entry, its context-menu commands, and the supporting main-window controls.

How to access

Navigation tree

Main window tree -> Deployments

Toolbar

Not direct. Use the navigation tree deployments node.

Diagram

Not direct. Use the navigation tree.

Visual element

MainWindow -> Deployments tree node

Screen overview

The Deployments navigation entry exposes the following tree labels and commands in the source-backed UI.

IDPropertyDescription
1RefreshVisible label, button, tab, or grid header defined in the source-backed XAML.
2List deploymentsVisible label, button, tab, or grid header defined in the source-backed XAML.
3Add deploymentVisible label, button, tab, or grid header defined in the source-backed XAML.

Related topics