Search Results for

    Show / Hide Table of Contents

    Class NodeScope<T>

    Inheritance
    System.Object
    NodeScope<T>
    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
    Assembly: Simplic.Flow.dll
    Syntax
    public class NodeScope<T>
        where T : BaseNode
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Node

    Declaration
    public T Node { get; set; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    NodeId

    Declaration
    public Guid NodeId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Scope

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