C# Class Warewolf.Sql.Workflows

Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
RunWorkflow ( string requestUri ) : System.Xml.Linq.XElement

Runs the workflow at the given request URI.

RunWorkflowForSqlImpl ( ISqlCtx sqlCtx, string serverUri, string recordsetName ) : DataTable
RunWorkflowForXmlImpl ( string serverUri, string rootName = null ) : System.Xml.Linq.XElement

Private Methods

Method Description
AddColumn ( DataTable dataTable, string columnName ) : void
AddRecord ( DataTable rs, System.Xml.Linq.XContainer rsXml ) : DataRow
RunWorkflowForSql ( SqlString serverUri, SqlString recordsetName ) : void
RunWorkflowForXml ( SqlString serverUri, SqlString rootName ) : SqlXml

Method Details

RunWorkflow() public method

Runs the workflow at the given request URI.
public RunWorkflow ( string requestUri ) : System.Xml.Linq.XElement
requestUri string The request URI.
return System.Xml.Linq.XElement

RunWorkflowForSqlImpl() public method

public RunWorkflowForSqlImpl ( ISqlCtx sqlCtx, string serverUri, string recordsetName ) : DataTable
sqlCtx ISqlCtx
serverUri string
recordsetName string
return System.Data.DataTable

RunWorkflowForXmlImpl() public method

public RunWorkflowForXmlImpl ( string serverUri, string rootName = null ) : System.Xml.Linq.XElement
serverUri string
rootName string
return System.Xml.Linq.XElement