Class NullStringArgumentResolver
A resolver that always returns false, forcing ReflectionCallTask to fall back to ConvertFromString for argument conversion.
Implements
IStringArgumentResolver
Inherited Members
Namespace: Serenity.Global.Tests.Application
Assembly: Tests.dll
Syntax
public class NullStringArgumentResolver : IStringArgumentResolver
Constructors
NullStringArgumentResolver()
Declaration
public NullStringArgumentResolver()
Methods
TryResolve(string, Type, ITaskServices, out object)
Declaration
public bool TryResolve(string raw, Type targetType, ITaskServices services, out object value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | raw | |
| Type | targetType | |
| ITaskServices | services | |
| object | value |
Returns
| Type | Description |
|---|---|
| bool |
Implements
Serenity.Tasking.Application.Interfaces.IStringArgumentResolver