Click or drag to resize

Item Interface

Definition of any type item, that presents in ItemOccurrence object.

Namespace: CeliAPS.BomApi.Data
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface Item

The Item type exposes the following members.

Properties
 NameDescription
Public propertyBomId Gets bom item identifier.
Public propertyBomStructure Indicates how the component is used/viewed in a BOM.
Public propertyChildren Objects comprising current Item
Public propertyCode Gets the code.
Public propertyName Gets the name.
Public propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
Top
See Also