Click or drag to resize

ISynchronizable Properties

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
See Also