Class PlainTcoContext
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoContext
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoCoreConnector.dll
Syntax
public class PlainTcoContext : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoContext()
Declaration
Fields
|
Improve this Doc
View Source
__endCycleCount
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__Identity
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__logger
Declaration
Field Value
|
Improve this Doc
View Source
__messagingLevel
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__rtc
Declaration
Field Value
|
Improve this Doc
View Source
__settings
Declaration
PlainTcoContextEnvironment __settings
Field Value
|
Improve this Doc
View Source
__startCycleCount
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__timeSychnMessenger
Declaration
PlainTcoMessenger __timeSychnMessenger
Field Value
Properties
|
Improve this Doc
View Source
_endCycleCount
Declaration
public ulong _endCycleCount { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_Identity
Declaration
public ulong _Identity { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_logger
Declaration
public PlainTcoLogger _logger { get; set; }
Property Value
|
Improve this Doc
View Source
_messagingLevel
Declaration
public short _messagingLevel { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_rtc
Declaration
public PlainTcoRtc _rtc { get; set; }
Property Value
|
Improve this Doc
View Source
_settings
Declaration
public PlainTcoContextEnvironment _settings { get; set; }
Property Value
|
Improve this Doc
View Source
_startCycleCount
Declaration
public ulong _startCycleCount { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_timeSychnMessenger
Declaration
public PlainTcoMessenger _timeSychnMessenger { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoContext)
Declaration
public void CopyCyclicToPlain(ITcoContext source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoContext)
Declaration
public void CopyCyclicToPlain(TcoContext source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoContext)
Declaration
public void CopyPlainToCyclic(ITcoContext target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoContext)
Declaration
public void CopyPlainToCyclic(TcoContext target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoContext)
Declaration
public void CopyPlainToShadow(IShadowTcoContext target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoContext)
Declaration
public void CopyPlainToShadow(TcoContext target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoContext)
Declaration
public void CopyShadowToPlain(IShadowTcoContext source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoContext)
Declaration
public void CopyShadowToPlain(TcoContext source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain