C# Class X.PagedList.PagedListMetaData

Non-enumerable version of the PagedList class.
Inheritance: IPagedList
Mostra file Open project: kpi-ua/X.PagedList Class Usage Examples

Public Methods

Method Description
PagedListMetaData ( IPagedList pagedList )

Non-enumerable version of the PagedList class.

Protected Methods

Method Description
PagedListMetaData ( )

Protected constructor that allows for instantiation without passing in a separate list.

Method Details

PagedListMetaData() protected method

Protected constructor that allows for instantiation without passing in a separate list.
protected PagedListMetaData ( )

PagedListMetaData() public method

Non-enumerable version of the PagedList class.
public PagedListMetaData ( IPagedList pagedList )
pagedList IPagedList A PagedList (likely enumerable) to copy metadata from.