Skip to content

Commit

Permalink
ArcGIS Pro 2.3 SDK for .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
UmaHarano committed Jan 25, 2019
1 parent d26ddd0 commit 8fc881b
Show file tree
Hide file tree
Showing 43 changed files with 13,660 additions and 5,318 deletions.
461 changes: 356 additions & 105 deletions DAML/ADCore.daml.xml

Large diffs are not rendered by default.

3,913 changes: 3,547 additions & 366 deletions DAML/ADGeoDatabase.daml.xml

Large diffs are not rendered by default.

679 changes: 312 additions & 367 deletions DAML/ADGeoProcessing.daml.xml

Large diffs are not rendered by default.

1,785 changes: 1,485 additions & 300 deletions DAML/ADMapping.daml.xml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions DAML/ADWorkflow.daml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</component>
<component id="esri_workflow_userGroupsView" className="ArcGIS.Desktop.Internal.Workflow.Configuration.UserGroupsViewModel">
<content L_name = "Groups" buttonTooltipHeader="Add Users to Groups" buttonTooltip = "Add users to workflow groups."
buttonImage ="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Group_B32.png">
buttonImage ="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Group_B_32.png">
</content>
</component>
</insertCategory>
Expand Down Expand Up @@ -250,9 +250,9 @@

<controls>
<!-- Workflow Connection button -->
<button id="esri_workflow_workflowConnectionButton" className="workflow_module:ConnectToWorkflowAsync" caption="Add Workflow Connection" extendedCaption="Insert Connection"
smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/WorkflowConnectionAdd16.png"
largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/WorkflowConnectionAdd32.png"
<button id="esri_workflow_workflowConnectionButton" className="workflow_module:ConnectToWorkflowAsync" caption="New Workflow Connection" extendedCaption="Insert Connection"
smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewWorkflowConnections16.png"
largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewWorkflowConnections32.png"
condition="esri_workflow_canAddWorkflowConnectionCondition" keytip="WC">
<tooltip heading="">
Add a connection to a Workflow Manager database to the project.
Expand Down
1,099 changes: 816 additions & 283 deletions DAML/ArcGISLayout.daml.xml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions DAML/DataReviewer.daml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</updateCategory>

<updateCategory refID="esri_itemInfoType">
<insertComponent id="esri_dataReviewer_SessionResults" className="ArcGIS.Desktop.DataReviewer.ReviewerResultsProjectItem">
<insertComponent id="esri_dataReviewer_SessionResults" className="ArcGIS.Desktop.DataReviewer.ReviewerResultsProjectItem" containerType="DataReviewerResources">
<content>
<supportedTypeIDs>
<type id="SessionResults" contextMenuID="esri_dataReviewer_ReviewResultsContextMenu" />
Expand All @@ -53,7 +53,7 @@
</supportedTypeIDs>
</content>
</insertComponent>
<insertComponent id="esri_itemInfoType_dataReviewer_BatchJobProjectItem" className="ArcGIS.Desktop.DataReviewer.ReviewerBatchJobProjectItem">
<insertComponent id="esri_itemInfoType_dataReviewer_BatchJobProjectItem" className="ArcGIS.Desktop.DataReviewer.ReviewerBatchJobProjectItem" containerType="DataReviewerBatchJobs">
<content>
<supportedTypeIDs>
<type id="file_datareviewer_batchjob" contextMenuID="esri_dataReviewer_BatchJobsContextMenu" />
Expand Down Expand Up @@ -405,13 +405,13 @@
<tooltip heading="Add Data Reviewer Batch Jobs">Add existing Batch Jobs to the project.</tooltip>
</button>
<!-- Review Results context menu buttons-->
<button id="esri_dataReviewer_ReviewResults_AddSession" caption="Add Session..." extendedCaption = "Add Reviewer Sessions to Project" className="esri_dataReviewer_dataReviewerModule:OnClick_AddSession" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericAdd16.png">
<button id="esri_dataReviewer_ReviewResults_AddSession" caption="Add Session" keytip="A" extendedCaption = "Add Reviewer Sessions to Project" className="esri_dataReviewer_dataReviewerModule:OnClick_AddSession" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericAdd16.png">
<tooltip heading="Add Session">
Add an existing Reviewer session to the project. This allows you to view the results in the Reviewer Results pane. You can add more than one session to the connection, but can only view the results for one session at a time.
<disabledText></disabledText>
</tooltip>
</button>
<button id="esri_dataReviewer_ReviewResults_NewSession" caption="New Session..." extendedCaption = "Create a new Reviewer Session to Project" className="esri_dataReviewer_dataReviewerModule:OnClick_NewSession" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/DataReviewerSessionNew32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/DataReviewerSessionNew16.png">
<button id="esri_dataReviewer_ReviewResults_NewSession" caption="New Session" keytip="S" extendedCaption = "Create a new Reviewer Session to Project" className="esri_dataReviewer_dataReviewerModule:OnClick_NewSession" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/DataReviewerSessionNew32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/DataReviewerSessionNew16.png">
<tooltip heading="New Session">
Create a new Reviewer session to the project.
<disabledText></disabledText>
Expand Down Expand Up @@ -748,7 +748,7 @@
<updateModule refID="esri_editing_EditingModule">
<tabs>
<updateTab refID="esri_editing_EditingTab">
<insertGroup refID="esri_dataReviewer_DataReviewerGroup" placeWith="esri_editing_elevationGroup" insert="after"></insertGroup>
<insertGroup refID="esri_dataReviewer_DataReviewerGroup"></insertGroup>
</updateTab>
</tabs>
</updateModule>
Expand Down
Loading

0 comments on commit 8fc881b

Please sign in to comment.