C# 클래스 nHydrate.Dsl.EntityHasViews

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

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

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

Constructor

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

Constructor

IModuleLink ( Module module ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
OnDeleting ( ) : void

메소드 상세

EntityHasViews() 공개 메소드

Constructor Creates a EntityHasViews link in the same Partition as the given Entity
public EntityHasViews ( Entity source, View target ) : System
source Entity Entity to use as the source of the relationship.
target View View to use as the target of the relationship.
리턴 System

EntityHasViews() 공개 메소드

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

EntityHasViews() 공개 메소드

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

IModuleLink() 공개 메소드

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

OnDeleting() 보호된 메소드

protected OnDeleting ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string