AX#

Search Results for

    Show / Hide Table of Contents

    Class OnlinerULInt

    Class providing access to the ULINT type online variable.

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

    Constructors

    | Edit this page View Source

    OnlinerULInt()

    Initializes a new instance of the OnlinerULInt class.

    Declaration
    public OnlinerULInt()
    | Edit this page View Source

    OnlinerULInt(ITwinObject, string, string)

    Initializes a new instance of the OnlinerULInt class.

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

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

    MinValue

    Gets the min value of OnlinerULInt.

    Declaration
    public static readonly ulong MinValue
    Field Value
    Type Description
    ulong

    Properties

    | Edit this page View Source

    InstanceMaxValue

    Gets the max value for this instance.

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

    InstanceMinValue

    Gets the min value for this instance.

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

    Implements

    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<T>
    IOnlineULInt
    IOnline<T>
    IShadowULInt
    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