Class PlainTcoState
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
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 PlainTcoState : PlainTcoStateBase, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoState()
Declaration
public PlainTcoState()
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoState)
Declaration
public void CopyCyclicToPlain(ITcoState source)
Parameters
Type | Name | Description |
---|---|---|
ITcoState | source |
CopyCyclicToPlain(TcoState)
Declaration
public void CopyCyclicToPlain(TcoState source)
Parameters
Type | Name | Description |
---|---|---|
TcoState | source |
CopyPlainToCyclic(ITcoState)
Declaration
public void CopyPlainToCyclic(ITcoState target)
Parameters
Type | Name | Description |
---|---|---|
ITcoState | target |
CopyPlainToCyclic(TcoState)
Declaration
public void CopyPlainToCyclic(TcoState target)
Parameters
Type | Name | Description |
---|---|---|
TcoState | target |
CopyPlainToShadow(IShadowTcoState)
Declaration
public void CopyPlainToShadow(IShadowTcoState target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoState | target |
CopyPlainToShadow(TcoState)
Declaration
public void CopyPlainToShadow(TcoState target)
Parameters
Type | Name | Description |
---|---|---|
TcoState | target |
CopyShadowToPlain(IShadowTcoState)
Declaration
public void CopyShadowToPlain(IShadowTcoState source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoState | source |
CopyShadowToPlain(TcoState)
Declaration
public void CopyShadowToPlain(TcoState source)
Parameters
Type | Name | Description |
---|---|---|
TcoState | 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