Autodesk.DataManagement.Client.Framework.Vault › Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities
Represents a version of an Item Revision in the vault.
Syntax C# Visual Basic
public class ItemRevision : IEntity Public Class ItemRevision
Implements IEntity Constructors Name Description ItemRevision Creates an ItemRevision entity object
Properties Name Description Category Gets the category that is assigned to this Item ControlledByCO Gets if the item is being controlled by a Change Order. If so, then certain properties cannot be manually changed. Description Gets or sets a description for this item EntityClass Gets the entity class associated with this Item. EntityIterationId Gets the Iteration ID of this Item. EntityMasterId Gets the Master Id of this Item. EntityName Gets the descriptive name for this Item. The ItemNumber property value is used for the EntityName IsCloaked Gets 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. ItemNumber Gets or sets the Item Number associated with this Item. LastModDate Gets the last time the item revision was modified LastModUserId Gets the id of the user who last modified this item LastModUserName Gets the name of the user who last modified this item LifecycleID Gets the ID of the Life Cycle State associated with this Item Revision LinkInfo Gets if this is a Link to an Item. If the value is not null, then LinkInfo provides information about the Link to this Item Locked Gets whether this Item Revision is locked or not. NumberingSchemeId Gets or sets the ID of the Numbering Scheme used to generate the ItemNumber for this Item Revision Gets or sets the display value for the item revision RevisionID Gets 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. Title Gets or sets the Title for this item. Unit Gets or sets the units for this item UnitOfMeasureId Gets or sets the unit of measure id for this item VaultConnection Gets the Vault Connection that this item is associated with. Version Gets 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 Name Description Equals Tests if obj is equal to this Item object.
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