C# Class HBS.Entities.WorkflowNotification

Show file Open project: heartbeatservice/HeartbeatServiceSolution

Public Methods

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

Method Details

WorkflowNotification() public method

public WorkflowNotification ( ) : System
return System

WorkflowNotification() public method

public WorkflowNotification ( IDataReader dbReader ) : System
dbReader IDataReader
return System

WorkflowNotification() public method

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