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

Nothing to do solver, does nothing.
Inheritance: ISolver
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
Solve ( IFileSystemInfo localFile, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void

Does nothing

Method Details

Solve() public méthode

Does nothing
public Solve ( IFileSystemInfo localFile, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void
localFile IFileSystemInfo /// Local file. ///
remoteId IObjectId /// Remote identifier. ///
localContent ContentChangeType Hint if the local content has been changed.
remoteContent ContentChangeType Information if the remote content has been changed.
Résultat void