Class OnlinerTime
Class providing access to the TIME 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 OnlinerTime : OnlinerBaseType<TimeSpan>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<TimeSpan>, IOnlineTime, IOnline<TimeSpan>, IShadowTime, IShadow<TimeSpan>
Constructors
OnlinerTime()
Initializes a new instance of the OnlinerTime class.
Declaration
public OnlinerTime()
OnlinerTime(IVortexObject, String, String)
Initializes a new instance of the OnlinerTime class.
Declaration
public OnlinerTime(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 OnlinerTime.
Declaration
public static readonly TimeSpan MaxValue
Field Value
Type | Description |
---|---|
System.TimeSpan |
MinValue
Gets the min value of OnlinerTime.
Declaration
public static readonly TimeSpan MinValue
Field 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
Implements
System.ComponentModel.INotifyPropertyChanged