[ROOT] / doc / tocInheritance
CompoundKey , FunctionKey , IGetKeysEqualToValue , IHTMLEncoder , IK , IP , IPII , ITypeDescriber , PConcurrent , PRich , QueryExpression , ValueComparer
Table of contents structured by inheritance (classes and interfaces only, not members).
CompoundKey | A class able to expand the concept of entity keys. |
FunctionKey | Extracts data from an already existing value like extracting Year from a DateTime in 'Created.Year()'. |
IGetKeysEqualToValue | Interface stating that implementing class does not use the default implementation of GetKeysEqualToValue (which does not use Indexing) but has replaced it with a more efficient implementation assumed to utilize Indexing. |
IHTMLEncoder | Pseudo-interface signifying that implementing class has a static metod called 'Encode' for encoding a string to HTML. |
IK | IK = Interface Key / Index key. Key used to lookup 'inside' an instance of IP. |
IP | IP = IProperty. |
IPII | Future expansion, using different classes for storing, not only PII. |
ITypeDescriber | Provides a standardized mechanism for describing single-property values (like 'PhoneNumber' of 'Customer' for instance). |
PConcurrent | A (somewhat) thread-safe alternative to PRich which also supports ExposingApplicationState (through Logger). |
PRich | Fully flexible storage. Can store anything. Typical inherited for entity representations like 'Customer' or 'Order'. |
QueryExpression | Represents part of a query (or actually a transformation) against a given collection and the data storage from which it was taken. |
ValueComparer | Can evaluation expressions like 'WHERE Created = ThisYear. |
Generated 2024-12-04 21:23:40.173 UTC