C# 클래스 strange.unittests.TestMediationBinder

상속: AbstractMediationBinder
파일 보기 프로젝트 열기: dshook/centauri-tac 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mediators IMediator>.Dictionary

공개 메소드들

메소드 설명
TestInjectViewAndChildren ( IView view ) : void
TestPerformKeyValueBindings ( List keyList, List valueList ) : void

보호된 메소드들

메소드 설명
CreateMediator ( IView view, Type mediatorType ) : object
DestroyMediator ( IView view, Type mediatorType ) : object
GetViews ( IView view ) : IView[]
HasMediator ( IView view, Type mediatorType ) : bool
ThrowNullMediatorError ( Type viewType, Type mediatorType ) : void

메소드 상세

CreateMediator() 보호된 메소드

protected CreateMediator ( IView view, Type mediatorType ) : object
view IView
mediatorType System.Type
리턴 object

DestroyMediator() 보호된 메소드

protected DestroyMediator ( IView view, Type mediatorType ) : object
view IView
mediatorType System.Type
리턴 object

GetViews() 보호된 메소드

protected GetViews ( IView view ) : IView[]
view IView
리턴 IView[]

HasMediator() 보호된 메소드

protected HasMediator ( IView view, Type mediatorType ) : bool
view IView
mediatorType System.Type
리턴 bool

TestInjectViewAndChildren() 공개 메소드

public TestInjectViewAndChildren ( IView view ) : void
view IView
리턴 void

TestPerformKeyValueBindings() 공개 메소드

public TestPerformKeyValueBindings ( List keyList, List valueList ) : void
keyList List
valueList List
리턴 void

ThrowNullMediatorError() 보호된 메소드

protected ThrowNullMediatorError ( Type viewType, Type mediatorType ) : void
viewType System.Type
mediatorType System.Type
리턴 void

프로퍼티 상세

mediators 공개적으로 프로퍼티

public Dictionary mediators
리턴 IMediator>.Dictionary