C# Class Castle.MonoRail.Framework.Views.Aspx.AbstractEventScope

Pendent
Inheritance: AbstractBindingScope
ファイルを表示 Open project: nats/castle-1.0.3-mono

Protected Methods

Method Description
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.

Private Methods

Method Description
PushEventScope ( object source, EventArgs e ) : void

Pushes the event scope.

Method Details

AbstractEventScope() protected method

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

DispatchAction() protected method

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

DispatchAction() protected method

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.
return void

ResolveSymbol() protected method

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