Name | Description | |
---|---|---|
ExportBatchJobToAttributeRulesDockPane Constructor |
The following tables list the members exposed by ExportBatchJobToAttributeRulesDockPane.
Name | Description | |
---|---|---|
ExportBatchJobToAttributeRulesDockPane Constructor |
Name | Description | |
---|---|---|
BatchJobFile | Path of source .RBJ file | |
BatchJobFileName | ||
Caption | Gets or sets the DockPane's caption. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
ChooseBatchJobFileCommand | UI binding | |
ChooseDestinationWorkspaceCommand | UI binding | |
ChooseOutputCSVLocationCommand | UI binding | |
DestinationWorkspace | ||
DestinationWorkspaceName | Validation workspace name | |
DestinationWorkspacePath | Validation workspace used while converting | |
DisabledTooltip | Gets or sets the supplementary text that appears with the Tooltip only when the command is disabled. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
DockState | Gets the DockPane's position. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
Enabled | Gets or sets a boolean to specify whether the control is enabled. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
Error | ||
ExportCommand | UI binding | |
ID | Gets the DAML identifier. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
Initialized | Gets a boolean indicating whether the pane has been fully initialized or not. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
IsBusy | Gets a boolean to let clients know the DockPane is currently processing a Task. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
IsFinished | UI binding | |
IsFloating | Gets the DockPane's floating state. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
IsReady | UI binding | |
IsRunning | UI binding | |
IsVisible | Gets or sets the DockPane's visibility. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
Item | ||
LargeImage | Gets or sets the large representation of the command, this may be an image or a xaml element. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
OperationManager | Gets the OperationManager associated with the DockPane. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
OutputCSVLocation | Location of generated .CSV files | |
OutputCSVLocationName | ||
ReadOnly | Whether BatchJobFile can be edited | |
SmallImage | Gets or sets the small representation of the command, this may be an image or a xaml element. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
Summary | ||
SummaryFilePath | UI binding | |
TabText | Gets or sets the dockpane's lower tab text. This appears only when the dock pane is grouped with other tabs. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
Tooltip | Gets or sets a brief description of the command that appears in a small pop-up window when a user pauses the mouse pointer over an element, such as over a Button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
TooltipHeading | Gets or sets a one or two word label that appears above the tooltip. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) |
Name | Description | |
---|---|---|
Content | Gets or sets the content portion of the DockPane. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
HelpContextID | Gets or sets the help topic ID to show. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) |
Name | Description | |
---|---|---|
Activate | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
Hide | Hides the DockPane. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
OnDragOver | Invoked when an object is dragged over the window. Implement this method to add class handling for this event. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
OnDrop | Invoked when an object is dropped onto the pane. Implement this method to add class handling for this event. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
Pin | Pins the DockPane (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
UnPin | Restores the DockPane from its pinned state. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) |
Name | Description | |
---|---|---|
CanCopyAsync | The active pane is constantly polled giving it the opportunity to enable the application's Copy button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanCopyPathAsync | The active pane is constantly polled giving it the opportunity to enable the application's CopyPath button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanCutAsync | The active pane is constantly polled giving it the opportunity to enable the application's Cut button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanDeleteAsync | The active pane is constantly polled giving it the opportunity to enable the application's Delete button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanPasteAsync | The active pane is constantly polled giving it the opportunity to enable the application's Paste button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanPasteSpecialAsync | The active pane is constantly polled giving it the opportunity to enable the application's PasteSpecial button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CopyAsync | Called when the Copy command is clicked. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CopyPathAsync | Called when the CopyPath command is clicked. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CutAsync | Called when the Cut command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
DeleteAsync | Called when the Delete command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
InitializeAsync | Called when the pane is first created to give it the opportunity to initialize itself asynchronously. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
NotifyPropertyChanged | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
OnActivate | Called whenever the DockPane is activated or deactivated. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
OnCreateContent | Optional override to create the visible content of the control. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
OnHelpRequested | Help requested for the DockPane. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
OnHidden | Called when the DockPane is completely hidden. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
OnKeyCommand | Called during OnKeyDown if when a register shortcut matches. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
OnSetContent | Called when the ArcGIS.Desktop.Framework.Contracts.DockPane.Content is specified. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
OnShow | Called when the visibility of the DockPane changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
OnUpdate | Called periodically by the framework once the tool has been created. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
PasteAsync | Called when the Paste command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
PasteSpecialAsync | Called when the PasteSpecial command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
ProcessKeyDown | Process key down (Inherited from ArcGIS.Desktop.Framework.Contracts.DockPane) | |
SetProperty | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
UninitializeAsync | Called when the pane is closed to give it the opportunity to uninitialize itself asynchronously. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |