C# Class CmisSync.Lib.Events.FSEvent

Inheritance: ISyncEvent
Exibir arquivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
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.

Method Details

FSEvent() public method

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. ///
return System

ToString() public method

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