C# Класс Bosphorus.Library.Dao.Facade.Facade.Loader.FromAssemblyDescriptor

Показать файл Открыть проект

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

Метод Описание
FromAssemblyDescriptor ( Assembly assembly ) : System
IsAppropriate ( Type repositoryServiceType ) : IRegistration
IsAppropriate ( Type repositoryServiceType, string endsWith ) : IRegistration
IsAppropriate ( Type repositoryServiceType, string inNamespace, string endsWith ) : IRegistration

Приватные методы

Метод Описание
ConfigureRegistration ( ComponentRegistration registration ) : object
GetTypeName ( Type type ) : string
IsAppropriateDelegate ( Type repositoryServiceType, string inNamespace, string endsWith ) : Predicate
SelectService ( Type repositoryServiceType ) : ServiceDescriptor.ServiceSelector

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

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

public FromAssemblyDescriptor ( Assembly assembly ) : System
assembly System.Reflection.Assembly
Результат System

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

public IsAppropriate ( Type repositoryServiceType ) : IRegistration
repositoryServiceType System.Type
Результат IRegistration

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

public IsAppropriate ( Type repositoryServiceType, string endsWith ) : IRegistration
repositoryServiceType System.Type
endsWith string
Результат IRegistration

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

public IsAppropriate ( Type repositoryServiceType, string inNamespace, string endsWith ) : IRegistration
repositoryServiceType System.Type
inNamespace string
endsWith string
Результат IRegistration