IndustryCode

This class categorizes the type of industry a customer or advertising item represents. An IndustryCode object links to zero or more Customer objects and zero or more AdItem objects.

Data Members

Data Member Name Data Type Default Value Description
IndustryCode WSTR None Stores the code for the type of industry represented by the object.
IndustryNum LONG 0 Stores the unique key for the object.
SiteName WSTR None Stores the name of the site associated with the object.

Class Key

IndustryCodeKey is composed of a single data member, IndustryNum.

Relations

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

Relation Name Parent Child Type
AdItemIndustryCode IndustryCode AdItem 2
CustomerIndustryCode IndustryCode Customer 2


All rights reserved.