Enumeration for level types.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxPublic Enumeration LevelType
public enum class LevelType
Members|
| Member name | Value | Description |
|---|
| NotSet | 65535 |
Level type not set.
|
| Account | 4116 |
Account level type.
|
| All | 1 |
All level type.
|
| BomResource | 4114 |
Resource level type.
|
| Calculated | 2 |
Calculated level type.
|
| Channel | 4193 |
Channel level type.
|
| Company | 4162 |
Company level type.
|
| CurrencyDestination | 4178 |
Currency destination level type.
|
| CurrencySource | 4177 |
Currency source level type.
|
| Customer | 4129 |
Customer level type.
|
| CustomerGroup | 4130 |
Customer group level type.
|
| CustomerHousehold | 4131 |
Customer household ID level type.
|
| GeoCity | 8198 |
City level type.
|
| GeoContinent | 8193 |
Continent level type.
|
| GeoCountry | 8195 |
Country level type.
|
| GeoCounty | 8197 |
County level type.
|
| GeoPoint | 8200 |
Geographical Point level type.
|
| GeoPostalCode | 8199 |
Postal code level type.
|
| GeoRegion | 8194 |
Region level type.
|
| GeoStateOrProvince | 8196 |
State or province level type.
|
| OrgUnit | 4113 |
Organization unit level type.
|
| Person | 4161 |
Person level type.
|
| Product | 4145 |
Product level type.
|
| ProductGroup | 4146 |
Product group level type.
|
| Promotion | 4209 |
Promotion level type.
|
| Quantitative | 4115 |
Quantitative level type.
|
| Regular | 0 |
Regular level type.
|
| Representative | 4194 |
Representative level type.
|
| Reserved1 | 8 |
Reserved level type.
|
| Scenario | 4117 |
Scenario level type.
|
| Time | 4 |
Time level type.
|
| TimeDays | 516 |
Days level type.
|
| TimeHalfYears | 36 |
Half year level type.
|
| TimeHours | 772 |
Hours level type.
|
| TimeMinutes | 1028 |
Minute level type.
|
| TimeMonths | 132 |
Month level type.
|
| TimeQuarters | 68 |
Quarters level type.
|
| TimeSeconds | 2052 |
Seconds level type.
|
| TimeUndefined | 4100 |
Undefined level type.
|
| TimeWeeks | 260 |
Weeks level type.
|
| TimeYears | 20 |
Years level type.
|
| Utility | 4118 |
Utility level type.
|
See Also