IParameterOptionsProvider

Allows the implementation of an option provider for parameter edition.

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

Methods

GetOptions

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

Signature:
public IList GetOptions()
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.

In this document