Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class represents a categorization of marketing events. An EventType object describes a marketing event, and associates with one or more Campaign objects representing the marketing campaigns in the event.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
EventDescription |
nvarchar(255) |
None |
Stores a description of the campaign event. |
EventName |
nvarchar(255) |
Unknown |
Stores the unique key for the object. |
Class Key
EventTypeKey is composed of a single data member, EventName.
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
CampaignEventType |
EventType |
Campaign |
2 |
EventTypeBasketRel |
EventType |
Basket |
2 |
EventTypeCampaignEventRel |
EventType |
CampaignEvent |
2 |
EventTypeOrderRel |
EventType |
Order |
2 |