Click or drag to resize

ServiceRuleControllerGetProcessPhaseServiceRule Method

Returnerer den gældende service rule for en fase i en procesinstans. Hvis ingen findes returneres null.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static ServiceRule GetProcessPhaseServiceRule(
	int processTemplateId,
	int phaseId,
	DataObject target,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

processTemplateId
Type: SystemInt32
Procesinstansen er af denne template.
phaseId
Type: SystemInt32
target
Type: Omada.OE.ModelDataObject
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: ServiceRule
See Also