C# Class SenseNet.ContentRepository.Storage.Events.NodeOperationEventArgs

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

Méthodes publiques

Méthode Description
NodeOperationEventArgs ( Node sourceNode, Node targetNode, NodeEvent eventType ) : System
NodeOperationEventArgs ( Node sourceNode, Node targetNode, NodeEvent eventType, string originalSourcePath ) : System

Method Details

NodeOperationEventArgs() public méthode

public NodeOperationEventArgs ( Node sourceNode, Node targetNode, NodeEvent eventType ) : System
sourceNode Node
targetNode Node
eventType NodeEvent
Résultat System

NodeOperationEventArgs() public méthode

public NodeOperationEventArgs ( Node sourceNode, Node targetNode, NodeEvent eventType, string originalSourcePath ) : System
sourceNode Node
targetNode Node
eventType NodeEvent
originalSourcePath string
Résultat System