C# Класс CmisSync.Lib.SelectiveIgnore.IgnoreFlagChangeDetection

This class observes changes of the ignore state on remote objects.
Наследование: CmisSync.Lib.Queueing.ReportingSyncEventHandler
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Handle ( ISyncEvent e ) : bool

Observes content change events and if they effect exiting entries, updates to storage are executed. If an existing entry is not ignored anymore a crawl sync is started.

IgnoreFlagChangeDetection ( IIgnoredEntitiesStorage ignores, IPathMatcher matcher, ISyncEventQueue queue ) : System

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoreFlagChangeDetection class.

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

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

Observes content change events and if they effect exiting entries, updates to storage are executed. If an existing entry is not ignored anymore a crawl sync is started.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent The content change events to be observed.
Результат bool

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

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoreFlagChangeDetection class.
public IgnoreFlagChangeDetection ( IIgnoredEntitiesStorage ignores, IPathMatcher matcher, ISyncEventQueue queue ) : System
ignores IIgnoredEntitiesStorage Storage for ignores.
matcher IPathMatcher Path matcher.
queue ISyncEventQueue Sync Event Queue.
Результат System