Class PlainTcoSequence
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoSequence
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 PlainTcoSequence : PlainTcoSequencerBase, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoSequence()
Declaration
public PlainTcoSequence()
Fields
| Improve this Doc View Source__openingClosingErrorMessenger
Declaration
PlainTcoMessenger __openingClosingErrorMessenger
Field Value
Type | Description |
---|---|
PlainTcoMessenger |
Properties
| Improve this Doc View Source_openingClosingErrorMessenger
Declaration
public PlainTcoMessenger _openingClosingErrorMessenger { get; set; }
Property Value
Type | Description |
---|---|
PlainTcoMessenger |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoSequence)
Declaration
public void CopyCyclicToPlain(ITcoSequence source)
Parameters
Type | Name | Description |
---|---|---|
ITcoSequence | source |
CopyCyclicToPlain(TcoSequence)
Declaration
public void CopyCyclicToPlain(TcoSequence source)
Parameters
Type | Name | Description |
---|---|---|
TcoSequence | source |
CopyPlainToCyclic(ITcoSequence)
Declaration
public void CopyPlainToCyclic(ITcoSequence target)
Parameters
Type | Name | Description |
---|---|---|
ITcoSequence | target |
CopyPlainToCyclic(TcoSequence)
Declaration
public void CopyPlainToCyclic(TcoSequence target)
Parameters
Type | Name | Description |
---|---|---|
TcoSequence | target |
CopyPlainToShadow(IShadowTcoSequence)
Declaration
public void CopyPlainToShadow(IShadowTcoSequence target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoSequence | target |
CopyPlainToShadow(TcoSequence)
Declaration
public void CopyPlainToShadow(TcoSequence target)
Parameters
Type | Name | Description |
---|---|---|
TcoSequence | target |
CopyShadowToPlain(IShadowTcoSequence)
Declaration
public void CopyShadowToPlain(IShadowTcoSequence source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoSequence | source |
CopyShadowToPlain(TcoSequence)
Declaration
public void CopyShadowToPlain(TcoSequence source)
Parameters
Type | Name | Description |
---|---|---|
TcoSequence | 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