DataObjectControllerConvertIds Method |
Name | Description | |
---|---|---|
![]() | ConvertIds(IEnumerableGuid) |
Returns the Ids of one or more data objects from their U(nique)Ids.
The UId of a data object remains the same when it is transported to another system - this is not the case with the Id of a data object.
The method doesn't consider the security model.
The method doesn't consider whether the data object is marked as deleted.
|
![]() | ConvertIds(IEnumerableInt32) |
Returns the U(nique)Ids of one or more data objects from their Ids.
The UId of a data object remains the same when it is transported to another system - this is not the case with the Id of a data object.
The method doesn't consider the security model.
The method doesn't consider whether the data object is marked as deleted.
|
![]() | ConvertIds(IEnumerableGuid, ConfigurationObjectType) |
Converts the transport-safe unique ids (UId) of a number of objects to integer ids.
(Inherited from ControllerBase.) |
![]() | ConvertIds(IEnumerableInt32, ConfigurationObjectType) |
Converts the integer ids of a number of objects to their transport-safe unique ids (UId).
(Inherited from ControllerBase.) |