Class PagedResultRequestDto
Implements
System.ComponentModel.DataAnnotations.IValidatableObject
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public class PagedResultRequestDto : LimitedResultRequestDto, IValidatableObject, IPagedResultRequest, ILimitedResultRequest
Constructors
PagedResultRequestDto()
Declaration
public PagedResultRequestDto()
Properties
SkipCount
Declaration
[Range(0, 2147483647)]
public virtual int SkipCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
System.ComponentModel.DataAnnotations.IValidatableObject