| ConfigurationChangeControllerGetAppStringConfigObjField Method |
Given an appstringid and an objecttype the method returns the field which the appstring is used for.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static ConfigObjField GetAppStringConfigObjField(
int appStringId,
ConfigurationObjectType objectType,
out Guid configObjectUId,
out int configObjectNumber,
out string configObjectName,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- appStringId
- Type: SystemInt32
- objectType
- Type: Omada.OE.ModelConfigurationObjectType
- configObjectUId
- Type: SystemGuid
- configObjectNumber
- Type: SystemInt32
- configObjectName
- Type: SystemString
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
ConfigObjField
See Also