Class BackorderPartRequestSetup
Inheritance
System.Object
BackorderPartRequestSetup
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
public class BackorderPartRequestSetup
Constructors
Declaration
[ConstructorIndex(2)]
public BackorderPartRequestSetup(string partRequestDetailIDNum, DateTime expectedDate, bool useTransitions, int quantity)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.DateTime |
expectedDate |
|
System.Boolean |
useTransitions |
|
System.Int32 |
quantity |
|
Declaration
[ConstructorIndex(3)]
public BackorderPartRequestSetup(string partRequestDetailIDNum, DateTime expectedDate, bool useTransitions, string serialNumber)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.DateTime |
expectedDate |
|
System.Boolean |
useTransitions |
|
System.String |
serialNumber |
|
Declaration
[ConstructorIndex(0)]
public BackorderPartRequestSetup(string partRequestDetailIDNum, DateTime expectedDate, int quantity)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.DateTime |
expectedDate |
|
System.Int32 |
quantity |
|
Declaration
[ConstructorIndex(1)]
public BackorderPartRequestSetup(string partRequestDetailIDNum, DateTime expectedDate, string serialNumber)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.DateTime |
expectedDate |
|
System.String |
serialNumber |
|
Properties
Declaration
[PropertyBitValue(8192)]
public DateTime ExpectedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(64)]
public bool FromGood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(524288)]
public Location FromLocation { get; set; }
Property Value
Declaration
[PropertyBitValue(65536)]
public bool GenerateTimeBombs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(4096)]
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(4)]
public int Quantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(2048)]
public string SerialNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1024)]
public bool ToGood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(262144)]
public Location ToLocation { get; set; }
Property Value
Declaration
[PropertyBitValue(16384)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(131072)]
public bool UseTransitions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|