Autodesk Vault ProfessionalVault API

CustomObject Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Entities

A Custom Object entity.

Syntax

public class CustomObject : IEntity  
Public Class CustomObject
   Implements IEntity 

Constructors

NameDescription
CustomObjectCreates a Change Order entity object

Properties

NameDescription
CategoryGets the category that is assigned to this Custom Object
DefinitionGets the Custom Object Definition which contains specifics about the type of custom object this is
EntityClassGets the entity class associated with this CustomObject.
EntityIterationIdGets the Iteration ID of this Change Order. Since Change Orders are not iteration based, this will always have the same value as the EntityMasterId.
EntityMasterIdGets the Master Id of this Change Order. The Master Id uniquely identifies this Change Order object
EntityNameGets the descriptive name for this Custom Object. .
IsCloakedGets if this Custom Object is cloaked. A cloaked object is one that the caller does not have permissions to view.
LinkInfoGets 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
VaultConnectionGets the Vault Connection that this ChangeOrder is associated with.

Methods

NameDescription
CloneCreates a clone of this Change Order object.
EqualsTests if obj is equal to this Change Order object.

Operators

NameDescription
Implicit Type ConversionCasts this CustomObject object to a Web Services Custom 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