C# 클래스 CmisSync.Lib.Consumer.SituationSolver.NothingToDoSolver

Nothing to do solver, does nothing.
상속: ISolver
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
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