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