C# Class CmisSync.Lib.Consumer.SituationSolver.PWC.LocalObjectChangedWithPWC

Local object changed and file content should be uploaded via PWC. Otherwise the fallback solver is called.
Inheritance: AbstractEnhancedSolverWithPWC
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
LocalObjectChangedWithPWC ( ISession session, IMetaDataStorage storage, IFileTransmissionStorage transmissionStorage, ITransmissionManager manager, ISolver folderOrFileContentUnchangedSolver ) : System
Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent = ContentChangeType.NONE, ContentChangeType remoteContent = ContentChangeType.NONE ) : void

Method Details

LocalObjectChangedWithPWC() public méthode

public LocalObjectChangedWithPWC ( ISession session, IMetaDataStorage storage, IFileTransmissionStorage transmissionStorage, ITransmissionManager manager, ISolver folderOrFileContentUnchangedSolver ) : System
session ISession
storage IMetaDataStorage
transmissionStorage IFileTransmissionStorage
manager ITransmissionManager
folderOrFileContentUnchangedSolver ISolver
Résultat System

Solve() public méthode

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