C# Class HBS.Entities.Workflow

Show file Open project: heartbeatservice/HeartbeatServiceSolution Class Usage Examples

Public Methods

Method Description
Workflow ( ) : System
Workflow ( IDataReader dbReader ) : System
Workflow ( int workflowID, int categoryDI, int ownerID, int workerID, string workflownote, System.DateTime dueDate, int statusID, System.DateTime dateCreated, System.DateTime dateUpdated ) : System

Method Details

Workflow() public method

public Workflow ( ) : System
return System

Workflow() public method

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

Workflow() public method

public Workflow ( int workflowID, int categoryDI, int ownerID, int workerID, string workflownote, System.DateTime dueDate, int statusID, System.DateTime dateCreated, System.DateTime dateUpdated ) : System
workflowID int
categoryDI int
ownerID int
workerID int
workflownote string
dueDate System.DateTime
statusID int
dateCreated System.DateTime
dateUpdated System.DateTime
return System