Click or drag to resize

ISynchronizable Interface

Interface for synchronizable data

Namespace:  EBP.Framework.Common.Interfaces.Synchronization
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface ISynchronizable : IDisposable

The ISynchronizable type exposes the following members.

Properties
  NameDescription
Public propertyAssemblyQualifiedTypeName
Gets the assembly qualified type name of the class that implements this interface. Typically : this.GetType().AssemblyQualifiedName
Public propertyCanBeDisposed
Indicates if can dispose the data
Public propertyDateLastModification
Date of last modification
Public propertyErrors
List of errors
Public propertyId
Id of the data
Public propertyMode
Mode of Synchronizable data
Public propertyOriginalDataSourceId
Id of the original datasource (where the data was created
Public propertyOriginalVersionId
The VersionId when the data was created by synchronization
Public propertySynchronizableCaption
Caption of the synchronizable data
Public propertyUniqueId
Unique Id of the data
Public propertyUserLastModification
user of last modification
Public propertyVersion
The version of this data
Public propertyVersionId
The Id associated to the version of this data
Top
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