Base interface and classes for creating value providers
Version:
When you create a value provider, you must create a class that inherits the IFieldValueProvider interface. This interface contains the GetValue method that you must implement in your new class.
- Interface or method: Description
- Interface for providing field values:
- Context for executing value providers:
- Method in the
IValueFieldinterface for field value initialization:
- Virtual method in
InputViewModel<TValueType>which is overridden in derived classes and casts the value supplied by the provider to the specifiedTValueType:
If you have suggestions for improving this article, let us know!