CustomEntityHandler Class
Autodesk.Connectivity.Explorer.Extensibility›Autodesk.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
| Name | Description |
|---|
| CustomEntityHandler | Creates a new handler for operations on entities of a specific custom type. |
Properties
| Name | Description |
|---|
| SupportsAdd | Gets a value that tells if the handler supports a custom Add command. |
| SupportsDelete | Gets a value that tells if the handler supports a custom Delete command. |
Events
| Name | Description |
|---|
| AddCustomEntity | The AddCustomEntity event is fired when the default New command for this custom entity type. |
| DeleteCustomEntity | The AddCustomEntity event is fired when the default Delete command for this custom entity type. |
Fields
| Name | Description |
|---|
| EntityTypeName | Gets or sets name of the custom entity type. |
| HideDefaultTabViews | Gets 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