[ROOT] / doc / DocFrag / ARCCore.IP.AllIPDerivedEntityCollectionClassesDict
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -8- | 
| Name | AllIPDerivedEntityCollectionClassesDict | 
| Namespace | ARCCore | 
| Type | IP | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | IP | 
| MethodName | AllIPDerivedEntityCollectionClassesDict | 
| MethodSignature | System.Collections.Generic.Dictionary`2[System.Type,System.Type] AllIPDerivedEntityCollectionClassesDict | 
All IP-derived types for which is found a corresponding class with name like '{EntityType}Collection' 
Key is the type of the entity class, like 'Customer'. Value is the type of the container class, like 'CustomerCollection'.
Note how TryParse choses a collection class with help from AllIPDerivedEntityCollectionClassesDict.
A typical base class for such collections could be PCollection but other classes may also be used.
For instance in ARCEvent there is a different base class PCollectionES supporting event sourcing.
Used by TryParse in order to support Indexing.
Generated 2025-11-04 06:23:11.639 UTC