[ROOT] doc DocFrag SELECT Assembly, DocFragType, Description.FirstLine() < ORDER BY DocFragId < LIMIT 60 >
1739 items
NOTE: Only 60 elements of total 1739 shown. Use SKIP and TAKE, or change LIMIT. Try also SHUFFLE.
DocFragId | Assembly | DocFragType | Description.FirstLine() |
---|---|---|---|
ARAdventureWorksOLAP.Controllers.ControllerFacade | ARAdventureWorksOLAP | Class | Facade for entry into the desired -BaseController-. |
ARAdventureWorksOLAP.Controllers.ControllerFacade.CatchAll Overload1 | ARAdventureWorksOLAP | ClassMember | Catches all HTTP POST requests to this API. |
ARAdventureWorksOLAP.Controllers.ControllerFacade.CatchAll Overload2 | ARAdventureWorksOLAP | ClassMember | Catches all HTTP GET requests to this API. |
ARAdventureWorksOLAP.Converter | ARAdventureWorksOLAP | Class | Converts original sample database to property stream format. |
ARAdventureWorksOLAP.Converter.ConvertDatabase | ARAdventureWorksOLAP | ClassMember | Converts original sample database to property stream format if no data for 'DimCustomer' found. |
ARAdventureWorksOLAP.DimAccount | ARAdventureWorksOLAP | Class | Represents an Account. See also -DimAccountP- and -DimAccountCollection-. |
ARAdventureWorksOLAP.DimAccount.GetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimAccount.SetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TrySetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimAccount.Storage | ARAdventureWorksOLAP | ClassMember | Uses int-value of -__enum- minus 1 as index. |
ARAdventureWorksOLAP.DimAccount.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARAdventureWorksOLAP.DimAccount.TryGetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimAccountCollection | ARAdventureWorksOLAP | Class | The existence of this class ensures that -Indexing- will be used for foreign key -ParentDimAccountId-. |
ARAdventureWorksOLAP.DimAccountCollection.GetKeysEqualToValue | ARAdventureWorksOLAP | ClassMember | Returns properties which themselves again have key and value equal to the given key and value. |
ARAdventureWorksOLAP.DimAccountCollection.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARAdventureWorksOLAP.DimAccountCollection.TryGetP | ARAdventureWorksOLAP | ClassMember | Made virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway. |
ARAdventureWorksOLAP.DimAccountCollection.TryGetV | ARAdventureWorksOLAP | ClassMember | Note that 'normally' this method would be irrelevant for a -PRich- object because we will usually be an entity object (like 'Customer') not having an intrinsic value ourselves per se (because we will instead be containing a list of values). |
ARAdventureWorksOLAP.DimAccountCollection.TrySetPP | ARAdventureWorksOLAP | ClassMember | Replaces default interface method -TrySetPP-. |
ARAdventureWorksOLAP.DimAccountP | ARAdventureWorksOLAP | Enum | Describes class -DimAccount-. |
ARAdventureWorksOLAP.DimAccountP.AlternateKey | ARAdventureWorksOLAP | EnumMember | Called 'AccountCodeAlternateKey' in original sample database |
ARAdventureWorksOLAP.DimAccountP.CustomMemberOptions | ARAdventureWorksOLAP | EnumMember | |
ARAdventureWorksOLAP.DimAccountP.Description | ARAdventureWorksOLAP | EnumMember | Called 'AccountDescription' in original sample database |
ARAdventureWorksOLAP.DimAccountP.Operator | ARAdventureWorksOLAP | EnumMember | |
ARAdventureWorksOLAP.DimAccountP.ParentAlternateKey | ARAdventureWorksOLAP | EnumMember | Called 'ParentAccountCodeAlternateKey' in original sample database |
ARAdventureWorksOLAP.DimAccountP.ParentDimAccountId | ARAdventureWorksOLAP | EnumMember | Called 'ParentAccountKey' in original sample database |
ARAdventureWorksOLAP.DimAccountP.Type | ARAdventureWorksOLAP | EnumMember | Called 'AccountType' in original sample database |
ARAdventureWorksOLAP.DimAccountP.ValueType | ARAdventureWorksOLAP | EnumMember | |
ARAdventureWorksOLAP.DimCurrency | ARAdventureWorksOLAP | Class | Represents a Currency. See also -DimCurrencyP-. |
ARAdventureWorksOLAP.DimCurrency.GetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimCurrency.SetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TrySetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimCurrency.Storage | ARAdventureWorksOLAP | ClassMember | Uses int-value of -__enum- minus 1 as index. |
ARAdventureWorksOLAP.DimCurrency.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARAdventureWorksOLAP.DimCurrency.TryGetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimCurrencyP | ARAdventureWorksOLAP | Enum | Describes class -DimCurrency-. |
ARAdventureWorksOLAP.DimCurrencyP.AlternateKey | ARAdventureWorksOLAP | EnumMember | The ISO-4217 3-letter abbreviation like NOK, EUR, USD and so on. Called 'CurrencyAlternateKey' in original sample database |
ARAdventureWorksOLAP.DimCurrencyP.Name | ARAdventureWorksOLAP | EnumMember | Called 'CurrencyName' in original sample database |
ARAdventureWorksOLAP.DimCustomer | ARAdventureWorksOLAP | Class | Represents a Customer. See also -DimCustomerP- and -DimCustomerCollection-. |
ARAdventureWorksOLAP.DimCustomer.GetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimCustomer.SetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TrySetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimCustomer.Storage | ARAdventureWorksOLAP | ClassMember | Uses int-value of -__enum- minus 1 as index. |
ARAdventureWorksOLAP.DimCustomer.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARAdventureWorksOLAP.DimCustomer.TryGetCity | ARAdventureWorksOLAP | ClassMember | Returns -City- through -DimGeographyId- with the help of -TryGetForeignField-. |
ARAdventureWorksOLAP.DimCustomer.TryGetCountry | ARAdventureWorksOLAP | ClassMember | Returns -EnglishCountryName- through -DimGeographyId- with the help of -TryGetForeignField-. |
ARAdventureWorksOLAP.DimCustomer.TryGetName | ARAdventureWorksOLAP | ClassMember | Adds together Title, LastName, FirstName, MiddleName |
ARAdventureWorksOLAP.DimCustomer.TryGetPostalCode | ARAdventureWorksOLAP | ClassMember | Returns -PostalCode- through -DimGeographyId- with the help of -TryGetForeignField-. |
ARAdventureWorksOLAP.DimCustomer.TryGetProvince | ARAdventureWorksOLAP | ClassMember | Returns result from -TryGetStateOrProvince-. |
ARAdventureWorksOLAP.DimCustomer.TryGetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimCustomer.TryGetState | ARAdventureWorksOLAP | ClassMember | Returns result from -TryGetStateOrProvince-. |
ARAdventureWorksOLAP.DimCustomer.TryGetStateOrProvince | ARAdventureWorksOLAP | ClassMember | Returns -StateOrProvinceName- through -DimGeographyId- with the help of -TryGetForeignField-. |
ARAdventureWorksOLAP.DimCustomerCollection | ARAdventureWorksOLAP | Class | The existence of this class ensures that -Indexing- will be used for foreign key -DimGeographyId-. |
ARAdventureWorksOLAP.DimCustomerCollection.GetKeysEqualToValue | ARAdventureWorksOLAP | ClassMember | Returns properties which themselves again have key and value equal to the given key and value. |
ARAdventureWorksOLAP.DimCustomerCollection.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARAdventureWorksOLAP.DimCustomerCollection.TryGetP | ARAdventureWorksOLAP | ClassMember | Made virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway. |
ARAdventureWorksOLAP.DimCustomerCollection.TryGetV | ARAdventureWorksOLAP | ClassMember | Note that 'normally' this method would be irrelevant for a -PRich- object because we will usually be an entity object (like 'Customer') not having an intrinsic value ourselves per se (because we will instead be containing a list of values). |
ARAdventureWorksOLAP.DimCustomerCollection.TrySetPP | ARAdventureWorksOLAP | ClassMember | Replaces default interface method -TrySetPP-. |
ARAdventureWorksOLAP.DimCustomerP | ARAdventureWorksOLAP | Enum | Describes class -DimCustomer-. |
ARAdventureWorksOLAP.DimCustomerP.AddressLine1 | ARAdventureWorksOLAP | EnumMember | |
ARAdventureWorksOLAP.DimCustomerP.AddressLine2 | ARAdventureWorksOLAP | EnumMember | |
ARAdventureWorksOLAP.DimCustomerP.AlternateKey | ARAdventureWorksOLAP | EnumMember | Called 'CustomerAlternateKey' in original sample database |
ARAdventureWorksOLAP.DimCustomerP.BirthDate | ARAdventureWorksOLAP | EnumMember | |
ARAdventureWorksOLAP.DimCustomerP.CommuteDistance | ARAdventureWorksOLAP | EnumMember |
Generated 2024-11-09 22:08:58.585 UTC