ValueAdapterFactory Methods |
The ValueAdapterFactory type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets an IValueAdapter given a value type.
| |
Register(Type, IValueAdapter) |
Registers an IValueAdapter instance and explicitly specifies the value type.
| |
Register(Type, Type) |
Registers a generic value adapter.
| |
Register<T>(IValueAdapter<T>) |
Registers an IValueAdapter<T>.
|