SetPartStockingLevelSetup Constructor
The names of the restocking location/bin
The queue to which the reorder part request will be dispatched
Part number for the Part
Part revision of the Part
Part domain of the Part
Minimum quantity of parts allowed in this inventory location
Maximum quantity of parts allowed in this inventory location
The quantity of parts that will trigger a reorder Part Request to be created for this inventory location
Quantity of parts to be reordered for this inventory location when reorder level is reached
Initializes a new instance of the SetPartStockingLevelSetup class.
Syntax
'Declaration
<ConstructorIndexAttribute()>
Public Function New( _
ByVal _location_ As Location, _
ByVal _queue_ As String, _
ByVal _partNumber_ As String, _
ByVal _partRevision_ As String, _
ByVal _partDomain_ As String, _
ByVal _partMinimum_ As Short, _
ByVal _partMaximum_ As Short, _
ByVal _partReorderLevel_ As Short, _
ByVal _partReorderQuantity_ As Short _
)
[ConstructorIndexAttribute()]
public SetPartStockingLevelSetup(
Location _location_,
string _queue_,
string _partNumber_,
string _partRevision_,
string _partDomain_,
short _partMinimum_,
short _partMaximum_,
short _partReorderLevel_,
short _partReorderQuantity_
)
Parameters
location
The names of the restocking location/bin
queue
The queue to which the reorder part request will be dispatched
partNumber
Part number for the Part
partRevision
Part revision of the Part
partDomain
Part domain of the Part
partMinimum
Minimum quantity of parts allowed in this inventory location
partMaximum
Maximum quantity of parts allowed in this inventory location
partReorderLevel
The quantity of parts that will trigger a reorder Part Request to be created for this inventory location
partReorderQuantity
Quantity of parts to be reordered for this inventory location when reorder level is reached
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
SetPartStockingLevelSetup Class
SetPartStockingLevelSetup Members