Models the result of a filter operation used for list data on pages.
Default constructor
public Void Listing()
Items.
public IEnumerable<T> Items { get; set; }
Returns a PageInfo model from this model current data.
public PageInfo GetPageInfo()
A PageInfo.
Merge the source data into this Listing.
public Void Merge(source)
Name | Type | Summary |
---|---|---|
source | Listing<T> | A Listing to merge with this object. |
Type | Summary |
---|---|
ArgumentNullException | Thrown when source is null. |
In this document