Class DataBindingMethodResolver
Inheritance
System.Object
DataBindingMethodResolver
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class DataBindingMethodResolver : ReflectiveMethodResolver
Methods
|
Edit this page
View Source
ForInstanceMethodInvocation()
Declaration
public static DataBindingMethodResolver ForInstanceMethodInvocation()
Returns
|
Edit this page
View Source
IsCandidateForInvocation(MethodInfo, Type)
Declaration
protected override bool IsCandidateForInvocation(MethodInfo method, Type targetClass)
Parameters
Type |
Name |
Description |
MethodInfo |
method |
|
Type |
targetClass |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
Resolve(IEvaluationContext, Object, String, List<Type>)
Declaration
public override IMethodExecutor Resolve(IEvaluationContext context, object targetObject, string name, List<Type> argumentTypes)
Parameters
Type |
Name |
Description |
IEvaluationContext |
context |
|
System.Object |
targetObject |
|
System.String |
name |
|
List<Type> |
argumentTypes |
|
Returns
Type |
Description |
IMethodExecutor |
|
Overrides