CustomObjectDefinition Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities
A classification of a CustomObject. Each CustomObject has an underlying definition that describes its attributes and capabilities.
Syntax
public sealed class CustomObjectDefinition Public NotInheritable Class CustomObjectDefinition Constructors
| Name | Description |
|---|---|
| CustomObjectDefinition | Creates an instance of a CustomObjectDefinition object |
Properties
| Name | Description |
|---|---|
| DisplayName | Gets or Sets the display name of the CustomObjectDefinition |
| Icon | Gets or Sets an icon associated with the CustomObjectDefinition Returns the icon or returns null if there is not an Icon configured for this CustomObjectDefinition |
| Id | Gets the unique identifier of the CustomObjectDefinition |
| PluralDisplayName | Gets or Sets the plural display name of the CustomObjectDefinition |
| SystemName | Gets the system name of the CustomObjectDefinition |
Methods
| Name | Description |
|---|---|
| GetImage | Gets an image associated with the CustomObjectDefinition |
Returned By
Where you get a CustomObjectDefinition — members that return one.
- CustomObject.Definition
- ICustomObjectManager.AddCustomObjectDefinition
- ICustomObjectManager.GetCustomObjectDefinitionById
- ICustomObjectManager.GetCustomObjectDefinitions
- ICustomObjectManager.UpdateCustomObjectDefinition
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.CustomObjectDefinition