Read only list of UnitList..::..UnitListInfo objects representing Unit objects. Used for UI grids and summary reports and internally in API by other business objects.

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 UnitList : ReadOnlyCollectionBase
Visual Basic
<SerializableAttribute> _
Public Class UnitList _
	Inherits ReadOnlyCollectionBase
Visual C++
[SerializableAttribute]
public ref class UnitList : public ReadOnlyCollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    BindableCollectionBase
      SortableCollectionBase
        ReadOnlyCollectionBase
          GZTW.AyaNova.BLL..::..UnitList

See Also