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

Pendent
Inheritance: IBindingScope
Show file Open project: nats/castle-1.0.3-mono

Protected Methods

Method Description
AddActionArguments ( BindingContext context, IDictionary resolvedActionArgs ) : void

Adds the action arguments.

ResolveSymbol ( string symbol ) : object

Resolves the symbol.

Private Methods

Method Description
IBindingScope ( string symbol ) : object

Resolves the symbol.

IBindingScope ( BindingContext context, IDictionary resolvedActionArgs ) : void

Adds the action arguments.

Method Details

AddActionArguments() protected method

Adds the action arguments.
protected AddActionArguments ( BindingContext context, IDictionary resolvedActionArgs ) : void
context BindingContext The context.
resolvedActionArgs IDictionary The resolved action args.
return void

ResolveSymbol() protected method

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