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

124 items

DocFragIdAssemblyDocFragTypeDescription.FirstLine()
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).
ARCAPI.BaseControllerP.LogLevelARCAPIEnumMember 
ARCCore.Cardinality.HistoryOnlyARCCoreEnumMemberThe default value.
Namespace ARCCore NamespaceA necessary library (.DLL in Windows terms) that every -ARNodeType- should link to.
ARCDoc.PKDocAttributePARCDocEnumDescribes class -PKDocAttribute-.
ARCCore.ClassAttribute.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.Translations.ToStringARCQueryClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCCore.PValueEmptyARCCoreClassRepresents the 'no value'.
ARCDoc.HLocationCollection.CreateARCDocClassMemberTransforms the parameter (and recursively all contained objects) into a collection of -HLocation- objects.
ARCCore.StreamProcessorPARCCoreEnumDescribes class -StreamProcessor-.
ARAdventureWorksOLAP.FactProductInventory.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARCCore.PSPrefix.dtARCCoreEnumMemberData, single key + value.
ARAdventureWorksOLAP.DimReseller.TryGetPostalCodeARAdventureWorksOLAPClassMemberReturns -PostalCode- through -DimGeographyId- with the help of -TryGetForeignField-.
ARCQuery.CompoundInvalidKey.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARAdventureWorksOLAP.FactFinance.StorageARAdventureWorksOLAPClassMemberUses int-value of -__enum- minus 1 as index.
ARAdventureWorksOLAP.DimProductP.SizeRangeARAdventureWorksOLAPEnumMember 
ARCCore.ActualConnectionPARCCoreEnumDescribes class -ActualConnection-.
ARCCore.ARConcepts.ManyToManyRelationsARCCoreEnumMember-ARCQuery- supports many-to-many relations in a simple manner without introducing a third entity type (a third table).
ARCAPI.GQControllerARCAPIClassOffers GraphQL queries.
ARCQuery.QueryExpressionLimit.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARCQuery.QueryProgress.ToJSONSerializeableARCQueryClassMemberOverride of default interface method -ToJSONSerializeable- is necessary because resulting data is 'hidden' within -Result-.
ARCQuery.FunctionKeyYearWeek.SyntaxHelpARCQueryClassMember'YearWeek()'
ARAdventureWorksOLAP.DimCustomerP.EmailAddressARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimOrganizationP.PercentageOfOwnershipARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.FactProductInventory.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCCore.StreamProcessorP.CountReceiveLocalOriginARCCoreEnumMemberCount of -PropertyStreamLine- with -HasLocalOrigin-.
ARCCore.PropertyStreamLineWithOrigin.HasLocalOriginARCCoreClassMemberLocally generated data is not to be sent to -OutsideLocalReceiver-). We instead leave it to the 'outside' to decide if
ARCCore.UtilCore.CurrentlyStartingUpARCCoreClassMemberCalled once at application startup after all Attribute instances in the C# code has been processed.
ARCCore.IKString.FromCacheARCCoreClassMemberReduces number of objects generated by caching those known to be within a limited range
ARCQuery.EntityMethodKeyARCQueryClassKey able to call read-only methods defined in the entity class with names like 'TryGet{FieldName}'.
ARCQuery.QueryExpressionWithSuggestions.NextARCQueryClassMemberSuggestion for a 'browse forwards' button.
ARCQuery.TranslationSingle.TryGetAARCQueryClassMemberReturns a -PropertyStreamLine- representation of this translation.
ARCQuery.CompoundKey.TryGetPInternalARCQueryClassMemberThe internal executor, containing the specific functionality for how to evaluate the key.
ARCDoc.Documentator.ToStringARCDocClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCQuery.NewKeyCountPRec.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARCCore.PK.ModifyCleanerAndValidatorAndParserForCardinalityARCCoreClassMemberCalled from -Initialize- after _cleaner and _validatorAndParser have been set.
ARAdventureWorksOLAP.FactCurrencyRate.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.FactResellerSaleP.DimResellerIdARAdventureWorksOLAPEnumMemberCalled 'ResellerKey' in original sample database
ARCCore.PII.TryGetVARCCoreClassMemberSince value is stored in keys, we need to override this method.
ARCCore.PropertyStreamLine.StoreFailSafeARCCoreClassMemberStores if possible and fails silently.
ARCCore.PK.CleanerARCCoreClassMemberCleanup of values, to be used before value is attempted validated.
ARCCore.PKRelAttribute.ForeignEntityARCCoreClassMemberSee -ForeignEntity-.
ARCQuery.EntityMethodKey+MethodTypeARCQueryEnumExplains type of method signature found (trough reflection) for corresponding entity class.
ARAdventureWorksOLAP.DimEmployee.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
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).
ARCQuery.QueryExpressionWhereARCQueryClassExecutes a 'WHERE {key} {operator} {value}' against the given collection.
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.PKTypeAttributeARCCoreClassContains the most basic essential information about a property key, like its description, -Type-, -Cardinality-, -IsObligatory- and -DefaultValue-.
ARCCore.PConcurrent.ToStringARCCoreClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCQuery.OrdinaryKeyPlusFunctionOrQuantile.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARCQuery.QueryExpressionWhere.ValueARCQueryClassMemberThe Value should ideally be as strongly typed as possible. Note that it may be of type -ValueEnum- relevant for queries like WHERE Name = NULL.
ARCQuery.QueryExpressionWhere.SyntaxHelpARCQueryClassMemberWHERE {key} {operator} {value}
ARAdventureWorksOLAP.DimOrganization.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARCQuery.FunctionKeyTotalMinutes.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARCQuery.FunctionKeyTMBARCQueryClassTMB = Thousands, Millions, Billions.
ARCQuery.ValueComparerDateTime.InitValueARCQueryClassMemberFor debugging purposes. The initial 'now' value used before calculating -StartPeriod- and -EndPeriod-.
ARAdventureWorksOLAP.FactResellerSaleP.DueDateARAdventureWorksOLAPEnumMemberCalled 'DueDateKey' in original sample database
ARAdventureWorksOLAP.FactResellerSaleP.CarrierTrackingNumberARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimProductSubcategoryP.DimProductCategoryIdARAdventureWorksOLAPEnumMemberCalled 'ProductCategoryKey' in original sample database
ARAdventureWorksOLAP.DimProduct.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARCCore.UtilCore.DateTimeTryParseARCCoreClassMemberAccepts on of the formats specified in -ValidDateTimeFormats-.
ARCCore.StorageFileARCCoreClassImplemented only in order to store some ideas about -Hash-.
ARAdventureWorksOLAP.DimProductCategoryP.SpanishNameARAdventureWorksOLAPEnumMemberCalled 'SpanishProductCategoryName' in original sample database
ARCQuery.EntityMethodKey.QuantileKeyARCQueryClassMemberEventual final -QuantileKey- at end of compound key.
ARAdventureWorksOLAP.FactResellerSaleP.UnitPriceARAdventureWorksOLAPEnumMember 
ARAdventureWorksOLAP.DimDepartmentARAdventureWorksOLAPClassRepresents a Department. See also -DimDepartmentP- and -DimDepartmentCollection-.
ARCDoc.Apple.AddNameARCDocClassMemberConvenience method, not obligatory.
ARAdventureWorksOLAP.FactResellerSaleP.OrderQuantityARAdventureWorksOLAPEnumMember 
ARCQuery.ValueComparerDateTime.TryParseARCQueryClassMemberNote: This parser is probably exhaustive but not necessarily logical
ARCCore.PCollection.TrySetPPARCCoreClassMemberReplaces default interface method -TrySetPP-.
ARCDoc.PKDocAttribute.TryRemovePARCDocClassMemberShould probably never be used.
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).
ARCDoc.DocFragP.TypeARCDocEnumMemberType of class or enum which this fragment describes (also relevant for class or enum member).
ARCCore.PropertyStreamLineParsedARCCoreClassParses the keys part of a line from -PropertyStream-, like 'Customer/42/FirstName = John.
ARCQuery.FunctionKeyAggregateJoinARCQueryClassJoins the given list of properties into a single property.
ARCQuery.QueryExpressionTitle.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARAdventureWorksOLAP.DimDepartmentCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARCQuery.ValueComparerDateTime.IsBeforeARCQueryClassMemberThe modifier 'Before' can be prepended in order to mean from any time before the specified time.
ARCQuery.QueryExpressionWhere+ValueEnum.NOTNULLARCQueryEnumMemberPractical value enabling suggestions from -GetPrevious- and -GetNext-.
ARCQuery.QueryExpression.ExecuteARCQueryClassMemberTransforms the given input collection into a resulting collection.
ARCQuery.FunctionKeyTotalMinutes.SyntaxHelpARCQueryClassMember'TotalMinutes()'
ARAdventureWorksOLAP.DimCustomer.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.DimProductCategoryPARAdventureWorksOLAPEnumDescribes class -DimProductCategory-.
ARCQuery.MemberEntityKeyARCQueryClassCan find value for entity which is member of entity being queried.
ARAdventureWorksOLAP.FactCurrencyRateARAdventureWorksOLAPClassRepresents a CurrencyRate. See also -FactCurrencyRateP- and -FactCurrencyRateCollection-.
ARCCore.ClassAttributeP.ClassNamespaceARCCoreEnumMemberThe namespace for -ClassType-.
ARAdventureWorksOLAP.DimProductCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARCDoc.Orange.TryGetPVDirectARCDocClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARCDoc.DocLink.LinkWordHTMLWithHyphensARCDocClassMember-LinkWordHTML- with '-' (minus sign / hyphen) prepended and appended.
ARCQuery.QueryProgressP.TerminateReasonARCQueryEnumMemberThe reason for a query being terminated. This property should contain a user friendly message about the problem and how to fix it.
ARAdventureWorksOLAP.FactFinanceCollection.GetKeysEqualToValueARAdventureWorksOLAPClassMemberReturns properties which themselves again have key and value equal to the given key and value.
ARCQuery.QueryProgressP.StrCurrentTypeARCQueryEnumMemberNormally the -ToStringVeryShort- representation of the type of objects in the -Result- collection.
ARCQuery.NewKeyCountP.SyntaxHelpARCQueryClassMember'CountP()'
ARCCore.BasePKAttribute.GetAttributesARCCoreClassMemberNote that illegal to call for other than -PropertyKeyEnum-.
ARCDoc.PKDocAttribute.PriorityOrderARCDocClassMemberSee -PriorityOrder-.
ARCDoc.HLocationCollection.ToStringARCDocClassMemberTODO: Decide on what we actually want with ToString for this class.
ARCCore.ClassMemberAttributeP.MethodSignatureARCCoreEnumMemberThe actual MemberInfo.ToString.
ARCQuery.FunctionKeyDayOfWeek.TryGetPARCQueryClassMemberNOTE: The in-parameter is a property, not an entity.
ARCCore.PKTypeAttribute.TryRemovePARCCoreClassMemberShould probably never be used.
ARCCore.Subscription.IsRemoveARCCoreClassMemberCorresponds to whether value starts with a minus sign, '+' or not.
ARAdventureWorksOLAP.DimProduct.TryGetNameARAdventureWorksOLAPClassMemberReturns EnglishName.
ARAdventureWorksOLAP.DimCurrency.TryGetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
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.QueryExpressionLogARCQueryClassA debugging tool used to extract detailed log information about the execution of the query.
ARCDoc.HLocation.ContentARCDocClassMemberThe Content object is not stored within the standard -IP--mechanism.
ARCCore.Extensions.ToStringShortARCCoreClassMemberReturns a shorter representation than -ToStringDB-.
ARAdventureWorksOLAP.DimCurrency.GetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TryGetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.FactSurveyResponseCollection.ToStringARAdventureWorksOLAPClassMemberTODO: Decide on what we actually want with ToString for this class.
ARAdventureWorksOLAP.DimAccountP.ValueTypeARAdventureWorksOLAPEnumMember 
ARCQuery.QueryExpressionHintARCQueryClassDescribes if hints are to be generated (as query progresses) for potential new queries.
ARCCore.PKHTMLAttributePARCCoreEnumDescribes class -PKRelAttribute-.
ARAdventureWorksOLAP.FactSalesQuota.SetPVDirectARAdventureWorksOLAPClassMemberHigh performance alternative to -TrySetP-, accessing -Storage- more direct.
ARAdventureWorksOLAP.DimEmployee.TryGetNameARAdventureWorksOLAPClassMemberAdds together Title, LastName, FirstName, MiddleName
ARCCore.StreamProcessorP.IndividualStorageFileSizeARCCoreEnumMemberMax size (in bytes) for a single storage file before a new file is created by call to -StreamProcessor.CreateNewStorageFile-.
ARCCore.StreamProcessor.ReceiveAndDistributeARCCoreClassMemberProcess all messages in receive queue.
ARCCore.PSPrefix.tARCCoreEnumMemberTranslations.
ARCCore.IKLong.EnrichKeyARCCoreClassMember'Implementing' -ITypeDescriber-.
ARAdventureWorksOLAP.FactResellerSaleP.TaxAmtARAdventureWorksOLAPEnumMember 
ARCCore.PK.GetTypeMappingARCCoreClassMemberReturns the relevant property key for a given type entity-type and field-type.
ARCQuery.FunctionKeyMonth.SyntaxHelpARCQueryClassMember'Month()'
ARCDoc.HLocationCollection.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).
ARCDoc.DocLinkResolutionCollectionARCDocClassContains a collection of -DocLinkResolution- objects.
ARCQuery.NewKeyGetType.FunctionKeysARCQueryClassMemberAll -FunctionKey-s chained at end of compound key (but before an eventual -QuantileKey-).
ARAdventureWorksOLAP.DimProductP.ModelNameARAdventureWorksOLAPEnumMember 

Generated 2024-09-19 20:59:39.910 UTC