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

62 items

DocFragIdAssemblyDocFragTypeDescription.FirstLine()
ARCCore.PValue<T>ARCCoreClassSingle value storage.
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.
ARCAPI.DataStorage.ControllerStorageARCAPIClassMemberUsually (but not always) a branch of -Storage- (like Storage["log"]["{nodeId}"]["Controller"]).
ARCQuery.FunctionKeyLengthARCQueryClassReturns length of (string) value of field, like 4 for 'John'.
ARCCore.PSPrefix.cmdARCCoreEnumMemberCommand.
ARCQuery.QueryProgress.ToHTMLSimpleSingleARCQueryClassMemberAlternative ('override') to -ToHTMLSimpleSingle-.
ARCQuery.CompoundKey.TryGetPARCQueryClassMemberThe outwards facing executor, understanding use of -FunctionKeys-.
ARCCore.EnumAttribute.TryRemovePARCCoreClassMemberShould probably never be used.
ARCQuery.NewKey.AddParserARCQueryClassMemberAdds an -ApplicationSpecificCode- parser.
ARCQuery.ValueComparerDateTime+ResolutionEnum.YearARCQueryEnumMember 
ARCQuery.QueryExpressionSkip.SyntaxHelpARCQueryClassMemberSKIP {Count} like 'SKIP 42'
ARCQuery.ValueComparerDateTime+ResolutionEnum.MonthARCQueryEnumMember 
ARCCore.IKCoded.FromEncodedARCCoreClassMemberNote how uses instance cache if already exists there.
ARCCore.ARConcepts.PropertyAccessARCCoreEnumMemberThe general mechanism for accessing properties of objects in AgoRapide.
ARAdventureWorksOLAP.DimEmployeeP.LastNameARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactProductInventoryP.DateARAdventureWorksOLAPEnumMemberCalled 'DateKey' in original sample database
ARCQuery.ForeignKey.AggregateKeysARCQueryClassMemberAggregations to be used on the multiple foreign entity values that are found when one of the -Steps- are -ToMany-.
ARCCore.StreamProcessorP.CountReceiveNonLocalOriginARCCoreEnumMemberCount of -PropertyStreamLine- not with -HasLocalOrigin-.
ARCCore.UtilCore.DoubleTryParseARCCoreClassMemberNote that treats ',' (comma) as decimal point (not as thousands separator).
ARAdventureWorksOLAP.DimOrganization.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCDoc.HTOC.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).
ARCQuery.NewKeyGetType.TryGetPInternalARCQueryClassMemberThe internal executor, containing the specific functionality for how to evaluate the key.
ARCDoc.DocFragP.IsInheritedARCDocEnumMemberRelevant for class members. TRUE if method is inherited from a base type.
ARCCore.ClassAttributeP.ClassTypeARCCoreEnumMemberThe actual type that we are a -ClassAttribute- for
ARCQuery.Quantile.TERTILEARCQueryEnumMemberDivide into three parts
ARCCore.IP.AllIPDerivedTypesInludingGenericAndAbstractARCCoreClassMemberAll relevant -IP--derived types (except the interface -IP- itself) known to the application.
ARCCore.PKTypeAttributeP.TypeARCCoreEnumMemberThe type of this Property.
ARCAPI.AddController.APIMethodARCAPIClassMemberThe (only) API method that this controller supports.
ARCQuery.FunctionKeyYearMonth.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARCCore.UtilCore.CurrentlyStartingUpARCCoreClassMemberCalled once at application startup after all Attribute instances in the C# code has been processed.
ARCCore.PK.TryGetFromTypeAndFieldName Overload2ARCCoreClassMemberReturns property key based on type and field name.
ARAdventureWorksOLAP.FactCallCenterP.IssuesRaisedARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactProductInventoryCollection.TryGetPARAdventureWorksOLAPClassMemberMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
ARAdventureWorksOLAP.DimReseller.TryGetProvinceARAdventureWorksOLAPClassMemberReturns result from -TryGetStateOrProvince-.
ARCDoc.DocLinkResolutionCollectionARCDocClassContains a collection of -DocLinkResolution- objects.
ARAdventureWorksOLAP.DimProductCollectionARAdventureWorksOLAPClassThe existence of this class ensures that -Indexing- will be used for foreign key -DimProductSubcategoryId-.
ARCDoc.Apple.AddNameARCDocClassMemberConvenience method, not obligatory.
ARCDoc.HLocationCollection.CreateARCDocClassMemberTransforms the parameter (and recursively all contained objects) into a collection of -HLocation- objects.
ARCCore.Extensions.ResultARCCoreClassMemberReturns heading plus return-value of function (calls function). If function == null then empty string is returned
ARAdventureWorksOLAP.DimEmployeeP.DimSalesTerritoryIdARAdventureWorksOLAPEnumMemberCalled 'SalesTerritoryKey' in original sample database
ARAdventureWorksOLAP.FactInternetSaleP.DimProductIdARAdventureWorksOLAPEnumMemberCalled 'ProductKey' in original sample database
ARCQuery.FunctionKeyAggregateMaxARCQueryClassCalculates the maximum value of the given properties.
ARAdventureWorksOLAP.DimCustomerP.GenderARAdventureWorksOLAPEnumMember 
ARCDoc.OrangeARCDocClassInherits -PExact- for probably the best compromise between memory consumption and easy of development.
ARAdventureWorksOLAP.DimOrganizationP.ParentDimOrganizationIdARAdventureWorksOLAPEnumMemberCalled 'ParentOrganizationKey' in original sample database
ARCQuery.FunctionKeyDateARCQueryClassFormats a date without time component.
ARCCore.StorageFileP.FilenameARCCoreEnumMember 
ARCCore.ClassMemberAttributeP.MethodNameARCCoreEnumMemberThe actual MemberInfo.Name.
ARAdventureWorksOLAP.FactResellerSaleARAdventureWorksOLAPClassRepresents a Reseller sale. See also -FactResellerSaleP- and -FactResellerSaleCollection-.
ARCCore.ActualConnectionP.ConnectionDirectionARCCoreEnumMember 
ARCCore.ARConcepts.GettingStartedARCCoreEnumMemberAgoRapide 2020 is an open source library for building data-oriented backend applications using .NET.
ARAdventureWorksOLAP.FactCurrencyRate.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCDoc.DocLink.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.ARComponents.ARCCoreARCCoreEnumMemberA necessary library (.DLL in Windows terms) that every -ARNodeType- should link to.
ARAdventureWorksOLAP.DimResellerP.ProductLineARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimGeographyARAdventureWorksOLAPClassRepresents a Geography location. See also -DimGeographyP-.
ARCCore.PropertyStreamLine.AllowedValueCharsARCCoreClassMemberAllowed characters in the Value-part of a -PropertyStreamLine-.
ARCQuery.CompoundInvalidKeyARCQueryClassUsed as a practical solution in order to know that a given key has been attemped parsed, but was not valid.
ARAdventureWorksOLAP.DimEmployee.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimOrganizationCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.FactProductInventoryP.MovementDateARAdventureWorksOLAPEnumMember 
ARCCore.CardinalityExtensionsARCCoreClass 

Generated 2024-09-19 21:03:15.370 UTC