FindByOldId(ClassId: Integer; Id: String): IMetabaseUpdateObjectRemapping;
FindByOldId(ClassId: integer; Id: string): Prognoz.Platform.Interop.Metabase.IMetabaseUpdateObjectRemapping;
ClassId. Index of the class, to which object belongs.
Id. Object key in update.
The FindByOldId method searches parameters of object mapping by its identifier and class in update.
Object class indexes are contained in the MetabaseObjectClass enumeration.
If parameters are not found, the method returns Null.
The property use is given in the example for IMetabaseUpdateContext.RegisterHierarchyChangeO.
See also: