ISynchronizable Properties |
The ISynchronizable type exposes the following members.
| Name | Description | |
|---|---|---|
| AssemblyQualifiedTypeName |
Gets the assembly qualified type name of the class that implements this interface.
Typically : this.GetType().AssemblyQualifiedName
| |
| CanBeDisposed |
Indicates if can dispose the data
| |
| DateLastModification |
Date of last modification
| |
| Errors |
List of errors
| |
| Id |
Id of the data
| |
| Mode |
Mode of Synchronizable data
| |
| OriginalDataSourceId |
Id of the original datasource (where the data was created
| |
| OriginalVersionId |
The VersionId when the data was created by synchronization
| |
| SynchronizableCaption |
Caption of the synchronizable data
| |
| UniqueId |
Unique Id of the data
| |
| UserLastModification |
user of last modification
| |
| Version |
The version of this data
| |
| VersionId |
The Id associated to the version of this data
|