Interface IShadowF_AnyToUnionValue
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowF_AnyToUnionValue : IVortexShadowObject
Properties
|
Improve this Doc
View Source
_bool
Declaration
IShadowBool _bool { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_byte
Declaration
IShadowByte _byte { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowByte |
|
|
Improve this Doc
View Source
_date
Declaration
IShadowDate _date { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDate |
|
|
Improve this Doc
View Source
_dateandtime
Declaration
IShadowDateTime _dateandtime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDateTime |
|
|
Improve this Doc
View Source
_dint
Declaration
IShadowDInt _dint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDInt |
|
|
Improve this Doc
View Source
_dword
Declaration
IShadowDWord _dword { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDWord |
|
|
Improve this Doc
View Source
_int
Declaration
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_lint
Declaration
IShadowLInt _lint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLInt |
|
|
Improve this Doc
View Source
_lreal
Declaration
IShadowLReal _lreal { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
_ltime
Declaration
IShadowLTime _ltime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLTime |
|
|
Improve this Doc
View Source
_lword
Declaration
IShadowLWord _lword { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLWord |
|
|
Improve this Doc
View Source
_real
Declaration
IShadowReal _real { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowReal |
|
|
Improve this Doc
View Source
_sint
Declaration
IShadowSInt _sint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowSInt |
|
|
Improve this Doc
View Source
_string
Declaration
IShadowString _string { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
_time
Declaration
IShadowTime _time { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowTime |
|
|
Improve this Doc
View Source
_timeofday
Declaration
IShadowTimeOfDay _timeofday { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowTimeOfDay |
|
|
Improve this Doc
View Source
_udint
Declaration
IShadowUDInt _udint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUDInt |
|
|
Improve this Doc
View Source
_uint
Declaration
IShadowUInt _uint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUInt |
|
|
Improve this Doc
View Source
_ulint
Declaration
IShadowULInt _ulint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
_usint
Declaration
IShadowUSInt _usint { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUSInt |
|
|
Improve this Doc
View Source
_word
Declaration
IShadowWord _word { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowWord |
|
|
Improve this Doc
View Source
_wstring
Declaration
IShadowWString _wstring { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowWString |
|
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainF_AnyToUnionValue)
Declaration
void CopyPlainToShadow(PlainF_AnyToUnionValue source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainF_AnyToUnionValue CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()