Collection of localized text editable root objects 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 LocalizedTexts : BusinessCollectionBase
Visual Basic
<SerializableAttribute> _
Public Class LocalizedTexts _
	Inherits BusinessCollectionBase
Visual C++
[SerializableAttribute]
public ref class LocalizedTexts : public BusinessCollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    BindableCollectionBase
      SortableCollectionBase
        BusinessCollectionBase
          GZTW.AyaNova.BLL..::..LocalizedTexts

See Also