Class RelationshipFactory
- Namespace
- The.Relationships
- Assembly
- Instagile.dll
public class RelationshipFactory : IVisitor<Func<RelationshipInfo, EntityKernel, EntityCollectionProperty>>, IVisitor<Func<RelationshipInfo, EntityKernel, EntityReferenceProperty>>
- Inheritance
-
RelationshipFactory
- Implements
- Inherited Members
Fields
Instance
public static readonly RelationshipFactory Instance
Field Value
Methods
CreateCollection(RelationshipInfo, EntityKernel)
public RelationshipProperty CreateCollection(RelationshipInfo metadata, EntityKernel parent)
Parameters
metadataRelationshipInfoparentEntityKernel
Returns
CreateReference(RelationshipInfo, EntityKernel)
public RelationshipProperty CreateReference(RelationshipInfo metadata, EntityKernel parent)
Parameters
metadataRelationshipInfoparentEntityKernel