[ROOT] / doc / DocFrag / ARCCore.IKType

KeyValue
AssemblyARCCore
DocFragTypeClass
NameIKType
NamespaceARCCore
TypeIKType

ClassAttribute

KeyValue
AssemblyNameARCCore
ClassNamespaceARCCore
ClassTypeIKType
InterfacesIK; -IEquatable<IK>-; ITypeDescriber
InterfacesDirectlyImplementedIK; -IEquatable<IK>-; ITypeDescriber

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')

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).

Edit


Generated 2025-10-29 15:28:23.894 UTC