C# 클래스 X.PagedList.PagedListMetaData

Non-enumerable version of the PagedList class.
상속: IPagedList
파일 보기 프로젝트 열기: kpi-ua/X.PagedList 1 사용 예제들

공개 메소드들

메소드 설명
PagedListMetaData ( IPagedList pagedList )

Non-enumerable version of the PagedList class.

보호된 메소드들

메소드 설명
PagedListMetaData ( )

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

메소드 상세

PagedListMetaData() 보호된 메소드

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

PagedListMetaData() 공개 메소드

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