ListingResult

Models the result of a listing operation.

Namespace:
Inetdev.Data.Filtering
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

ListingResult

Default constructor

Signature:
public Void ListingResult()

Properties

Items

Items.

Signature:
public IEnumerable<T> Items { get; set; }

TotalItems

Total number of ítems.

Signature:
public Int32 TotalItems { get; set; }

TotalItemsFiltered

Total number of filtered items.

Signature:
public Int32 TotalItemsFiltered { get; set; }