AX#

Search Results for

    Show / Hide Table of Contents

    Class OnlinerLDateTime

    Class providing access to the DATE_AND_TIME (DT) type online variable.

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

    Constructors

    | Edit this page View Source

    OnlinerLDateTime()

    Initializes a new instance of the OnlinerDateTime class.

    Declaration
    public OnlinerLDateTime()
    | Edit this page View Source

    OnlinerLDateTime(ITwinObject, string, string)

    Initializes a new instance of the OnlinerLDateTime class.

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

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

    MinValue

    Gets the min value of OnlinerDateTime.

    Declaration
    public static readonly DateTime MinValue
    Field Value
    Type Description
    DateTime

    Properties

    | Edit this page View Source

    InstanceMaxValue

    Gets the max value for this instance.

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

    InstanceMinValue

    Gets the min value for this instance.

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

    Implements

    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<T>
    IOnlineLDateTime
    IOnline<T>
    IShadowLDateTime
    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