Interface IShadowTcoDataExchange
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDataConnector.dll
Syntax
public interface IShadowTcoDataExchange : IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_createOrUpdateTask
Declaration
IShadowTcoDataTask _createOrUpdateTask { get; }
Property Value
|
Improve this Doc
View Source
_createTask
Declaration
IShadowTcoDataTask _createTask { get; }
Property Value
|
Improve this Doc
View Source
_deleteTask
Declaration
IShadowTcoDataTask _deleteTask { get; }
Property Value
|
Improve this Doc
View Source
_idExistsTask
Declaration
IShadowTcoExistsTask _idExistsTask { get; }
Property Value
|
Improve this Doc
View Source
_readTask
Declaration
IShadowTcoDataTask _readTask { get; }
Property Value
|
Improve this Doc
View Source
_updateTask
Declaration
IShadowTcoDataTask _updateTask { get; }
Property Value
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoDataExchange)
Declaration
void CopyPlainToShadow(PlainTcoDataExchange source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoDataExchange CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()