AX#

Search Results for

    Show / Hide Table of Contents

    Class ConnectorAdapter

    Provides basic abstractions for twin connectors.

    Inheritance
    object
    ConnectorAdapter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AXSharp.Connector
    Assembly: AXSharp.Connector.dll
    Syntax
    public class ConnectorAdapter

    Constructors

    | Edit this page View Source

    ConnectorAdapter()

    Create new instance of empty ConnectorAdapter

    Declaration
    public ConnectorAdapter()
    | Edit this page View Source

    ConnectorAdapter(Type)

    Creates new instance of ConnectorAdapter for specific target controller type.

    Declaration
    public ConnectorAdapter(Type onlineConnectorFactoryType)
    Parameters
    Type Name Description
    Type onlineConnectorFactoryType

    Type of adapter

    Properties

    | Edit this page View Source

    AdapterFactory

    Get an instance of adapter stored in ConnectorFactory property.

    Declaration
    public ConnectorFactory AdapterFactory { get; }
    Property Value
    Type Description
    ConnectorFactory
    | Edit this page View Source

    ConnectorFactoryType

    Gets or sets ConnectorFactory type

    Declaration
    protected Type ConnectorFactoryType { get; set; }
    Property Value
    Type Description
    Type
    | Edit this page View Source

    Parameters

    Adapter's parameters.

    Declaration
    public object[] Parameters { get; set; }
    Property Value
    Type Description
    object[]

    Methods

    | Edit this page View Source

    GetConnector(object[])

    Creates new instance of ConnectorAdapter.

    Declaration
    public Connector GetConnector(object[] parameters)
    Parameters
    Type Name Description
    object[] parameters

    Connector parameters.

    Returns
    Type Description
    Connector
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors