C# Class SenseNet.ContentRepository.WorkflowNotificationEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
WorkflowNotificationEventArgs ( int nodeId, string notificationType, object info ) : System

Method Details

WorkflowNotificationEventArgs() public méthode

public WorkflowNotificationEventArgs ( int nodeId, string notificationType, object info ) : System
nodeId int
notificationType string
info object
Résultat System