Class ReceivePartRequestSetup
Inheritance
System.Object
ReceivePartRequestSetup
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 ReceivePartRequestSetup
Constructors
Declaration
[ConstructorIndex(0)]
public ReceivePartRequestSetup(string partRequestDetailIDNum, int quantity, Location toLocation)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.Int32 |
quantity |
|
Location |
toLocation |
|
Declaration
[ConstructorIndex(2)]
public ReceivePartRequestSetup(string partRequestDetailIDNum, int quantity, Location toLocation, bool useTransitions)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.Int32 |
quantity |
|
Location |
toLocation |
|
System.Boolean |
useTransitions |
|
Declaration
[ConstructorIndex(1)]
public ReceivePartRequestSetup(string partRequestDetailIDNum, string serialNumber, Location toLocation)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.String |
serialNumber |
|
Location |
toLocation |
|
Declaration
[ConstructorIndex(3)]
public ReceivePartRequestSetup(string partRequestDetailIDNum, string serialNumber, Location toLocation, bool useTransitions)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.String |
serialNumber |
|
Location |
toLocation |
|
System.Boolean |
useTransitions |
|
Properties
Declaration
[PropertyBitValue(524288)]
public bool AutoClose { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(4096)]
public string CarrierName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public bool FromGood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(8388608)]
public Location FromLocation { get; set; }
Property Value
Declaration
[PropertyBitValue(2097152)]
public bool GenerateTimeBombs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(32768)]
public bool NotProperlyPacked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(1)]
public string PartRequestDetailIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16384)]
public bool PossibleDamage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(512)]
public int Quantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(262144)]
public DateTime ReceiveDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(65536)]
public bool RouteToTest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(1024)]
public string SerialNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2048)]
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(256)]
public bool ToGood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(4194304)]
public Location ToLocation { get; set; }
Property Value
Declaration
[PropertyBitValue(131072)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1048576)]
public bool UseTransitions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(8192)]
public string WaybillName { get; set; }
Property Value
Type |
Description |
System.String |
|