Method | Description | |
---|---|---|
ContentChangeEventTransformer ( ISyncEventQueue queue, IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null ) : System |
Initializes a new instance of the CmisSync.Lib.Sync.Strategy.ContentChangeEventTransformer class.
|
|
Handle ( ISyncEvent e ) : bool |
Handle the specified e.
|
Method | Description | |
---|---|---|
HandleAsIDocument ( |
||
HandleAsIFolder ( |
||
HandleDeletion ( |
public ContentChangeEventTransformer ( ISyncEventQueue queue, IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null ) : System | ||
queue | ISyncEventQueue | /// The ISyncEventQueue. /// |
storage | IMetaDataStorage | /// The MetaDataStorage. /// |
fsFactory | IFileSystemInfoFactory | /// Fs factory can be null. /// |
return | System |
public Handle ( ISyncEvent e ) : bool | ||
e | ISyncEvent | /// The ISyncEvent only handled when ContentChangeEvent /// |
return | bool |