C# Class CmisSync.Lib.Events.ContentChangeEvent

Events Created By ContentChange Eventhandler
Inheritance: ISyncEvent
Mostrar archivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
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.

Method Details

ContentChangeEvent() public method

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. ///
return System

ToString() public method

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

UpdateObject() public method

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