Lightweight read only list of UserPickList..::..UserPickListInfo objects representing *all* User objects. Used in UI for picking users where not limited to a particular type and extensively by business objects internally.

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

Inheritance Hierarchy

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

See Also