C# Class nHydrate.Dsl.EntityInheritsEntity

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

EntityInheritsEntity() public méthode

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

EntityInheritsEntity() public méthode

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.
Résultat System