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