Class OnlinerLInt
Class providing access to the LINT type online variable.
Implements
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class OnlinerLInt : OnlinerBase<long>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<long>, IOnlineLInt, IOnline<long>, IShadowLInt, IShadow<long>
Constructors
| Edit this page View SourceOnlinerLInt()
Initializes a new instance of the OnlinerLInt class.
Declaration
public OnlinerLInt()
OnlinerLInt(ITwinObject, string, string)
Initializes a new instance of the OnlinerLInt class.
Declaration
public OnlinerLInt(ITwinObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
ITwinObject | parent | Parent object of this instance. |
string | readableTail | Human readable tail of this instance. |
string | symbolTail | Symbol tail of this instance. |
Fields
| Edit this page View SourceMaxValue
Gets the max value of OnlinerLInt.
Declaration
public static readonly long MaxValue
Field Value
Type | Description |
---|---|
long |
MinValue
Gets the min value of OnlinerLInt.
Declaration
public static readonly long MinValue
Field Value
Type | Description |
---|---|
long |
Properties
| Edit this page View SourceInstanceMaxValue
Gets the max value for this instance.
Declaration
public override long InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
long |
Overrides
| Edit this page View SourceInstanceMinValue
Gets the min value for this instance.
Declaration
public override long InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
long |