Class OnlinerWord
Class providing access to the WORD type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.UInt16>
IOnline<System.UInt16>
IShadow<System.UInt16>
Inherited Members
Namespace: Vortex.Connector.ValueTypes
Assembly: Vortex.Connector.dll
Syntax
public class OnlinerWord : OnlinerBaseType<ushort>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<ushort>, IOnlineWord, IOnline<ushort>, IShadowWord, IShadow<ushort>
Constructors
OnlinerWord()
Initializes a new instance of the OnlinerWord class.
Declaration
public OnlinerWord()
OnlinerWord(IVortexObject, String, String)
Initializes a new instance of the OnlinerWord class.
Declaration
public OnlinerWord(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. |
Fields
MaxValue
Gets the max value of OnlinerWord.
Declaration
public static readonly ushort MaxValue
Field Value
Type | Description |
---|---|
System.UInt16 |
MinValue
Gets the min value of OnlinerWord.
Declaration
public static readonly ushort MinValue
Field Value
Type | Description |
---|---|
System.UInt16 |
Properties
InstanceMaxValue
Gets the max value for this instance.
Declaration
public override ushort InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.UInt16>.InstanceMaxValue
InstanceMinValue
Gets the min value for this instance.
Declaration
public override ushort InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.UInt16>.InstanceMinValue
Implements
System.ComponentModel.INotifyPropertyChanged