C# Class TestLibrary.TestUtils.ObservableHandler

Inheritance: SyncEventHandler
Exibir arquivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Properties

Property Type Description
List List

Public Methods

Method Description
AssertGotSingleFileEvent ( MetaDataChangeType metaType, ContentChangeType contentType ) : void
AssertGotSingleFolderEvent ( MetaDataChangeType metaType ) : void
Handle ( ISyncEvent e ) : bool

Method Details

AssertGotSingleFileEvent() public method

public AssertGotSingleFileEvent ( MetaDataChangeType metaType, ContentChangeType contentType ) : void
metaType MetaDataChangeType
contentType ContentChangeType
return void

AssertGotSingleFolderEvent() public method

public AssertGotSingleFolderEvent ( MetaDataChangeType metaType ) : void
metaType MetaDataChangeType
return void

Handle() public method

public Handle ( ISyncEvent e ) : bool
e ISyncEvent
return bool

Property Details

List public_oe property

public List List
return List