Search Results for

    Show / Hide Table of Contents

    Class ConnectorViewModel

    Inheritance
    System.Object
    ConnectorViewModel
    DataConnectorViewModel
    FlowConnectorViewModel
    Namespace: Simplic.Flow.Editor.UI
    Assembly: Simplic.Flow.Editor.UI.dll
    Syntax
    public abstract class ConnectorViewModel : UI.MVC.ViewModelBase

    Properties

    | Improve this Doc View Source

    DisplayName

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

    IsConnected

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

    Name

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

    PinDirection

    Declaration
    public abstract PinDirectionDefinition PinDirection { get; set; }
    Property Value
    Type Description
    PinDirectionDefinition

    Methods

    | Improve this Doc View Source

    CanConnect()

    Declaration
    public abstract bool CanConnect()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CanConnectTo(ConnectorViewModel)

    Declaration
    public abstract bool CanConnectTo(ConnectorViewModel targetConnectorViewModel)
    Parameters
    Type Name Description
    ConnectorViewModel targetConnectorViewModel
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx