[ROOT] doc DocFrag SELECT Assembly, DocFragType, Description.FirstLine() < ORDER BY DocFragId < LIMIT 248 > SHUFFLE < SKIP 312 > < TAKE 62 > SKIP 0 > < TAKE 1000 >
62 items
DocFragId | Assembly | DocFragType | Description.FirstLine() |
---|---|---|---|
ARCCore.PKTypeAttributeP.BoilerplateCodeProperties | ARCCore | EnumMember | Automatically generated boilerplate code that implements traditional setters and getters for this key. |
ARAdventureWorksOLAP.DimProductSubcategoryP.FrenchName | ARAdventureWorksOLAP | EnumMember | Called 'FrenchProductSubcategoryName' in original sample database |
ARCCore.BaseAttribute+IncorrectAttributeTypeUsedException | ARCCore | Class | Helps to clean up any confusion about which -BaseAttribute- to use in a given concept. |
ARAdventureWorksOLAP.FactResellerSaleP.SalesOrderNumber | ARAdventureWorksOLAP | EnumMember | |
ARCQuery.FunctionKeyQuarter.SyntaxHelp | ARCQuery | ClassMember | 'Quarter()' |
ARCCore.ActualConnectionP.ConnectionInstruction | ARCCore | EnumMember | Only relevant when we are an -Outgoing-. |
ARCQuery.QueryExpressionStrict.SyntaxHelp | ARCQuery | ClassMember | STRICT {strictnessLevel} |
ARAdventureWorksOLAP.DimAccount.TryGetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARCQuery.FunctionKeyMonth.SyntaxHelp | ARCQuery | ClassMember | 'Month()' |
ARAdventureWorksOLAP.DimPromotionP.SpanishCategory | ARAdventureWorksOLAP | EnumMember | Called 'SpanishPromotionCategory' in original sample database |
ARCCore.ARComponents.ARAAPI | ARCCore | EnumMember | The corresponding template application for -ARCAPI- demonstrating its usage, providing an HTTP / HTTPS interface with the help of Microsoft.AspNetCore.Mvc. |
ARCQuery.FunctionKeyAggregateJoin | ARCQuery | Class | Joins the given list of properties into a single property. |
ARAdventureWorksOLAP.FactCallCenterP.TotalOperators | ARAdventureWorksOLAP | EnumMember | |
ARAdventureWorksOLAP.DimGeography.TryGetProvinceCode | ARAdventureWorksOLAP | ClassMember | Returns StateOrProvinceCode. |
ARAdventureWorksOLAP.DimCustomerP.Suffix | ARAdventureWorksOLAP | EnumMember | |
ARCQuery.FunctionKey.Parsers | ARCQuery | ClassMember | Instances of all the relevant sub classes of -FunctionKey-. |
ARAdventureWorksOLAP.FactFinance.GetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARCDoc.HLocation | ARCDoc | Class | Simple class describing the location of a single -IP- instance within some hierarhical context. |
ARAdventureWorksOLAP.FactSurveyResponse.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARCQuery.AggregationType.Count | ARCQuery | EnumMember | |
ARCQuery.QueryExpressionWhere.TryCheckForExistenceOfKey | ARCQuery | ClassMember | Used by query expressions in order to catch wrong field names used or misspelling of field names. |
ARCQuery.RelationalOperator.ILIKE | ARCQuery | EnumMember | Case insensitive string wildcard comparision. |
ARCQuery.FunctionKeyDouble.SyntaxHelp | ARCQuery | ClassMember | 'Double()' |
ARAdventureWorksOLAP.DimCustomer.TryGetCity | ARAdventureWorksOLAP | ClassMember | Returns -City- through -DimGeographyId- with the help of -TryGetForeignField-. |
ARCCore.PK.GetAllPKForEntityType | ARCCore | ClassMember | Returns all property keys relevant for the given entity type, |
ARCQuery.TranslationsP | ARCQuery | Enum | This enum has no values because the keys are the actual string to be translated. |
ARCCore.ARConcepts.GettingStarted | ARCCore | EnumMember | AgoRapide 2020 is an open source library for building data-oriented backend applications using .NET. |
ARCQuery.BinaryOperatorKey.QuantileKey | ARCQuery | ClassMember | Eventual final -QuantileKey- at end of compound key. |
ARAdventureWorksOLAP.FactInternetSaleReason.SetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TrySetP-, accessing -Storage- more direct. |
ARCCore.Sharding | ARCCore | Class | Enables load-balancing by describing what data should be sent over a given connection. |
ARAdventureWorksOLAP.FactFinanceCollection.GetKeysEqualToValue | ARAdventureWorksOLAP | ClassMember | Returns properties which themselves again have key and value equal to the given key and value. |
ARAdventureWorksOLAP.DimOrganizationCollection.GetKeysEqualToValue | ARAdventureWorksOLAP | ClassMember | Returns properties which themselves again have key and value equal to the given key and value. |
ARCCore.ConnectionInstruction.TryGetV | ARCCore | 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 | ARAdventureWorksOLAP | Class | The existence of this class ensures that -Indexing- will be used for foreign key -ParentDimAccountId-. |
ARCQuery.QueryExpressionCache.Execute | ARCQuery | ClassMember | Transforms the given input collection into a resulting collection. |
ARCQuery.QueryExpressionOrderBy | ARCQuery | Class | Orders collection. |
ARAdventureWorksOLAP.FactResellerSaleP.DimSalesTerritoryId | ARAdventureWorksOLAP | EnumMember | Called 'SalesTerritoryKey' in original sample database |
ARAdventureWorksOLAP.FactCallCenter.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARAdventureWorksOLAP.DimProductSubcategoryP.AlternateKey | ARAdventureWorksOLAP | EnumMember | Called 'ProductSubcategoryAlternateKey' in original sample database |
ARCAPI.BaseController.GetFormatAndAdjustRequest | ARCAPI | ClassMember | Decides -ResponseFormat- (like HTML, JSON, CSV, PDF and so on). |
ARAdventureWorksOLAP.FactCallCenterP.ServiceGrade | ARAdventureWorksOLAP | EnumMember | |
ARAdventureWorksOLAP.FactCallCenter.SetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TrySetP-, accessing -Storage- more direct. |
Assembly ARCCore | Assembly | A necessary library (.DLL in Windows terms) that every -ARNodeType- should link to. | |
ARAdventureWorksOLAP.DimDepartment.TryGetPVDirect | ARAdventureWorksOLAP | ClassMember | High performance alternative to -TryGetP-, accessing -Storage- more direct. |
ARCQuery.NewKeyGetType.ToString | ARCQuery | ClassMember | The ToString representation is the one relevant when used as key, like in -IK- or when selecting like 'SELECT {fieldName}'. |
ARAdventureWorksOLAP.DimOrganizationCollection.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARCDoc.DocFragType | ARCDoc | Enum | Type of documentation fragment, like -Assembly-, -Class- or -ClassMember-. |
ARCQuery.ConstantKey<T>.TryGetPInternal | ARCQuery | ClassMember | The internal executor, containing the specific functionality for how to evaluate the key. |
ARAdventureWorksOLAP.DimGeographyP.EnglishCountryName | ARAdventureWorksOLAP | EnumMember | Called 'EnglishCountryRegionName' in original sample database |
ARCQuery.FunctionKeyTotalMinutes.TryGetP | ARCQuery | ClassMember | NOTE: The in-parameter is a property, not an entity. |
ARCDoc.Extensions.ToHTMLSimpleAsTableRow | ARCDoc | ClassMember | Creates a simple HTML representation of the given parameter as a single two column row (Key, Value) in a table. |
ARCDoc.HTOC.ToHTMLSimpleSingle Overload2 | ARCDoc | ClassMember | Alternative ('override') to -ToHTMLSimpleSingle-. |
ARAdventureWorksOLAP.DimCustomer.TryGetState | ARAdventureWorksOLAP | ClassMember | Returns result from -TryGetStateOrProvince-. |
ARAdventureWorksOLAP.DimEmployeeP.EmergencyContactName | ARAdventureWorksOLAP | EnumMember | |
ARCCore.REx | ARCCore | Class | REx = 'TooDeepRecursiveDepthException' |
ARAdventureWorksOLAP.DimSalesReasonP.Type | ARAdventureWorksOLAP | EnumMember | Called 'SalesReasonReasonType' in original sample database |
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.ActualConnection.SetUpToDatePositionGenerator | ARCCore | ClassMember | Set by -StreamProcessor-. Not used by -Client-. |
ARCCore.PKTypeAttribute | ARCCore | Class | Contains the most basic essential information about a property key, like its description, -Type-, -Cardinality-, -IsObligatory- and -DefaultValue-. |
ARCDoc.DocFragType.Class | ARCDoc | EnumMember | Does also include interfaces. |
ARCQuery.FunctionKeyAggregateAvg.SyntaxHelp | ARCQuery | ClassMember | 'Avg()' |
ARAdventureWorksOLAP.FactResellerSaleP.DiscountAmount | ARAdventureWorksOLAP | EnumMember | Note: All instances of 'DiscountAmount = 0' has been filtered out at import |
Generated 2025-07-01 09:05:50.100 UTC