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

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

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

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

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

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

Solve the specified situation by using localFile and remote object.

Приватные методы

Метод Описание
SyncNamesAndDates ( IFileSystemInfo local, IFileableCmisObject remote, IMappedObject mappedObject ) : void

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

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

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

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

Solve the specified situation by using localFile and remote object.
public Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void
localFileSystemInfo IFileSystemInfo Local filesystem info instance.
remoteId IObjectId Remote identifier or object.
localContent ContentChangeType Hint if the local content has been changed.
remoteContent ContentChangeType Information if the remote content has been changed.
Результат void