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

Local object deleted remote object deleted.
Inheritance: AbstractEnhancedSolver
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
LocalObjectDeletedRemoteObjectDeleted ( ISession session, IMetaDataStorage storage ) : CmisSync.Lib.Events

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

Solve ( IFileSystemInfo localFile, IObjectId remoteId, ContentChangeType localContent = ContentChangeType.NONE, ContentChangeType remoteContent = ContentChangeType.NONE ) : void

Solve the specified situation by using localFile and remote object.

Method Details

LocalObjectDeletedRemoteObjectDeleted() public méthode

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.LocalObjectDeletedRemoteObjectDeleted class.
public LocalObjectDeletedRemoteObjectDeleted ( ISession session, IMetaDataStorage storage ) : CmisSync.Lib.Events
session ISession Cmis session.
storage IMetaDataStorage Meta data storage.
Résultat CmisSync.Lib.Events

Solve() public méthode

Solve the specified situation by using localFile and remote object.
public Solve ( IFileSystemInfo localFile, IObjectId remoteId, ContentChangeType localContent = ContentChangeType.NONE, ContentChangeType remoteContent = ContentChangeType.NONE ) : void
localFile IFileSystemInfo Local file.
remoteId IObjectId Remote identifier or object.
localContent ContentChangeType Hint if the local content has been changed.
remoteContent ContentChangeType Information if the remote content has been changed.
Résultat void