AX#

Search Results for

    Show / Hide Table of Contents

    Class WebApiConnectorFactory

    Provides abstraction for creation of Connector and value types (tags) for twin connector.

    Inheritance
    object
    ConnectorFactory
    WebApiConnectorFactory
    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.S71500.WebApi
    Assembly: AXSharp.Connector.S71500.WebAPI.dll
    Syntax
    public class WebApiConnectorFactory : ConnectorFactory

    Methods

    | Edit this page View Source

    CreateBOOL(ITwinObject, string, string)

    Creates bool tag of a 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 tag of a 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 char tag of a 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 new instance of connector.

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

    Connector parameters

    Returns
    Type Description
    Connector
    Overrides
    ConnectorFactory.CreateConnector(object[])
    Remarks

    This class is typically used by the 'ixc' to create value types (tags) for given connector.

    | Edit this page View Source

    CreateDATE(ITwinObject, string, string)

    Creates DateTime tag of a 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 tag of a value type DT, DATE_TIME;

    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 tag of a 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 tag of a 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 tag of a 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 tag of a 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 TimeSpan tag of a 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 tag of a 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 tag of a 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 tag of a 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 tag of a 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 tag of a value type DWORD;

    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 tag of a 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 tag of a 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 tag of a 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 tag of a 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 tag of a value type TOD (Time of day);

    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 tag of a 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 tag of a 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 tag of a 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 tag of a 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 char tag of a 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 tag of a 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 tag of a 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