Allows the implementaion of a service that builds parameter configuration trees.
Builds a parameter configuration tree.
public IParameterTreeNode BuildParameterTree()Gets a collection of all parameter names.
public IList GetParameterNames()Gets a collection of all parameter names for the specifed group.
public IList GetParameterNames(groupName)| Name | Type | Summary |
|---|---|---|
| groupName | String | Name of the group from where to start collecting parameter names. |
Gets a collection of all parameter names.
public Task GetParameterNamesAsync()Gets a collection of all parameter names for the specifed group.
public Task GetParameterNamesAsync(groupName)| Name | Type | Summary |
|---|---|---|
| groupName | String | Name of the group from where to start collecting parameter names. |