Interface IPagedList<T>
Inherited Members
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Assembly: WaCore.Crud.Contracts.dll
Syntax
public interface IPagedList<T> : IEnumerable<T>, IEnumerable
Type Parameters
Properties
|
Improve this Doc
View Source
Limit
Declaration
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
List
Declaration
Property Value
Type |
Description |
System.Collections.Generic.IList<T> |
|
|
Improve this Doc
View Source
Offset
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalCount
Declaration
Property Value
Type |
Description |
System.Int32 |
|