[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.
ReferenceCount | May be set from outside, for instance with System.Threading.Interlocked.Increment. |
ToString | TODO: Decide on what we actually want with ToString for this class. |
TryGetA | Returns a PropertyStreamLine representation of this translation. |
TryGetMacro | Returns a PropertyStream representation of this translation. |
TryGetP | Made virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway. |
TryGetPS | Returns a PropertyStreamLine representation of this translation. |
TryGetReferenceCount | Method signature understood by TryGetP / EntityMethodKey. |
TryGetV | Note that 'normally' this method would be irrelevant for a PRich object because we will usually be an entity object (like 'Customer') not having an intrinsic value ourselves per se (because we will instead be containing a list of values). |
Generated 2025-03-26 08:18:48.388 UTC