Item Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A version of an Item Revision
Syntax
public class Item Public Class Item Properties
| Name | Description |
|---|---|
| CadBOMStruct | Describes the structure type of the associated BOM |
| Cat | Category assigned to the item |
| Comm | Reserved for future use. |
| ControlledByChangeOrder | If true, item is being controlled by a Change Order and certain properties cannot be manually changed. |
| Detail | A description of the version. |
| Id | The unique identifier for the object. |
| IsCloaked | If true, the logged-in user is restricted from seeing this item. The only valid data in a cloaked Item is the Id and MasterId. All other data will be null or 0. |
| ItemNum | The Item number. |
| LastModDate | The last time the Revision was modified. |
| LastModUserId | The ID of the user that made the last modification. |
| LastModUserName | The name of the user that made the last modification. |
| LfCyc | Life cycle assigned to the item |
| LfCycStateId | The Life Cycle State. |
| Locked | Reserved for future use. |
| MasterId | A unique identifier used to group all the versions of an Item. In other words, different versions of an Item will have a different Id but the same MasterId. |
| MaxCommittedId | Tip committed iteration Id of the item |
| NumSchmId | The Numbering Scheme for the Item. |
| RevId | The ID for the Item Revision. |
| RevNum | The display value for the revision. |
| Title | The display title. |
| UnitId | The Unit of Measure ID. |
| Units | The units for the Item. |
| VerNum | The 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. |
Returned By
Where you get a Item — members that return one.
- AddItemCommandEventArgs.ReturnValue
- ChangeOrderService.GetLifecycleRollbackTargetItem
- ChangeOrderService.ItemRollbackLifeCycleState
- ChangeOrderService.UpdateItemLifeCycleDefinitions
- ChangeOrderService.UpdateItemLifeCycleStates
- CommitItemCommandEventArgs.ReturnValue
- EditItemCommandEventArgs.ReturnValue
- ItemBOM.ItemRevArray
- ItemRollbackLifeCycleStateCommandEventArgs.ReturnValue
- ItemsAndFiles.ItemRevArray
- ItemService.AddItemRevision
- ItemService.AddItemRevisionWithScheme
- ItemService.AssignComponentToItem
- ItemService.AssignFileToItem
- ItemService.EditItems
- ItemService.FindItemRevisionsBySearchConditions
- ItemService.GetItemByItemNumberAndRevisionNumber
- ItemService.GetItemHistoryByItemMasterId
- ItemService.GetItemsByAttachmentFileId
- ItemService.GetItemsByFileId
- ItemService.GetItemsByFileIdAndLinkTypeOptions
- ItemService.GetItemsByIds
- ItemService.GetItemsByRevisionIds
- ItemService.GetLatestItemByItemMasterId
- ItemService.GetLatestItemByItemNumber
- ItemService.GetLatestItemsByItemMasterIds
- ItemService.GetLifecycleRollbackTargetItem
- ItemService.ItemRollbackLifeCycleState
- ItemService.ReassignComponentsToDifferentItems
- ItemService.UpdateAttachments
- ItemService.UpdateItemCategories
- ItemService.UpdateItemFileAssociations
- ItemService.UpdateItemLifeCycleDefinitions
- ItemService.UpdateItemLifeCycleStates
- ItemService.UpdateItemProperties
- ItemService.UpdateItemPropertyDefinitions
- ItemService.UpdateItemRevisionNumbers
- ItemService.UpdateRevisionDefinitionAndNumbers
- UpdateItemLifeCycleStateCommandEventArgs.ReturnValue
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Item