Interface ITcoContext
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoContext : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_endCycleCount
Declaration
[ReadOnly]
IOnlineULInt _endCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
_Identity
Declaration
[RenderIgnore]
[ReadOnly]
IOnlineULInt _Identity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
_logger
Declaration
[RenderIgnore]
ITcoLogger _logger { get; }
Property Value
|
Improve this Doc
View Source
_messagingLevel
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
IOnlineInt _messagingLevel { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
_rtc
Declaration
[ReadOnly]
ITcoRtc _rtc { get; }
Property Value
|
Improve this Doc
View Source
_settings
Declaration
[RenderIgnore]
ITcoContextEnvironment _settings { get; }
Property Value
|
Improve this Doc
View Source
_startCycleCount
Declaration
[ReadOnly]
IOnlineULInt _startCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
_timeSychnMessenger
Declaration
ITcoMessenger _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
CreatePlainerType()
Declaration
PlainTcoContext CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoContext)
Declaration
void FlushOnlineToPlain(PlainTcoContext source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoContext)
Declaration
void FlushPlainToOnline(PlainTcoContext source)
Parameters