ICustomObjectManager Interface
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Services.Connection
This interface encapsulates all access to Vault Custom Objects. It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.CustomObjectManager property.
Syntax
public interface ICustomObjectManager Public Interface ICustomObjectManager Methods
| Name | Description |
|---|---|
| AddCustomObjectDefinition | Adds a CustomObjectDefinition. |
| DeleteCustomObjectDefinition | Deletes a custom object definition. |
| GetCustomObjectDefinitionById | Gets a CustomObjectDefinition. |
| GetCustomObjectDefinitions | Gets all CustomObjectDefinition's. |
| GetCustomObjectsByIds | Loads multiple custom objects from the server at once |
| UpdateCustomObjectDefinition | Updates a custom object definition. |
Returned By
Where you get a ICustomObjectManager — members that return one.