Class OnlinerBool
Class providing access to the BOOL 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 OnlinerBool : OnlinerBaseType<bool>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<bool>, IOnlineBool, IOnline<bool>, IShadowBool, IShadow<bool>
Constructors
OnlinerBool()
Creates new instance of Onliner
Declaration
public OnlinerBool()
OnlinerBool(IVortexObject, String, String)
Initializes a new instance of the Onliner
Declaration
public OnlinerBool(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of this instance. |
System. |
readableTail | Human readable tail of this instance. |
System. |
symbolTail | Symbol tail of this instance. |
Properties
InstanceMaxValue
Used to satisfy Onliner
Declaration
public override bool InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Boolean>.InstanceMaxValue
InstanceMinValue
Used to satisfy Onliner
Declaration
public override bool InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Boolean>.InstanceMinValue
Implements
System.ComponentModel.INotifyPropertyChanged