ProductVariant Constructor(Product,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Byte,Byte,Int32,Nullable<DateTime>,Int32,Boolean)
In This Topic
Initializes a new instance of the ProductVariant class.
Syntax
public ProductVariant(
Product ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
byte ,
byte ,
int ,
Nullable<DateTime> ,
int ,
bool
)
Parameters
- product
- The value of product
- option1
- The value of option1
- option2
- The value of option2
- option3
- The value of option3
- option4
- The value of option4
- option5
- The value of option5
- option6
- The value of option6
- option7
- The value of option7
- option8
- The value of option8
- pricemodeid
- The value of pricemodeid
- weightmodeid
- The value of weightmodeid
- instock
- The value of instock
- availabilitydate
- The value of availability date
- instockwarninglevel
- The value of instockwarninglevel
- available
- The value of available
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also