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
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

LocalObjectFetcher() public méthode

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 ///
Résultat System