Class OnlinerWString
Class providing access to the WSTRING type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.String>
IOnline<System.String>
IShadow<System.String>
Inherited Members
Namespace: Vortex.Connector.ValueTypes
Assembly: Vortex.Connector.dll
Syntax
public class OnlinerWString : OnlinerBaseType<string>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<string>, IOnlineWString, IOnline<string>, IShadowWString, IShadow<string>
Constructors
OnlinerWString()
Initializes a new instance of the OnlinerWString class.
Declaration
public OnlinerWString()
OnlinerWString(IVortexObject, String, String)
Initializes a new instance of the OnlinerWString class.
Declaration
public OnlinerWString(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. |
Properties
Cyclic
Declaration
public override string Cyclic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.String>.Cyclic
InstanceMaxValue
Gets the max value for this instance.
Declaration
public override string InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.String>.InstanceMaxValue
InstanceMinValue
Gets the min value for this instance.
Declaration
public override string InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.String>.InstanceMinValue
Synchron
Declaration
public override string Synchron { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.String>.Synchron
Methods
GetSynchron()
Synchron value when overriden. When not overriden Cyclic value is returned.
Declaration
protected virtual string GetSynchron()
Returns
Type | Description |
---|---|
System.String |
SetSynchron(String)
Declaration
protected virtual void SetSynchron(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Implements
System.ComponentModel.INotifyPropertyChanged