Autodesk Vault ProfessionalVault API

SupportedEntityClasses Property

Autodesk.DataManagement.Client.Framework.Vault.InterfacesIPropertyExtensionProvider

Gets a list of entity classes supported by this provider.

Syntax

System.string[] SupportedEntityClasses {get;}
ReadOnly Property SupportedEntityClasses As System.String()

Remarks

If one or more Entity Classes are specified, then the PreGetPropertyValues andPostGetPropertyValues methods will only be called for the specified enttiy classes. If null is returned, then the methods will be called for every type of entity

See Also