C# Class CmisSync.Lib.SelectiveIgnore.SelectiveIgnoreEventTransformer

Inheritance: SyncEventHandler
显示文件 Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
Handle ( ISyncEvent e ) : bool
SelectiveIgnoreEventTransformer ( IIgnoredEntitiesCollection ignores, ISyncEventQueue queue ) : System

Private Methods

Method Description
IsInsideIgnoredPath ( string path ) : bool

Method Details

Handle() public method

public Handle ( ISyncEvent e ) : bool
e ISyncEvent
return bool

SelectiveIgnoreEventTransformer() public method

public SelectiveIgnoreEventTransformer ( IIgnoredEntitiesCollection ignores, ISyncEventQueue queue ) : System
ignores IIgnoredEntitiesCollection
queue ISyncEventQueue
return System