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