Class OnlinerBool
Class providing access to the BOOL type online variable.
Implements
Inherited Members
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 SourceOnlinerBool()
Creates new instance of OnlinerBool class.
Declaration
public OnlinerBool()
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 SourceInstanceMaxValue
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
| Edit this page View SourceInstanceMinValue
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 |