C# Class LeanCommandUnframework.DefaultObjectFactory

Inheritance: IObjectFactory
Show file Open project: SzymonPobiega/LeanCommandUnframework

Public Methods

Method Description
GetFilterInstance ( Type filterType ) : object
GetHandlerInstance ( Type handlerType ) : object

Method Details

GetFilterInstance() public method

public GetFilterInstance ( Type filterType ) : object
filterType System.Type
return object

GetHandlerInstance() public method

public GetHandlerInstance ( Type handlerType ) : object
handlerType System.Type
return object