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