PartSearchType Enumeration |
A flagged enumeration used by some Find methods that indiciates the types of parts
to search for based on the specified part number.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax [FlagsAttribute]
public enum PartSearchType
<FlagsAttribute>
Public Enumeration PartSearchType
[FlagsAttribute]
public enum class PartSearchType
[<FlagsAttribute>]
type PartSearchType
Members
| Member name | Value | Description |
---|
| InternalPartNumber | 1 |
Search for internal parts
|
| ManufacturerPartNumber | 2 |
Search for manufacturer parts
|
| VendorPartNumber | 4 |
Search for vendor parts.
|
| CustomerPartNumber | 8 |
Search for customer parts.
|
See Also