Click or drag to resize
AbstractFileSystemJobTranslationHelper Property
Provides object translation. Used in serialization to optimize database calls.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 12.0.0
Syntax
C#
protected internal ContinuousIntegrationTranslationHelper TranslationHelper { get; }

Property Value

Type: ContinuousIntegrationTranslationHelper
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.
See Also