-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated for 2024 RTM, moved iLogic-VaultInventorServer library into t…
…his solution
- Loading branch information
Showing
44 changed files
with
23,450 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -258,4 +258,5 @@ paket-files/ | |
|
||
# Python Tools for Visual Studio (PTVS) | ||
__pycache__/ | ||
*.pyc | ||
*.pyc | ||
/Setup1/Release 2022 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
398 changes: 398 additions & 0 deletions
398
Autodesk.VltInvSrv.iLogicSampleJob/SDK Refs/Autodesk.Connectivity.Explorer.Extensibility.XML
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
Autodesk.VltInvSrv.iLogicSampleJob/SDK Refs/Autodesk.Connectivity.Explorer.Extensibility.dll
Binary file not shown.
63 changes: 63 additions & 0 deletions
63
....VltInvSrv.iLogicSampleJob/SDK Refs/Autodesk.Connectivity.Explorer.ExtensibilityTools.XML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<doc> | ||
<assembly> | ||
<name>Autodesk.Connectivity.Explorer.ExtensibilityTools</name> | ||
</assembly> | ||
<members> | ||
<member name="T:Autodesk.Connectivity.Explorer.ExtensibilityTools.IExplorerUtil"> | ||
<summary>A collection of useful operations for Vault Explorer to run.</summary> | ||
</member> | ||
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.IExplorerUtil.UpdateFileProperties(Autodesk.Connectivity.WebServices.File,System.Collections.Generic.Dictionary{Autodesk.Connectivity.WebServices.PropDef,System.Object})"> | ||
<summary>Updates a set of properties for a file.</summary> | ||
<param>The file whose properties will be updated.A Dictionary containing the updated property values. Key = property object; Value = new value</param> | ||
</member> | ||
<member name="T:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader"> | ||
<summary>Performs a partial load of Vault Explorer and returns an interface for making calls into it.</summary> | ||
</member> | ||
<member name="T:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product"> | ||
<summary>An representation of a Vault product.</summary> | ||
</member> | ||
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.#ctor"> | ||
<summary>The constructor.</summary> | ||
</member> | ||
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.GetExePath(Autodesk.Connectivity.Explorer.ExtensibilityTools.Product)"> | ||
<summary>Finds the installed path to the Vault Explorer EXE.</summary> | ||
<param>The Vault product.</param> | ||
<returns>The installed path to the Vault Explorer EXE or null if the installation path was not found.</returns> | ||
</member> | ||
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.GetExplorerUtil(Autodesk.Connectivity.Explorer.Extensibility.IApplication)"> | ||
<summary>Gets an interface for making calls into Vault Explorer</summary> | ||
<param>The application context.</param> | ||
<returns>An interface for making calls into Vault Explorer.</returns> | ||
</member> | ||
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.LoadExplorerUtil"> | ||
<summary> | ||
<div style="BORDER-BOTTOM: #d0d0d0 1px; PADDING-BOTTOM: 2px; MARGIN-BOTTOM: 5px; COLOR: #a0a0a0; PADDING-TOP: 2px"> | ||
Loads an interface for making calls into Vault Explorer. | ||
</div> | ||
</summary> | ||
</member> | ||
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.LoadExplorerUtil(System.String,System.String,System.Int64,System.String)"> | ||
<summary>Loads an interface for making calls into Vault Explorer.</summary> | ||
<param>The server to connect to.The vault name.The ID of the logged in user.The authentication ticket.</param> | ||
<returns>An interface for making calls into Vault Explorer.</returns> | ||
</member> | ||
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.LoadExplorerUtil(Autodesk.Connectivity.Explorer.ExtensibilityTools.Product,System.String,System.String,System.Int64,System.String,System.String,System.String)"> | ||
<summary>Loads an interface for making calls into Vault Explorer.</summary> | ||
<param>The folder where Vault Explorer is installed.An folder for DLL overrides. Used in cases where the default Vault Explorer DLLs can't load properly. Vaule may be null.The Vault product that is installed.The server to connect to.The vault name.The ID of the logged in user.The authentication ticket.</param> | ||
<returns>An interface for making calls into Vault Explorer.</returns> | ||
</member> | ||
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.Vault"> | ||
<summary>The basic Vault product.</summary> | ||
</member> | ||
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.VaultCollaboration"> | ||
<summary>The Vault Collaboration product.</summary> | ||
</member> | ||
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.VaultProfessional"> | ||
<summary>The Vault Professional product.</summary> | ||
</member> | ||
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.VaultWorkgroup"> | ||
<summary>The Vault Workgroup product.</summary> | ||
</member> | ||
</members> | ||
</doc> |
Binary file modified
BIN
+0 Bytes
(100%)
....VltInvSrv.iLogicSampleJob/SDK Refs/Autodesk.Connectivity.Explorer.ExtensibilityTools.dll
Binary file not shown.
Oops, something went wrong.