C# Class CmisSync.Lib.Events.RecentChangedEvent

Recent changed event.
Inheritance: ISyncEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

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

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

RecentChangedEvent() public méthode

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

ToString() public méthode

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