Autodesk Vault ProfessionalVault API

ItemRevision Class

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

Represents a version of an Item Revision in the vault.

Syntax

public class ItemRevision : IEntity  
Public Class ItemRevision
   Implements IEntity 

Constructors

NameDescription
ItemRevisionCreates an ItemRevision entity object

Properties

NameDescription
CategoryGets the category that is assigned to this Item
ControlledByCOGets if the item is being controlled by a Change Order. If so, then certain properties cannot be manually changed.
DescriptionGets or sets a description for this item
EntityClassGets the entity class associated with this Item.
EntityIterationIdGets the Iteration ID of this Item.
EntityMasterIdGets the Master Id of this Item.
EntityNameGets the descriptive name for this Item. The ItemNumber property value is used for the EntityName
IsCloakedGets if this Item is cloaked. A cloaked object is one that the caller does not have permissions to view. The only valid data in a cloaked item is the EntityIterationId and the EntityMasterId. All other data will be null or 0.
ItemNumberGets or sets the Item Number associated with this Item.
LastModDateGets the last time the item revision was modified
LastModUserIdGets the id of the user who last modified this item
LastModUserNameGets the name of the user who last modified this item
LifecycleIDGets the ID of the Life Cycle State associated with this Item Revision
LinkInfoGets if this is a Link to an Item. If the value is not null, then LinkInfo provides information about the Link to this Item
LockedGets whether this Item Revision is locked or not.
NumberingSchemeIdGets or sets the ID of the Numbering Scheme used to generate the ItemNumber for this Item
RevisionGets or sets the display value for the item revision
RevisionIDGets the ID of this Item Revision. This is different from EntityIterationId as a Revision can have multiple iterations and a master can have multiple revisions.
TitleGets or sets the Title for this item.
UnitGets or sets the units for this item
UnitOfMeasureIdGets or sets the unit of measure id for this item
VaultConnectionGets the Vault Connection that this item is associated with.
VersionGets the items version number, which is a sequential number given to each version. For example, if this value is 5, then the object is the 5th version.

Methods

NameDescription
EqualsTests if obj is equal to this Item object.

Operators

NameDescription
Implicit Type ConversionCasts this ItemRevision object to a Web Services Item.

Returned By

Where you get a ItemRevision — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.ItemRevision

See Also