[ROOT]  doc  DocFrag  SELECT Assembly, DocFragType, Description.FirstLine()   ORDER BY DocFragId DESC  >   <  LIMIT 4000  >   SKIP 0   SHUFFLE   <  SKIP 1000  >   <  TAKE 2000  >   

739 items

DocFragIdAssemblyDocFragTypeDescription.FirstLine()
ARCCore.AREnumType.PropertyKeyEnumARCCoreEnumMemberDesignates enums that describe relevant values for an 'entity' object like 'Customer'.
ARCCore.PKLogAttribute.TryRemovePARCCoreClassMemberShould probably never be used.
ARCQuery.NewKeyCountP.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARAdventureWorksOLAP.DimCustomerP.SpanishOccupationARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimProductCategory.TryGetNameARAdventureWorksOLAPClassMemberReturns EnglishName.
ARCCore.IKCoded.AllowedEncodedCharactersARCCoreClassMemberThe character set 'A...Za...z0...9-_().,='.
ARCQuery.QueryExpression.ParsersARCQueryClassMemberParsers for all the relevant sub classes of -QueryExpression-.
ARCQuery.RelationalOperator.ILIKEARCQueryEnumMemberCase insensitive string wildcard comparision.
ARAdventureWorksOLAP.DimProductP.ProductLineARAdventureWorksOLAPEnumMember 
ARCDoc.DocLinkResolutionP.DocLinksARCDocEnumMemberThe possible links for -LinkWord-
ARCQuery.QueryExpressionAggregate.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARAdventureWorksOLAP.FactInternetSale.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.DimEmployeeP.GenderARAdventureWorksOLAPEnumMember 
ARCDoc.HTOC.HTOCContentThisLevelKeyARCDocClassMemberThe key used for storing the actual content at this level.
ARCCore.IP.ToStringARCCoreClassMemberThe ToString()-implementation in the classes implementing this interface is supposed to give a short concise representation of the object for debugging and logging purposes, that is, intended for human consumption. The most 'important' implementation is probably the one in -PRich- (-ToString-) because that one is often the basis for your entity classes like 'Customer', 'Order' and so on
ARAdventureWorksOLAP.DimGeography.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.DimOrganizationCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCDoc.DummyEnum.TryGetPARCDocClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCCore.ClassMemberAttribute.InitializeARCCoreClassMemberTo be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization.
ARCCore.ARComponents.ARCAPIARCCoreEnumMemberA library providing an API on top of the -PropertyStream-.
ARCCore.IKCoded.EncodedARCCoreClassMemberThis string value can be used directly in folder names, file names and HTTP URL's without any further encoding being necessary.
ARCQuery.NewKeyCountPRecARCQueryClassReturns the number of properties for a given entity object.
ARAdventureWorksOLAP.DimEmployeeCollection.TryGetVARAdventureWorksOLAPClassMemberNote 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).
ARCQuery.FunctionKey.ParsersARCQueryClassMemberInstances of all the relevant sub classes of -FunctionKey-.
ARCDoc.PKDocAttribute.InitializeARCDocClassMemberTo be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization.
ARCCore.PKHTMLAttribute.EncoderARCCoreClassMemberSee -Encoder-.
ARCCore.PropertyStreamLineParsed.ValueARCCoreClassMemberThe original (non-parsed, non-validated)) value part of the -PropertyStreamLine-, that is, everything after ' = '.
ARCCore.IP.AddPARCCoreClassMemberAdds a property for this object.
ARCCore.ConnectionInstruction.TryGetPARCCoreClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARAdventureWorksOLAP.DimProductCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARCQuery.FunctionKeyAggregateSum.SyntaxHelpARCQueryClassMember'Sum()'
ARCQuery.FunctionKeyDayOfWeekARCQueryClassExtracts DayOfWeek from field like 'Monday', 'Tuesday' and so on.
ARCQuery.EntityMethodKey.MethodARCQueryClassMemberThe actuall TryGet method implemented in the relevant entity class.
ARCCore.ARComponents.ARAClientARCCoreEnumMemberA template application for a -Client- (linking to -ARCCore-).
ARCCore.UtilCore.GetExceptionChainAsStringARCCoreClassMemberFollows the chain of InnerException and returns types as comma-separated string
ARCCore.ClassMemberAttributeP.DeclaringTypeARCCoreEnumMemberThe actual MemberInfo.DeclaringType.
ARCQuery.QueryExpressionOrderBy.SyntaxHelpARCQueryClassMemberORDER BY {key} [DESC] / [ASC]
ARAdventureWorksOLAP.FactResellerSaleP.ShipDateARAdventureWorksOLAPEnumMemberCalled 'ShipDateKey' in original sample database
ARCDoc.DocLink.LinkWordHTMLBeforeLtARCDocClassMemberIf -LinkWordHTML contains '<' (really '&lt;') (for generic types, like 'PValue<TValue>') then this will contain the part before '<' like 'PValue'.
ARCQuery.TranslationsCollection.TryGetVARCQueryClassMemberNote 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.DimPromotion.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCCore.IKString.FromCacheARCCoreClassMemberReduces number of objects generated by caching those known to be within a limited range
ARAdventureWorksOLAP.DimGeographyP.PostalCodeARAdventureWorksOLAPEnumMember 
ARCQuery.Query.ProgressARCQueryClassMemberUse of member class in order for -Query- not to inherit -IP-.
ARCDoc.AppleARCDocClassThe most 'standard' way of implementing an entity-class in AgoRapide, by just inheriting -PRich-.
ARCCore.IP.IsValidARCCoreClassMemberNote that by default all properties are 'valid' but because of -NoRealDeletion-, we must have a mechanism for invalidating properties. This property returns FALSE if property has been invalidated and timestamp for invalidation is not '0001-01-01'.
ARCCore.ClassMemberAttribute.IsDefaultARCCoreClassMemberDoes 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.)
ARCQuery.QueryExpressionLog.SyntaxHelpARCQueryClassMember'Log'.
ARAdventureWorksOLAP.DimProductCollection.TrySetPPARAdventureWorksOLAPClassMemberReplaces default interface method -TrySetPP-.
ARAdventureWorksOLAP.FactResellerSaleP.DimEmployeeIdARAdventureWorksOLAPEnumMemberCalled 'EmployeeKey' in original sample database
ARCCore.ConnectionInstructionARCCoreClassThe instruction about what connections to make (host, portnr, data transfer direction and so on).
ARCCore.ARConcepts.AvoidingRepetitionARCCoreEnumMemberAvoiding repetition, the overarching philosophy that inspired the rest of AgoRapide.
ARAdventureWorksOLAP.FactSurveyResponseARAdventureWorksOLAPClassRepresents a Survey response. See also -FactSurveyResponseP- and -FactSurveyResponseCollection-.
ARCCore.ARConcepts.ApplicationSpecificCodeARCCoreEnumMemberCode specific for an end-application.
ARCAPI.DataStorage.CreateARCAPIClassMemberCreates a -DataStorage- instance with default parameters.
ARCCore.TIP.TryGetVARCCoreClassMemberNote 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.DimOrganizationCollection.TrySetPPARAdventureWorksOLAPClassMemberReplaces default interface method -TrySetPP-.
ARCDoc.DocFragCollection.TryGetVARCDocClassMemberNote 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.DimCustomer.TryGetCountryARAdventureWorksOLAPClassMemberReturns -EnglishCountryName- through -DimGeographyId- with the help of -TryGetForeignField-.
ARCQuery.ValueComparerDateTimeARCQueryClass-ValueComparerDateTime- is an attempt at offering a human language interface for date and time queries.
ARCQuery.ConstantKey<T>.ToStringARCQueryClassMemberThe ToString representation is the one relevant when used as key, like in -IK- or when selecting like 'SELECT {fieldName}'.
ARCQuery.MemberEntityKey.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARCDoc.HLocationP.LocationARCDocEnumMemberFolder names / hierarchical levels.
ARCCore.IP.AllIPDerivedTypesWithPKEnumARCCoreClassMemberAll relevant -IP--derived types for the whole application for which the also is defined a -PropertyKeyEnum-.
ARCCore.ARComponents.ARCSecARCCoreEnumMember(Not implemented as of March 2020)
ARCCore.IPAttributeARCCoreClassDescribes -IP- classes (describes at class-level)
ARCCore.IP.ToJSONSerializeableARCCoreClassMemberPrepares the data into a format acceptable for System.Text.Json.JsonSerializer.Serialize.
ARCCore.ClassAttributeP.InterfacesDirectlyImplementedARCCoreEnumMemberAll interfaces that this class directly implements.
ARAdventureWorksOLAP.FactInternetSaleReasonCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARCAPI.GQController.ToStringARCAPIClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimEmployee.TryGetNameARAdventureWorksOLAPClassMemberAdds together Title, LastName, FirstName, MiddleName
ARCCore.ARConcepts.MemoryConsumptionARCCoreEnumMemberA naïve implementation of key-value storages like AgoRapide may lead to excessive memory (RAM) consumption.
ARCDoc.Apple.ToStringARCDocClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimProductCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimEmployeeP.PayFrequencyARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimResellerP.LastOrderYearARAdventureWorksOLAPEnumMember 
ARCCore.StorageFilePARCCoreEnumDescribes class -StorageFile-.
ARAdventureWorksOLAP.DimDepartment.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCQuery.ConstantKey<T>ARCQueryClassRepresents a constant expression like "' '", "', '", "42".
ARCQuery.QueryExpressionStrict.SyntaxHelpARCQueryClassMemberSTRICT {strictnessLevel}
ARCCore.StreamProcessor.OutsideLocalReceiverARCCoreClassMemberThe outside (in the sense outside of this class) local mechanism which receives all -PropertyStreamLine- registered by this class.
ARCCore.PRich.ToStringARCCoreClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCCore.PK.BuildFromStringCacheARCCoreClassMemberBuilds the content of -_fromStringCache- and also -_allPKForEntityTypeCache-.
ARCDoc.DocLinkARCDocClassDescribes to where a single HTML link points.
ARCCore.PExact<TEnumType>.StorageARCCoreClassMemberUses int-value of -__enum- minus 1 as index.
ARAdventureWorksOLAP.DimGeography.TryGetProvinceCodeARAdventureWorksOLAPClassMemberReturns StateOrProvinceCode.
ARCDoc.AppleP.ColourARCDocEnumMember 
ARCQuery.FunctionKeyFirstLine.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARAdventureWorksOLAP.DimReseller.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARCCore.UtilCore.TryGetTypeFromStringFromCacheARCCoreClassMemberCorresponding method for creating string-representation of type is -ToStringDB-.
ARAdventureWorksOLAP.Converter.ConvertDatabaseARAdventureWorksOLAPClassMemberConverts original sample database to property stream format if no data for 'DimCustomer' found.
ARAdventureWorksOLAP.DimProductP.StyleARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimPromotionP.AlternateKeyARAdventureWorksOLAPEnumMemberCalled 'PromotionAlternateKey' in original sample database
ARCCore.PropertyStreamLine.TryStoreARCCoreClassMemberStores the given -PropertyStreamLineParsed- in the given storage object.
ARCQuery.FunctionKeyVeryShort.SyntaxHelpARCQueryClassMember'VeryShort()'
ARAdventureWorksOLAP.FactSurveyResponse.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.DimSalesReasonP.TypeARAdventureWorksOLAPEnumMemberCalled 'SalesReasonReasonType' in original sample database
ARAdventureWorksOLAP.FactResellerSaleP.ProductStandardCostARAdventureWorksOLAPEnumMember 
ARCCore.StorageFileP.FilenameARCCoreEnumMember 
ARAdventureWorksOLAP.DimProductP.ListPriceARAdventureWorksOLAPEnumMember 
ARCQuery.CompoundInvalidKey.TryGetPARCQueryClassMemberThe outwards facing executor, understanding use of -FunctionKeys-.
ARAdventureWorksOLAP.DimProductSubcategory.TryGetCategoryARAdventureWorksOLAPClassMemberReturns -EnglishName- through -DimProductCategoryId- with the help of -TryGetForeignField-.
ARAdventureWorksOLAP.FactCallCenter.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.DimAccountP.ParentAlternateKeyARAdventureWorksOLAPEnumMemberCalled 'ParentAccountCodeAlternateKey' in original sample database
ARCQuery.QueryExpressionSelfCreate.SyntaxHelpARCQueryClassMemberSELFCREATE {Type supporting ISelfCreateCollection}'
ARCCore.ShardingARCCoreClassEnables load-balancing by describing what data should be sent over a given connection.
ARCQuery.OrdinaryKeyPlusFunctionOrQuantile.TryGetPInternalARCQueryClassMemberThe internal executor, containing the specific functionality for how to evaluate the key.
ARCCore.IP.GetKeysEqualToValueARCCoreClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARAdventureWorksOLAP.DimCustomerP.AlternateKeyARAdventureWorksOLAPEnumMemberCalled 'CustomerAlternateKey' in original sample database
ARAdventureWorksOLAP.FactInternetSaleP.SalesOrderNumberARAdventureWorksOLAPEnumMember-SalesOrderNumber- plus -SalesOrderLineNumber- constitutes primary key of -FactInternetSale-
ARCQuery.Quantile.QUINTILEARCQueryEnumMemberDivide into five parts
ARAdventureWorksOLAP.DimSalesTerritory.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimProductSubcategory.TryGetNameARAdventureWorksOLAPClassMemberReturns EnglishName.
ARAdventureWorksOLAP.DimCustomerP.NumberChildrenAtHomeARAdventureWorksOLAPEnumMember 
ARCCore.IHTMLEncoderARCCoreClassPseudo-interface signifying that implementing class has a static metod called 'Encode' for encoding a string to HTML.
ARCCore.PropertyStreamLine.DecodeARCCoreClassMemberDecodes string as encoded by -EncodeKeyPart- or -EncodeValuePart-.
ARCDoc.DocFragCollection.CreateARCDocClassMemberCreates documentation fragments (-DocFrag-) for all possible -BaseAttribute- elements found in the given assemblies.
ARCCore.BasePKAttribute.IsDefaultARCCoreClassMemberDoes 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.)
ARCQuery.NewKey.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARCCore.PP.ExceptionTextARCCoreEnumMemberGeneral property for logging of exceptions, usually set through -HandleException-.
ARAdventureWorksOLAP.DimEmployeeP.BirthDateARAdventureWorksOLAPEnumMember 
ARCCore.StreamProcessorP.ClientUpdatePositionPathARCCoreEnumMemberComplete path to file containing -ClientUpdatePosition-.
ARCCore.IKCodedARCCoreClassUnderstands coded and unencoded variants of -IK-.
ARCDoc.DummyEnumPARCDocEnumTODO: Document better what this is for (and change name)
ARCQuery.EntityMethodKey.TryGetPInternalARCQueryClassMemberThe internal executor, containing the specific functionality for how to evaluate the key.
ARCDoc.DocFragType.AssemblyARCDocEnumMember 
ARAdventureWorksOLAP.DimOrganization.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimAccountCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimReseller.TryGetCountryARAdventureWorksOLAPClassMemberReturns -EnglishCountryName- through -DimGeographyId- with the help of -TryGetForeignField-.
ARCQuery.ValueComparerDateTime.TryParseARCQueryClassMemberNote: This parser is probably exhaustive but not necessarily logical
ARAdventureWorksOLAP.FactInternetSaleCollection.TryGetPARAdventureWorksOLAPClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCAPI.DataStorage.DocLinksARCAPIClassMemberNote that may be null.
ARAdventureWorksOLAP.DimPromotion.TryGetTypeARAdventureWorksOLAPClassMemberReturns EnglishType.
ARCCore.PValueEmptyARCCoreClassRepresents the 'no value'.
ARAdventureWorksOLAP.FactResellerSaleP.DimSalesTerritoryIdARAdventureWorksOLAPEnumMemberCalled 'SalesTerritoryKey' in original sample database
ARAdventureWorksOLAP.Scenario.ForecastARAdventureWorksOLAPEnumMember 
ARCCore.ARComponents.ARCEventARCCoreEnumMemberARCEvent contains an -EventSourcing- engine offering a unique -PropertyStream2D- concept where processes (of some business domain) can be expressed in very compact manner through the concept of -IRegHandler-.
ARCCore.ARComponents.ARCCoreARCCoreEnumMemberA necessary library (.DLL in Windows terms) that every -ARNodeType- should link to.
ARAdventureWorksOLAP.DimProductCategory.TryGetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCQuery.QueryProgressP.QueriesARCQueryEnumMember 
ARAdventureWorksOLAP.FactFinanceCollection.TrySetPPARAdventureWorksOLAPClassMemberReplaces default interface method -TrySetPP-.
ARCCore.ARConcepts.GettingStartedARCCoreEnumMemberAgoRapide 2020 is an open source library for building data-oriented backend applications using .NET.
ARAdventureWorksOLAP.DimSalesTerritoryP.CountryARAdventureWorksOLAPEnumMemberCalled 'SalesTerritoryCountry' in original sample database
ARCDoc.HLocationP.FilenameARCDocEnumMemberEither the last hierarhical key for the content's location, or Index.html if no location.
ARCCore.ARConcepts.TryPatternAndNullARCCoreEnumMemberAgoRapide uses non-nullable reference types as default throughout the system
ARAdventureWorksOLAP.FactProductDescription.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARCCore.Extensions.SingleARCCoreClassMemberSame as inbuilt LINQ's Single except that gives a more friendly exception message
ARCQuery.NewKeyCountP.QuantileKeyARCQueryClassMemberEventual final -QuantileKey- at end of compound key.
ARAdventureWorksOLAP.FactProductInventoryCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARAdventureWorksOLAP.FactInternetSaleP.DimPromotionIdARAdventureWorksOLAPEnumMemberCalled 'PromotionKey' in original sample database. Note: All instances of 'DimPromotionId = 1' (No discount) has been filtered out at import
ARCQuery.FunctionKeyInt.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARCDoc.DocLinkResolutionPARCDocEnumDescribes class -DocLinkResolution-
ARCQuery.FunctionKeyYearQuarterARCQueryClassExtracts Year + Quarter component from field like 2020Q1.
ARCQuery.ValueComparerDateTime.StepsARCQueryClassMemberValue 0 would mean 'This', like ThisHour, Today, ThisMonth and so on.
ARCQuery.QueryExpressionTakeARCQueryClassTakes a specific number of elements from the current query result.
ARCQuery.OrdinaryKeyPlusFunctionOrQuantile.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARCDoc.DocFrag.ToStringARCDocClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCQuery.ForeignKeyDirectionARCQueryEnumDescribes the type of traversing to a foreign entity possible.
ARCQuery.Quantile.TERTILEARCQueryEnumMemberDivide into three parts
ARCQuery.QueryExpressionDataStorage.SyntaxHelpARCQueryClassMemberDATASTORAGE {new hierarchical level} [link adjustment]
ARCDoc.Documentator.TryGetVARCDocClassMemberNote 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).
ARCCore.ConnectionDirectionARCCoreEnumThe concept of who took the initiative for the connections (who asked to open the TCP/IP session).
ARCQuery.FunctionKeyTotalHours.SyntaxHelpARCQueryClassMember'TotalHours()'
ARCQuery.FunctionKeyYear.SyntaxHelpARCQueryClassMember'Year()'
ARCCore.PRich.TryGetVARCCoreClassMemberNote 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).
ARCQuery.ConstantKey<T>.TryGetPInternalARCQueryClassMemberThe internal executor, containing the specific functionality for how to evaluate the key.
ARCCore.Extensions.ToStringVeryShortARCCoreClassMemberReturns same as -ToStringShort- but without any generics information at all.
ARCQuery.ForeignKey.TryGetPInternalARCQueryClassMemberThe internal executor, containing the specific functionality for how to evaluate the key.
ARCCore.PK.__enumARCCoreClassMemberThis information is also found as EnumMember.
ARAdventureWorksOLAP.DimAccountP.DescriptionARAdventureWorksOLAPEnumMemberCalled 'AccountDescription' in original sample database
ARCQuery.EntityMethodKey.ReturnTypeARCQueryClassMemberThe type of the 'retval' out-parameter of the method.
ARCQuery.NewKey.TryParseSingleWordARCQueryClassMemberRecommended parser to use for functions without parameters.
ARCQuery.QueryExpressionSkip.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARCCore.PK.TryValidateAndParseARCCoreClassMemberParses the value according to specifications for this property key.
ARCDoc.DocFragP.IsInheritedDocARCDocEnumMemberRelevant for class members (methods).
ARCCore.EnumMemberAttribute.TryRemovePARCCoreClassMemberShould probably never be used.
ARCCore.ConnectionInstruction.InitializeARCCoreClassMemberInitializes to sane values.
ARCQuery.QueryExpressionCache.TryCheckForExistenceOfKeyARCQueryClassMemberUsed by query expressions in order to catch wrong field names used or misspelling of field names.
ARAdventureWorksOLAP.FactInternetSaleReasonP.DimSalesReasonIdARAdventureWorksOLAPEnumMemberCalled 'SalesReasonKey' in original sample database
ARAdventureWorksOLAP.DimEmployeeP.StatusARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimGeographyARAdventureWorksOLAPClassRepresents a Geography location. See also -DimGeographyP-.
ARCDoc.Documentator.DocLinkResolutionLocationARCDocClassMemberDefault position within the global storage context of doc link resolution pages.
ARCCore.ARConcepts.StandardAgoRapideCodeARCCoreEnumMemberCode originating from the main official AgoRapide distribution (which therefore does not include any end-application specific code)
ARCCore.IP.IncARCCoreClassMemberIncrements given property key by 1. Sets to 1 if not found. Uses long, not integer.
ARCCore.StreamProcessorP.IndividualStorageFileSizeARCCoreEnumMemberMax size (in bytes) for a single storage file before a new file is created by call to -StreamProcessor.CreateNewStorageFile-.
ARCQuery.NewKeyToPropertyStream.TryGetPARCQueryClassMemberThe outwards facing executor, understanding use of -FunctionKeys-.
ARAdventureWorksOLAP.DimResellerP.OrderFrequencyARAdventureWorksOLAPEnumMember 
ARCCore.PK.TryGetEnumARCCoreClassMemberNote that usually you will not have to ask for this value, usually in AgoRapide it goes the other way around, you have the enum member / enum value and want the corresponding property key.
ARCQuery.QueryExpressionLimitARCQueryClassLimits the final HTML presentation of results (limits the number of elements being presented).
ARCAPI.BaseControllerPARCAPIEnumDescribes class -BaseController-.
ARCQuery.FunctionKeyAbsARCQueryClassReturns the absolute value of field, like 4 for '-4'.
ARCQuery.UtilQuery.IndexOfOutsideOfARCQueryClassMemberEquivalent to string.IndexOf except that any character encountered inside pairs of the 'outsideOf'-char are not counted.
ARCQuery.UtilQuery.IndexOfAnyOutsideOfARCQueryClassMemberEquivalent to string.IndexOfAny except that any character encountered inside pairs of the 'outsideOf'-char are not counted.
ARCDoc.DocFragType.ClassARCDocEnumMemberDoes also include interfaces.
ARCCore.EnumAttributeP.CorrespondingClassARCCoreEnumMemberOnly relevant when -PropertyKeyEnum-.
ARCCore.PK.TypeARCCoreClassMemberReturns type from -PKTypeAttribute-'s -Type-.
ARCDoc.DocLinkCollectionARCDocClassContains a collection of -DocLink- objects.
ARCQuery.NewKeyToPropertyStream.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARCQuery.QueryProgress.GetHTMLLinksToIndividualQueryPartsARCQueryClassMemberIs able to generate the following:
ARCCore.StreamProcessor.AddOrRemoveOutgoingConnectionsARCCoreClassMemberNot relevant for -CoreDB-.
ARAdventureWorksOLAP.FactProductInventoryCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.FactInternetSaleP.DimProductIdARAdventureWorksOLAPEnumMemberCalled 'ProductKey' in original sample database
ARCCore.ClassAttributeP.SubTypesARCCoreEnumMemberDirect and indirect sub types of this class.
ARAdventureWorksOLAP.DimResellerP.AddressLine1ARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactProductDescription.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimCustomerP.AddressLine2ARAdventureWorksOLAPEnumMember 
ARCDoc.DocLinkCollection.InsertLinks Overload2ARCDocClassMemberSee overload with 'contentLocation' as parameter for documentation.
ARCCore.Extensions.SingleOrDefaultARCCoreClassMemberSame as inbuilt LINQ's SingleOrDefault except that gives a more friendly exception message
ARCCore.ActualConnectionP.ConnectionDirectionARCCoreEnumMember 
ARCDoc.Documentator.TryGetPARCDocClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCQuery.TranslationsCollection.ToStringARCQueryClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCQuery.ValueComparer.TryGetNextARCQueryClassMemberSuggestion for next query (browsing 'forwards')
ARCDoc.DocFragCollectionARCDocClassContains a collection of -DocFrag- objects.
ARAdventureWorksOLAP.FactResellerSaleP.TaxAmtARAdventureWorksOLAPEnumMember 
ARCCore.Subscription.IsMatch Overload1ARCCoreClassMemberEvaluates a query consisting of multiple instances of -Subscription- against a single property stream line.
ARCDoc.Extensions.ToHTMLSimpleAsTableRowARCDocClassMemberCreates a simple HTML representation of the given parameter as a single two column row (Key, Value) in a table.
ARCCore.PK.TryGetPARCCoreClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARAdventureWorksOLAP.FactInternetSale.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCCore.StreamProcessorP.UnderClosureARCCoreEnumMemberSet to TRUE if to be closed, whenever an exception occurs or when class goes out of scope
ARCQuery.QueryExpressionWithSuggestions.PreviousARCQueryClassMemberSuggestion for a 'browse backwards' button.
ARCQuery.FunctionKeyVeryShort.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARCDoc.Demonstrator.DemonstratePropertyAccessOrangeARCDocClassMemberDemonstrates use of -PropertyAccess- through the -Orange- class.
ARCCore.StreamProcessor+StorageFile.FilepathARCCoreClassMemberComplete path to file
ARAdventureWorksOLAP.DimSalesReason.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARCQuery.FunctionKeyAggregateMinARCQueryClassCalculates the minimum value of the given properties.
ARAdventureWorksOLAP.DimResellerP.AnnualSalesARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimSalesReason.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCAPI.RQControllerARCAPIClassRQ = REST Query. Executes a REST like query request against the given -DataStorage-.
ARCQuery.ValueComparerDateTime.IsIntervalARCQueryClassMemberNormally the interval which is compared against is the timespan corresponding to -Resolution-.
ARCCore.StreamProcessor.ReadStorageFileARCCoreClassMemberReads one storage file from disk
ARCQuery.QueryProgress.ToStringARCQueryClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCQuery.CompoundInvalidKey.QuantileKeyARCQueryClassMemberEventual final -QuantileKey- at end of compound key.
ARCCore.PSPrefixARCCoreEnumDescribes some recommended prefixes to use in a -PropertyStreamLine-.
ARAdventureWorksOLAP.FactInternetSaleCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARCQuery.UtilQuery.SplitOutsideOfARCQueryClassMemberEquivalent to string.Split except that any character encountered inside pairs of the 'outsideOf'-char are not counted as separators.
ARAdventureWorksOLAP.FactResellerSaleP.FreightARAdventureWorksOLAPEnumMember 
ARCQuery.FunctionKeyDoubleARCQueryClassConverts an integer to a double (decimal value).
ARAdventureWorksOLAP.DimEmployeeCollection.TryGetPARAdventureWorksOLAPClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCCore.ParseResultARCCoreClassNOTE: Concept is very old, from the dark ages of AgoRapide's very first inception. There might be room for improvement.
ARCQuery.QueryExpressionAggregate.TryCheckForExistenceOfKeyARCQueryClassMemberUsed by query expressions in order to catch wrong field names used or misspelling of field names.
ARCQuery.ForeignKey.IPRelationsKeysPointingToARCQueryClassMemberContains, for each (entity type) key, a list of entity types with foreign keys pointing to that entity type.
ARCCore.StreamProcessorP.ClientUpdatePositionARCCoreEnumMemberNote how this is stored both as -ClientUpdatePosition- (on the client side) and -ClientUpdatePosition- (on the server side).
ARAdventureWorksOLAP.DimResellerP.MinPaymentAmountARAdventureWorksOLAPEnumMember 
ARCCore.IP.DeepCopyARCCoreClassMemberCreates a deep copy of this object instance, that is, a copy with all new object instances (except for immutable objects).
Assembly ARCDoc AssemblyA library supporting documentation and demonstrating usage of AgoRapide.
ARCCore.PropertyStreamLine.StoreFailSafeARCCoreClassMemberStores if possible and fails silently.
ARAdventureWorksOLAP.DimProductP.SizeARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimReseller.TryGetStateARAdventureWorksOLAPClassMemberReturns result from -TryGetStateOrProvince-.
ARAdventureWorksOLAP.FactProductInventory.TryGetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCQuery.QueryExpressionSelfCreate.TryCheckForExistenceOfKeyARCQueryClassMemberUsed by query expressions in order to catch wrong field names used or misspelling of field names.
ARCCore.IP.AddOrUpdatePARCCoreClassMemberDuplicates functionality of SetP.
ARCCore.PP.CreatedARCCoreEnumMemberTimestamp when property was created in database.
ARCCore.IP.TryGetV Overload2ARCCoreClassMemberThe actual value of the property. Mostly relevant for single-value properties like -PValue-.
ARCDoc.HTOC.ToHTMLSimpleSingle Overload1ARCDocClassMemberUse this method in any class where a table-of-contents type of view is desireable
ARCCore.TValueARCCoreClassPlaceholder for any class type suitable as generic type parameter -PValue-.
ARCQuery.QueryExpressionDataStorage.LinkAdjustmentARCQueryClassMemberSee -LinkAdjustment- for documentation.
ARCQuery.RelationalOperator.GEQARCQueryEnumMember 
ARCCore.PKTypeAttributeP.DefaultValueARCCoreEnumMemberThe default value.
ARCCore.PPARCCoreEnumDescribes meta data for any class (property) implementing -IP-.
ARAdventureWorksOLAP.DimDepartmentCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARCQuery.FunctionKeyLengthARCQueryClassReturns length of (string) value of field, like 4 for 'John'.
ARAdventureWorksOLAP.DimSalesTerritory.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARCCore.CardinalityARCCoreEnumDescribes how multiple instances of a property is supposed to be handled.
ARCQuery.QueryExpressionSkipARCQueryClassSkips the specified number of elements from the current query result.
ARAdventureWorksOLAP.DimCustomerP.TitleARAdventureWorksOLAPEnumMember 
ARCCore.ClassAttribute.TryRemovePARCCoreClassMemberShould probably never be used.
ARCCore.UtilCore.ValidTimeSpanFormatsARCCoreClassMember'hh\:mm', 'hh\:mm\:ss', 'd\.hh\:mm\:ss', 'hh\:mm\:ss\.fff' // Milliseconds,'d\.hh\:mm\:ss\.fff'
ARCCore.StreamProcessor.InitializeARCCoreClassMemberInitializes this instance of -StreamProcessor-
ARAdventureWorksOLAP.DimEmployeeARAdventureWorksOLAPClassRepresents an Employee. See also -DimEmployeeP- and -DimEmployeeCollection-.
ARAdventureWorksOLAP.DimProductP.FrenchNameARAdventureWorksOLAPEnumMemberCalled 'FrenchProductName' in original sample database
ARAdventureWorksOLAP.FactCallCenterP.CallsARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimAccountPARAdventureWorksOLAPEnumDescribes class -DimAccount-.
ARAdventureWorksOLAP.DimProductSubcategoryP.AlternateKeyARAdventureWorksOLAPEnumMemberCalled 'ProductSubcategoryAlternateKey' in original sample database
ARCQuery.FunctionKeyWeek.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARAdventureWorksOLAP.FactProductDescriptionCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARCCore.Extensions.ResultARCCoreClassMemberReturns heading plus return-value of function (calls function). If function == null then empty string is returned
ARCCore.PK.AllEnumsARCCoreClassMemberAll enums for the whole application.
ARAdventureWorksOLAP.DimResellerP.DimGeographyIdARAdventureWorksOLAPEnumMemberCalled 'GeographyKey' in original sample database
ARCDoc.DocFrag.Create Overload2ARCDocClassMemberCreates a -DocFrag- object representing a class, class member, enum or enum member.
ARCCore.StreamProcessorP.TimestampResolutionARCCoreEnumMemberThe time interval between each timestamp update in the -PropertyStream-.
ARAdventureWorksOLAP.DimOrganizationCollection.TryGetVARAdventureWorksOLAPClassMemberNote 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).
ARCQuery.EntityMethodKey.QuantileKeyARCQueryClassMemberEventual final -QuantileKey- at end of compound key.
ARAdventureWorksOLAP.FactCurrencyRate.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARCCore.IKType.ToStringARCCoreClassMemberCaching is supposed to be useful because may be called quite often.
ARCDoc.Extensions.GetHelptextHTMLARCDocClassMemberReturns content of -Description- and -LongDescription-.
ARAdventureWorksOLAP.FactFinanceP.DateARAdventureWorksOLAPEnumMemberCalled 'DateKey' in original sample database
ARAdventureWorksOLAP.DimResellerP.PhoneARAdventureWorksOLAPEnumMember 
ARCCore.EnumAttribute.TryGetAsTypeScriptARCCoreClassMemberGenerates typescript code corresponding to the enum which this instance describes.
ARCQuery.ValueComparerDateTime.TryGetNextARCQueryClassMemberSuggestion for next query (browsing 'forwards')
ARCCore.ClientUpdatePosition.IsAtEndOfStreamARCCoreClassMemberNecessary in order to implement -AdHocQuery-.
ARCDoc.OrangeARCDocClassInherits -PExact- for probably the best compromise between memory consumption and easy of development.
ARCAPI.ContentResult.CreateErrorARCAPIClassMemberTODO: Add a key / value format for error messages, like done for -Log-.
ARAdventureWorksOLAP.FactSalesQuotaP.CalendarQuarterARAdventureWorksOLAPEnumMember 
ARCQuery.FunctionKeyMonth.SyntaxHelpARCQueryClassMember'Month()'
ARCQuery.FunctionKeyQuarter.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARAdventureWorksOLAP.DimProductP.ArabicDescriptionARAdventureWorksOLAPEnumMember 
ARCDoc.HLocationCollection.CreateARCDocClassMemberTransforms the parameter (and recursively all contained objects) into a collection of -HLocation- objects.
ARAdventureWorksOLAP.DimEmployeeP.MaritalStatusARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimEmployeeP.PhoneARAdventureWorksOLAPEnumMember 
ARCDoc.DocFragCollection.ToStringARCDocClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCAPI.DataStorage.StorageARCAPIClassMemberThe actual storage.
ARCCore.PKTypeAttribute.DefaultValueARCCoreClassMemberSee -DefaultValue-.
ARCCore.EnumMemberAttribute.InitializeARCCoreClassMemberTo be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization.
ARCQuery.QueryExpressionLog.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARAdventureWorksOLAP.DimSalesReason.TryGetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCCore.PP.ValueARCCoreEnumMemberThe actual value.
ARAdventureWorksOLAP.DimProductSubcategoryCollection.TrySetPPARAdventureWorksOLAPClassMemberReplaces default interface method -TrySetPP-.
ARCCore.PKTypeAttribute.TypeARCCoreClassMemberSee -Type-.
ARCQuery.NewKeyToPropertyStream.QuantileKeyARCQueryClassMemberEventual final -QuantileKey- at end of compound key.
ARCCore.IP.TryGetV Overload1ARCCoreClassMemberThe actual 'unpacking' of the object.
ARCQuery.ForeignKey+EntityTypeAndKeyARCQueryClassDescribes an entity type and a key.
ARCDoc.HTOC.ToHTMLSimpleSingle Overload2ARCDocClassMemberAlternative ('override') to -ToHTMLSimpleSingle-.
ARCCore.PValue<T>.TryGetVARCCoreClassMemberSupports duck typing.
ARCCore.BaseAttributeP.DescriptionARCCoreEnumMemberThe description for the attribute, like this description
ARCDoc.HLocation.TryGetPARCDocClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCDoc.Banana.ColourARCDocClassMemberAnnotated as nullable in order to keep flexibility of -PropertyAccess-, including what happens if values are not set (TryGetP etc)
ARCCore.PExact<TEnumType>..ctorARCCoreClassMemberSet capacity to the number of members in the -PropertyKeyEnum- for this class (minus the __invalid-value)
ARAdventureWorksOLAP.DimGeographyP.IpAddressLocatorARAdventureWorksOLAPEnumMember 
ARCCore.PCollection.TryGetPARCCoreClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCAPI.ResponseFormat.HTMLARCAPIEnumMember 
ARCCore.PropertyStreamLineParsedARCCoreClassParses the keys part of a line from -PropertyStream-, like 'Customer/42/FirstName = John.
ARAdventureWorksOLAP.FactProductDescriptionP.DimProductIdARAdventureWorksOLAPEnumMemberCalled 'ProductKey' in original sample database
Assembly ARCCore AssemblyA necessary library (.DLL in Windows terms) that every -ARNodeType- should link to.
ARCDoc.HTOC.CreateInitialContentARCDocClassMemberHelper method for creation of a -FilterBranch-.
ARCQuery.QueryExpressionWhere+ValueEnum.ALLARCQueryEnumMemberEquivalent to query like WHERE Name = *
ARCQuery.FunctionKeyHourMinute.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARAdventureWorksOLAP.DimEmployeeP.EmployeeNationalIDAlternateKeyARAdventureWorksOLAPEnumMember 
ARCQuery.NewKey.AddParserARCQueryClassMemberAdds an -ApplicationSpecificCode- parser.
ARCQuery.ForeignKey+EntityTypeAndKey.OppositeTermARCQueryClassMemberCorresponds to -PKRelAttributeP-.- OppositeTerm-.
ARAdventureWorksOLAP.DimResellerP.YearOpenedARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactCallCenterP.TotalOperatorsARAdventureWorksOLAPEnumMember 
ARCQuery.FunctionKey.TryParseSingleWordARCQueryClassMemberRecommended parser to use for functions without parameters.
ARCDoc.Documentator.ToHTMLSimpleSingleARCDocClassMemberAlternative ('override') to -ToHTMLSimpleSingle-.
ARCCore.IP.AddPV Overload1ARCCoreClassMemberAdds a property value (as a -PValue-) for this objectThrows -KeyAlreadyExistsException- when relevant.
ARCQuery.QueryExpressionPivot.SyntaxHelpARCQueryClassMember1) 'PIVOT {rowKey} BY {columnKey}' like "PIVOT Colour BY Production.Year"
ARCQuery.QueryExpressionOrderBy.TryCheckForExistenceOfKeyARCQueryClassMemberUsed by query expressions in order to catch wrong field names used or misspelling of field names.
ARCQuery.FunctionKeyAggregateSingle.SyntaxHelpARCQueryClassMember'Single()'
ARAdventureWorksOLAP.DimOrganizationARAdventureWorksOLAPClassRepresents part of an organizational structure. See also -DimOrganizationP- and -DimOrganizationCollection-.
ARCCore.StreamProcessorARCCoreClassImplements the storage mechanism for AgoRapide.
ARAdventureWorksOLAP.DimProductP.ReorderPointARAdventureWorksOLAPEnumMember 
ARCQuery.ValueComparerDateTime+ResolutionEnum.WeekARCQueryEnumMember 
ARCQuery.NewKeyCountPRec.QuantileKeyARCQueryClassMemberEventual final -QuantileKey- at end of compound key.
ARCCore.P.TryGetVARCCoreClassMemberNote 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.FactSalesQuota.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimResellerP.NumberEmployeesARAdventureWorksOLAPEnumMember 
ARCCore.BasePKAttribute.InitializeARCCoreClassMemberTo be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization.
ARCCore.PK.GetObligatoryValuesForEntityTypeARCCoreClassMemberReturns all obligatory values (based on -IsObligatory-)
ARCDoc.HLocationCollection.TryGetPARCDocClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
Assembly ARAdventureWorksOLAP Assembly 
ARAdventureWorksOLAP.DimProductSubcategoryP.FrenchNameARAdventureWorksOLAPEnumMemberCalled 'FrenchProductSubcategoryName' in original sample database
ARCQuery.Query.ShouldTerminateARCQueryClassMemberAttempts to explain problem, in -TerminateReason- and by logging.
ARCCore.IIKII.PackObjectForStorageInIKIIARCCoreClassMemberThis method corresponds to -PackObjectForStorageInEntityObject-.
ARAdventureWorksOLAP.DimProductCategoryPARAdventureWorksOLAPEnumDescribes class -DimProductCategory-.
ARCQuery.NewKeyCountPRec.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARAdventureWorksOLAP.Scenario.ActualARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactSurveyResponseCollection.TryGetVARAdventureWorksOLAPClassMemberNote 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).
ARCCore.ActualConnectionP.IdARCCoreEnumMemberWhen connection is used with-StreamProcessor-, the Id should be the same as the key used in the incoming / outgoing connection dictionary collection.
ARCCore.ClassMemberAttributeP.MethodSignatureARCCoreEnumMemberThe actual MemberInfo.ToString.
ARCQuery.TranslationSingle.TryGetVARCQueryClassMemberNote 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).
ARCDoc.DummyEnumP._MemberInheritedARCDocEnumMemberContains not only members which are inherited in the object-oriented sense, but also overrides for which the only documentation was found in base class
ARAdventureWorksOLAP.DimCustomer.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCQuery.RelationalOperator.EQARCQueryEnumMember 
ARCDoc.SomeAppComponentP.SomeCountValueNotToBeLoggedARCDocEnumMember 
ARCCore.ConnectionInstructionP.SubscriptionARCCoreEnumMemberThe actual subscripton. This is what the connecting party / (downstream) client would send over its TCP/IP connection to the (upstream) server.
ARCDoc.HLocation.TryGetVARCDocClassMemberNote 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).
ARCCore.StreamProcessor+StorageFile.LengthARCCoreClassMemberWrongly placed. Belongs to each individual revision file.
ARCQuery.NewKeyCountP.TryGetPARCQueryClassMemberThe outwards facing executor, understanding use of -FunctionKeys-.
ARCQuery.FunctionKeyTotalMinutesARCQueryClassConverts a timespan to total minutes (as an integer).
ARCCore.PConcurrentARCCoreClassA (somewhat) thread-safe alternative to -PRich- which also supports -ExposingApplicationState- (through -Logger-).
ARAdventureWorksOLAP.FactSalesQuotaP.CalendarYearARAdventureWorksOLAPEnumMember 
ARCDoc.HLocationPARCDocEnumDescribes class -HLocation-.
ARAdventureWorksOLAP.FactCurrencyRate.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARCCore.BasePKAttributeARCCoreClassThe class containing the actual attributes used for -TaggingOfPropertyKeys-.
ARCDoc.OrangeP.NameARCDocEnumMemberThe name of the orange
ARCCore.Extensions.ToStringWithMSARCCoreClassMemberUses either format 'd\.hh\:mm\:ss\.fff' or 'hh\:mm\:ss\.fff' depending on TotalHours >=24 hours or not.
ARCDoc.DocLink.ToStringARCDocClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.FactSurveyResponse.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.FactCurrencyRateCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARAdventureWorksOLAP.DimResellerP.MinPaymentTypeARAdventureWorksOLAPEnumMember 
ARCDoc.Extensions.ValueToHTMLSimpleWithTooltipARCDocClassMemberCreates a simple HTML representation of the Value with description as a 'tooltip'.
ARAdventureWorksOLAP.DimPromotionP.StartDateARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactSalesQuotaP.DateARAdventureWorksOLAPEnumMemberCalled 'DateKey' in original sample database
ARAdventureWorksOLAP.DimEmployeeP.EmergencyContactPhoneARAdventureWorksOLAPEnumMember 
Namespace ARCQuery NamespaceARCQuery provides a query language that mimicks SQL but is usable through HTTP as GET URLs.
ARCCore.IP.TrySetPARCCoreClassMemberSet property regardless of whether exists or not.
ARAdventureWorksOLAP.FactInternetSaleReason.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARCCore.StreamProcessorP.DoNotStoreLocallyARCCoreEnumMemberFor -Client-, incoming data (as received from a -Outgoing-) is possible to store BOTH to disk, AND to (normally) a -PRich-.
ARCQuery.NewKey.TryGetPARCQueryClassMemberThe outwards facing executor, understanding use of -FunctionKeys-.
ARCCore.UtilCore.TryGetTypeFromStringNoCacheARCCoreClassMemberSee -TryGetTypeFromStringFromCache- for documentation.
ARAdventureWorksOLAP.DimDepartmentCollectionARAdventureWorksOLAPClassThe existence of this class ensures that -Indexing- will be used for foreign key -ParentDimDepartmentId-.
ARAdventureWorksOLAP.DimCustomerP.FrenchOccupationARAdventureWorksOLAPEnumMember 
ARCDoc.SomeAppComponentPARCDocEnumDescribes class -SomeAppComponent-.
ARCQuery.OrdinaryKeyPlusFunctionOrQuantile..ctorARCQueryClassMemberNote that calling only this constructor without afterwards setting -FunctionKeys- and / or -QuantileKey- would be meaningless.
ARAdventureWorksOLAP.FactInternetSalePARAdventureWorksOLAPEnumDescribes class -FactInternetSale-.
ARCCore.StreamProcessor.ToStringARCCoreClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.FactCallCenter.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARCQuery.ForeignKey.TryGetPARCQueryClassMemberThe outwards facing executor, understanding use of -FunctionKeys-.
ARAdventureWorksOLAP.FactResellerSaleARAdventureWorksOLAPClassRepresents a Reseller sale. See also -FactResellerSaleP- and -FactResellerSaleCollection-.
ARCCore.PKTypeAttribute.InitializeARCCoreClassMemberTo be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization.
ARCAPI.BaseController.GetFormatAndAdjustRequestARCAPIClassMemberDecides -ResponseFormat- (like HTML, JSON, CSV, PDF and so on).
ARCQuery.RelationalOperator.LEQARCQueryEnumMember 
ARCDoc.ExtensionsARCDocClassContains various extension methods for -IP- and -IKIP- related to documentating / reporting / HTML.
ARAdventureWorksOLAP.DimPromotion.TryGetNameARAdventureWorksOLAPClassMemberReturns EnglishName.
ARAdventureWorksOLAP.DimAccountP.AlternateKeyARAdventureWorksOLAPEnumMemberCalled 'AccountCodeAlternateKey' in original sample database
ARCDoc.DocLink.FilenameARCDocClassMemberCopy of -LinkWordHTML-.
ARAdventureWorksOLAP.DimCustomer.TryGetProvinceARAdventureWorksOLAPClassMemberReturns result from -TryGetStateOrProvince-.
ARCCore.IP.HandleExceptionARCCoreClassMemberNote that most relevant to use for -PConcurrent-.
ARCQuery.BinaryOperatorKey.TryGetPInternalARCQueryClassMemberThe internal executor, containing the specific functionality for how to evaluate the key.
ARCCore.IP.LogARCCoreClassMemberThe 'final' overload of -Log- that is called by the other overloads.
ARAdventureWorksOLAP.DimCustomerP.PhoneARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactCallCenterP.LevelOneOperatorsARAdventureWorksOLAPEnumMember 
ARCCore.StreamProcessorP.IncomingConnectionsPortNoARCCoreEnumMemberIf not set, then class will not listen for incoming connections (meaning that our application is probably a -Client-).
ARAdventureWorksOLAP.DimEmployeeP.LoginIDARAdventureWorksOLAPEnumMember 
ARCDoc.HLocationCollectionARCDocClassContains a collection of -HLocation- objects.
ARCQuery.NewKeyGetType.SyntaxHelpARCQueryClassMember'GetType()'
ARCAPI.DataStorage..ctorARCAPIClassMemberThis method will:
ARAdventureWorksOLAP.DimEmployeeP.EmergencyContactNameARAdventureWorksOLAPEnumMember 
ARCCore.PSPrefix.docARCCoreEnumMemberDocumentation.
ARCQuery.QueryExpressionTake.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARCCore.ARConcepts.NoRealDeletionARCCoreEnumMemberAgoRapide has no real concept for deletion of data (apart from -DataRetention-, which is mostly relevant for 'old' data).
ARAdventureWorksOLAP.FactResellerSale.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCCore.ClassAttributeP.AssemblyNameARCCoreEnumMemberThe assembly in which this class resides.
ARCQuery.ForeignKey.ForeignFieldARCQueryClassMemberThe actual field in the final foreign entity to return value for.
ARCQuery.QueryExpressionTitleARCQueryClassThe title to be used in the final presentation of the query result.
ARCCore.DataTransferDirection.ReceiveARCCoreEnumMemberLike -Client- receiving data from an upstream -ArmDB- / -CoreDB- or -ArmDB- receiving data from an upstream -CoreDB-.
ARCQuery.QueryProgress.OrderAndReconstructKeysARCQueryClassMemberPart 1:
ARAdventureWorksOLAP.FactSurveyResponseP.DimProductSubcategoryIdARAdventureWorksOLAPEnumMemberCalled 'ProductSubcategoryKey' in original sample database
ARCCore.BaseAttributeARCCoreClassInstances of this class are used as source of documentation and data for the API.
ARCQuery.TranslationSingle.TryGetPARCQueryClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCAPI.BaseController.CatchAllARCAPIClassMemberServes the typical single generic API method in an AgoRapide API.
ARCCore.PP.IidARCCoreEnumMemberInvalidator id, that is entity which set -Invalid- for this property (or removed / 'undid' the invalidation by setting the value to '0001-01-01').
ARCCore.UtilCore.CurrentlyStartingUpARCCoreClassMemberCalled once at application startup after all Attribute instances in the C# code has been processed.
ARCQuery.UtilQuery.SpecialLinkPrefixesARCQueryClassMemberContains prefixes for which links (see -LinkInsertionInDocumentation-) are also desired without the prefix.
ARCQuery.TranslationSingle.TryGetAARCQueryClassMemberReturns a -PropertyStreamLine- representation of this translation.
ARAdventureWorksOLAP.DimProductSubcategoryCollectionARAdventureWorksOLAPClassThe existence of this class ensures that -Indexing- will be used for foreign key -DimProductCategoryId-.
ARCCore.IKString.EnrichKeyARCCoreClassMember'Implementing' -ITypeDescriber-.
ARAdventureWorksOLAP.DimOrganizationP.NameARAdventureWorksOLAPEnumMemberCalled 'OrganizationName' in original sample database
ARAdventureWorksOLAP.DimProductP.TurkishDescriptionARAdventureWorksOLAPEnumMember 
ARCCore.PKHTMLAttribute.TryRemovePARCCoreClassMemberShould probably never be used.
ARCQuery.FunctionKeyYearMonthARCQueryClassExtracts Year + Month component from field like 2020-06.
ARCCore.IKCoded.TryEncodeARCCoreClassMemberReturns a string containing only characters in -AllowedEncodedCharacters-.
ARAdventureWorksOLAP.FactProductDescriptionCollection.TryGetVARAdventureWorksOLAPClassMemberNote 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).
ARCCore.BaseAttribute.IsDefaultARCCoreClassMemberDoes 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.)
ARCDoc.DocFragP.LinesARCDocEnumMemberNumber of lines of text in -Description- and -LongDescription- for this fragment.
ARAdventureWorksOLAP.FactProductInventoryP.DateARAdventureWorksOLAPEnumMemberCalled 'DateKey' in original sample database
ARCCore.IKString.FromStringARCCoreClassMemberNote how uses instance cache if already exists there
ARCQuery.QueryExpressionWhere+ValueEnum.NULLARCQueryEnumMember 
ARCCore.CardinalityExtensionsARCCoreClass 
ARCQuery.Quantile.SEXTILEARCQueryEnumMemberDivide into 6 parts
ARCCore.PP.InvalidARCCoreEnumMemberTimestamp when property was invalidated / 'deleted'.
ARCQuery.QueryProgressP.UseCacheARCQueryEnumMemberDescribes if cache is to be used or not.
ARCCore.PKTypeAttribute.CardinalityARCCoreClassMemberSee -Cardinality-.
ARAdventureWorksOLAP.FactProductDescription.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARCQuery.BinaryOperatorKey.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARCCore.ActualConnectionP.ConnectionInstructionARCCoreEnumMemberOnly relevant when we are an -Outgoing-.
ARAdventureWorksOLAP.FactSurveyResponse.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARCCore.PropertyStreamLineWithOrigin.SendToLocalReceiverARCCoreClassMemberMeans 'send to local receiver regardless of origin'.
ARCCore.ActualConnectionP.UnderClosureARCCoreEnumMemberSet to TRUE if to be closed and reinitialized.
ARCDoc.DummyEnumARCDocClassTODO: Document better what this is for (and change name)
ARCCore.Extensions.UseARCCoreClassMemberConvenience method that shortens down code in cases where an instance of an object must be created first in order to use that same variable multiple times
ARAdventureWorksOLAP.FactFinanceP.ScenarioARAdventureWorksOLAPEnumMemberCalled 'ScenarioKey' in original sample database. Original foreign key (to DimScenario-table). Replaced with enum here
ARAdventureWorksOLAP.FactFinanceP.DimDepartmentGroupIdARAdventureWorksOLAPEnumMemberCalled 'DepartmentGroupKey' in original sample database
ARAdventureWorksOLAP.FactFinanceARAdventureWorksOLAPClassRepresents a Financial transaction. See also -FactFinanceP- and -FactFinanceCollection-.
ARCCore.BaseAttribute.InitializeARCCoreClassMemberTo be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization.
ARCCore.StreamProcessorP.CountOutgoingConnectionsARCCoreEnumMember 
ARAdventureWorksOLAP.FactCurrencyRate.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCDoc.Orange.StorageARCDocClassMemberUses int-value of -__enum- minus 1 as index.
ARAdventureWorksOLAP.DimSalesReason.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARCCore.IKCoded.FromCacheUnencodedARCCoreClassMemberReduces number of objects generated by caching those known to be within a limited range
ARCDoc.Orange.GetPVDirectARCDocClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCCore.IPIIARCCoreClassFuture expansion, using different classes for storing, not only -PII-.
ARAdventureWorksOLAP.FactSalesQuotaCollectionARAdventureWorksOLAPClassThe existence of this class ensures that -Indexing- will be used for foreign key -DimEmployeeId-.
ARCCore.PRich.TryGetPARCCoreClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCCore.ActualConnectionP.SubscriptionAsRequestedByClientARCCoreEnumMemberOriginates from -Subscription-.
ARCCore.ARConcepts.EventStreamARCCoreEnumMemberThe concept in -ARCEvent- of an "axis" (usefully referred to as the horizontal axis) within the concept of -PropertyStream2D-.
ARAdventureWorksOLAP.DimSalesTerritoryP.GroupARAdventureWorksOLAPEnumMemberCalled 'SalesTerritoryGroup' in original sample database
ARCAPI.ResponseFormatARCAPIEnumThe response format, HTML or JSON, for an API request.
ARCCore.IP.TryGetPVARCCoreClassMemberGets a single property's value for the given property key.
ARCQuery.ForeignKey.AggregateKeysARCQueryClassMemberAggregations to be used on the multiple foreign entity values that are found when one of the -Steps- are -ToMany-.
ARCCore.PKTypeAttributePARCCoreEnumDescribes class -PKTypeAttribute-.
ARAdventureWorksOLAP.DimCustomerP.BirthDateARAdventureWorksOLAPEnumMember 
ARCCore.PK.FromEnumARCCoreClassMemberReturns the corresponding -PK- instance from the given -PropertyKeyEnum-.
ARCQuery.QueryProgressP.AllLogEntriesForThisQueryARCQueryEnumMember 
ARCCore.ActualConnectionP.IsErrorConditionARCCoreEnumMemberSome kind of error condition has occured regarding data going back and forth, but the TCP/IP connection itself is probably sound.
ARAdventureWorksOLAP.DimProductP.ThaiDescriptionARAdventureWorksOLAPEnumMember 
ARCCore.ARConcepts.ExposingApplicationStateARCCoreEnumMemberThe traditional debugging process usually entails reading through logs and querying about your application state through a debugging tool.
ARAdventureWorksOLAP.DimGeographyP.StateOrProvinceNameARAdventureWorksOLAPEnumMemberCalled 'StateProvinceName' in original sample database
ARAdventureWorksOLAP.FactFinancePARAdventureWorksOLAPEnumDescribes class -FactFinance-.
ARCDoc.PKDocAttributeARCDocClassDescribes documentation and presentation of a property.
ARAdventureWorksOLAP.DimAccount.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARAdventureWorksOLAP.DimSalesReasonP.AlternateKeyARAdventureWorksOLAPEnumMemberCalled 'SalesReasonAlternateKey' in original sample database
ARCDoc.DocFragType.EnumMemberARCDocEnumMember 
ARAdventureWorksOLAP.DimOrganizationP.ParentDimOrganizationIdARAdventureWorksOLAPEnumMemberCalled 'ParentOrganizationKey' in original sample database
ARAdventureWorksOLAP.DimProductP.AlternateKeyARAdventureWorksOLAPEnumMemberCalled 'ProductAlternateKey' in original sample database
ARAdventureWorksOLAP.FactProductDescriptionPARAdventureWorksOLAPEnumDescribes class -FactProductDescription-.
ARCQuery.CompoundInvalidKey.ToStringARCQueryClassMemberThe ToString representation is the one relevant when used as key, like in -IK- or when selecting like 'SELECT {fieldName}'.
ARAdventureWorksOLAP.DimEmployeeP.EndDateARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimProduct.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCQuery.EntityMethodKey.AllEntityMethodKeysForEntityTypeListARCQueryClassMemberReturns List sorted by Method Name of Value of Dictionary returned by -AllEntityMethodKeysForEntityTypeDict-
ARCCore.ConnectionInstructionP.DataTransferDirectionARCCoreEnumMember 
ARCCore.PCollection.TrySetPPARCCoreClassMemberReplaces default interface method -TrySetPP-.
ARCCore.ConnectionInstructionP.ServerPortNoARCCoreEnumMemberThe port number for which to connect.
ARCDoc.BananaPARCDocEnumDescribes class -Banana-.
ARAdventureWorksOLAP.DimDepartment.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARCCore.IP.AllIPDerivedEntityCollectionClassesDictARCCoreClassMemberAll -IP--derived types for which is found a corresponding class with name like '{EntityType}Collection'
ARCQuery.FunctionKeyMonthARCQueryClassExtracts month component from field like '2020-12-09' becoming '12'.
ARAdventureWorksOLAP.DimCurrencyP.AlternateKeyARAdventureWorksOLAPEnumMemberThe ISO-4217 3-letter abbreviation like NOK, EUR, USD and so on. Called 'CurrencyAlternateKey' in original sample database
ARAdventureWorksOLAP.DimProductCategoryARAdventureWorksOLAPClassRepresents a ProductCategory. See also -DimProductCategoryP-.
ARAdventureWorksOLAP.DimProductP.ClassARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimProductP.WeightARAdventureWorksOLAPEnumMember 
ARCQuery.BinaryOperatorKey.TryGetPARCQueryClassMemberThe outwards facing executor, understanding use of -FunctionKeys-.
ARCDoc.Extensions.KeyToHTMLSimpleWithTooltipARCDocClassMemberCreates a simple HTML representation of the Key with description as a 'tooltip'.
ARCQuery.QueryProgressP.LinkAdjustmentARCQueryEnumMemberExperimental: Adjustment to be done by -QueryProgress-.- ToHTMLSimpleSingle- (when it ascertains how to go back to root level).
ARCCore.ParseResult.ResultARCCoreClassMemberWill be null if ErrorResponse is set.
ARCQuery.BinaryOperatorKey.QuantileKeyARCQueryClassMemberEventual final -QuantileKey- at end of compound key.
ARCCore.ConnectionDirection.IncomingARCCoreEnumMemberConnectionInstruction will not be set for these.
ARCCore.ARConcepts.IndexingARCCoreEnumMemberIn-memory indexing of data is done 'behind-the-scenes' by some classes implementing -IP-.
ARCCore.StreamProcessorP.CountReceiveLocalOriginARCCoreEnumMemberCount of -PropertyStreamLine- with -HasLocalOrigin-.
ARCDoc.DocFragP.IsInheritedARCDocEnumMemberRelevant for class members. TRUE if method is inherited from a base type.
ARCCore.StreamProcessorP.CacheDiskWritesARCCoreEnumMemberIf TRUE then will write the -PropertyStream- to disk in bigger chunks, thereby increasing performance.
ARCDoc.BananaP.ColourARCDocEnumMember 
ARAdventureWorksOLAP.DimProduct.TryGetCategoryARAdventureWorksOLAPClassMemberReturns DimProductSubcategory.DimProductCategory.Name through -DimProductSubcategoryId- with the help of -TryGetForeignField-.
ARAdventureWorksOLAP.FactResellerSaleCollection.TryGetVARAdventureWorksOLAPClassMemberNote 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).
ARCCore.UtilCoreARCCoreClassUtility methods for -ARCCore-.
Namespace ARCAPI NamespaceA library providing an API on top of the -PropertyStream-.
ARAdventureWorksOLAP.DimCustomerP.DimGeographyIdARAdventureWorksOLAPEnumMemberCalled 'GeographyKey' in original sample database
ARCAPI.AddController.ToStringARCAPIClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCQuery.ConstantKey<T>.TryGetPARCQueryClassMemberThe outwards facing executor, understanding use of -FunctionKeys-.
ARAdventureWorksOLAP.DimAccountP.ValueTypeARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimGeography.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARAdventureWorksOLAP.DimCurrency.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCQuery.QueryExpressionLogARCQueryClassA debugging tool used to extract detailed log information about the execution of the query.
ARAdventureWorksOLAP.FactSalesQuota.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARAdventureWorksOLAP.FactProductInventoryP.UnitsInARAdventureWorksOLAPEnumMember 
ARCCore.ARComponents.ARAAPIARCCoreEnumMemberThe corresponding template application for -ARCAPI- demonstrating its usage, providing an HTTP / HTTPS interface with the help of Microsoft.AspNetCore.Mvc.
ARCCore.PSPrefix.tARCCoreEnumMemberTranslations.
ARAdventureWorksOLAP.FactCallCenterP.OrdersARAdventureWorksOLAPEnumMember 
ARCQuery.QueryProgressP.CreateHintsARCQueryEnumMemberDescribes if hints are to be generated (as query progresses) for new queries.
ARAdventureWorksOLAP.FactSalesQuota.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARCCore.PConcurrent.ToStringARCCoreClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCCore.IP.GetOrAddPVARCCoreClassMemberGets value. If not set then value will be added
ARCCore.MultipleConnectionUsage.AdminARCCoreEnumMemberConnection is a special administrative connection to a central 'command-and-control' server which instructs which connections to make.
ARCQuery.QueryExpressionComment.SyntaxHelpARCQueryClassMemberCOMMENT {comment text}
ARAdventureWorksOLAP.DimCustomerP.GenderARAdventureWorksOLAPEnumMember 
ARCQuery.QueryExpressionWhere+WildcardPositionTypeARCQueryEnumPosition of wildcard in value, like '*ABC' (-AtStart-), 'ABC*' (-AtEnd-) and
ARCDoc.DocLinkResolution.TryGetVARCDocClassMemberNote 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.DimEmployee.TryGetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCDoc.Orange.NameARCDocClassMemberSee -Name- for more information.
ARCQuery.FunctionKey.TryGetP Overload1ARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARCCore.PropertyStreamLine.TryParseDirectToIPARCCoreClassMemberParses a series of -PropertyStreamLine- directly to the given type of -IP-.
ARCCore.PARCCoreClass'Dummy'-class, not necessarily in use. See -PP- for more information. Created because of the concept of CorrespondingClass which is strictly enforced
ARAdventureWorksOLAP.DimCustomerCollection.TrySetPPARAdventureWorksOLAPClassMemberReplaces default interface method -TrySetPP-.
ARCQuery.ValueComparerDateTime+ResolutionEnumARCQueryEnum 
ARAdventureWorksOLAP.FactSurveyResponseCollectionARAdventureWorksOLAPClassThe existence of this class ensures that -Indexing- will be used for foreign keys -DimCustomerId-, -DimProductCategoryId- and -DimProductSubcategoryId-.
ARAdventureWorksOLAP.FactCallCenter.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.DimProductP.ModelNameARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimProductSubcategoryCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARCCore.ARConcepts.AdHocQueryARCCoreEnumMemberThe concept of a -Client- doing an ad-hoc query against (normally) a -ArmDB-.
ARAdventureWorksOLAP.FunctionKeyAWFiscalYear.SyntaxHelpARAdventureWorksOLAPClassMember'AWFiscalYear()'
ARAdventureWorksOLAP.FactProductInventoryARAdventureWorksOLAPClassRepresents a change in Product inventory. See also -FactProductInventoryP- and -FactProductInventoryCollection-.
ARCCore.P.ToStringARCCoreClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimResellerP.AddressLine2ARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactFinance.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARCQuery.CompoundKey.ParseARCQueryClassMemberNote that no TryParse is offered here, because Parse will always succeed (it just returns -CompoundInvalidKey- if 'fails').
ARCDoc.DocFragP.DocFragTypeARCDocEnumMember 
ARCAPI.DataStorageARCAPIClassThe all-in-memory global application data storage.
ARCQuery.Extensions.TryGetPARCQueryClassMemberSame functionality as -TryGetP- but understands the concept of -CompoundKey-.
Assembly ARCAPI AssemblyA library providing an API on top of the -PropertyStream-.
ARAdventureWorksOLAP.DimProductSubcategory.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.FactInternetSaleReasonPARAdventureWorksOLAPEnumDescribes class -FactInternetSaleReason-.
ARCQuery.ForeignKey.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARAdventureWorksOLAP.DimProductP.JapaneseDescriptionARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactResellerSaleP.CustomerPONumberARAdventureWorksOLAPEnumMember 
ARCQuery.QueryExpressionRel.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARAdventureWorksOLAP.DimResellerP.BusinessTypeARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactProductInventoryP.UnitCostARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimEmployee.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCCore.ActualConnectionP.ClosingReasonARCCoreEnumMemberReason why this connection was closed
ARCCore.IKStringARCCoreClassIndex key for any general id, like primary-key or sequence-number or similar.
ARAdventureWorksOLAP.DimPromotionP.MaxQtyARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactCallCenterARAdventureWorksOLAPClassRepresents a CallCenter. See also -FactCallCenterP-.
ARAdventureWorksOLAP.DimEmployeeP.EmailAddressARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimProductP.EnglishNameARAdventureWorksOLAPEnumMemberCalled 'EnglishProductName' in original sample database
ARCQuery.QueryExpressionThenBy.SyntaxHelpARCQueryClassMemberTHEN BY {key} [DESC] / [ASC]
ARCDoc.PKDocAttributeP.PriorityOrderARCDocEnumMemberUsed by -DescribeValue-.
ARCCore.PSPrefix.cmdARCCoreEnumMemberCommand.
ARAdventureWorksOLAP.DimCustomer.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCQuery.FunctionKeyAggregate.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARCDoc.DocLinkResolutionCollectionARCDocClassContains a collection of -DocLinkResolution- objects.
ARCDoc.Apple.AddNameARCDocClassMemberConvenience method, not obligatory.
ARAdventureWorksOLAP.FactInternetSaleReasonCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimResellerARAdventureWorksOLAPClassRepresents a Reseller. See also -DimResellerP- and -DimResellerCollection-.
ARCQuery.QueryExpressionCache.SyntaxHelpARCQueryClassMemberCACHE {ON|OFF}
ARAdventureWorksOLAP.FactProductDescriptionCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCCore.PropertyStreamLine.ParseAndStoreARCCoreClassMemberNote that throws exception if -TryParseAndStore- fails.
ARCQuery.NewKeyCountP.ToStringARCQueryClassMemberThe ToString representation is the one relevant when used as key, like in -IK- or when selecting like 'SELECT {fieldName}'.
ARAdventureWorksOLAP.FactCurrencyRateCollectionARAdventureWorksOLAPClassThe existence of this class ensures that -Indexing- will be used for foreign key -DimCurrencyId-.
ARCCore.ARConcepts.DataRetentionARCCoreEnumMemberThe concept of when to delete old data (if deemed necessary).
ARAdventureWorksOLAP.DimSalesTerritoryARAdventureWorksOLAPClassRepresents a SalesTerritory. See also -DimSalesTerritoryP-.
ARCQuery.ForeignKeyDirection.ToManyARCQueryEnumMemberTraverse to many entities, like traversing from Customer to Order (based on Order containing foreign key CustomerId) or Order to OrderLine (based on OrderLine containing foreign key OrderId).
ARAdventureWorksOLAP.DimCustomerCollection.TryGetVARAdventureWorksOLAPClassMemberNote 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.DimGeographyP.FrenchCountryNameARAdventureWorksOLAPEnumMemberCalled 'FrenchCountryRegionName' in original sample database
ARCCore.IP.LoggerARCCoreClassMemberDescribes a logger.
ARAdventureWorksOLAP.Controllers.ControllerFacadeARAdventureWorksOLAPClassFacade for entry into the desired -BaseController-.
ARAdventureWorksOLAP.FactFinanceP.AmountARAdventureWorksOLAPEnumMember 
ARCQuery.ForeignKey.ToStringARCQueryClassMemberThe ToString representation is the one relevant when used as key, like in -IK- or when selecting like 'SELECT {fieldName}'.
ARAdventureWorksOLAP.DimProductP.SizeRangeARAdventureWorksOLAPEnumMember 
ARCCore.PKLogAttributeARCCoreClassExplains how logging of changes to a property should be done.
ARCCore.PValue<T>.ConvertObjectToStringARCCoreClassMemberConverts object to string.
ARCCore.StreamProcessorP.CountOutsideLocalReceiverARCCoreEnumMemberCount of calls to -OutsideLocalReceiver-.
ARAdventureWorksOLAP.DimCurrencyP.NameARAdventureWorksOLAPEnumMemberCalled 'CurrencyName' in original sample database
ARCCore.Extensions.AddValueARCCoreClassMemberGives better error messages compared to 'original' Add when adding a value to a directory if key already exists
ARAdventureWorksOLAP.DimSalesReason.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCQuery.QueryExpressionRelARCQueryClassEnables 'jumping' or 'travelling' from a collection of one entity type to another (related) entity type.
ARCCore.TIPARCCoreClassPlaceholder for any class type suitable as generic type parameter restricted to -IP.
ARCQuery.ConstantKey<T>.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARCQuery.EntityMethodKey.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARCCore.Cardinality.IndividualItemsARCCoreEnumMemberValues are supposed to be set and 'deleted' individually.
ARCQuery.FunctionKeyShort.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARCQuery.FunctionKeyVeryShortARCQueryClassReturns the -ToStringVeryShort- representation of the given type.
ARCCore.EnumAttribute.InitializeARCCoreClassMemberTo be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization.
ARCQuery.NewKeyCountPRec.TryGetPInternalARCQueryClassMemberThe internal executor, containing the specific functionality for how to evaluate the key.
ARCQuery.QueryProgress.NextQueryToExecuteARCQueryClassMemberTODO: This is somewhat loosely associated.
ARAdventureWorksOLAP.DimProductP.EndDateARAdventureWorksOLAPEnumMember 
ARCQuery.ForeignKey.StepsARCQueryClassMemberThe actual -ForeignKeySingleStep- leading to the -ForeignField-.
ARCCore.PCollectionARCCoreClassA class useful for storing a collection of entities (a table in RDBMS-terms) because it implements -Indexing-.
ARCCore.PropertyStreamLineParsed.IsCommentARCCoreClassMemberSignifies that property stream line given for parsing started with '//' (two forward slashes).
ARCCore.ConnectionInstruction.ToStringARCCoreClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.FactResellerSalePARAdventureWorksOLAPEnumDescribes class -FactResellerSale-.
ARCQuery.EntityMethodKey+MethodType.ComplexARCQueryEnumMemberSignature like 'bool TryGet{KeyName}(IP dataStorage, IK thisKey, out IP retval, out string errorResponse)'
ARCQuery.FunctionKeyTotalMinutes.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARCQuery.QueryProgress.DataStorageARCQueryClassMemberNote how this property will point to the hierarhical level in the data storage from which the first -QueryExpression- was found in the query string.
ARCDoc.Apple.TryGetNameARCDocClassMemberConvenience method, not obligatory.
ARCCore.ARConcepts.PropertyAccessARCCoreEnumMemberThe general mechanism for accessing properties of objects in AgoRapide.
ARCDoc.DocLinkResolutionP.LinkWordARCDocEnumMember 
ARCQuery.QueryExpressionComment.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARAdventureWorksOLAP.DimCustomerARAdventureWorksOLAPClassRepresents a Customer. See also -DimCustomerP- and -DimCustomerCollection-.
ARCCore.PKLogAttribute.DoNotLogAtAllARCCoreClassMemberSee -DoNotLogAtAll-.
ARAdventureWorksOLAP.DimReseller.TryGetProvinceARAdventureWorksOLAPClassMemberReturns result from -TryGetStateOrProvince-.
ARAdventureWorksOLAP.DimResellerCollectionARAdventureWorksOLAPClassThe existence of this class ensures that -Indexing- will be used for foreign key -DimGeographyId-.
ARCQuery.TranslationSingleARCQueryClassDescribes a single translation.
ARAdventureWorksOLAP.Scenario.BudgetARAdventureWorksOLAPEnumMember 
ARCDoc.Demonstrator.DemonstrateStreamProcessorAsClientARCDocClassMemberDemonstrates use of -StreamProcessor- as a general client.
ARCDoc.DocFragType.EnumARCDocEnumMember 
ARCQuery.ValueComparerDateTime.ResolutionARCQueryClassMemberSee -ResolutionEnum-.
ARCCore.StreamProcessor+StorageFile.FilenameARCCoreClassMemberFilename: Main file name, like 2020-04-03 08:42
ARAdventureWorksOLAP.DimCustomerP.YearlyIncomeARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimAccount.TryGetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.FactFinanceP.DimAccountIdARAdventureWorksOLAPEnumMemberCalled 'AccountKey' in original sample database
ARAdventureWorksOLAP.DimSalesReasonARAdventureWorksOLAPClassRepresents a SalesReason. See also -DimSalesReasonP-.
ARCCore.MultipleConnectionUsage.SimultaneousARCCoreEnumMemberThis connection to be used simultaneously with other connections with -Simultaneous-
ARAdventureWorksOLAP.FactResellerSaleP.ExtendedAmountARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimCustomerP.NameStyleARAdventureWorksOLAPEnumMember 
ARCQuery.QueryExpressionWhereARCQueryClassExecutes a 'WHERE {key} {operator} {value}' against the given collection.
ARCDoc.UtilDoc.GenerateHTMLPageARCDocClassMemberWraps the parameter inside a <html><head></head><body>...</body></html> enclosure with some rudimentare CSS.
ARAdventureWorksOLAP.FactCallCenterP.ShiftARAdventureWorksOLAPEnumMember 
ARCQuery.TranslationSingleP.IsMissingARCQueryEnumMemberValue TRUE indicates that the Text given is simply the original key, in other words, the translation for the key is actually missing.
ARCAPI.BaseController.ToStringARCAPIClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCQuery.QuantileKeyARCQueryClassCan separate entities into quantiles, like Quartiles, Quintiles or Sextiles.
ARAdventureWorksOLAP.DimProductSubcategoryPARAdventureWorksOLAPEnumDescribes class -DimProductSubcategory-.
ARAdventureWorksOLAP.DimCustomerP.EmailAddressARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactCurrencyRateARAdventureWorksOLAPClassRepresents a CurrencyRate. See also -FactCurrencyRateP- and -FactCurrencyRateCollection-.
ARCQuery.CompoundInvalidKey.TryGetPInternalARCQueryClassMemberThe internal executor, containing the specific functionality for how to evaluate the key.
ARAdventureWorksOLAP.DimProductP.PhotoARAdventureWorksOLAPEnumMemberCalled 'LargePhoto' in original sample database
ARAdventureWorksOLAP.DimCurrency.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.DimProduct.TryGetSubcategoryARAdventureWorksOLAPClassMemberReturns -EnglishName- through -DimProductSubcategoryId- with the help of -TryGetForeignField-.
ARAdventureWorksOLAP.FactCallCenterP.AutomaticResponsesARAdventureWorksOLAPEnumMember 
ARCCore.ActualConnectionP.CountSendMessageARCCoreEnumMember 
ARCQuery.QueryExpressionWhere.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARCQuery.QueryExpressionPivotARCQueryClassCreates a table by querying over two keys like
ARAdventureWorksOLAP.DimProductP.EnglishDescriptionARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactFinanceCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.FactInternetSale.TryGetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCQuery.Quantile.MEDIANARCQueryEnumMemberDivide into two parts
ARCQuery.NewKeyGetType.TryGetPARCQueryClassMemberThe outwards facing executor, understanding use of -FunctionKeys-.
ARAdventureWorksOLAP.DimAccountCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARAdventureWorksOLAP.FactInternetSaleP.TotalProductCostARAdventureWorksOLAPEnumMember 
ARCQuery.QueryExpressionTake.TryCheckForExistenceOfKeyARCQueryClassMemberUsed by query expressions in order to catch wrong field names used or misspelling of field names.
ARCQuery.OrdinaryKeyPlusFunctionOrQuantile.QuantileKeyARCQueryClassMemberEventual final -QuantileKey- at end of compound key.
ARCQuery.QueryExpressionAggregate.IsSuitableAggregatorARCQueryClassMemberReturns true if
ARCQuery.QueryProgress.PreviousQueryJustExecutedARCQueryClassMemberTODO: This is somewhat loosely associated.
ARAdventureWorksOLAP.DimAccountARAdventureWorksOLAPClassRepresents an Account. See also -DimAccountP- and -DimAccountCollection-.
ARCQuery.CompoundKey.ToStringARCQueryClassMemberThe ToString representation is the one relevant when used as key, like in -IK- or when selecting like 'SELECT {fieldName}'.
ARCQuery.QueryExpressionAggregate.AggregationTypeARCQueryClassMemberMost common value is -Count-, in which case -AggregationKey- may be correspondingly set to null.
ARCCore.IKDate.ValidDateTimeFormatsARCCoreClassMemberNote: Be very careful about expanding this array. ToString must be considered, and also how Equals should work with other sub classes of IK.
ARCCore.IP.AllIPDerivedTypesDictARCCoreClassMemberProvides lookup of a type in -AllIPDerivedTypes- given its string representation.
ARCCore.PK.ToStringARCCoreClassMemberCaching is supposed to be useful because may be called quite often.
Namespace ARAdventureWorksOLAP.Controllers Namespace 
ARAdventureWorksOLAP.DimEmployeeP.SalariedFlagARAdventureWorksOLAPEnumMemberNote: All instances of 'SalariedFlag = 0' has been filtered out at import
ARCQuery.FunctionKeyTotalHours.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARAdventureWorksOLAP.DimCurrencyARAdventureWorksOLAPClassRepresents a Currency. See also -DimCurrencyP-.
ARCAPI.BaseControllerP.CountExceptionARCAPIEnumMemberNumber of exceptions at call to -APIMethod- since application initialization
ARCCore.IKLong.op_EqualityARCCoreClassMemberIt is quite natural in the code to write code like "if (a.CustomerId == b.CustomerId)", therefore the need to implement == and != operators here.
ARAdventureWorksOLAP.FactInternetSaleP.CarrierTrackingNumberARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimReseller.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARCCore.ARConcepts.CoreDBSynchronizationARCCoreEnumMemberThe concept of how multiple -CoreDB- instances synchronizes their data.
ARCCore.PKRelAttribute.IsDefaultARCCoreClassMemberDoes 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.DimGeography.TryGetProvinceARAdventureWorksOLAPClassMemberReturns StateOrProvinceName.
ARCAPI.ContentResult.CreateHTMLOKARCAPIClassMemberNOTE: Parameter must be a complete HTML page.
ARCCore.AREnumType.OrdinaryEnumARCCoreEnumMemberDesignates "Ordinary" enums used for indicating range of valid values for a given key
ARAdventureWorksOLAP.DimReseller.TryGetStateOrProvinceARAdventureWorksOLAPClassMemberReturns -StateOrProvinceName- through -DimGeographyId- with the help of -TryGetForeignField-.
ARCCore.PropertyStreamLineWithOrigin.HasLocalOriginARCCoreClassMemberLocally generated data is not to be sent to -OutsideLocalReceiver-). We instead leave it to the 'outside' to decide if
ARAdventureWorksOLAP.DimProductCollection.TryGetVARAdventureWorksOLAPClassMemberNote 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).
ARCDoc.DocLinkResolution.TryGetPARCDocClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCDoc.HLocationP.ContentTypeARCDocEnumMemberThe type of the content object. The actual content object is stored as -Content-.
ARAdventureWorksOLAP.FactProductInventory.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.DimResellerP.OrderMonthARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimOrganization.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCQuery.QueryExpression.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARCCore.PP.CidARCCoreEnumMemberCreator id (entity which created this property).
ARCDoc.DocFragCollection.TryGetPARCDocClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCQuery.TranslationsPARCQueryEnumThis enum has no values because the keys are the actual string to be translated.
ARAdventureWorksOLAP.FactResellerSaleP.DueDateARAdventureWorksOLAPEnumMemberCalled 'DueDateKey' in original sample database
ARAdventureWorksOLAP.DimEmployeeCollection.TrySetPPARAdventureWorksOLAPClassMemberReplaces default interface method -TrySetPP-.
ARCCore.PKHTMLAttribute.InitializeARCCoreClassMemberTo be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization.
ARCDoc.Demonstrator.DemonstratePropertyStreamARCDocClassMemberDemonstrates use of -PropertyStream- by generating local data (documentation data) and writing locally to console.
ARAdventureWorksOLAP.DimDepartmentARAdventureWorksOLAPClassRepresents a Department. See also -DimDepartmentP- and -DimDepartmentCollection-.
ARAdventureWorksOLAP.FactResellerSaleP.UnitPriceARAdventureWorksOLAPEnumMember 
ARCCore.ClientUpdatePosition.OnlyNewDataIsRequestedARCCoreClassMemberUsed by the subscribing client to signify that it does not care about historical data, the server may start with sending only new data.
ARCQuery.ForeignKey.IPRelationsKeysPointingFromARCQueryClassMemberContains, for each (entity type) key, a list of entity types which that entity type points to.
ARCCore.IP.ToPropertyStreamARCCoreClassMemberTurns object into a -PropertyStream-
ARCAPI.BaseControllerARCAPIClassContains basic functionality for serving API methods.
ARAdventureWorksOLAP.DimProductCollection.TryGetPARAdventureWorksOLAPClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARCQuery.ValueComparerDateTime.StartPeriodARCQueryClassMemberThe start of the interval which this instance compares against.
ARCQuery.FunctionKeyQuarter.SyntaxHelpARCQueryClassMember'Quarter()'
ARCQuery.ValueComparerDateTime+ResolutionEnum.SecondARCQueryEnumMember 
ARAdventureWorksOLAP.FactResellerSaleCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimCustomerP.MiddleNameARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimPromotionPARAdventureWorksOLAPEnumDescribes class -DimPromotion-.
ARAdventureWorksOLAP.FactFinance.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimEmployeeP.TitleARAdventureWorksOLAPEnumMember 
ARCQuery.TranslationsARCQueryClassOffers a very simple system for keeping track of translation between different ("western") languages.
ARAdventureWorksOLAP.FactResellerSaleP.DimProductIdARAdventureWorksOLAPEnumMemberCalled 'ProductKey' in original sample database
ARCCore.ARConcepts.AgoRapideHistoryARCCoreEnumMemberAgoRapide has roots back to 2011 when Bjørn Erling Fløtten invented panSL (SL = Schema language).
ARCQuery.ValueComparer.TryGetPreviousARCQueryClassMemberSuggestion for previous query (browsing 'backwards')
ARCCore.IP.ItemARCCoreClassMemberOffers string-based direct indexing.
ARAdventureWorksOLAP.DimCustomerP.CommuteDistanceARAdventureWorksOLAPEnumMember 
ARCCore.IKDate.EnrichKeyARCCoreClassMember'Implementing' -ITypeDescriber-.
ARAdventureWorksOLAP.DimDepartment.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.

Generated 2024-09-18 19:53:29.467 UTC