Click or drag to resize

Material Interface

Bom item representing material.

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

The Material type exposes the following members.

Properties
 NameDescription
Public propertyAppearanceCode Gets the appearance code.
Public propertyAppearanceId ID of the appearance in DB.
Public propertyAppearanceLabel Gets the appearance label.
Public propertyAppearanceName Gets the name of the appearance.
Public propertyBomId Gets bom item identifier.
(Inherited from Item)
Public propertyBomStructure Indicates how the component is used/viewed in a BOM.
(Inherited from Item)
Public propertyChildren Objects comprising current Item
(Inherited from Item)
Public propertyCode Final code of the material. Gets ReplacedCode if it is not empty. Otherwise original material code value is returned./>
Public propertyHasGrain Determines whether this material has grain.
Public propertyIsComposite Gets a value indicating whether this material is composite material.
Public propertyMaterialId ID of the material in DB.
Public propertyMaterialLabel Gets the material label.
Public propertyMaterialType Material type
Public propertyName Final name of the material. Gets ReplacedName if it is not empty. Otherwise original material name value is returned./>
Public propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
(Inherited from Item)
Public propertyThickness Essential thickness of material. Zero is returned if thickness is not essential.
Public propertyWidth Essential width of material. Zero is returned if width is not essential.
Top
Methods
 NameDescription
Public methodGetAppearanceOriginalProperty Gets the appearance original property.
Public methodGetAppearanceProperty Gets the appearance properties.
Public methodGetAppearanceReplacedProperty Gets the appearance replaced properties.
Public methodGetMaterialOriginalProperty Gets the material original properties.
Public methodGetMaterialProperty Gets the material properties.
Public methodGetMaterialReplacedProperty Gets the material replaced properties.
Top
See Also