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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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