ReferencedEntityMap Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The ReferencedEntityMap type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReferencedEntityMap |
Initializes a new instance of the ReferencedEntityMap class.
|
![]() | ReferencedEntityMap(Object) |
Initializes a new instance of the ReferencedEntityMap class.
|
Name | Description | |
---|---|---|
![]() | ReferencedCount |
Gets the # of referenced entities
|
![]() | ReferencedWithGuidCount |
Gets the # of referenced entities which have already an ObjectID set
|
![]() | ReferencedWithoutGuidCount |
Gets the # of referenced entities which don't have an ObjectID set yet
|
![]() | SeenEntityCount |
Gets the seen entity count.
|
![]() | SeenWithGuidCount |
Gets the # of seen entities which have already an ObjectID set
|
![]() | SeenWithoutGuidCount |
Gets the # of seen entities which have already an ObjectID set
|
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified root.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetReferencedEntities |
Gets the referenced entities.
|
![]() | GetSeenEntities |
Gets the entities seen
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |