Click or drag to resize

ConfigurationChangeControllerGetConfigurationObjectIdZero Method

Locates a configuration object by it's UId and returns it's Id. If the object can't be located or the UID is empty then zero is returned.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static int GetConfigurationObjectIdZero(
	ConfigurationObjectType objectType,
	Guid objectUId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

objectType
Type: Omada.OE.ModelConfigurationObjectType
Must specify an object type that has a Guid key.
objectUId
Type: SystemGuid
If empty Zero is returned
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
See Also