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
|
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 |
public EntityInheritsEntity ( global::Microsoft.VisualStudio.Modeling store ) : System | ||
store | global::Microsoft.VisualStudio.Modeling | Store where new link is to be created. |
return | System |
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 |