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