[]
The request data which is passed from client side.
public class CollectionViewRequest<T>
Name | Description |
---|---|
T |
Name | Description |
---|---|
CollectionViewRequest() |
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. |