C# Class nHydrate.Dsl.EntityInheritsEntity

Show file Open project: nHydrate/nHydrate

Public Methods

Method Description
EntityInheritsEntity ( Entity source, Entity target ) : System

Constructor Creates a EntityInheritsEntity link in the same Partition as the given Entity

EntityInheritsEntity ( global::Microsoft.VisualStudio.Modeling store ) : System

Constructor

EntityInheritsEntity ( global::Microsoft.VisualStudio.Modeling store, global::Microsoft.VisualStudio.Modeling roleAssignments, global::Microsoft.VisualStudio.Modeling propertyAssignments ) : System

Constructor

Method Details

EntityInheritsEntity() public method

Constructor Creates a EntityInheritsEntity link in the same Partition as the given Entity
public EntityInheritsEntity ( Entity source, Entity target ) : System
source Entity Entity to use as the source of the relationship.
target Entity Entity to use as the target of the relationship.
return System

EntityInheritsEntity() public method

Constructor
public EntityInheritsEntity ( global::Microsoft.VisualStudio.Modeling store ) : System
store global::Microsoft.VisualStudio.Modeling Store where new link is to be created.
return System

EntityInheritsEntity() public method

Constructor
public EntityInheritsEntity ( global::Microsoft.VisualStudio.Modeling store, global::Microsoft.VisualStudio.Modeling roleAssignments, global::Microsoft.VisualStudio.Modeling propertyAssignments ) : System
store global::Microsoft.VisualStudio.Modeling Store where new link is to be created.
roleAssignments global::Microsoft.VisualStudio.Modeling List of relationship role assignments.
propertyAssignments global::Microsoft.VisualStudio.Modeling List of properties assignments to set on the new link.
return System