AX#

Search Results for

    Show / Hide Table of Contents

    Class OnlinerLInt

    Class providing access to the LINT type online variable.

    Inheritance
    object
    OnlinerBase
    OnlinerBase<long>
    OnlinerLInt
    WebApiLInt
    Implements
    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<long>
    IOnlineLInt
    IOnline<long>
    IShadowLInt
    IShadow<long>
    Inherited Members
    OnlinerBase<long>.validator
    OnlinerBase<long>.EditValueChange
    OnlinerBase<long>.ShadowValueChange
    OnlinerBase<long>.Validator
    OnlinerBase<long>.SetLastValue
    OnlinerBase<long>.CyclicToWrite
    OnlinerBase<long>.Cyclic
    OnlinerBase<long>.GetCyclic(CultureInfo)
    OnlinerBase<long>.Edit
    OnlinerBase<long>.Shadow
    OnlinerBase<long>.Raw
    OnlinerBase<long>.AttributeUnits
    OnlinerBase<long>.AttributeToolTip
    OnlinerBase<long>.GetAttributeToolTip(CultureInfo)
    OnlinerBase<long>.VariableInfo
    OnlinerBase<long>.ReadFromPlcIsRequested
    OnlinerBase<long>.AttributeMaximum
    OnlinerBase<long>.AttributeMinimum
    OnlinerBase<long>.LastValue
    OnlinerBase<long>.IsSubscribed
    OnlinerBase<long>.UpdateRead(long)
    OnlinerBase<long>.GetLastAvailableValue()
    OnlinerBase<long>.InitializeDefaults()
    OnlinerBase<long>.GetAsync()
    OnlinerBase<long>.GetAsync(CultureInfo)
    OnlinerBase<long>.SetAsync(long)
    OnlinerBase<long>.ShadowValueChangeEvent
    OnlinerBase<long>.HasWriteAccess()
    OnlinerBase<long>.ReadFromItem()
    OnlinerBase<long>.WriteItem()
    OnlinerBase<long>.GetDeclaringAssembly()
    OnlinerBase<long>.FromOnlineToShadow()
    OnlinerBase<long>.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 OnlinerLInt : OnlinerBase<long>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<long>, IOnlineLInt, IOnline<long>, IShadowLInt, IShadow<long>

    Constructors

    | Edit this page View Source

    OnlinerLInt()

    Initializes a new instance of the OnlinerLInt class.

    Declaration
    public OnlinerLInt()
    | Edit this page View Source

    OnlinerLInt(ITwinObject, string, string)

    Initializes a new instance of the OnlinerLInt class.

    Declaration
    public OnlinerLInt(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 OnlinerLInt.

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

    MinValue

    Gets the min value of OnlinerLInt.

    Declaration
    public static readonly long MinValue
    Field Value
    Type Description
    long

    Properties

    | Edit this page View Source

    InstanceMaxValue

    Gets the max value for this instance.

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

    InstanceMinValue

    Gets the min value for this instance.

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

    Implements

    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<T>
    IOnlineLInt
    IOnline<T>
    IShadowLInt
    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