| ControllerBaseTransferUIdsToIdsLoadOption Method |
Converts/transfers one or more specified uids in a loadoptions object to ids.
The purpose is to enable caching as IEntityObjectsLoadOptions.IdList only works with ids (and not uids).
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxprotected void TransferUIdsToIdsLoadOption(
IList<Guid> uids,
IList<int> ids,
ConfigurationObjectType objectType
)
Parameters
- uids
- Type: System.Collections.GenericIListGuid
- ids
- Type: System.Collections.GenericIListInt32
- objectType
- Type: Omada.OE.ModelConfigurationObjectType
See Also