C# 클래스 Bosphorus.Library.Dao.Facade.Facade.Loader.FromAssemblyDescriptor

파일 보기 프로젝트 열기: BosphorusTeam/bosphorus.dao

공개 메소드들

메소드 설명
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