C# Class SenseNet.ContentRepository.WorkflowNotificationEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
WorkflowNotificationEventArgs ( int nodeId, string notificationType, object info ) : System

Method Details

WorkflowNotificationEventArgs() public method

public WorkflowNotificationEventArgs ( int nodeId, string notificationType, object info ) : System
nodeId int
notificationType string
info object
return System