IParameterConfigurationService

Allows the implementaion of a service that builds parameter configuration trees.

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

Methods

BuildParameterTree

Builds a parameter configuration tree.

Signature:
public IParameterTreeNode BuildParameterTree()

GetParameterNames

Gets a collection of all parameter names.

Signature:
public IList GetParameterNames()

GetParameterNames

Gets a collection of all parameter names for the specifed group.

Signature:
public IList GetParameterNames(groupName)
Parameters
Name Type Summary
groupName String Name of the group from where to start collecting parameter names.

GetParameterNamesAsync

Gets a collection of all parameter names.

Signature:
public Task GetParameterNamesAsync()

GetParameterNamesAsync

Gets a collection of all parameter names for the specifed group.

Signature:
public Task GetParameterNamesAsync(groupName)
Parameters
Name Type Summary
groupName String Name of the group from where to start collecting parameter names.