C# 클래스 nHydrate.Dsl.nHydrateModel

파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Validate void
ValidateEntities void
ValidateModules void
ValidateStoredProcedures void
ValidateView void

공개 메소드들

메소드 설명
FindByChildTable ( Entity entity ) : IList
FindByChildTable ( Entity entity, bool includeHierarchy ) : IList

Find all relationships that have a specific child table

FindByParentTable ( Entity entity ) : IList
FindByParentTable ( Entity entity, bool includeHierarchy ) : IList

Find all relationships that have a specific parent table

GetRelationsWhereChild ( Entity entity, bool fullHierarchy ) : IEnumerable
nHydrateModel ( global::Microsoft.VisualStudio.Modeling store ) : System

Constructor

보호된 메소드들

메소드 설명
OnPropertyChanged ( System e ) : void

비공개 메소드들

메소드 설명
Validate ( ValidationContext context ) : void
ValidateEntities ( ValidationContext context ) : void
ValidateModules ( ValidationContext context ) : void
ValidateStoredProcedures ( ValidationContext context ) : void
ValidateView ( ValidationContext context ) : void

메소드 상세

FindByChildTable() 공개 메소드

public FindByChildTable ( Entity entity ) : IList
entity Entity
리턴 IList

FindByChildTable() 공개 메소드

Find all relationships that have a specific child table
public FindByChildTable ( Entity entity, bool includeHierarchy ) : IList
entity Entity The table from which all relations begin
includeHierarchy bool Determines if the return includes all tables in the inheritence tree
리턴 IList

FindByParentTable() 공개 메소드

public FindByParentTable ( Entity entity ) : IList
entity Entity
리턴 IList

FindByParentTable() 공개 메소드

Find all relationships that have a specific parent table
public FindByParentTable ( Entity entity, bool includeHierarchy ) : IList
entity Entity The table from which all relations begin
includeHierarchy bool Determines if the return includes all tables in the inheritence tree
리턴 IList

GetRelationsWhereChild() 공개 메소드

public GetRelationsWhereChild ( Entity entity, bool fullHierarchy ) : IEnumerable
entity Entity
fullHierarchy bool
리턴 IEnumerable

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( System e ) : void
e System
리턴 void

nHydrateModel() 공개 메소드

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