Interface IF_AnyToUnionValue
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IF_AnyToUnionValue : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_bool
Declaration
IOnlineBool _bool { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_byte
Declaration
IOnlineByte _byte { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineByte |
|
|
Improve this Doc
View Source
_date
Declaration
IOnlineDate _date { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDate |
|
|
Improve this Doc
View Source
_dateandtime
Declaration
IOnlineDateTime _dateandtime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDateTime |
|
|
Improve this Doc
View Source
_dint
Declaration
IOnlineDInt _dint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDInt |
|
|
Improve this Doc
View Source
_dword
Declaration
IOnlineDWord _dword { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDWord |
|
|
Improve this Doc
View Source
_int
Declaration
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
_lint
Declaration
IOnlineLInt _lint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLInt |
|
|
Improve this Doc
View Source
_lreal
Declaration
IOnlineLReal _lreal { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
_ltime
Declaration
IOnlineLTime _ltime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLTime |
|
|
Improve this Doc
View Source
_lword
Declaration
IOnlineLWord _lword { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLWord |
|
|
Improve this Doc
View Source
_real
Declaration
IOnlineReal _real { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineReal |
|
|
Improve this Doc
View Source
_sint
Declaration
IOnlineSInt _sint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineSInt |
|
|
Improve this Doc
View Source
_string
Declaration
IOnlineString _string { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
_time
Declaration
IOnlineTime _time { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTime |
|
|
Improve this Doc
View Source
_timeofday
Declaration
IOnlineTimeOfDay _timeofday { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTimeOfDay |
|
|
Improve this Doc
View Source
_udint
Declaration
IOnlineUDInt _udint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUDInt |
|
|
Improve this Doc
View Source
_uint
Declaration
IOnlineUInt _uint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
|
Improve this Doc
View Source
_ulint
Declaration
IOnlineULInt _ulint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
_usint
Declaration
IOnlineUSInt _usint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUSInt |
|
|
Improve this Doc
View Source
_word
Declaration
IOnlineWord _word { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineWord |
|
|
Improve this Doc
View Source
_wstring
Declaration
IOnlineWString _wstring { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineWString |
|
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainF_AnyToUnionValue CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainF_AnyToUnionValue)
Declaration
void FlushOnlineToPlain(PlainF_AnyToUnionValue source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainF_AnyToUnionValue)
Declaration
void FlushPlainToOnline(PlainF_AnyToUnionValue source)
Parameters