AX#

Search Results for

    Show / Hide Table of Contents

    Interface IShadow<T>

    Implementation contract for base types tags to access shadow values.

    Namespace: AXSharp.Connector.ValueTypes.Shadows
    Assembly: AXSharp.Connector.dll
    Syntax
    public interface IShadow<T>
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    AttributeName

    Gets or sets name of this tag.

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

    AttributeUnits

    Gets or sets units of this tag.

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

    Shadow

    Gets or sets shadow value of this tag.

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

    Symbol

    Gets symbol of this tag.

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

    Value

    Gets or set shadow value of this tag.

    Declaration
    T Value { get; set; }
    Property Value
    Type Description
    T

    Events

    | Edit this page View Source

    ValueChanged

    Raises when Shadow value changes.

    Declaration
    event ValueChangedEventHandlerDelegate ValueChanged
    Event Type
    Type Description
    ValueChangedEventHandlerDelegate
    • 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