Class TreeView
Inheritance
System.Object
TreeView
Assembly: Netezos.dll
Syntax
public class TreeView : object
Properties
|
Improve this Doc
View Source
Children
Declaration
public List<TreeView>? Children { get; set; }
Property Value
Type |
Description |
System.Nullable<List<TreeView>> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Parent
Declaration
public TreeView Parent { get; set; }
Property Value
|
Improve this Doc
View Source
Path
Declaration
public string Path { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Schema
Declaration
public Schema Schema { get; set; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public IMicheline Value { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Leafs()
Declaration
public IEnumerable<TreeView> Leafs()
Returns
|
Improve this Doc
View Source
Nodes()
Declaration
public IEnumerable<TreeView> Nodes()
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|