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

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Solve() public méthode

public Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void
localFileSystemInfo IFileSystemInfo
remoteId IObjectId
localContent ContentChangeType
remoteContent ContentChangeType
Résultat void