Class PlainTcoDataTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoDataTask
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: TcoData
Assembly: TcoDataConnector.dll
Syntax
public class PlainTcoDataTask : PlainTcoRemoteTask, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoDataTask()
Declaration
public PlainTcoDataTask()
Fields
| Improve this Doc View Source__identifier
Declaration
string __identifier
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
| Improve this Doc View Source_identifier
Declaration
public string _identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoDataTask)
Declaration
public void CopyCyclicToPlain(ITcoDataTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoDataTask | source |
CopyCyclicToPlain(TcoDataTask)
Declaration
public void CopyCyclicToPlain(TcoDataTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoDataTask | source |
CopyPlainToCyclic(ITcoDataTask)
Declaration
public void CopyPlainToCyclic(ITcoDataTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoDataTask | target |
CopyPlainToCyclic(TcoDataTask)
Declaration
public void CopyPlainToCyclic(TcoDataTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoDataTask | target |
CopyPlainToShadow(IShadowTcoDataTask)
Declaration
public void CopyPlainToShadow(IShadowTcoDataTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoDataTask | target |
CopyPlainToShadow(TcoDataTask)
Declaration
public void CopyPlainToShadow(TcoDataTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoDataTask | target |
CopyShadowToPlain(IShadowTcoDataTask)
Declaration
public void CopyShadowToPlain(IShadowTcoDataTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoDataTask | source |
CopyShadowToPlain(TcoDataTask)
Declaration
public void CopyShadowToPlain(TcoDataTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoDataTask | 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