Method | Description | |
---|---|---|
WorkflowNotification ( ) : System | ||
WorkflowNotification ( IDataReader dbReader ) : System | ||
WorkflowNotification ( int WorkflowNotificationID, int workflowID, string payload, string notificationType, System.DateTime dateCreated ) : System |
public WorkflowNotification ( IDataReader dbReader ) : System | ||
dbReader | IDataReader | |
return | System |
public WorkflowNotification ( int WorkflowNotificationID, int workflowID, string payload, string notificationType, System.DateTime dateCreated ) : System | ||
WorkflowNotificationID | int | |
workflowID | int | |
payload | string | |
notificationType | string | |
dateCreated | System.DateTime | |
return | System |