C# Class CmisSync.Lib.Events.RecentChangedEvent

Recent changed event.
Inheritance: ISyncEvent
Show file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
RecentChangedEvent ( string path ) : System

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

RecentChangedEvent ( string path, System.DateTime changeTime ) : System

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

ToString ( ) : string

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

Method Details

RecentChangedEvent() public method

Initializes a new instance of the CmisSync.Lib.Events.RecentChangedEvent class.
public RecentChangedEvent ( string path ) : System
path string Path of the change.
return System

RecentChangedEvent() public method

Initializes a new instance of the CmisSync.Lib.Events.RecentChangedEvent class.
public RecentChangedEvent ( string path, System.DateTime changeTime ) : System
path string Path of the change.
changeTime System.DateTime Change time.
return System

ToString() public method

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