C# Класс FluentSpring.Context.Parsers.ConventionConfigurationParser

Наследование: ICanConfigureConvention
Показать файл Открыть проект

Открытые методы

Метод Описание
AddAssemblyTypeFilter ( Func typeFilter ) : void
AddConventionApplicant ( IConvention convention ) : void
GetConventionApplicant ( ) : IConvention
IsApplicableToType ( Type objectType ) : bool

Описание методов

AddAssemblyTypeFilter() публичный Метод

public AddAssemblyTypeFilter ( Func typeFilter ) : void
typeFilter Func
Результат void

AddConventionApplicant() публичный Метод

public AddConventionApplicant ( IConvention convention ) : void
convention IConvention
Результат void

GetConventionApplicant() публичный Метод

public GetConventionApplicant ( ) : IConvention
Результат IConvention

IsApplicableToType() публичный Метод

public IsApplicableToType ( Type objectType ) : bool
objectType System.Type
Результат bool