Show / Hide Table of Contents

Class LogNode

Inheritance
object
LogNode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EasySave_Project.Dto
Assembly: .dll
Syntax
public class LogNode

Constructors

| Edit this page View Source

LogNode(string)

Declaration
public LogNode(string title)
Parameters
Type Name Description
string title

Properties

| Edit this page View Source

SubNodes

Declaration
public ObservableCollection<LogNode> SubNodes { get; }
Property Value
Type Description
ObservableCollection<LogNode>
| Edit this page View Source

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX