[ROOT] / doc / DocFrag / ARCCore.IKType
| Key | Value |
|---|---|
| Assembly | ARCCore |
| DocFragType | Class |
| Name | IKType |
| Namespace | ARCCore |
| Type | IKType |
ClassAttribute
| Key | Value |
|---|---|
| AssemblyName | ARCCore |
| ClassNamespace | ARCCore |
| ClassType | IKType |
| Interfaces | IK; -IEquatable<IK>-; ITypeDescriber |
| InterfacesDirectlyImplemented | IK; -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).
Generated 2025-10-29 15:28:23.894 UTC