C# Класс CmisSync.Lib.Events.ContentChangeEvent

Events Created By ContentChange Eventhandler
Наследование: ISyncEvent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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