C# Class CmisSync.Lib.Accumulator.LocalObjectFetcher

Local object fetcher. I generates IFileSystemInfo if none found in FileEvent or FolderEvent
/// Is thrown when an argument passed to a method is invalid because it is . ///
Inheritance: SyncEventHandler
ファイルを表示 Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
Handle ( ISyncEvent e ) : bool

Handle the specified e if FolderEvent of FileEvent.

LocalObjectFetcher ( IPathMatcher matcher, IFileSystemInfoFactory fsFactory = null ) : System

Initializes a new instance of the LocalObjectFetcher class.

Method Details

Handle() public method

Handle the specified e if FolderEvent of FileEvent.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent /// Any ISyncEvent ///
return bool

LocalObjectFetcher() public method

Initializes a new instance of the LocalObjectFetcher class.
/// Is thrown when an argument passed to a method is invalid because it is . ///
public LocalObjectFetcher ( IPathMatcher matcher, IFileSystemInfoFactory fsFactory = null ) : System
matcher IPathMatcher /// Matcher from IMetaDataStorage ///
fsFactory IFileSystemInfoFactory /// Fs factory, should be null unless in Unit Tests ///
return System