Click or drag to resize
EntityFactoryCache2 Class
Cache class which ensures that only one instance of an entity factory is created/stored during serialization
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesEntityFactoryCache2

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class EntityFactoryCache2
Methods
  NameDescription
Public methodStatic memberGetEntityFactory(Type)
Gets the entity factory instance to use for the type passed in.
Public methodStatic memberGetEntityFactory(EntityBase2)
Gets the entity factory for the specified entity from the cache
Public methodStatic memberGetEntityFactory(IEntityFactory2)
Gets the unique entity factory instance for the entity factory passed in to use for serialization.
Top
See Also