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

Events Created By ContentChange Eventhandler
상속: ISyncEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
ContentChangeEvent ( DotCMIS type, string objectId ) : System

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

ToString ( ) : string

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

UpdateObject ( ISession session ) : void

Updates the object.

메소드 상세

ContentChangeEvent() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Events.ContentChangeEvent class.
public ContentChangeEvent ( DotCMIS type, string objectId ) : System
type DotCMIS /// Type of the change. ///
objectId string /// Object identifier. ///
리턴 System

ToString() 공개 메소드

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

UpdateObject() 공개 메소드

Updates the object.
public UpdateObject ( ISession session ) : void
session ISession /// Session from where the object should be requested. ///
리턴 void