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