Method | Description | |
---|---|---|
RunWorkflow ( string requestUri ) : System.Xml.Linq.XElement |
Runs the workflow at the given request URI.
|
|
RunWorkflowForSqlImpl ( ISqlCtx sqlCtx, string serverUri, string recordsetName ) : |
||
RunWorkflowForXmlImpl ( string serverUri, string rootName = null ) : System.Xml.Linq.XElement |
Method | Description | |
---|---|---|
AddColumn ( |
||
AddRecord ( |
||
RunWorkflowForSql ( |
||
RunWorkflowForXml ( |
public RunWorkflow ( string requestUri ) : System.Xml.Linq.XElement | ||
requestUri | string | The request URI. |
return | System.Xml.Linq.XElement |
public RunWorkflowForSqlImpl ( ISqlCtx sqlCtx, string serverUri, string recordsetName ) : |
||
sqlCtx | ISqlCtx | |
serverUri | string | |
recordsetName | string | |
return |
public RunWorkflowForXmlImpl ( string serverUri, string rootName = null ) : System.Xml.Linq.XElement | ||
serverUri | string | |
rootName | string | |
return | System.Xml.Linq.XElement |