C# 클래스 nHydrate.Dsl.EntityHasEntities

상속: nHydrate.Dsl.IModuleLink
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EntityHasEntities ( Entity source, Entity target ) : System

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

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

Constructor

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

Constructor

GetAssociativeOtherRelation ( ) : EntityHasEntities

Gets the other relation on an associative table

GetSecondaryAssociativeTable ( ) : Entity
IModuleLink ( Module module ) : void
IsPrimaryKeyRelation ( ) : bool

Determine if this relationship is based on primary keys

ToString ( ) : string

보호된 메소드들

메소드 설명
OnDeleting ( ) : void

메소드 상세

EntityHasEntities() 공개 메소드

Constructor Creates a EntityHasEntities link in the same Partition as the given Entity
public EntityHasEntities ( 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

EntityHasEntities() 공개 메소드

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

EntityHasEntities() 공개 메소드

Constructor
public EntityHasEntities ( 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

GetAssociativeOtherRelation() 공개 메소드

Gets the other relation on an associative table
public GetAssociativeOtherRelation ( ) : EntityHasEntities
리턴 EntityHasEntities

GetSecondaryAssociativeTable() 공개 메소드

public GetSecondaryAssociativeTable ( ) : Entity
리턴 Entity

IModuleLink() 공개 메소드

public IModuleLink ( Module module ) : void
module Module
리턴 void

IsPrimaryKeyRelation() 공개 메소드

Determine if this relationship is based on primary keys
public IsPrimaryKeyRelation ( ) : bool
리턴 bool

OnDeleting() 보호된 메소드

protected OnDeleting ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string