Base class for translations. Translations can be used to show custom data in the cells of a column, for example images or localized text

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public abstract class DataTranslation : ICloneable
Visual Basic
Public MustInherit Class DataTranslation _
	Implements ICloneable
JScript
public abstract class DataTranslation implements ICloneable

Remarks

Though this class is abstract, deriving from this class is not supported for customers.

Inheritance Hierarchy

System..::..Object
  Ico.Awx..::..DataTranslation
    Ico.Awx..::..ImageDataTranslation
    Ico.Awx..::..TextDataTranslation

See Also