| ProcessControllerGetActivityInfo Method (Int32, SqlConnection, SqlTransaction) |
Returnerer et ActivityInfo objekt for en activity.
Metoden anvendes til at indhente en række billige informationer vedr. en activity.
Den anvendes som et alternativ til at have flere mindre metoder,
der hver returnerer en enkelt information for en activity.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static ActivityInfo GetActivityInfo(
int activityId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- activityId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
ActivityInfo
See Also