C# Class FluentSpring.Context.Parsers.ConventionConfigurationParser

Inheritance: ICanConfigureConvention
Show file Open project: thenapoleon/Fluent-API-for-Spring.Net

Public Methods

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

Method Details

AddAssemblyTypeFilter() public method

public AddAssemblyTypeFilter ( Func typeFilter ) : void
typeFilter Func
return void

AddConventionApplicant() public method

public AddConventionApplicant ( IConvention convention ) : void
convention IConvention
return void

GetConventionApplicant() public method

public GetConventionApplicant ( ) : IConvention
return IConvention

IsApplicableToType() public method

public IsApplicableToType ( Type objectType ) : bool
objectType System.Type
return bool