C# Class CmisSync.Lib.Filter.AbstractFileFilter

Abstract file filter. It takes an event queue make it possible to report any filtered event by requeueing an ignore Event to the queue
Inheritance: SyncEventHandler
Exibir arquivo Open project: OpenDataSpace/CmisSync

Protected Properties

Property Type Description
Queue ISyncEventQueue

Public Methods

Method Description
AbstractFileFilter ( ISyncEventQueue queue ) : System

Initializes a new instance of the CmisSync.Lib.Filter.AbstractFileFilter class.

Method Details

AbstractFileFilter() public method

Initializes a new instance of the CmisSync.Lib.Filter.AbstractFileFilter class.
public AbstractFileFilter ( ISyncEventQueue queue ) : System
queue ISyncEventQueue /// Queue where all filtered events should be reported to. ///
return System

Property Details

Queue protected_oe property

The queue where the ignores should be reported to.
protected ISyncEventQueue Queue
return ISyncEventQueue