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 Onliner
Declaration
public OnlinerTime()
OnlinerTime(IVortexObject, String, String)
Initializes a new instance of the Onliner
Declaration
public OnlinerTime(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortex |
parent | Parent object of this instance. |
System. |
readableTail | Human readable tail of this instance. |
System. |
symbolTail | Symbol tail of this instance. |
Fields
MaxValue
Gets the max value of Onliner
Declaration
public static readonly TimeSpan MaxValue
Field Value
Type | Description |
---|---|
System. |
MinValue
Gets the min value of Onliner
Declaration
public static readonly TimeSpan MinValue
Field Value
Type | Description |
---|---|
System. |
Properties
InstanceMaxValue
Gets the max value for this instance.
Declaration
public override TimeSpan InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
System. |
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. |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.TimeSpan>.InstanceMinValue
Implements
System.ComponentModel.INotifyPropertyChanged