[ROOT] / doc / toc / ARCCore / Class / IKType

ToString


Index key used when storing a collection of a given type, like 'Customer'.

The key will normally point to a collection of all objects of that type.
(in RDBMS-terms pointing to a table like 'Customer')

Note: Although the key will normally be like 'Customer', the actual type of entity which it points to will be like 'CustomerCollection'.

This class is immutable.


Note that it is would be possible to let this class implement ITypeDescriber (by using AllIPDerivedTypesDict in a TryParse method) but as of Mar 2021 no use case has been seeen yet (for instance IKString can be used instead).


ToStringCaching is supposed to be useful because may be called quite often.

Details

Generated 2024-04-23 11:28:54.303 UTC