C# 클래스 LeanCommandUnframework.DefaultObjectFactory

상속: IObjectFactory
파일 보기 프로젝트 열기: SzymonPobiega/LeanCommandUnframework

공개 메소드들

메소드 설명
GetFilterInstance ( Type filterType ) : object
GetHandlerInstance ( Type handlerType ) : object

메소드 상세

GetFilterInstance() 공개 메소드

public GetFilterInstance ( Type filterType ) : object
filterType System.Type
리턴 object

GetHandlerInstance() 공개 메소드

public GetHandlerInstance ( Type handlerType ) : object
handlerType System.Type
리턴 object