[ROOT] doc DocFrag SELECT Assembly, DocFragType, Description.FirstLine() < ORDER BY DocFragId < LIMIT 31 > SHUFFLE SKIP 0 > < TAKE 1000 >
1000 items
NOTE: Only 31 elements of total 1000 shown. Use SKIP and TAKE, or change LIMIT.
DocFragId | Assembly | DocFragType | Description.FirstLine() |
---|---|---|---|
ARAdventureWorksOLAP.DimProductCategory.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARCQuery.Quantile.SEXTILE | ARCQuery | EnumMember | Divide into 6 parts |
ARCQuery.ForeignKey.AggregateKeys | ARCQuery | ClassMember | Aggregations to be used on the multiple foreign entity values that are found when one of the -Steps- are -ToMany-. |
ARCCore.PropertyStreamLine.EncodeValues | ARCCore | ClassMember | Typically used when turning -WholeCollection- into a value part of a -PropertyStreamLine-. |
ARAdventureWorksOLAP.DimDepartmentP | ARAdventureWorksOLAP | Enum | Describes class -DimDepartment-. |
ARCQuery.QueryExpressionSelfCreate+ISelfCreateCollection | ARCQuery | Class | Provides a standardized mechanism for describing classes that are able to autogenerate collection of themeselves. |
ARCCore.AREnumType.PropertyKeyEnum | ARCCore | EnumMember | Designates enums that describe relevant values for an 'entity' object like 'Customer'. |
ARCCore.StorageFileP.Filename | ARCCore | EnumMember | |
ARAdventureWorksOLAP.FactProductDescriptionCollection.GetKeysEqualToValue | ARAdventureWorksOLAP | ClassMember | Returns properties which themselves again have key and value equal to the given key and value. |
ARCCore.PKHTMLAttribute.TryRemoveP | ARCCore | ClassMember | Should probably never be used. |
ARAdventureWorksOLAP.DimProductCategory.TryGetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARAdventureWorksOLAP.DimProductSubcategoryCollection.TryGetP | ARAdventureWorksOLAP | ClassMember | Made virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway. |
ARCCore.ClassMemberAttribute.IsDefault | ARCCore | ClassMember | Does not have a corresponding -BaseAttributeP- since all attributes relevant for querying (for instance in the documentation) will be IsDefault = FALSE anyway. (if we had included it in -BaseAttributeP- it would just have led to a lot of confusing IsDefault = FALSE key-values showing up.) |
ARAdventureWorksOLAP.FactSalesQuotaP.DimEmployeeId | ARAdventureWorksOLAP | EnumMember | Called 'EmployeeKey' in original sample database |
ARCQuery.ConstantKey<T>.TryGetP | ARCQuery | ClassMember | The outwards facing executor, understanding use of -FunctionKeys-. |
ARCQuery.BinaryOperatorKey.QuantileKey | ARCQuery | ClassMember | Eventual final -QuantileKey- at end of compound key. |
ARCQuery.FunctionKeyLength | ARCQuery | Class | Returns length of (string) value of field, like 4 for 'John'. |
ARCQuery.FunctionKeyAggregateAvg.SyntaxHelp | ARCQuery | ClassMember | 'Avg()' |
ARCDoc.DocLinkResolutionP.LinkWord | ARCDoc | EnumMember | |
ARCAPI.AddController.APIMethod | ARCAPI | ClassMember | The (only) API method that this controller supports. |
ARCAPI.ResponseFormat.JSON | ARCAPI | EnumMember | |
ARCCore.ARComponents.ARCDoc | ARCCore | EnumMember | A library supporting documentation and demonstrating usage of AgoRapide. |
ARCQuery.BinaryOperatorKey.TryGetPInternal | ARCQuery | ClassMember | The internal executor, containing the specific functionality for how to evaluate the key. |
ARCCore.IP.AllIPDerivedTypesWithPKEnumApplicationSpecific | ARCCore | ClassMember | All relevant -IP--derived types for the -ApplicationSpecificCode- part of the application for which also is defined a -PropertyKeyEnum-. |
ARCAPI.BaseController.TryNavigateToLevelInDataStorage | ARCAPI | ClassMember | Navigates to the specified level (usually within -Storage-). |
ARCCore.IP.Dec | ARCCore | ClassMember | Decrements given property key by 1. Sets to -1 if not found. Uses long, not integer. |
ARCQuery.FunctionKeyAggregateJoin | ARCQuery | Class | Joins the given list of properties into a single property. |
ARCCore.P.TryGetP | ARCCore | ClassMember | Made virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway. |
ARAdventureWorksOLAP.DimProductCollection.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.FactInternetSaleReasonCollection.TrySetPP | ARAdventureWorksOLAP | ClassMember | Replaces default interface method -TrySetPP-. |
ARCQuery.EntityMethodKey.FunctionKeys | ARCQuery | ClassMember | All -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-). |
Generated 2025-07-01 05:42:43.298 UTC