C# 클래스 Castle.MonoRail.Framework.Views.Aspx.AbstractEventScope

Pendent
상속: AbstractBindingScope
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

보호된 메소드들

메소드 설명
AbstractEventScope ( BindingContext context ) : System

Initializes a new instance of the AbstractEventScope class.

DispatchAction ( object source, EventArgs e ) : void

Dispatches the action.

DispatchAction ( object source, EventArgs e, string action ) : void

Dispatches the action.

ResolveSymbol ( string symbol ) : object

Resolves the symbol.

비공개 메소드들

메소드 설명
PushEventScope ( object source, EventArgs e ) : void

Pushes the event scope.

메소드 상세

AbstractEventScope() 보호된 메소드

Initializes a new instance of the AbstractEventScope class.
protected AbstractEventScope ( BindingContext context ) : System
context BindingContext The context.
리턴 System

DispatchAction() 보호된 메소드

Dispatches the action.
protected DispatchAction ( object source, EventArgs e ) : void
source object The source.
e System.EventArgs The instance containing the event data.
리턴 void

DispatchAction() 보호된 메소드

Dispatches the action.
protected DispatchAction ( object source, EventArgs e, string action ) : void
source object The source.
e System.EventArgs The instance containing the event data.
action string The action.
리턴 void

ResolveSymbol() 보호된 메소드

Resolves the symbol.
protected ResolveSymbol ( string symbol ) : object
symbol string The symbol.
리턴 object