C# Class CmisSync.Lib.Consumer.SituationSolver.LocalObjectChangedRemoteObjectMoved

Local object changed remote object moved situation solver.
Inheritance: AbstractEnhancedSolver
Datei anzeigen Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
LocalObjectChangedRemoteObjectMoved ( ISession session, IMetaDataStorage storage, ISolver changeChangeSolver ) : System

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.LocalObjectChangedRemoteObjectMoved class.

Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void

Method Details

LocalObjectChangedRemoteObjectMoved() public method

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.LocalObjectChangedRemoteObjectMoved class.
public LocalObjectChangedRemoteObjectMoved ( ISession session, IMetaDataStorage storage, ISolver changeChangeSolver ) : System
session ISession Cmis session.
storage IMetaDataStorage Meta data storage.
changeChangeSolver ISolver
return System

Solve() public method

public Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void
localFileSystemInfo IFileSystemInfo
remoteId IObjectId
localContent ContentChangeType
remoteContent ContentChangeType
return void