[ROOT] / doc / toc / ARCDoc / Class / DocFrag
Create , ToHTMLSimpleSingle , ToString , TryGetP , TryGetV
DocFrag = Document fragment.
DocFrag can be seen as a simplified de-normalized alternative view to the full documentation structure.
A document fragment may describe one of Assembly, Namespace, Class, ClassMember, Enum, EnumMember (se DocFragType).
Used as input to HTOC.Create.
Does also offer an alternative view to documentation suitable for querying with ARCQuery.
Using DocFrag it is for instance easy to generate statistics about documentation.
For a given instance of DocFrag, property Attribute gives the full documentation information.
Create | 2 items |
ToHTMLSimpleSingle | Alternative ('override') to ToHTMLSimpleSingle. |
ToString | TODO: Decide on what we actually want with ToString for this class. |
TryGetP | Made virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway. |
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-04-19 11:59:33.492 UTC