Class PlainTcoRtc
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoRtc
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()
Namespace: TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public class PlainTcoRtc : INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoRtc()
Declaration
public PlainTcoRtc()
Fields
| Improve this Doc View Source__LocalTimeDT
Declaration
DateTime __LocalTimeDT
Field Value
Type | Description |
---|---|
System.DateTime |
__UTCTimeDT
Declaration
DateTime __UTCTimeDT
Field Value
Type | Description |
---|---|
System.DateTime |
Properties
| Improve this Doc View Source_LocalTimeDT
Declaration
public DateTime _LocalTimeDT { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
_UTCTimeDT
Declaration
public DateTime _UTCTimeDT { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoRtc)
Declaration
public void CopyCyclicToPlain(ITcoRtc source)
Parameters
Type | Name | Description |
---|---|---|
ITcoRtc | source |
CopyCyclicToPlain(TcoRtc)
Declaration
public void CopyCyclicToPlain(TcoRtc source)
Parameters
Type | Name | Description |
---|---|---|
TcoRtc | source |
CopyPlainToCyclic(ITcoRtc)
Declaration
public void CopyPlainToCyclic(ITcoRtc target)
Parameters
Type | Name | Description |
---|---|---|
ITcoRtc | target |
CopyPlainToCyclic(TcoRtc)
Declaration
public void CopyPlainToCyclic(TcoRtc target)
Parameters
Type | Name | Description |
---|---|---|
TcoRtc | target |
CopyPlainToShadow(IShadowTcoRtc)
Declaration
public void CopyPlainToShadow(IShadowTcoRtc target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoRtc | target |
CopyPlainToShadow(TcoRtc)
Declaration
public void CopyPlainToShadow(TcoRtc target)
Parameters
Type | Name | Description |
---|---|---|
TcoRtc | target |
CopyShadowToPlain(IShadowTcoRtc)
Declaration
public void CopyShadowToPlain(IShadowTcoRtc source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoRtc | source |
CopyShadowToPlain(TcoRtc)
Declaration
public void CopyShadowToPlain(TcoRtc source)
Parameters
Type | Name | Description |
---|---|---|
TcoRtc | source |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain