Class LogNode
Inherited Members
Namespace: EasySave_Project.Dto
Assembly: .dll
Syntax
public class LogNode
Constructors
| Edit this page View SourceLogNode(string)
Declaration
public LogNode(string title)
Parameters
Type | Name | Description |
---|---|---|
string | title |
Properties
| Edit this page View SourceSubNodes
Declaration
public ObservableCollection<LogNode> SubNodes { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<LogNode> |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |