C# Class FluentSpring.Context.Parsers.ConventionConfigurationParser

Inheritance: ICanConfigureConvention
Afficher le fichier Open project: thenapoleon/Fluent-API-for-Spring.Net

Méthodes publiques

Méthode Description
AddAssemblyTypeFilter ( Func typeFilter ) : void
AddConventionApplicant ( IConvention convention ) : void
GetConventionApplicant ( ) : IConvention
IsApplicableToType ( Type objectType ) : bool

Method Details

AddAssemblyTypeFilter() public méthode

public AddAssemblyTypeFilter ( Func typeFilter ) : void
typeFilter Func
Résultat void

AddConventionApplicant() public méthode

public AddConventionApplicant ( IConvention convention ) : void
convention IConvention
Résultat void

GetConventionApplicant() public méthode

public GetConventionApplicant ( ) : IConvention
Résultat IConvention

IsApplicableToType() public méthode

public IsApplicableToType ( Type objectType ) : bool
objectType System.Type
Résultat bool