Autodesk Vault ProfessionalVault API

Library Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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

NameDescription
ApplicationConfigurationGets the service which provides the ability to configure global characteristics for the Autodesk.DataManagement.Client.Framework.Vault Dll.
ConnectionManagerGets a service which encapsulates all connections to a vault server.
EntityIDGeneratorGets a service which is used to generate an Entity Master ID for entities associated with programmatic Entity Classes
EntityOperationRegistrationGets 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.
LocalFileLocationGets a service which provides location of files ranging from vault specific preferences, saved search locations, working folders, etc.
PropertyExtensionRegistrationGets 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

NameDescription
InitializeInitializes the services in this assembly. This should be called on application startup.
SetCultureSets the culture that this assembly and its dependencies will use when returning resources.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Library

See Also