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