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

Pendent
상속: AbstractBindingScope
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
DispatchAction ( ) : void

Dispatches the action.

DispatchAction ( string actionName ) : void

Dispatches the action.

PushScope ( IBindingScope scope ) : void

Pushes the scope.

ResolveActionArguments ( ) : IDictionary

Resolves the action arguments.

ResolveActionArguments ( ActionArgumentCollection actionArgs, IDictionary resolvedActionArgs ) : void

Resolves the action arguments.

ResolveSymbol ( string symbolName, bool throwIfNotFound ) : object

Resolves the symbol.

보호된 메소드들

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

Adds the action arguments.

비공개 메소드들

메소드 설명
BindingContext ( ControllerBinder binder, ActionBinding action ) : System

Initializes a new instance of the BindingContext class.

RegisterDefaultScopes ( ) : void

Registers the default scopes.

ResolveActionArgument ( ActionArgument actionArg ) : object

Resolves the action argument.

메소드 상세

AddActionArguments() 보호된 메소드

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

DispatchAction() 공개 메소드

Dispatches the action.
public DispatchAction ( ) : void
리턴 void

DispatchAction() 공개 메소드

Dispatches the action.
public DispatchAction ( string actionName ) : void
actionName string Name of the action.
리턴 void

PushScope() 공개 메소드

Pushes the scope.
public PushScope ( IBindingScope scope ) : void
scope IBindingScope The scope.
리턴 void

ResolveActionArguments() 공개 메소드

Resolves the action arguments.
public ResolveActionArguments ( ) : IDictionary
리턴 IDictionary

ResolveActionArguments() 공개 메소드

Resolves the action arguments.
public ResolveActionArguments ( ActionArgumentCollection actionArgs, IDictionary resolvedActionArgs ) : void
actionArgs ActionArgumentCollection The action args.
resolvedActionArgs IDictionary The resolved action args.
리턴 void

ResolveSymbol() 공개 메소드

Resolves the symbol.
public ResolveSymbol ( string symbolName, bool throwIfNotFound ) : object
symbolName string Name of the symbol.
throwIfNotFound bool if set to true [throw if not found].
리턴 object