C# Класс Castle.MonoRail.Framework.Views.Aspx.AbstractEventScope

Pendent
Наследование: AbstractBindingScope
Показать файл Открыть проект

Защищенные методы

Метод Описание
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