IParameterOptionsProvider

Allows the implementation of an option provider for parameter edition.

Namespace:
Inetdev.Parameters
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Methods

GetOptionsAsync

Returns a list of options for the parameter this provider belong to.

Signature:
public Task GetOptionsAsync()
Returns

A collection of valid options for the specified parameter.

ParseConfig

Process configuration node for this IParameterOptionsProvider.

Signature:
public Void ParseConfig(config, configNode)
Parameters
Name Type Summary
config ParameterConfiguration Parameter configuration.
configNode XmlNode XML configuration node.