Interface IShadowTcoContext
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoContext : IVortexShadowObject
Properties
|
Improve this Doc
View Source
_endCycleCount
Declaration
[ReadOnly]
IShadowULInt _endCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
_Identity
Declaration
[RenderIgnore]
[ReadOnly]
IShadowULInt _Identity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
_logger
Declaration
[RenderIgnore]
IShadowTcoLogger _logger { get; }
Property Value
|
Improve this Doc
View Source
_messagingLevel
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
IShadowInt _messagingLevel { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_rtc
Declaration
[ReadOnly]
IShadowTcoRtc _rtc { get; }
Property Value
|
Improve this Doc
View Source
_settings
Declaration
[RenderIgnore]
IShadowTcoContextEnvironment _settings { get; }
Property Value
|
Improve this Doc
View Source
_startCycleCount
Declaration
[ReadOnly]
IShadowULInt _startCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
_timeSychnMessenger
Declaration
IShadowTcoMessenger _timeSychnMessenger { get; }
Property Value
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoContext)
Declaration
void CopyPlainToShadow(PlainTcoContext source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoContext CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()