Search Results for

    Show / Hide Table of Contents

    Class JsonNodeDefinition

    Inheritance
    System.Object
    JsonNodeDefinition
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Flow.NodeGenerator
    Assembly: Simplic.Flow.NodeGenerator.dll
    Syntax
    public class JsonNodeDefinition

    Properties

    | Improve this Doc View Source

    Category

    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InDataPins

    Declaration
    public IList<DataPinDefinition> InDataPins { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<DataPinDefinition>
    | Improve this Doc View Source

    InFlowPins

    Declaration
    public IList<FlowPinDefinition> InFlowPins { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<FlowPinDefinition>
    | Improve this Doc View Source

    MethodName

    Declaration
    public string MethodName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Namespace

    Declaration
    public string Namespace { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OutDataPins

    Declaration
    public IList<DataPinDefinition> OutDataPins { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<DataPinDefinition>
    | Improve this Doc View Source

    OutFlowPins

    Declaration
    public IList<FlowPinDefinition> OutFlowPins { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<FlowPinDefinition>
    | Improve this Doc View Source

    ToolTip

    Declaration
    public string ToolTip { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx