Autodesk Vault ProfessionalVault API

IPropertyExtensionRegistrationService Interface

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Services

This service 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.

Syntax

public interface IPropertyExtensionRegistrationService 
Public Interface IPropertyExtensionRegistrationService 

Methods

NameDescription
AddPropertyExtensionProviderAdds a custom provider the the property management pipeline
GetPropertyExtensionProvidersGets a list of all of the custom providers that were registered with the property management pipeline. The providers will be returned in the order they were added

Returned By

Where you get a IPropertyExtensionRegistrationService — members that return one.

See Also