Click or drag to resize

ISynchronizable Methods

The ISynchronizable type exposes the following members.

Methods
  NameDescription
Public methodAppend
Pass the synchronizable in append
Public methodBeginSynchronization
Begin data synchronization
Public methodCancelLock
Cancel the lock
Public methodCheckData
check Data content
Public methodDelete
Delete the data
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEndSynchronization
End data synchronization
Public methodGetAttributes
Gets the list of supported interfaces for this ISynchronizable object.
Public methodGetDisplayValue
Allow to get a display value for a field (like guid field...)
Public methodLock
Lock the data
Public methodSaveAndUnlock
Save the data and unlock it
Top
See Also