Implements an IParameterOptionsProvider that reads the options from the parameter Xml configuration document. To configure, add s to the optionsProvider node.
Default constructor
public Void StaticParameterOptionsProvider()
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. |
Type | Summary |
---|---|
ArgumentNullException | Thrown when config is null. |
ArgumentNullException | Thrown when configNode is null. |
In this document