Click or drag to resize
IRelationFactory Interface
Relation factory interface for the Relations objects for each entity. This interface is used by InheritanceInfoProvider objects to produce relations which relate to the type/entity specified.

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 interface IRelationFactory

The IRelationFactory type exposes the following members.

Methods
  NameDescription
Public methodGetSubTypeRelation
Returns the relation object the entity, to which this relation factory belongs, has with the subtype with the specified name
Public methodGetSuperTypeRelation
Returns the relation object the entity, to which this relation factory belongs, has with its supertype, if applicable.
Top
Remarks
This interface is only implemented on entities which are in a hierarchy of type TargetPerEntity
See Also