Class PlainRtcPrg
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainRtcPrg
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 PlainRtcPrg : INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainRtcPrg()
Declaration
public PlainRtcPrg()
Methods
| Improve this Doc View SourceCopyCyclicToPlain(IRtcPrg)
Declaration
public void CopyCyclicToPlain(IRtcPrg source)
Parameters
| Type | Name | Description |
|---|---|---|
| IRtcPrg | source |
CopyCyclicToPlain(RtcPrg)
Declaration
public void CopyCyclicToPlain(RtcPrg source)
Parameters
| Type | Name | Description |
|---|---|---|
| RtcPrg | source |
CopyPlainToCyclic(IRtcPrg)
Declaration
public void CopyPlainToCyclic(IRtcPrg target)
Parameters
| Type | Name | Description |
|---|---|---|
| IRtcPrg | target |
CopyPlainToCyclic(RtcPrg)
Declaration
public void CopyPlainToCyclic(RtcPrg target)
Parameters
| Type | Name | Description |
|---|---|---|
| RtcPrg | target |
CopyPlainToShadow(IShadowRtcPrg)
Declaration
public void CopyPlainToShadow(IShadowRtcPrg target)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowRtcPrg | target |
CopyPlainToShadow(RtcPrg)
Declaration
public void CopyPlainToShadow(RtcPrg target)
Parameters
| Type | Name | Description |
|---|---|---|
| RtcPrg | target |
CopyShadowToPlain(IShadowRtcPrg)
Declaration
public void CopyShadowToPlain(IShadowRtcPrg source)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowRtcPrg | source |
CopyShadowToPlain(RtcPrg)
Declaration
public void CopyShadowToPlain(RtcPrg source)
Parameters
| Type | Name | Description |
|---|---|---|
| RtcPrg | 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