C# 클래스 CmisSync.Lib.Consumer.SituationSolver.PWC.LocalObjectChangedWithPWC

Local object changed and file content should be uploaded via PWC. Otherwise the fallback solver is called.
상속: AbstractEnhancedSolverWithPWC
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
LocalObjectChangedWithPWC ( ISession session, IMetaDataStorage storage, IFileTransmissionStorage transmissionStorage, ITransmissionManager manager, ISolver folderOrFileContentUnchangedSolver ) : System
Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent = ContentChangeType.NONE, ContentChangeType remoteContent = ContentChangeType.NONE ) : void

메소드 상세

LocalObjectChangedWithPWC() 공개 메소드

public LocalObjectChangedWithPWC ( ISession session, IMetaDataStorage storage, IFileTransmissionStorage transmissionStorage, ITransmissionManager manager, ISolver folderOrFileContentUnchangedSolver ) : System
session ISession
storage IMetaDataStorage
transmissionStorage IFileTransmissionStorage
manager ITransmissionManager
folderOrFileContentUnchangedSolver ISolver
리턴 System

Solve() 공개 메소드

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