Class OnlinerBit
Class providing access to the BIT type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.Boolean>
IOnline<System.Boolean>
IShadow<System.Boolean>
Inherited Members
Namespace: Vortex.Connector.ValueTypes
Assembly: Vortex.Connector.dll
Syntax
public class OnlinerBit : OnlinerBaseType<bool>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<bool>, IOnlineBit, IOnline<bool>, IShadowBit, IShadow<bool>
Constructors
OnlinerBit()
Creates new instance of OnlinerBool class.
Declaration
public OnlinerBit()
OnlinerBit(IVortexObject, String, String)
Initializes a new instance of the OnlinerBool class.
Declaration
public OnlinerBit(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortexObject | parent | Parent object of this instance. |
System.String | readableTail | Human readable tail of this instance. |
System.String | symbolTail | Symbol tail of this instance. |
Properties
InstanceMaxValue
Used to satisfy OnlinerBaseType requirements. In case of bool value InstanceMaxValue does not have effect.
Declaration
public override bool InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Boolean>.InstanceMaxValue
InstanceMinValue
Used to satisfy OnlinerBaseType requirements. In case of bool value InstanceMinValue does not have effect.
Declaration
public override bool InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Boolean>.InstanceMinValue
Implements
System.ComponentModel.INotifyPropertyChanged