C# Class LeanCommandUnframework.DefaultObjectFactory

Inheritance: IObjectFactory
Afficher le fichier Open project: SzymonPobiega/LeanCommandUnframework

Méthodes publiques

Méthode Description
GetFilterInstance ( Type filterType ) : object
GetHandlerInstance ( Type handlerType ) : object

Method Details

GetFilterInstance() public méthode

public GetFilterInstance ( Type filterType ) : object
filterType System.Type
Résultat object

GetHandlerInstance() public méthode

public GetHandlerInstance ( Type handlerType ) : object
handlerType System.Type
Résultat object