Class PlainTcoDataExchange
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoDataExchange
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()
Assembly: TcoDataConnector.dll
Syntax
public class PlainTcoDataExchange : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoDataExchange()
Declaration
public PlainTcoDataExchange()
Fields
|
Improve this Doc
View Source
__createOrUpdateTask
Declaration
PlainTcoDataTask __createOrUpdateTask
Field Value
|
Improve this Doc
View Source
__createTask
Declaration
PlainTcoDataTask __createTask
Field Value
|
Improve this Doc
View Source
__deleteTask
Declaration
PlainTcoDataTask __deleteTask
Field Value
|
Improve this Doc
View Source
__idExistsTask
Declaration
PlainTcoExistsTask __idExistsTask
Field Value
|
Improve this Doc
View Source
__readTask
Declaration
PlainTcoDataTask __readTask
Field Value
|
Improve this Doc
View Source
__updateTask
Declaration
PlainTcoDataTask __updateTask
Field Value
Properties
|
Improve this Doc
View Source
_createOrUpdateTask
Declaration
public PlainTcoDataTask _createOrUpdateTask { get; set; }
Property Value
|
Improve this Doc
View Source
_createTask
Declaration
public PlainTcoDataTask _createTask { get; set; }
Property Value
|
Improve this Doc
View Source
_deleteTask
Declaration
public PlainTcoDataTask _deleteTask { get; set; }
Property Value
|
Improve this Doc
View Source
_idExistsTask
Declaration
public PlainTcoExistsTask _idExistsTask { get; set; }
Property Value
|
Improve this Doc
View Source
_readTask
Declaration
public PlainTcoDataTask _readTask { get; set; }
Property Value
|
Improve this Doc
View Source
_updateTask
Declaration
public PlainTcoDataTask _updateTask { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoDataExchange)
Declaration
public void CopyCyclicToPlain(ITcoDataExchange source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoDataExchange)
Declaration
public void CopyCyclicToPlain(TcoDataExchange source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoDataExchange)
Declaration
public void CopyPlainToCyclic(ITcoDataExchange target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoDataExchange)
Declaration
public void CopyPlainToCyclic(TcoDataExchange target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoDataExchange)
Declaration
public void CopyPlainToShadow(IShadowTcoDataExchange target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoDataExchange)
Declaration
public void CopyPlainToShadow(TcoDataExchange target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoDataExchange)
Declaration
public void CopyShadowToPlain(IShadowTcoDataExchange source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoDataExchange)
Declaration
public void CopyShadowToPlain(TcoDataExchange source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain