AX#

Search Results for

    Show / Hide Table of Contents

    Class OnlinerBool

    Class providing access to the BOOL type online variable.

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

    Constructors

    | Edit this page View Source

    OnlinerBool()

    Creates new instance of OnlinerBool class.

    Declaration
    public OnlinerBool()
    | Edit this page View Source

    OnlinerBool(ITwinObject, string, string)

    Initializes a new instance of the OnlinerBool class.

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

    Properties

    | Edit this page View Source

    InstanceMaxValue

    Used to satisfy OnlinerBase requirements. In case of bool value InstanceMaxValue does not have effect.

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

    InstanceMinValue

    Used to satisfy OnlinerBase requirements. In case of bool value InstanceMinValue does not have effect.

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

    Implements

    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<T>
    IOnlineBool
    IOnline<T>
    IShadowBool
    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