BOMLineItemApprovedManufacturerParts Property |
A list of approved manufacturer parts that have been assigned for use on this BOM.
FactoryLogix global options determine whether or not approved manufacturer
parts are specific to each individual BOM, or are global. In either case,
this list will contain the parts that are appropriate for this BOM.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public List<ManufacturerPart> ApprovedManufacturerParts { get; }
Public ReadOnly Property ApprovedManufacturerParts As List(Of ManufacturerPart)
Get
public:
property List<ManufacturerPart^>^ ApprovedManufacturerParts {
List<ManufacturerPart^>^ get ();
}
member ApprovedManufacturerParts : List<ManufacturerPart> with get
Property Value
Type:
ListManufacturerPartSee Also