C# 클래스 CmisSync.Lib.SelectiveIgnore.IgnoreFlagChangeDetection

This class observes changes of the ignore state on remote objects.
상속: CmisSync.Lib.Queueing.ReportingSyncEventHandler
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
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