IPropertyExtensionRegistrationService Interface
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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
| Name | Description |
|---|---|
| AddPropertyExtensionProvider | Adds a custom provider the the property management pipeline |
| GetPropertyExtensionProviders | Gets 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.