| ControllerBaseConvertIds Method (IEnumerableInt32, ConfigurationObjectType) |
Converts the integer ids of a number of objects to their transport-safe unique ids (UId).
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual List<Guid> ConvertIds(
IEnumerable<int> ids,
ConfigurationObjectType objectType
)
Parameters
- ids
- Type: System.Collections.GenericIEnumerableInt32
- objectType
- Type: Omada.OE.ModelConfigurationObjectType
The type of objects that we are converting the ids of.
Return Value
Type:
ListGuid
If the object can't be located then it is omitted from the result.
See Also