UpdatePartStockingLevelSetup Constructor
The location and bin used for restocking
The queue to which the reorder part request will be dispatched
Part number for the Part
Part revision for the Part
Part domain for the Part
Initializes a new instance of the UpdatePartStockingLevelSetup class.
Syntax
'Declaration
<ConstructorIndexAttribute()>
Public Function New( _
ByVal _currentLocation_ As Location, _
ByVal _queue_ As String, _
ByVal _partNumber_ As String, _
ByVal _partRevision_ As String, _
ByVal _partDomain_ As String _
)
[ConstructorIndexAttribute()]
public UpdatePartStockingLevelSetup(
Location _currentLocation_,
string _queue_,
string _partNumber_,
string _partRevision_,
string _partDomain_
)
Parameters
currentLocation
The location and bin used for restocking
queue
The queue to which the reorder part request will be dispatched
partNumber
Part number for the Part
partRevision
Part revision for the Part
partDomain
Part domain for the Part
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
UpdatePartStockingLevelSetup Class
UpdatePartStockingLevelSetup Members