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