Search Results for

    Show / Hide Table of Contents

    Class NodeConfiguration

    Inheritance
    System.Object
    NodeConfiguration
    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.Configuration
    Assembly: Simplic.Flow.Configuration.dll
    Syntax
    public class NodeConfiguration

    Properties

    | Improve this Doc View Source

    ClassName

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

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Id

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

    IsStartEvent

    Declaration
    public bool IsStartEvent { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NodeType

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

    Pins

    Declaration
    public List<NodePinConfiguration> Pins { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<NodePinConfiguration>
    | Improve this Doc View Source

    PositionX

    Declaration
    public double PositionX { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    PositionY

    Declaration
    public double PositionY { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    UserNotes

    Gets or sets the user notes.

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

    Width

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