AX#

Search Results for

    Show / Hide Table of Contents

    Class DummyConnectorFactory

    Dummy connector factory class. Serves as offline connector with no connection to a controller.

    Inheritance
    object
    ConnectorFactory
    DummyConnectorFactory
    Inherited Members
    ConnectorFactory.CreateBOOL()
    ConnectorFactory.CreateBYTE()
    ConnectorFactory.CreateWORD()
    ConnectorFactory.CreateDWORD()
    ConnectorFactory.CreateLWORD()
    ConnectorFactory.CreateSINT()
    ConnectorFactory.CreateUSINT()
    ConnectorFactory.CreateINT()
    ConnectorFactory.CreateUINT()
    ConnectorFactory.CreateDINT()
    ConnectorFactory.CreateUDINT()
    ConnectorFactory.CreateLINT()
    ConnectorFactory.CreateULINT()
    ConnectorFactory.CreateREAL()
    ConnectorFactory.CreateLREAL()
    ConnectorFactory.CreateSTRING()
    ConnectorFactory.CreateWSTRING()
    ConnectorFactory.CreateTIME()
    ConnectorFactory.CreateDATE_TIME()
    ConnectorFactory.CreateDATE()
    ConnectorFactory.CreateTIME_OF_DAY()
    ConnectorFactory.CreateLTIME()
    ConnectorFactory.CreateWCHAR()
    ConnectorFactory.CreateCHAR()
    ConnectorFactory.CreateLDATE()
    ConnectorFactory.CreateLDATE_AND_TIME()
    ConnectorFactory.CreateLTIME_OF_DAY()
    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 DummyConnectorFactory : ConnectorFactory

    Methods

    | Edit this page View Source

    CreateBOOL(ITwinObject, string, string)

    Creates bool dummy tag of PLC value type BOOL

    Declaration
    public override OnlinerBool CreateBOOL(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerBool

    New instance of OnlinerBool

    Overrides
    ConnectorFactory.CreateBOOL(ITwinObject, string, string)
    | Edit this page View Source

    CreateBYTE(ITwinObject, string, string)

    Creates byte dummy tag of PLC value type BYTE

    Declaration
    public override OnlinerByte CreateBYTE(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerByte

    New instance of OnlinerByte

    Overrides
    ConnectorFactory.CreateBYTE(ITwinObject, string, string)
    | Edit this page View Source

    CreateCHAR(ITwinObject, string, string)

    Creates string dummy tag of PLC value type CHAR

    Declaration
    public override OnlinerChar CreateCHAR(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerChar

    New instance of OnlinerChar

    Overrides
    ConnectorFactory.CreateCHAR(ITwinObject, string, string)
    | Edit this page View Source

    CreateConnector(object[])

    Creates dummy connector.

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

    Connection parameters.

    Returns
    Type Description
    Connector
    Overrides
    ConnectorFactory.CreateConnector(object[])
    | Edit this page View Source

    CreateDATE(ITwinObject, string, string)

    Creates DateTime dummy tag of PLC value type DATE

    Declaration
    public override OnlinerDate CreateDATE(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerDate

    New instance of OnlinerDate

    Overrides
    ConnectorFactory.CreateDATE(ITwinObject, string, string)
    | Edit this page View Source

    CreateDATE_AND_TIME(ITwinObject, string, string)

    Creates DateTime dummy tag of PLC value type DATE_AND_TIME (DT)

    Declaration
    public override OnlinerDateTime CreateDATE_AND_TIME(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerDateTime

    New instance of OnlinerDateTime

    Overrides
    ConnectorFactory.CreateDATE_AND_TIME(ITwinObject, string, string)
    | Edit this page View Source

    CreateDINT(ITwinObject, string, string)

    Creates int dummy tag of PLC value type DINT

    Declaration
    public override OnlinerDInt CreateDINT(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerDInt

    New instance of OnlinerDInt

    Overrides
    ConnectorFactory.CreateDINT(ITwinObject, string, string)
    | Edit this page View Source

    CreateDWORD(ITwinObject, string, string)

    Creates uint dummy tag of PLC value type DWORD

    Declaration
    public override OnlinerDWord CreateDWORD(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerDWord

    New instance of OnlinerDWord

    Overrides
    ConnectorFactory.CreateDWORD(ITwinObject, string, string)
    | Edit this page View Source

    CreateINT(ITwinObject, string, string)

    Creates short dummy tag of PLC value type INT

    Declaration
    public override OnlinerInt CreateINT(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerInt

    New instance of OnlinerInt

    Overrides
    ConnectorFactory.CreateINT(ITwinObject, string, string)
    | Edit this page View Source

    CreateLDATE(ITwinObject, string, string)

    Creates DateOnly dummy tag of PLC value type LDATE

    Declaration
    public override OnlinerDate CreateLDATE(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerDate

    New instance of OnlinerDate

    Overrides
    ConnectorFactory.CreateLDATE(ITwinObject, string, string)
    | Edit this page View Source

    CreateLDATE_AND_TIME(ITwinObject, string, string)

    Creates DateTime dummy tag of PLC value type LDATE_AND_TIME

    Declaration
    public override OnlinerLDateTime CreateLDATE_AND_TIME(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerLDateTime

    New instance of OnlinerLDateTime

    Overrides
    ConnectorFactory.CreateLDATE_AND_TIME(ITwinObject, string, string)
    | Edit this page View Source

    CreateLINT(ITwinObject, string, string)

    Creates long dummy tag of PLC value type LINT

    Declaration
    public override OnlinerLInt CreateLINT(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerLInt

    New instance of OnlinerLInt

    Overrides
    ConnectorFactory.CreateLINT(ITwinObject, string, string)
    | Edit this page View Source

    CreateLREAL(ITwinObject, string, string)

    Creates double dummy tag of PLC value type LREAL

    Declaration
    public override OnlinerLReal CreateLREAL(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerLReal

    New instance of OnlinerLReal

    Overrides
    ConnectorFactory.CreateLREAL(ITwinObject, string, string)
    | Edit this page View Source

    CreateLTIME(ITwinObject, string, string)

    Creates TimeSpan dummy tag of PLC value type LTIME

    Declaration
    public override OnlinerLTime CreateLTIME(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerLTime

    New instance of OnlinerLTime

    Overrides
    ConnectorFactory.CreateLTIME(ITwinObject, string, string)
    | Edit this page View Source

    CreateLTIME_OF_DAY(ITwinObject, string, string)

    Creates TimeSpan dummy tag of PLC value type LTIME_OF_DAY

    Declaration
    public override OnlinerLTimeOfDay CreateLTIME_OF_DAY(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerLTimeOfDay

    New instance of OnlinerLTimeOfDay

    Overrides
    ConnectorFactory.CreateLTIME_OF_DAY(ITwinObject, string, string)
    | Edit this page View Source

    CreateLWORD(ITwinObject, string, string)

    Creates ulong dummy tag of PLC value type LWORD

    Declaration
    public override OnlinerLWord CreateLWORD(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerLWord

    New instance of OnlinerLWord

    Overrides
    ConnectorFactory.CreateLWORD(ITwinObject, string, string)
    | Edit this page View Source

    CreateREAL(ITwinObject, string, string)

    Creates float dummy tag of PLC value type REAL

    Declaration
    public override OnlinerReal CreateREAL(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerReal

    New instance of OnlinerReal

    Overrides
    ConnectorFactory.CreateREAL(ITwinObject, string, string)
    | Edit this page View Source

    CreateSINT(ITwinObject, string, string)

    Creates sbyte dummy tag of PLC value type SINT

    Declaration
    public override OnlinerSInt CreateSINT(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerSInt

    New instance of OnlinerSInt

    Overrides
    ConnectorFactory.CreateSINT(ITwinObject, string, string)
    | Edit this page View Source

    CreateSTRING(ITwinObject, string, string)

    Creates string dummy tag of PLC value type STRING

    Declaration
    public override OnlinerString CreateSTRING(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerString

    New instance of OnlinerString

    Overrides
    ConnectorFactory.CreateSTRING(ITwinObject, string, string)
    | Edit this page View Source

    CreateTIME(ITwinObject, string, string)

    Creates TimeSpan dummy tag of PLC value type TIME

    Declaration
    public override OnlinerTime CreateTIME(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerTime

    New instance of OnlinerTime

    Overrides
    ConnectorFactory.CreateTIME(ITwinObject, string, string)
    | Edit this page View Source

    CreateTIME_OF_DAY(ITwinObject, string, string)

    Creates TimeSpan dummy tag of PLC value type TIME_OF_DAY (TOD)

    Declaration
    public override OnlinerTimeOfDay CreateTIME_OF_DAY(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerTimeOfDay

    New instance of OnlinerTimeOfDay

    Overrides
    ConnectorFactory.CreateTIME_OF_DAY(ITwinObject, string, string)
    | Edit this page View Source

    CreateUDINT(ITwinObject, string, string)

    Creates uint dummy tag of PLC value type UDINT

    Declaration
    public override OnlinerUDInt CreateUDINT(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerUDInt

    New instance of OnlinerUDInt

    Overrides
    ConnectorFactory.CreateUDINT(ITwinObject, string, string)
    | Edit this page View Source

    CreateUINT(ITwinObject, string, string)

    Creates ushort dummy tag of PLC value type UINT

    Declaration
    public override OnlinerUInt CreateUINT(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerUInt

    New instance of OnlinerUInt

    Overrides
    ConnectorFactory.CreateUINT(ITwinObject, string, string)
    | Edit this page View Source

    CreateULINT(ITwinObject, string, string)

    Creates ulong dummy tag of PLC value type ULINT

    Declaration
    public override OnlinerULInt CreateULINT(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerULInt

    New instance of OnlinerULInt

    Overrides
    ConnectorFactory.CreateULINT(ITwinObject, string, string)
    | Edit this page View Source

    CreateUSINT(ITwinObject, string, string)

    Creates byte dummy tag of PLC value type USINT

    Declaration
    public override OnlinerUSInt CreateUSINT(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerUSInt

    New instance of OnlinerUSInt

    Overrides
    ConnectorFactory.CreateUSINT(ITwinObject, string, string)
    | Edit this page View Source

    CreateWCHAR(ITwinObject, string, string)

    Creates string dummy tag of PLC value type WCHAR

    Declaration
    public override OnlinerWChar CreateWCHAR(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerWChar

    New instance of OnlinerWChar

    Overrides
    ConnectorFactory.CreateWCHAR(ITwinObject, string, string)
    | Edit this page View Source

    CreateWORD(ITwinObject, string, string)

    Creates ushort dummy tag of PLC value type WORD

    Declaration
    public override OnlinerWord CreateWORD(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerWord

    New instance of OnlinerWord

    Overrides
    ConnectorFactory.CreateWORD(ITwinObject, string, string)
    | Edit this page View Source

    CreateWSTRING(ITwinObject, string, string)

    Creates string dummy tag of PLC value type WSTRING

    Declaration
    public override OnlinerWString CreateWSTRING(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of ITwinObject type.

    string readableTail

    Human readable tail of this value tag.

    string symbolTail

    Symbol tail of this value tag.

    Returns
    Type Description
    OnlinerWString

    New instance of OnlinerWString

    Overrides
    ConnectorFactory.CreateWSTRING(ITwinObject, string, string)
    • 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