Class UpdatePartStockingLevelSetup
Inheritance
System.Object
UpdatePartStockingLevelSetup
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 UpdatePartStockingLevelSetup
Constructors
Declaration
[ConstructorIndex(0)]
public UpdatePartStockingLevelSetup(Location currentLocation, string queue, string partNumber, string partRevision, string partDomain)
Parameters
Type |
Name |
Description |
Location |
currentLocation |
|
System.String |
queue |
|
System.String |
partNumber |
|
System.String |
partRevision |
|
System.String |
partDomain |
|
Properties
Declaration
[PropertyBitValue(8192)]
public Location CurrentLocation { get; set; }
Property Value
Declaration
[PropertyBitValue(4096)]
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PartDomain
Declaration
[PropertyBitValue(128)]
public string PartDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(512)]
public short PartMaximum { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
[PropertyBitValue(256)]
public short PartMinimum { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
[PropertyBitValue(32)]
public string PartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1024)]
public short PartReorderLevel { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
[PropertyBitValue(2048)]
public short PartReorderQuantity { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
[PropertyBitValue(64)]
public string PartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8)]
public string Queue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2)]
public string ToBinName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public string ToQueue { get; set; }
Property Value
Type |
Description |
System.String |
|