Search Results for

    Show / Hide Table of Contents

    Class BaseConnector

    Base Connector

    Inheritance
    System.Object
    BaseConnector
    DataConnector
    FlowConnector
    Namespace: Simplic.Flow.Editor.UI
    Assembly: Simplic.Flow.Editor.UI.dll
    Syntax
    public abstract class BaseConnector : RadDiagramConnector

    Constructors

    | Improve this Doc View Source

    BaseConnector(String, String, ConnectorDirection)

    Constructor

    Declaration
    public BaseConnector(string name, string text, ConnectorDirection connectorDirection)
    Parameters
    Type Name Description
    System.String name

    Connector name

    System.String text

    Connector display name

    ConnectorDirection connectorDirection

    Connector direction

    Properties

    | Improve this Doc View Source

    Connection

    Gets or sets the connection variable

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

    ConnectorDirection

    Gets or sets the connector direction

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

    Text

    Gets or sets the text of the connector

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    OnMouseEnter(MouseEventArgs)

    Shows a cursor on mouse over

    Declaration
    protected override void OnMouseEnter(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    MouseEventArgs

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx