Autodesk Vault ProfessionalVault API

CustomEntityHandler Class

Autodesk.Connectivity.Explorer.ExtensibilityAutodesk.Connectivity.Explorer.Extensibility

A custom entity handler provides overrides for certian actions performed on a custom entity object.

Syntax

public class CustomEntityHandler 
Public Class CustomEntityHandler 

Constructors

NameDescription
CustomEntityHandlerCreates a new handler for operations on entities of a specific custom type.

Properties

NameDescription
SupportsAddGets a value that tells if the handler supports a custom Add command.
SupportsDeleteGets a value that tells if the handler supports a custom Delete command.

Events

NameDescription
AddCustomEntityThe AddCustomEntity event is fired when the default New command for this custom entity type.
DeleteCustomEntityThe AddCustomEntity event is fired when the default Delete command for this custom entity type.

Fields

NameDescription
EntityTypeNameGets or sets name of the custom entity type.
HideDefaultTabViewsGets or sets a value that indicates if default tab views should be hidden.

Returned By

Where you get a CustomEntityHandler — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.Explorer.Extensibility.CustomEntityHandler

See Also