C# Класс nHydrate.Dsl.EntityInheritsEntity

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

EntityInheritsEntity() публичный Метод

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.
Результат System

EntityInheritsEntity() публичный Метод

Constructor
public EntityInheritsEntity ( global::Microsoft.VisualStudio.Modeling store ) : System
store global::Microsoft.VisualStudio.Modeling Store where new link is to be created.
Результат System

EntityInheritsEntity() публичный Метод

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.
Результат System