[ROOT] / doc / toc / ARCDoc / Class / Documentator
CreateAndInsert , CreateHTOCInheritance , CreateHTOCNamespace , CreateHTOCStandard , DocLinkResolutionLocation , DocLinks , ToHTMLSimpleSingle , ToString , TryGetP , TryGetV
General class for documenting AgoRapide and also your own ApplicationSpecificCode.
See also DocumentatorP.
HINT: If you want to test concepts like PropertyStream and CoreDB then this class is a good generator of properties for the stream. Just call ToPropertyStream on root storage and you will have a quite sizeable chunk of property stream lines available for testing.
| CreateAndInsert | Creates an instance of Documentator with a natural hierarchical representation of documentation attributes found in the given assemblies. | 
| CreateHTOCInheritance | Creates a table of contents structured by inheritance (classes and interfaces only, not members). | 
| CreateHTOCNamespace | Creates a table of contents structured by namespace | 
| CreateHTOCStandard | Creates a 'standard' table of contents, structured by assembly and each assembly divided into 'Class' and 'Enum'. | 
| DocLinkResolutionLocation | Default position within the global storage context of doc link resolution pages. | 
| DocLinks | Set by CreateAndInsert. | 
| 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-10-30 16:20:15.278 UTC