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

Local object is deleted and the corresponding remote object has been changed.
상속: AbstractEnhancedSolver
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

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

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

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

메소드 상세

LocalObjectDeletedRemoteObjectChanged() 공개 메소드

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

Solve() 공개 메소드

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