Имя |
Описание |
tgEntityCollectionBase |
|
tgEntityDebuggerView |
|
tgMetadata |
Serves as a base class to the generated meta data classes. |
tgPropertyDescriptor |
Used when DataBinding internally by EntitySpaces |
tgVisitParameters |
Passed to each callback method during visitation. Contains everything you need to implement your logic. |
tgVisitableNode |
Contains information about the Node being visited |
tgVisitor |
This class can be used to visit the EntitySpaces hierarchical object graph. It will not cause any data to be Lazy Loaded. The esVisitor class is used internally by the EntitySpaces code to implement methods such as IsGraphDirty, AcceptChangesGraph and so on. |