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