CreatePriceInstanceSetup Constructor
The nuber of the part for the Price Instance.
The revision of the part for the Price Instance.
The domain of the part for the Price Instance.
The support program for which this Price Instance is being created.
The title of the Price Program for this Price Instance. If blank then "US Std Price List" will be used.
The price type for the Price Instance.
The quantity of the part for the Price Instance. If not set, it will default to a zero price quantity.
Initializes a new instance of the CreatePriceInstanceSetup class.
Syntax
'Declaration
<ConstructorIndexAttribute()>
Public Function New( _
ByVal _partNumber_ As String, _
ByVal _partRevision_ As String, _
ByVal _partDomain_ As String, _
ByVal _supportProgram_ As String, _
ByVal _priceProgram_ As String, _
ByVal _priceType_ As PriceInstanceType, _
ByVal _quantity_ As Integer _
)
[ConstructorIndexAttribute()]
public CreatePriceInstanceSetup(
string _partNumber_,
string _partRevision_,
string _partDomain_,
string _supportProgram_,
string _priceProgram_,
PriceInstanceType _priceType_,
int _quantity_
)
Parameters
partNumber
The nuber of the part for the Price Instance.
partRevision
The revision of the part for the Price Instance.
partDomain
The domain of the part for the Price Instance.
supportProgram
The support program for which this Price Instance is being created.
priceProgram
The title of the Price Program for this Price Instance. If blank then "US Std Price List" will be used.
priceType
The price type for the Price Instance.
quantity
The quantity of the part for the Price Instance. If not set, it will default to a zero price quantity.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
CreatePriceInstanceSetup Class
CreatePriceInstanceSetup Members