C# Class nHydrate.Dsl.nHydrateModel

Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Private Properties

Свойство Type Description
Validate void
ValidateEntities void
ValidateModules void
ValidateStoredProcedures void
ValidateView void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnPropertyChanged ( System e ) : void

Private Methods

Méthode Description
Validate ( ValidationContext context ) : void
ValidateEntities ( ValidationContext context ) : void
ValidateModules ( ValidationContext context ) : void
ValidateStoredProcedures ( ValidationContext context ) : void
ValidateView ( ValidationContext context ) : void

Method Details

FindByChildTable() public méthode

public FindByChildTable ( Entity entity ) : IList
entity Entity
Résultat IList

FindByChildTable() public méthode

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
Résultat IList

FindByParentTable() public méthode

public FindByParentTable ( Entity entity ) : IList
entity Entity
Résultat IList

FindByParentTable() public méthode

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
Résultat IList

GetRelationsWhereChild() public méthode

public GetRelationsWhereChild ( Entity entity, bool fullHierarchy ) : IEnumerable
entity Entity
fullHierarchy bool
Résultat IEnumerable

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( System e ) : void
e System
Résultat void

nHydrateModel() public méthode

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