Class PartTransferSetup
Inheritance
System.Object
PartTransferSetup
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 PartTransferSetup
Constructors
Declaration
[ConstructorIndex(0)]
public PartTransferSetup(string partNumber, string partRevision, string partDomain, int quantity, Location fromlocation, Location tolocation)
Parameters
Type |
Name |
Description |
System.String |
partNumber |
|
System.String |
partRevision |
|
System.String |
partDomain |
|
System.Int32 |
quantity |
|
Location |
fromlocation |
|
Location |
tolocation |
|
Declaration
[ConstructorIndex(1)]
public PartTransferSetup(string partNumber, string partRevision, string partDomain, string serialNumber, Location fromlocation, Location tolocation)
Parameters
Type |
Name |
Description |
System.String |
partNumber |
|
System.String |
partRevision |
|
System.String |
partDomain |
|
System.String |
serialNumber |
|
Location |
fromlocation |
|
Location |
tolocation |
|
Properties
Declaration
[PropertyBitValue(256)]
public bool FromGood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(16777216)]
public Location FromLocation { get; set; }
Property Value
Declaration
[PropertyBitValue(131072)]
public bool GenerateTimeBombs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(65536)]
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
PartDomain
Declaration
[PropertyBitValue(4)]
public string PartDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1)]
public string PartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2)]
public string PartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8)]
public int Quantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(32768)]
public string ReferenceIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public string SerialNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4096)]
public bool ToGood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(8388608)]
public Location ToLocation { get; set; }
Property Value
Declaration
[PropertyBitValue(16384)]
public DateTime TransferDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(8192)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|