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