Search Results for

    Show / Hide Table of Contents

    Class DataConnector

    Data Connector type

    Inheritance
    System.Object
    BaseConnector
    DataConnector
    Inherited Members
    BaseConnector.OnMouseEnter(MouseEventArgs)
    BaseConnector.Text
    BaseConnector.ConnectorDirection
    BaseConnector.Connection
    Namespace: Simplic.Flow.Editor.UI
    Assembly: Simplic.Flow.Editor.UI.dll
    Syntax
    public class DataConnector : BaseConnector

    Constructors

    | Improve this Doc View Source

    DataConnector(String, String, ConnectorDirection, Type, Boolean, String)

    Constructor

    Declaration
    public DataConnector(string name, string text, ConnectorDirection connectorDirection, Type connectorDataType, bool isGeneric, string allowedTypes)
    Parameters
    Type Name Description
    System.String name

    Connector name

    System.String text

    Connector display name

    ConnectorDirection connectorDirection

    Connector direction

    System.Type connectorDataType

    Connector data type

    System.Boolean isGeneric

    Is a generic type ?

    System.String allowedTypes

    if a generic type, this limits the types

    Properties

    | Improve this Doc View Source

    AllowedTypes

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

    ConnectorDataType

    Gets or sets the connector data type

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

    IsGeneric

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