ParameterTreeNodeDto

A DTO to transfer information of a parameter tree node.

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

Properties

Caption

Localized caption.

Signature:
public String Caption { get; set; }

ChildNodes

List of child nodes.

Signature:
public IList<ParameterTreeNodeDto> ChildNodes { get; set; }

Description

Localized description.

Signature:
public String Description { get; set; }

Name

Name of the tree node.

Signature:
public String Name { get; set; }

Parameters

A collection of parameter configuration for this node.

Signature:
public IList<ParameterConfigurationDto> Parameters { get; set; }