Class ColumnsTranslationEventArgs
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Columns translation event arguments
[Obsolete("Class is deprecated and will be removed in the next version.")]
[ObsoleteSince(28, 3)]
public class ColumnsTranslationEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsColumnsTranslationEventArgs
- Inherited Members
- Extension Methods
Properties
Data
Data container with object data.
public IDataContainer Data { get; set; }
Property Value
ObjectType
Object type which data is stored in the container.
public string ObjectType { get; set; }
Property Value
- string
TranslationHelper
Translation helper which keeps translations of objects ID columns. Use this object to register translations or translate column value.
public TranslationHelper TranslationHelper { get; set; }