[ROOT] / doc / toc / ARCCore / Class / Extensions / ToStringVeryShort


Returns same as ToStringShort but without any generics information at all.

One usage is to identify entity classes (like 'Customer', 'Order' and so on). We want those to be as simple as possible to refer to.

NOTE: This method was probably created based on a misunderstanding about the fundamentals of generic classes.
NOTE: There is probably really little or no use for it.
NOTE: It is used throughout AgoRapide though.

Note how caches result since operation is somewhat complicated due do generic types.
Note how returns a string.Intern in order to make for quicker dictionary lookup as returned string will often be used for lookup in other caches.


See also ToStringShort (somewhat longer form) and ToStringDB ('complete' representation)


Details

Generated 2024-03-28 15:20:29.276 UTC