Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities
A Custom Object entity.
Syntax
public class CustomObject : IEntity
Public Class CustomObject
Implements IEntity
Constructors
| Name | Description |
|---|
| CustomObject | Creates a Change Order entity object |
Properties
| Name | Description |
|---|
| Category | Gets the category that is assigned to this Custom Object |
| Definition | Gets the Custom Object Definition which contains specifics about the type of custom object this is |
| EntityClass | Gets the entity class associated with this CustomObject. |
| EntityIterationId | Gets the Iteration ID of this Change Order. Since Change Orders are not iteration based, this will always have the same value as the EntityMasterId. |
| EntityMasterId | Gets the Master Id of this Change Order. The Master Id uniquely identifies this Change Order object |
| EntityName | Gets the descriptive name for this Custom Object. . |
| IsCloaked | Gets if this Custom Object is cloaked. A cloaked object is one that the caller does not have permissions to view. |
| LinkInfo | Gets if this is a Link to a Custom Object. If the value is not null, then LinkInfo provides information about the Link to this CustomObject |
| VaultConnection | Gets the Vault Connection that this ChangeOrder is associated with. |
Methods
| Name | Description |
|---|
| Clone | Creates a clone of this Change Order object. |
| Equals | Tests if obj is equal to this Change Order object. |
Returned By
Where you get a CustomObject — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.CustomObject
See Also