[ROOT] / doc / toc / ARCQuery / Class / TranslationSingle

ReferenceCount , ToString , TryGetA , TryGetMacro , TryGetP , TryGetPS , TryGetReferenceCount , TryGetV


Describes a single translation.

See Translations for information.

Note hybrid approach, implementing IP for flexible querying, and offering traditional C# property for high performance.

Note how ReferenceCount may be changed from outside.


ReferenceCountMay be set from outside, for instance with System.Threading.Interlocked.Increment.
ToStringTODO: Decide on what we actually want with ToString for this class.
TryGetAReturns a PropertyStreamLine representation of this translation.
TryGetMacroReturns a PropertyStream representation of this translation.
TryGetPMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
TryGetPSReturns a PropertyStreamLine representation of this translation.
TryGetReferenceCountMethod signature understood by TryGetP / EntityMethodKey.
TryGetVNote 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).

Details

Generated 2024-04-26 20:00:55.199 UTC