Summary for the ActiveList<ItemType, ListType> class

Namespace:  SubSonic
Assembly:  SubSonic (in SubSonic.dll) Version: 2.1.0.0 (2.1.0)

Syntax

C#
[SerializableAttribute]
public class ActiveList<ItemType, ListType> : AbstractList<ItemType, ListType>
where ItemType : new(), ActiveRecord<ItemType>
where ListType : new(), AbstractList<ItemType, ListType>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ActiveList(Of ItemType As {New, ActiveRecord(Of ItemType)}, ListType As {New, AbstractList(Of ItemType, ListType)}) _
	Inherits AbstractList(Of ItemType, ListType)
Visual C++
[SerializableAttribute]
generic<typename ItemType, typename ListType>
where ItemType : gcnew(), ActiveRecord<ItemType>
where ListType : gcnew(), AbstractList<ItemType, ListType>
public ref class ActiveList : public AbstractList<ItemType, ListType>

Type Parameters

ItemType
The type of the tem type.
ListType
The type of the ist type.

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(ItemType>)>)
    System.ComponentModel..::.BindingList<(Of <(ItemType>)>)
      SubSonic..::.BindingListEx<(Of <(ItemType>)>)
        SubSonic..::.AbstractList<(Of <(ItemType, ListType>)>)
          SubSonic..::.ActiveList<(Of <(ItemType, ListType>)>)

See Also