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

Recent changed event.
상속: ISyncEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

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

메소드 상세

RecentChangedEvent() 공개 메소드

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

RecentChangedEvent() 공개 메소드

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

ToString() 공개 메소드

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