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