C# Class CostEffectiveCode.Components.AutoRegistration

Afficher le fichier Open project: hightechtoday/costeffectivecode

Méthodes publiques

Méthode Description
AutoRegistration ( ) : System
AutoRegistration ( Type>.[ typeFallbacks ) : System
GetComponentMap ( Assembly dependentAssembly, bool>.Func dependentTypeSpec, Assembly sourceAssembly, bool>.Func sourceTypeSpec ) : Type>.Dictionary

Private Methods

Méthode Description
BuildCommandHandler ( Type type ) : Type
BuildQuery ( Type type ) : Type
GetEntityType ( Type dtoType ) : Type
GetFallBack ( Type type ) : Type
ImplementsOpenGeneric ( Type i, Type checkType ) : bool

Method Details

AutoRegistration() public méthode

public AutoRegistration ( ) : System
Résultat System

AutoRegistration() public méthode

public AutoRegistration ( Type>.[ typeFallbacks ) : System
typeFallbacks Type>.[
Résultat System

GetComponentMap() public méthode

public GetComponentMap ( Assembly dependentAssembly, bool>.Func dependentTypeSpec, Assembly sourceAssembly, bool>.Func sourceTypeSpec ) : Type>.Dictionary
dependentAssembly System.Reflection.Assembly
dependentTypeSpec bool>.Func
sourceAssembly System.Reflection.Assembly
sourceTypeSpec bool>.Func
Résultat Type>.Dictionary