Class PagedResultRequestDto
Simply implements IPaged
Inherited Members
Namespace: Code.Library.Dtos
Assembly: Code.Library.dll
Syntax
[Serializable]
public class PagedResultRequestDto : LimitedResultRequestDto, IPagedResultRequest, ILimitedResultRequest
Properties
| Improve this Doc View SourceSkipCount
Skip count (beginning of the page).
Declaration
public virtual int SkipCount { get; set; }
Property Value
Type | Description |
---|---|
int |