| ControllerBaseConvertId Method (Int32, ConfigurationObjectType) |
Converts the integer id of an object to its transport-safe unique id (UId).
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual Guid ConvertId(
int id,
ConfigurationObjectType objectType
)
Parameters
- id
- Type: SystemInt32
- objectType
- Type: Omada.OE.ModelConfigurationObjectType
The type of object that we are converting the id of.
Return Value
Type:
Guid
If the object can't be located then an empty Guid is returned.
See Also