Table of Contents

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

RelationshipFactory

Methods

CreateCollection(RelationshipInfo, EntityKernel)

public RelationshipProperty CreateCollection(RelationshipInfo metadata, EntityKernel parent)

Parameters

metadata RelationshipInfo
parent EntityKernel

Returns

RelationshipProperty

CreateReference(RelationshipInfo, EntityKernel)

public RelationshipProperty CreateReference(RelationshipInfo metadata, EntityKernel parent)

Parameters

metadata RelationshipInfo
parent EntityKernel

Returns

RelationshipProperty