DataObjectCollection T  ClassNemiro.Data.dll
Collection of database entities.
Inheritance Hierarchy

System Object
  Nemiro.Data DataObjectCollection T 

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public class DataObjectCollection<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters

T
The entity type.

The DataObjectCollection T  type exposes the following members.

Constructors

  NameDescription
Public methodDataObjectCollection T (DataObjectCollection BaseObject )
Initializes a new instance of the DataObjectCollection T  class by BaseObject.
Public methodDataObjectCollection T (Type, Int32, Int32, Int32,  String , Object, String)
Initializes a new instance of the DataObjectCollection T  class.
Top
Methods

  NameDescription
Public methodAdd
Adds an item to the collection.
Public methodAddRange
Adds items to the collection.
Public methodClear
Removes all items from the collection.
Public methodContains
Determines whether the collection contains the specified item or not.
Public methodCopyTo
Copies the items to the array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of the specified item in the collection.
Public methodInsert
Inserts an item into the list at the specified location.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextPage
Loads the collection of list entries to the next page.
Public methodPreviousPage
Loads the collection of list entries to the previous page.
Public methodRemove
Removes an item from the collection.
Public methodRemoveAt
Removes the item at the specified index.
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCount
Returns the number of items in the collection.
Public propertyCurrentPage
Current page.
Public propertyIsReadOnly
ReadOnly or not ReadOnly, that is the question :)
Public propertyItem
Returns the item at the specified index.
Public propertyItems
Items collection.
Public propertyRecordsPerPage
Maximum number of records per page.
Public propertyTotalPages
Total number of pages.
Public propertyTotalRecords
The total number of entries on request without regard pages.
Top
See Also