Lightweight read only list of ScheduleableUserGroupPickList..::..ScheduleableUserGroupPickListInfo objects representing ScheduleableUserGroup objects. Used for UI selection and internal processing by 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 ScheduleableUserGroupPickList : ReadOnlyCollectionBase
Visual Basic
<SerializableAttribute> _
Public Class ScheduleableUserGroupPickList _
	Inherits ReadOnlyCollectionBase
Visual C++
[SerializableAttribute]
public ref class ScheduleableUserGroupPickList : public ReadOnlyCollectionBase

Inheritance Hierarchy

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

See Also