C# Class CmisSync.Lib.Events.RemoteEvent

Remote event.
Inheritance: ISyncEvent
Mostrar archivo Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
RemoteEvent ( IChangeEvent change ) : System

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

ToString ( ) : string

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

Method Details

RemoteEvent() public method

Initializes a new instance of the CmisSync.Lib.Events.RemoteEvent class.
public RemoteEvent ( IChangeEvent change ) : System
change IChangeEvent Change event.
return System

ToString() public method

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