Order Constructor(Int32,DateTime,Store,String,String,String,String,String,String,String,String,String,String,String,String,OrderStatus,Boolean,String,String,String)
In This Topic
Initializes a new instance of the Order class.
Syntax
public Order(
int ,
DateTime ,
Store ,
string ,
string ,
string ,
string ,
string ,
string ,
string ,
string ,
string ,
string ,
string ,
string ,
OrderStatus ,
bool ,
string ,
string ,
string
)
Parameters
- ordernumber
- The value of ordernumber
- orderdate
- The value of orderdate
- store
- The value of store
- billtofirstname
- The value of billtofirstname
- billtolastname
- The value of billtolastname
- billtocompany
- The value of billtocompany
- billtoaddress1
- The value of billtoaddress1
- billtoaddress2
- The value of billtoaddress2
- billtocity
- The value of billtocity
- billtoprovince
- The value of billtoprovince
- billtopostalcode
- The value of billtopostalcode
- billtocountrycode
- The value of billtocountrycode
- billtophone
- The value of billtophone
- billtofax
- The value of billtofax
- billtoemail
- The value of billtoemail
- orderstatus
- The value of orderstatus
- exported
- The value of exported
- remoteip
- The value of remoteip
- referrer
- The value of referrer
- googleordernumber
- The value of googleordernumber
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