![]() | ISynchronizable Methods |
The ISynchronizable type exposes the following members.
Name | Description | |
---|---|---|
![]() | Append |
Pass the synchronizable in append
|
![]() | BeginSynchronization |
Begin data synchronization
|
![]() | CancelLock |
Cancel the lock
|
![]() | CheckData |
check Data content
|
![]() | Delete |
Delete the data
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | EndSynchronization |
End data synchronization
|
![]() | GetAttributes |
Gets the list of supported interfaces for this ISynchronizable object.
|
![]() | GetDisplayValue |
Allow to get a display value for a field (like guid field...)
|
![]() | Lock |
Lock the data
|
![]() | SaveAndUnlock |
Save the data and unlock it
|