Class TranslationHelperForeignKeyExtensions
- Namespace
- CMS.DataEngine.Serialization
- Assembly
- CMS.DataEngine.dll
Class provides extensions for TranslationHelper, enabling it to work with TranslationReference, TranslationReference serialized to XML (through CMS.DataEngine.Serialization.DeserializationFieldWrapper<TDataType>) and unsuccessful TranslationReferences stored in DeserializationResult
public static class TranslationHelperForeignKeyExtensions
- Inheritance
-
objectTranslationHelperForeignKeyExtensions
Methods
GetForeignID(TranslationHelper, TranslationReference)
Returns the ID of specified object.
public static int GetForeignID(this TranslationHelper translationHelper, TranslationReference reference)
Parameters
translationHelper
TranslationHelperTranslationHelper to work with.
reference
TranslationReferenceInformation necessary to obtain the ID of an object.
Returns
- int
Remarks
The TranslationTable property contains data records that correspond with the database.
For translation records identified using partially correct parameters (either the code name or GUID is different than the value in the database),
the actual values are loaded from the database for all fields.
An index key referencing the correct data is then created from the partial parameters. The index key is used to obtain the record in future calls.