Class PickSetup
Inheritance
System.Object
PickSetup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FChoice.Toolkits.Clarify.dll
Constructors
Declaration
[ConstructorIndex(0)]
public PickSetup(string partRequestDetailIDNum)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
Declaration
[ConstructorIndex(2)]
public PickSetup(string partRequestDetailIDNum, bool useTransitions)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.Boolean |
useTransitions |
|
Declaration
[ConstructorIndex(3)]
public PickSetup(string partRequestDetailIDNum, bool useTransitions, params string[] serialNumbers)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.Boolean |
useTransitions |
|
System.String[] |
serialNumbers |
|
Declaration
[ConstructorIndex(1)]
public PickSetup(string partRequestDetailIDNum, params string[] serialNumbers)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.String[] |
serialNumbers |
|
Properties
Declaration
[PropertyBitValue(256)]
public bool GenerateTimeBombs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(2)]
public LocationCollection Locations { get; }
Property Value
Declaration
[PropertyBitValue(32)]
public string NewStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1)]
public string PartRequestDetailIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public DateTime PickDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(64)]
public string[] SerialNumbers { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
[PropertyBitValue(4)]
public bool UseGood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(8)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(128)]
public bool UseTransitions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|