AX#

Search Results for

    Show / Hide Table of Contents

    Interface ITwinElement

    Basic contract for any type that is product of building process.

    Namespace: AXSharp.Connector
    Assembly: AXSharp.Connector.dll
    Syntax
    public interface ITwinElement

    Properties

    | Edit this page View Source

    AttributeName

    Gets Name of this instance.

    Declaration
    string AttributeName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    HumanReadable

    Provides a string combined from AttributeName of ancestors (GetParent()) of this instance and the tail of this instance.

    Declaration
    string HumanReadable { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Interpreter

    Declaration
    Translator Interpreter { get; }
    Property Value
    Type Description
    Translator
    | Edit this page View Source

    Symbol

    Get symbol of this instance.

    Declaration
    string Symbol { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetAttributeName(CultureInfo)

    Declaration
    string GetAttributeName(CultureInfo culture)
    Parameters
    Type Name Description
    CultureInfo culture
    Returns
    Type Description
    string
    | Edit this page View Source

    GetHumanReadable(CultureInfo)

    Declaration
    string GetHumanReadable(CultureInfo culture)
    Parameters
    Type Name Description
    CultureInfo culture
    Returns
    Type Description
    string
    | Edit this page View Source

    GetParent()

    Gets the parent object of this instance. Parent object is the object that created this instance.

    Declaration
    ITwinObject GetParent()
    Returns
    Type Description
    ITwinObject

    Parent object.

    | Edit this page View Source

    GetSymbolTail()

    Get symbol tail of this instance.

    Declaration
    string GetSymbolTail()
    Returns
    Type Description
    string
    | Edit this page View Source

    Poll()

    Add this element for polling the in the next connector read cycle.

    Declaration
    void Poll()

    Extension Methods

    TranslatorExtension.Translate(ITwinElement, string, CultureInfo)
    TwinObjectExtensions.HasAttribute<T>(ITwinElement)
    TwinObjectExtensions.StartPolling(ITwinElement, int, object)
    TwinObjectExtensions.StopPolling(ITwinElement, object)
    TwinPrimitiveExtensions.GetAttribute<T>(ITwinElement)
    TwinPrimitiveExtensions.GetPropertyInfoViaSymbol(ITwinElement)
    • 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