Search Results for

    Show / Hide Table of Contents

    Class TreeView

    Inheritance
    System.Object
    TreeView
    Namespace: Netezos.Contracts
    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
    Type Description
    TreeView
    | 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
    Type Description
    Schema
    | Improve this Doc View Source

    Value

    Declaration
    public IMicheline Value { get; set; }
    Property Value
    Type Description
    IMicheline

    Methods

    | Improve this Doc View Source

    Leafs()

    Declaration
    public IEnumerable<TreeView> Leafs()
    Returns
    Type Description
    IEnumerable<TreeView>
    | Improve this Doc View Source

    Nodes()

    Declaration
    public IEnumerable<TreeView> Nodes()
    Returns
    Type Description
    IEnumerable<TreeView>
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad