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