C# Класс CmisSync.Lib.Consumer.SituationSolver.NothingToDoSolver

Nothing to do solver, does nothing.
Наследование: ISolver
Показать файл Открыть проект

Открытые методы

Метод Описание
Solve ( IFileSystemInfo localFile, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void

Does nothing

Описание методов

Solve() публичный Метод

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.
Результат void