C# 클래스 Robotlegs.Base.ViewMapBase

파일 보기 프로젝트 열기: tekool/silverlight-robotlegs-framework

보호된 프로퍼티들

프로퍼티 타입 설명
_active bool
_contextView System.Windows.FrameworkElement
_enabled bool
injector IInjector
useCapture bool

공개 메소드들

메소드 설명
ViewMapBase ( FrameworkElement contextView, IInjector injector ) : System.Windows

보호된 메소드들

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

메소드 상세

Activate() 보호된 메소드

protected Activate ( ) : void
리턴 void

AddListeners() 보호된 추상적인 메소드

protected abstract AddListeners ( ) : void
리턴 void

ContextView_Loaded() 보호된 추상적인 메소드

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

RemoveListeners() 보호된 추상적인 메소드

protected abstract RemoveListeners ( ) : void
리턴 void

ViewMapBase() 공개 메소드

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

프로퍼티 상세

_active 보호되어 있는 프로퍼티

protected bool _active
리턴 bool

_contextView 보호되어 있는 프로퍼티

protected FrameworkElement,System.Windows _contextView
리턴 System.Windows.FrameworkElement

_enabled 보호되어 있는 프로퍼티

protected bool _enabled
리턴 bool

injector 보호되어 있는 프로퍼티

protected IInjector injector
리턴 IInjector

useCapture 보호되어 있는 프로퍼티

protected bool useCapture
리턴 bool