C# 클래스 CmisSync.Lib.Events.FSEvent

상속: ISyncEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
FSEvent ( WatcherChangeTypes type, string path, bool isDirectory ) : System

Initializes a new instance of the CmisSync.Lib.Events.FSEvent class.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Events.FSEvent.

메소드 상세

FSEvent() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Events.FSEvent class.
/// Is thrown when an argument passed to a method is invalid because it is . ///
public FSEvent ( WatcherChangeTypes type, string path, bool isDirectory ) : System
type WatcherChangeTypes /// The Type. ///
path string /// The Path. ///
isDirectory bool /// Signalizes if the target of the path is a directory or file. ///
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current CmisSync.Lib.Events.FSEvent.
public ToString ( ) : string
리턴 string