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

Local object moved and remote object moved.
상속: AbstractEnhancedSolver
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
LocalObjectMovedRemoteObjectMoved ( ISession session, IMetaDataStorage storage ) : System

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

Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void

Solve the specified situation by using localFile and remote object.

비공개 메소드들

메소드 설명
SyncNamesAndDates ( IFileSystemInfo local, IFileableCmisObject remote, IMappedObject mappedObject ) : void

메소드 상세

LocalObjectMovedRemoteObjectMoved() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.LocalObjectMovedRemoteObjectMoved class.
public LocalObjectMovedRemoteObjectMoved ( ISession session, IMetaDataStorage storage ) : System
session ISession Cmis Session.
storage IMetaDataStorage Meta data storage.
리턴 System

Solve() 공개 메소드

Solve the specified situation by using localFile and remote object.
public Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void
localFileSystemInfo IFileSystemInfo Local filesystem info instance.
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.
리턴 void