[]
        
(Showing Draft Content)

C1.Web.Mvc.CollectionViewRequest-1

CollectionViewRequest<T> Class

The request data which is passed from client side.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class CollectionViewRequest<T>
Type Parameters
Name Description
T

Constructors

Name Description
CollectionViewRequest()

Properties

Name Description
Column

Gets or sets which column of data will be acquired

Command

The request command type.

Distinct

Indicate the data of column should be distinct.

ExtraRequestData

Gets the extra request data.

PageIndex

The page index.

PageSize

The page size.

Skip

Gets or sets the skip items' count from the start.

SortDescriptions

The sort descriptions.

Top

Gets or sets the items' count required.