EditedValueProviderFactory class
Provides an Edited Value Provider factory
Namespace: ASNA.QSys.Expo.Model Assembly: ASNA.QSys.Expo.Model.dll
Inheritance: Object
Remarks
Used internally by Website Runtime to instance EditedValueProvider.
Methods
| Signature | Description |
|---|---|
| CreateValueProviderAsync(ValueProviderFactoryContext) | Gets an asynchronous operation to add an Edited Value Provider to bind the model to a requested http form. |
Task CreateValueProviderAsync(ValueProviderFactoryContext context)
Gets an asynchronous operation to add an Edited Value Provider to bind the model to a requested http form.
Task CreateValueProviderAsync(ValueProviderFactoryContext context)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| ValueProviderFactoryContext | context | Input Value Provider Factory context. |
Returns
| Type | Description |
|---|---|
| Task | The asynchronous operation. |