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

Local object changed remote object moved situation solver.
Наследование: AbstractEnhancedSolver
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LocalObjectChangedRemoteObjectMoved ( ISession session, IMetaDataStorage storage, ISolver changeChangeSolver ) : System

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

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

Описание методов

LocalObjectChangedRemoteObjectMoved() публичный Метод

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.LocalObjectChangedRemoteObjectMoved class.
public LocalObjectChangedRemoteObjectMoved ( ISession session, IMetaDataStorage storage, ISolver changeChangeSolver ) : System
session ISession Cmis session.
storage IMetaDataStorage Meta data storage.
changeChangeSolver ISolver
Результат System

Solve() публичный Метод

public Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void
localFileSystemInfo IFileSystemInfo
remoteId IObjectId
localContent ContentChangeType
remoteContent ContentChangeType
Результат void