Click or drag to resize

PartBase Class

An abstract base class used by different part related objects.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public abstract class PartBase

The PartBase type exposes the following members.

Properties
  NameDescription
Public propertyActive
A boolean flag indicating whether this part revision is the currently active revision that should be used by default when spawning production batches (production orders) to build this part.
Public propertyCurrentVersion
A boolean flag indicating that this revision of the part is the version that should be used in production by default, unless otherwise specified.
Public propertyCustomFieldValues
A list of any custom fields values that have been defined for this part.
Public propertyDescription
A human readable summary of the nature ot this part.
Public propertyId
A unique identifier for this particular part (corresponds to the primary key in the FactoryLogix database)
Public propertyLatestVersion
A boolean flag indicating whether this part revision represents the most recent or latest version of this particular part.
Public propertyPartNumber
The human readable identifier for this part, typically known at its Part Number.
Public propertyRevision
The revision of the part. Not all parts have revisions. Typically, revisons are associated with internal parts that are designated as assemblies and are manufactured within the factory environment.
Public propertySequence
The display sequence number for this part revision within its revision chain (different revisions of the same part). May also indicate order of precedence for alternate part assignments.
Top
See Also