Click or drag to resize

DataObjectControllerConvertIds Method

Overload List
  NameDescription
Public methodConvertIds(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.
Public methodConvertIds(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.
Public methodConvertIds(IEnumerableGuid, ConfigurationObjectType)
Converts the transport-safe unique ids (UId) of a number of objects to integer ids.
(Inherited from ControllerBase.)
Public methodConvertIds(IEnumerableInt32, ConfigurationObjectType)
Converts the integer ids of a number of objects to their transport-safe unique ids (UId).
(Inherited from ControllerBase.)
Top
See Also