[ROOT] / app / bef / IPRelationsKeysPointingTo

PRich

IPRelationsKeysPointingTo

KeyValue
_DescriptionContains, for each (entity type) key, a list of entity types with foreign keys pointing to that entity type.

Shows how all the IP classes relate to each other.

Used to automatically create links to related objects in a dynamic context.
(see for instance LinkInsertionInDocumentation and QueryExpressionRel.)

Depends on AllIPDerivedTypes (the static defined schema), that is does not attempt to dynamically discover any structures.

Key is the very short string representations of the type (as generated from ToStringVeryShort)
Value is List<-EntityTypeAndKey-> with corresponding types that refer to that type.

See also -EntityTypeAndKey-, IPRelationsKeysPointingFrom and ForeignKeyDirection.
DimAccountDimAccount ParentDimAccountId DimAccount;FactFinance DimAccountId FactFinance
DimCurrencyDimOrganization DimCurrencyId DimOrganization;FactCurrencyRate DimCurrencyId FactCurrencyRate;FactInternetSale DimCurrencyId FactInternetSale;FactResellerSale DimCurrencyId FactResellerSale
DimCustomerFactInternetSale DimCustomerId FactInternetSale;FactSurveyResponse DimCustomerId FactSurveyResponse
DimEmployeeDimEmployee ParentEmployeeId ChildEmployee;FactResellerSale DimEmployeeId FactResellerSale;FactSalesQuota DimEmployeeId FactSalesQuota
DimGeographyDimCustomer DimGeographyId DimCustomer;DimReseller DimGeographyId DimReseller
DimOrganizationDimOrganization ParentDimOrganizationId DimOrganization;FactFinance DimOrganizationId FactFinance
DimProductFactInternetSale DimProductId FactInternetSale;FactProductDescription DimProductId FactProductDescription;FactProductInventory DimProductId FactProductInventory;FactResellerSale DimProductId FactResellerSale
DimProductCategoryDimProductSubcategory DimProductCategoryId DimProductSubcategory;FactSurveyResponse DimProductCategoryId FactSurveyResponse
DimProductSubcategoryDimProduct DimProductSubcategoryId DimProduct;FactSurveyResponse DimProductSubcategoryId FactSurveyResponse
DimPromotionFactInternetSale DimPromotionId FactInternetSale;FactResellerSale DimPromotionId FactResellerSale
DimResellerFactResellerSale DimResellerId FactResellerSale
DimSalesReasonFactInternetSaleReason DimSalesReasonId FactInternetSaleReason
DimSalesTerritoryDimEmployee DimSalesTerritoryId DimEmployee;DimGeography DimSalesTerritoryId DimGeography;FactInternetSale DimSalesTerritoryId FactInternetSale;FactResellerSale DimSalesTerritoryId FactResellerSale

14 items

Edit


Generated 2024-05-04 16:06:11.166 UTC