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