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.
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 |
nvarchar(255) |
null |
Stores the code for the type of industry represented by the object. |
IndustryNum |
int |
0 |
Stores the unique key for the object. Key member. |
SiteName |
nvarchar(255) |
Unknown |
Stores the name of the site associated with the object. Key member. |
Class Key
IndustryCodeKey is composed of the following data members:
IndustryNum + SiteName
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 |