C# 클래스 Robotlegs.Base.ViewMap

상속: ViewMapBase, IViewMap
파일 보기 프로젝트 열기: tekool/silverlight-robotlegs-framework

보호된 프로퍼티들

프로퍼티 타입 설명
injectedViews bool>.Dictionary
mappedPackages List
mappedTypes Type>.Dictionary

공개 메소드들

메소드 설명
HasPackage ( string packageName ) : bool
HasType ( Type type ) : bool
MapPackage ( string namespaceName ) : void
MapType ( Type type ) : void
UnmapPackage ( string namespaceName ) : void
UnmapType ( Type type ) : void
ViewMap ( FrameworkElement contextView, IInjector injector ) : System

보호된 메소드들

메소드 설명
AddListeners ( ) : void
ContextView_Loaded ( object sender, RoutedEventArgs e ) : void
InjectInto ( FrameworkElement target ) : void
RemoveListeners ( ) : void

메소드 상세

AddListeners() 보호된 메소드

protected AddListeners ( ) : void
리턴 void

ContextView_Loaded() 보호된 메소드

protected ContextView_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

HasPackage() 공개 메소드

public HasPackage ( string packageName ) : bool
packageName string
리턴 bool

HasType() 공개 메소드

public HasType ( Type type ) : bool
type System.Type
리턴 bool

InjectInto() 보호된 메소드

protected InjectInto ( FrameworkElement target ) : void
target System.Windows.FrameworkElement
리턴 void

MapPackage() 공개 메소드

public MapPackage ( string namespaceName ) : void
namespaceName string
리턴 void

MapType() 공개 메소드

public MapType ( Type type ) : void
type System.Type
리턴 void

RemoveListeners() 보호된 메소드

protected RemoveListeners ( ) : void
리턴 void

UnmapPackage() 공개 메소드

public UnmapPackage ( string namespaceName ) : void
namespaceName string
리턴 void

UnmapType() 공개 메소드

public UnmapType ( Type type ) : void
type System.Type
리턴 void

ViewMap() 공개 메소드

public ViewMap ( FrameworkElement contextView, IInjector injector ) : System
contextView System.Windows.FrameworkElement
injector IInjector
리턴 System

프로퍼티 상세

injectedViews 보호되어 있는 프로퍼티

protected Dictionary injectedViews
리턴 bool>.Dictionary

mappedPackages 보호되어 있는 프로퍼티

protected List mappedPackages
리턴 List

mappedTypes 보호되어 있는 프로퍼티

protected Dictionary mappedTypes
리턴 Type>.Dictionary