C# 클래스 nHydrate.Dsl.EntityInheritsEntity

파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
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