Autodesk Vault ProfessionalVault API

IEntity Interface

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

Represents an entity in the vault data base.

Syntax

public interface IEntity 
Public Interface IEntity 

Properties

NameDescription
EntityClassGets the entity class associated with this object.
EntityIterationIdGets the unique id for the iteration. If the object only supports masters, then this and the EntityMasterId should be the same
EntityMasterIdGets the the database id for the master record for this entity.
EntityNameGets a display name that can be used to describe this entity
IsCloakedGets whether or not this entity is cloaked (ie. the user can know about the existence of an object but not the details behind that object).
LinkInfoGets if this entity isn't a real entity, but instead if is a link to the entity. If so, then this value is non-null and returns information about the link to this object.

Returned By

Where you get a IEntity — members that return one.

See Also