A DTO to transfer information of a parameter tree node.
Localized caption.
public String Caption { get; set; }
List of child nodes.
public IList<ParameterTreeNodeDto> ChildNodes { get; set; }
Localized description.
public String Description { get; set; }
Name of the tree node.
public String Name { get; set; }
A collection of parameter configuration for this node.
public IList<ParameterConfigurationDto> Parameters { get; set; }
In this document