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

File event.
상속: AbstractFolderEvent, IFilterableNameEvent, IFilterableRemotePathEvent, IFilterableRemoteObjectEvent, IFilterableLocalPathEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
FileEvent ( IFileInfo localFile = null, IDocument remoteFile = null ) : System

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

ToString ( ) : string

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

메소드 상세

FileEvent() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Events.FileEvent class.
public FileEvent ( IFileInfo localFile = null, IDocument remoteFile = null ) : System
localFile IFileInfo /// Local file. ///
remoteFile IDocument /// Remote file. ///
리턴 System

ToString() 공개 메소드

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