Allows the implementation of an option provider for parameter edition.
Returns a list of options for the parameter this provider belong to.
public Task GetOptionsAsync()
A collection of valid options for the specified parameter.
Process configuration node for this IParameterOptionsProvider.
public Void ParseConfig(config, configNode)
Name | Type | Summary |
---|---|---|
config | ParameterConfiguration | Parameter configuration. |
configNode | XmlNode | XML configuration node. |
In this document