C# Class FluentNHibernate.Conventions.Discovery.ComponentDiscoveryConvention

Discovers any IComponentConvention implementations and applies them to an IComponent instance.
Inheritance: IMappingPartConvention
Afficher le fichier Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( IMappingPart target ) : bool
Apply ( IMappingPart target ) : void
ComponentDiscoveryConvention ( IConventionFinder conventionFinder ) : FluentNHibernate.Mapping

Method Details

Accept() public méthode

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

Apply() public méthode

public Apply ( IMappingPart target ) : void
target IMappingPart
Résultat void

ComponentDiscoveryConvention() public méthode

public ComponentDiscoveryConvention ( IConventionFinder conventionFinder ) : FluentNHibernate.Mapping
conventionFinder IConventionFinder
Résultat FluentNHibernate.Mapping