C# 클래스 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 . ///
상속: SyncEventHandler
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

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

메소드 상세

Handle() 공개 메소드

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

LocalObjectFetcher() 공개 메소드

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 ///
리턴 System