Interface ITcoDataExchange
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDataConnector.dll
Syntax
public interface ITcoDataExchange : ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_createOrUpdateTask
Declaration
ITcoDataTask _createOrUpdateTask { get; }
Property Value
|
Improve this Doc
View Source
_createTask
Declaration
ITcoDataTask _createTask { get; }
Property Value
|
Improve this Doc
View Source
_deleteTask
Declaration
ITcoDataTask _deleteTask { get; }
Property Value
|
Improve this Doc
View Source
_idExistsTask
Declaration
ITcoExistsTask _idExistsTask { get; }
Property Value
|
Improve this Doc
View Source
_readTask
Declaration
ITcoDataTask _readTask { get; }
Property Value
|
Improve this Doc
View Source
_updateTask
Declaration
ITcoDataTask _updateTask { get; }
Property Value
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoDataExchange CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoDataExchange)
Declaration
void FlushOnlineToPlain(PlainTcoDataExchange source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoDataExchange)
Declaration
void FlushPlainToOnline(PlainTcoDataExchange source)
Parameters