Basket

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The Basket class represents the business transaction involved in adding or removing a product from a shopping basket.

Data Members

Data member name

Data type

Default value

Description

DTimestamp

datetime

(convert(datetime,'1900-1-1 0:0:0.0',121))

None.

RequestIndex

smallint

null

None.

UriKey

bigint

0

None.

UserKey

bigint

0

None.

VisitNum

binary

1

None.

DateHourID

binary

1

None.

EventTypeID

binary

1

None.

ProductsID

binary

1

None.

RegisteredUserID

binary

1

None.

SiteID

binary

1

None.

TaskHistoryID

binary

1

None.

Class Key

No key is defined for this class. It is a dependent class.

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation name

Parent

Child

Type

DateBasketTimeStamp

Date

Basket

2

EventTypeBasketRel

EventType

Basket

2

LogUserBasketRel

LogUser

Basket

5

ProductsBasketRel

Products

Basket

2

RegisteredUserBasketRel

RegisteredUser

Basket

2

SiteBasket

Site

Basket

2

TaskHistoryBasket

TaskHistory

Basket

2

UriBasket

URI

Basket

5

VisitBasketRel

Visit

Basket

5

See Also

Other Resources

Data Warehouse Classes