메소드 | 설명 | |
---|---|---|
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 ( |
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 ( |
Resolves the action argument.
|
protected AddActionArguments ( |
||
context | The context. | |
resolvedActionArgs | IDictionary | The resolved action args. |
리턴 | void |
public DispatchAction ( string actionName ) : void | ||
actionName | string | Name of the action. |
리턴 | void |
public PushScope ( IBindingScope scope ) : void | ||
scope | IBindingScope | The scope. |
리턴 | void |
public ResolveActionArguments ( ActionArgumentCollection actionArgs, IDictionary resolvedActionArgs ) : void | ||
actionArgs | ActionArgumentCollection | The action args. |
resolvedActionArgs | IDictionary | The resolved action args. |
리턴 | void |
public ResolveSymbol ( string symbolName, bool throwIfNotFound ) : object | ||
symbolName | string | Name of the symbol. |
throwIfNotFound | bool | if set to |
리턴 | object |