AX#

Search Results for

    Show / Hide Table of Contents

    Class OnlinerDInt

    Class providing access to the DINT type online variable.

    Inheritance
    object
    OnlinerBase
    OnlinerBase<int>
    OnlinerDInt
    WebApiDInt
    Implements
    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<int>
    IOnlineDInt
    IOnline<int>
    IShadowDInt
    IShadow<int>
    Inherited Members
    OnlinerBase<int>.validator
    OnlinerBase<int>.EditValueChange
    OnlinerBase<int>.ShadowValueChange
    OnlinerBase<int>.Validator
    OnlinerBase<int>.SetLastValue
    OnlinerBase<int>.CyclicToWrite
    OnlinerBase<int>.Cyclic
    OnlinerBase<int>.GetCyclic(CultureInfo)
    OnlinerBase<int>.Edit
    OnlinerBase<int>.Shadow
    OnlinerBase<int>.Raw
    OnlinerBase<int>.AttributeUnits
    OnlinerBase<int>.AttributeToolTip
    OnlinerBase<int>.GetAttributeToolTip(CultureInfo)
    OnlinerBase<int>.VariableInfo
    OnlinerBase<int>.ReadFromPlcIsRequested
    OnlinerBase<int>.AttributeMaximum
    OnlinerBase<int>.AttributeMinimum
    OnlinerBase<int>.LastValue
    OnlinerBase<int>.IsSubscribed
    OnlinerBase<int>.UpdateRead(int)
    OnlinerBase<int>.GetLastAvailableValue()
    OnlinerBase<int>.InitializeDefaults()
    OnlinerBase<int>.GetAsync()
    OnlinerBase<int>.GetAsync(CultureInfo)
    OnlinerBase<int>.SetAsync(int)
    OnlinerBase<int>.ShadowValueChangeEvent
    OnlinerBase<int>.HasWriteAccess()
    OnlinerBase<int>.ReadFromItem()
    OnlinerBase<int>.WriteItem()
    OnlinerBase<int>.GetDeclaringAssembly()
    OnlinerBase<int>.FromOnlineToShadow()
    OnlinerBase<int>.FromShadowToOnline()
    OnlinerBase.PollingInterval
    OnlinerBase.AttributeFormatString
    OnlinerBase.SymbolTail
    OnlinerBase.Parent
    OnlinerBase.SubscribeForPeriodicReading()
    OnlinerBase.ReadWriteAccess
    OnlinerBase.MakeReadOnly()
    OnlinerBase.ReadOnce
    OnlinerBase.MakeReadOnce()
    OnlinerBase.GetSymbolTail()
    OnlinerBase.GetParent()
    OnlinerBase.Poll()
    OnlinerBase.Interpreter
    OnlinerBase.Subscribe(ValueChangedEventHandlerDelegate)
    OnlinerBase.Subscribe()
    OnlinerBase.UnSubscribe(ValueChangedEventHandlerDelegate)
    OnlinerBase.AccessStatus
    OnlinerBase.Symbol
    OnlinerBase.AttributeName
    OnlinerBase.GetAttributeName(CultureInfo)
    OnlinerBase.HumanReadable
    OnlinerBase.GetHumanReadable(CultureInfo)
    OnlinerBase.CreateSymbol(string, string)
    OnlinerBase.ValueChangeEvent
    OnlinerBase.GetValueChangeEventSubscribers()
    OnlinerBase.OnValueChangeEvent(object)
    OnlinerBase.PropertyChanged
    OnlinerBase.NotifyPropertyChanged(string)
    OnlinerBase.AddToPeriodicQueue()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AXSharp.Connector.ValueTypes
    Assembly: AXSharp.Connector.dll
    Syntax
    public class OnlinerDInt : OnlinerBase<int>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<int>, IOnlineDInt, IOnline<int>, IShadowDInt, IShadow<int>

    Constructors

    | Edit this page View Source

    OnlinerDInt()

    Initializes a new instance of the OnlinerDInt class.

    Declaration
    public OnlinerDInt()
    | Edit this page View Source

    OnlinerDInt(ITwinObject, string, string)

    Initializes a new instance of the OnlinerDInt class.

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

    Parent object of this instance.

    string readableTail

    Human readable tail of this instance.

    string symbolTail

    Symbol tail of this instance.

    Fields

    | Edit this page View Source

    MaxValue

    Gets the max value of OnlinerDInt.

    Declaration
    public static readonly int MaxValue
    Field Value
    Type Description
    int
    | Edit this page View Source

    MinValue

    Gets the min value of OnlinerDInt.

    Declaration
    public static readonly int MinValue
    Field Value
    Type Description
    int

    Properties

    | Edit this page View Source

    InstanceMaxValue

    Gets the max value for this instance.

    Declaration
    public override int InstanceMaxValue { get; }
    Property Value
    Type Description
    int
    Overrides
    OnlinerBase<int>.InstanceMaxValue
    | Edit this page View Source

    InstanceMinValue

    Gets the min value for this instance.

    Declaration
    public override int InstanceMinValue { get; }
    Property Value
    Type Description
    int
    Overrides
    OnlinerBase<int>.InstanceMinValue

    Implements

    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<T>
    IOnlineDInt
    IOnline<T>
    IShadowDInt
    IShadow<T>

    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)
    TwinPrimitiveExtensions.GetCyclicValue<T>(OnlinerBase)
    TwinPrimitiveExtensions.GetLastValue<T>(OnlinerBase)
    TwinPrimitiveExtensions.GetShadowValue<T>(OnlinerBase)
    TwinPrimitiveExtensions.SetCyclicValue<T>(OnlinerBase, T)
    TwinPrimitiveExtensions.SetShadowValue<T>(OnlinerBase, T)
    • 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