C# Class SenseNet.ContentRepository.Tests.Storage.TestObserver

Inheritance: NodeObserver
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
GetLog ( ) : string
ResetLog ( ) : void
TestObserver ( ) : System

Protected Methods

Method Description
OnNodeCreated ( object sender, NodeEventArgs e ) : void
OnNodeCreating ( object sender, CancellableNodeEventArgs e ) : void
OnNodeModified ( object sender, NodeEventArgs e ) : void
OnNodeModifying ( object sender, CancellableNodeEventArgs e ) : void

Method Details

GetLog() public static method

public static GetLog ( ) : string
return string

OnNodeCreated() protected method

protected OnNodeCreated ( object sender, NodeEventArgs e ) : void
sender object
e SenseNet.ContentRepository.Storage.Events.NodeEventArgs
return void

OnNodeCreating() protected method

protected OnNodeCreating ( object sender, CancellableNodeEventArgs e ) : void
sender object
e SenseNet.ContentRepository.Storage.Events.CancellableNodeEventArgs
return void

OnNodeModified() protected method

protected OnNodeModified ( object sender, NodeEventArgs e ) : void
sender object
e SenseNet.ContentRepository.Storage.Events.NodeEventArgs
return void

OnNodeModifying() protected method

protected OnNodeModifying ( object sender, CancellableNodeEventArgs e ) : void
sender object
e SenseNet.ContentRepository.Storage.Events.CancellableNodeEventArgs
return void

ResetLog() public static method

public static ResetLog ( ) : void
return void

TestObserver() public method

public TestObserver ( ) : System
return System