[]
Defines the base class for resolver.
public abstract class BaseResolver
| Name | Description |
|---|---|
| BaseResolver() |
| Name | Description |
|---|---|
| CanResolve(string, object, Type, IContext) | Determines whether the object can use this resolver. |
| ResolveConverter(string, object, Type, IContext) | Gets the converter for this resolver. |
| ResolvePropertyName(string, object, Type, IContext) | Gets the name after being resolved. |