Interface IPagedResultRequest
This interface is defined to standardize to request a paged result.
Inherited Members
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface IPagedResultRequest : ILimitedResultRequest
Properties
SkipCount
Skip count (beginning of the page).
Declaration
int SkipCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |