CreatePartRequestDetailSetup Constructor(String,Int32,Int32)
Parent Part Request Header Identifier
The number of parts requested
The Objid of the Site Part to which this Part Request will be linked.
Initializes a new instance of the CreatePartRequestDetailSetup class. This overload takes a set of required parameters for the API.
Syntax
'Declaration
<ConstructorIndexAttribute()>
Public Function New( _
ByVal _partRequestHeaderIDNum_ As String, _
ByVal _quantity_ As Integer, _
ByVal _sitePartObjid_ As Integer _
)
[ConstructorIndexAttribute()]
public CreatePartRequestDetailSetup(
string _partRequestHeaderIDNum_,
int _quantity_,
int _sitePartObjid_
)
Parameters
partRequestHeaderIDNum
Parent Part Request Header Identifier
quantity
The number of parts requested
sitePartObjid
The Objid of the Site Part to which this Part Request will be linked.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
CreatePartRequestDetailSetup Class
CreatePartRequestDetailSetup Members
Overload List