Click or drag to resize

MaterialPackageDetail Class

[This is preliminary documentation and is subject to change.]

Describes detailed information about a particular material package (instance of material that is tracked, stocked, and used within the factory environment.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMaterialPackageDetail

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class MaterialPackageDetail

The MaterialPackageDetail type exposes the following members.

Properties
  NameDescription
Public propertyCreated
The date / time when this material package was introduced into the factory environment
Public propertyInitialQuantity
The initial quantity of material contained within this material package at the time when it was initialized / introduced into the factory environment
Public propertyInternalPartNumber
The internal part number of the material contained within this material package
Public propertyManufactureDate
The date / time when this material was originally manufactured by the manufacturer
Public propertyManufacturer
The name of the manufacturer of this material
Public propertyManufacturerPartNumber
The part number of the material as it is known to the original manufacturer of the material
Public propertyManufacuterLotCode
The lot code applied to this batch of material by the original manufacturer of the material
Public propertyMaterialData
Optional dynamic structure containing specialized information about this material package. For example, if the material package contains moisture sensitive devices, this would contain additional information specific to MSD material handling (exposure time, etc.).
Public propertyQuantity
The quantity of material presently contained within this material package
Public propertyReceivedDate
The date / time when this material was received into the factory
Public propertyStatus
The current status of this material package
Public propertyUniqueIdentifier
The unique identifier of the material package
Public propertyUnits
The unit of measure for this material (items, liters, meters, grams, etc.) Only valid SI units of measure should be utilized
Public propertyVendor
The name of the supplier from whom the material was purchased / supplied.
Public propertyVendorPartNumber
The part number of the material as it is known to the supplier or vendor of the material
Top
Methods
  NameDescription
Public methodToMaterialPackage
Helper method which converts the more detailed MaterialPackageDetail structure to the simplified MaterialPackage structure.
Top
See Also