Library Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault
Provides a gateway to all features and services in Autodesk.DataManagement.Client.Framework.Vault
Syntax
public static class Library Public MustInherit NotInheritable Class Library Properties
| Name | Description |
|---|---|
| ApplicationConfiguration | Gets the service which provides the ability to configure global characteristics for the Autodesk.DataManagement.Client.Framework.Vault Dll. |
| ConnectionManager | Gets a service which encapsulates all connections to a vault server. |
| EntityIDGenerator | Gets a service which is used to generate an Entity Master ID for entities associated with programmatic Entity Classes |
| EntityOperationRegistration | Gets a service which allows you to register an Autodesk.DataManagement.Client.Framework.Vault.Interfaces.IEntityOperationProvider which can be used to provide customized business logic for one or more entities. A custom provider should be registered if a new Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.EntityClass is introduced into the system. |
| LocalFileLocation | Gets a service which provides location of files ranging from vault specific preferences, saved search locations, working folders, etc. |
| PropertyExtensionRegistration | Gets a service which allows you to register a custom provider that can partipate in the vault property management pipeline. With this provider, you can implement custom property definitions, create dependencies between existing property definitions, and provide custom property values for specific entities. |
Methods
| Name | Description |
|---|---|
| Initialize | Initializes the services in this assembly. This should be called on application startup. |
| SetCulture | Sets the culture that this assembly and its dependencies will use when returning resources. |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Library