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

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

보호된 메소드들

메소드 설명
AddActionArguments ( BindingContext context, IDictionary resolvedActionArgs ) : void

Adds the action arguments.

ResolveSymbol ( string symbol ) : object

Resolves the symbol.

비공개 메소드들

메소드 설명
IBindingScope ( string symbol ) : object

Resolves the symbol.

IBindingScope ( BindingContext context, IDictionary resolvedActionArgs ) : void

Adds the action arguments.

메소드 상세

AddActionArguments() 보호된 메소드

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

ResolveSymbol() 보호된 메소드

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