Most user interface element text displayed to the user will be held here. This is the editable root object used to modify a particular localized text entry This is for editing not read only display in a user interface, for that see LocalizedTextTable instead.

Namespace: GZTW.AyaNova.BLL
Assembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)

Syntax

C#
[SerializableAttribute]
public class LocalizedText : BusinessBase
Visual Basic
<SerializableAttribute> _
Public Class LocalizedText _
	Inherits BusinessBase
Visual C++
[SerializableAttribute]
public ref class LocalizedText : public BusinessBase

Inheritance Hierarchy

System..::..Object
  BindableBase
    UndoableBase
      BusinessBase
        GZTW.AyaNova.BLL..::..LocalizedText

See Also