C# Класс CmisSync.Lib.Consumer.SituationSolver.LocalObjectDeletedRemoteObjectChanged

Local object is deleted and the corresponding remote object has been changed.
Наследование: AbstractEnhancedSolver
Показать файл Открыть проект

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

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