[]
        
(Showing Draft Content)

C1.Web.Mvc.CollectionViewResponse-1

CollectionViewResponse<T> Class

The response data of CollectionView.

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

Constructors

Name Description
CollectionViewResponse()

Properties

Name Description
ColumnData

Gets or sets the data of specific column.

Items

The items data for Read command.

OperatedItemResults

The results of creating, deleting or updating items.

PageIndex

The index of page which the items are in.

Skip

Gets or sets the skip item count from the start.

TotalItemCount

The total number of items in the view before paging is applied.