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

Local object is deleted and the corresponding remote object has been changed.
Inheritance: AbstractEnhancedSolver
Show file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
LocalObjectDeletedRemoteObjectChanged ( ISession session, IMetaDataStorage storage ) : System

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

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

Method Details

LocalObjectDeletedRemoteObjectChanged() public method

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.LocalObjectDeletedRemoteObjectChanged class.
public LocalObjectDeletedRemoteObjectChanged ( ISession session, IMetaDataStorage storage ) : System
session ISession CMIS session.
storage IMetaDataStorage Meta data storage.
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