Click or drag to resize

ReferencedEntityMap Class

Class which is used to store maps to referenced entities to be able to serialize an entity which is referenced multiple times only once.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesReferencedEntityMap

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public class ReferencedEntityMap

The ReferencedEntityMap type exposes the following members.

Constructors
  NameDescription
Public methodReferencedEntityMap
Initializes a new instance of the ReferencedEntityMap class.
Public methodReferencedEntityMap(Object)
Initializes a new instance of the ReferencedEntityMap class.
Top
Properties
  NameDescription
Public propertyReferencedCount
Gets the # of referenced entities
Public propertyReferencedWithGuidCount
Gets the # of referenced entities which have already an ObjectID set
Public propertyReferencedWithoutGuidCount
Gets the # of referenced entities which don't have an ObjectID set yet
Public propertySeenEntityCount
Gets the seen entity count.
Public propertySeenWithGuidCount
Gets the # of seen entities which have already an ObjectID set
Public propertySeenWithoutGuidCount
Gets the # of seen entities which have already an ObjectID set
Top
Methods
  NameDescription
Public methodAdd
Adds the specified root.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReferencedEntities
Gets the referenced entities.
Public methodGetSeenEntities
Gets the entities seen
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also