C# Class Bosphorus.Library.Dao.Facade.Facade.Loader.FromAssemblyDescriptor

Afficher le fichier Open project: BosphorusTeam/bosphorus.dao

Méthodes publiques

Méthode Description
FromAssemblyDescriptor ( Assembly assembly ) : System
IsAppropriate ( Type repositoryServiceType ) : IRegistration
IsAppropriate ( Type repositoryServiceType, string endsWith ) : IRegistration
IsAppropriate ( Type repositoryServiceType, string inNamespace, string endsWith ) : IRegistration

Private Methods

Méthode Description
ConfigureRegistration ( ComponentRegistration registration ) : object
GetTypeName ( Type type ) : string
IsAppropriateDelegate ( Type repositoryServiceType, string inNamespace, string endsWith ) : Predicate
SelectService ( Type repositoryServiceType ) : ServiceDescriptor.ServiceSelector

Method Details

FromAssemblyDescriptor() public méthode

public FromAssemblyDescriptor ( Assembly assembly ) : System
assembly System.Reflection.Assembly
Résultat System

IsAppropriate() public méthode

public IsAppropriate ( Type repositoryServiceType ) : IRegistration
repositoryServiceType System.Type
Résultat IRegistration

IsAppropriate() public méthode

public IsAppropriate ( Type repositoryServiceType, string endsWith ) : IRegistration
repositoryServiceType System.Type
endsWith string
Résultat IRegistration

IsAppropriate() public méthode

public IsAppropriate ( Type repositoryServiceType, string inNamespace, string endsWith ) : IRegistration
repositoryServiceType System.Type
inNamespace string
endsWith string
Résultat IRegistration