[This is preliminary documentation and is subject to change.]
Override to perform custom action name + params -> MethodInfo, param array resolution.
This method rarely needs to be overridden because the framework does the resolution that suites most cases
Namespace: NFX.Wave.MVCAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal virtual MethodInfo FindMatchingAction(
WorkContext work,
string action,
out Object[] args
)
protected internal virtual MethodInfo FindMatchingAction(
WorkContext work,
string action,
out Object[] args
)
Protected Friend Overridable Function FindMatchingAction (
work As WorkContext,
action As String,
<OutAttribute> ByRef args As Object()
) As MethodInfo
Protected Friend Overridable Function FindMatchingAction (
work As WorkContext,
action As String,
<OutAttribute> ByRef args As Object()
) As MethodInfo
protected public:
virtual MethodInfo^ FindMatchingAction(
WorkContext^ work,
String^ action,
[OutAttribute] array<Object^>^% args
)
protected public:
virtual MethodInfo^ FindMatchingAction(
WorkContext^ work,
String^ action,
[OutAttribute] array<Object^>^% args
)
abstract FindMatchingAction :
work : WorkContext *
action : string *
args : Object[] byref -> MethodInfo
override FindMatchingAction :
work : WorkContext *
action : string *
args : Object[] byref -> MethodInfo
abstract FindMatchingAction :
work : WorkContext *
action : string *
args : Object[] byref -> MethodInfo
override FindMatchingAction :
work : WorkContext *
action : string *
args : Object[] byref -> MethodInfo
Return Value
Type:
MethodInfo