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

Inheritance: NodeObserver
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
GetLog ( ) : string
ResetLog ( ) : void
TestObserver ( ) : System

Méthodes protégées

Méthode 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 méthode

public static GetLog ( ) : string
Résultat string

OnNodeCreated() protected méthode

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

OnNodeCreating() protected méthode

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

OnNodeModified() protected méthode

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

OnNodeModifying() protected méthode

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

ResetLog() public static méthode

public static ResetLog ( ) : void
Résultat void

TestObserver() public méthode

public TestObserver ( ) : System
Résultat System