Product Constructor(Store,String,Decimal,Decimal,Decimal,Decimal,Decimal,Decimal,Decimal,Byte,Int32,Nullable<DateTime>,Int32,DateTime,DateTime,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Int32,Int32,Byte,Boolean,Boolean,Boolean,String)
In This Topic
Initializes a new instance of the Product class.
Syntax
public Product(
Store ,
string ,
decimal ,
decimal ,
decimal ,
decimal ,
decimal ,
decimal ,
decimal ,
byte ,
int ,
Nullable<DateTime> ,
int ,
DateTime ,
DateTime ,
bool ,
bool ,
bool ,
bool ,
bool ,
bool ,
int ,
int ,
byte ,
bool ,
bool ,
bool ,
string
)
Parameters
- store
- The value of store
- name
- The value of name
- price
- The value of price
- costofgoods
- The value of costofgoods
- msrp
- The value of msrp
- weight
- The value of weight
- length
- The value of length
- width
- The value of width
- height
- The value of height
- inventorymodeid
- The value of inventorymodeid
- instock
- The value of instock
- availabilitydate
- The value of availabilitydate
- instockwarninglevel
- The value of instockwarninglevel
- createddate
- The value of createddate
- lastmodifieddate
- The value of lastmodifieddate
- isfeatured
- The value of isfeatured
- isprohibited
- The value of isprohibited
- allowreviews
- The value of allowreviews
- allowbackorder
- The value of allowbackorder
- excludefromfeed
- The value of excludefromfeed
- disablepurchase
- The value of disablepurchase
- minquantity
- The value of minquantity
- maxquantity
- The value of maxquantity
- visibilityid
- The value of visibilityid
- isgiftcertificate
- The value of isgiftcertificate
- usevariableprice
- The value of usevariableprice
- hideprice
- The value of hideprice
- excludedDestination
- The value of ExcludedDestination
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