C# Class FluentNHibernate.Conventions.Discovery.ClassDiscoveryConvention

Discovers any IClassConvention implementations and applies them to all the IClassMaps in the domain.
Inheritance: IEntireMappingsConvention
Afficher le fichier Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( IEnumerable target ) : bool
Apply ( IEnumerable classes ) : void
ClassDiscoveryConvention ( IConventionFinder conventionFinder ) : System.Collections.Generic

Method Details

Accept() public méthode

public Accept ( IEnumerable target ) : bool
target IEnumerable
Résultat bool

Apply() public méthode

public Apply ( IEnumerable classes ) : void
classes IEnumerable
Résultat void

ClassDiscoveryConvention() public méthode

public ClassDiscoveryConvention ( IConventionFinder conventionFinder ) : System.Collections.Generic
conventionFinder IConventionFinder
Résultat System.Collections.Generic