名前 | 解説 | |
---|---|---|
![]() | CollectionViewResponse<T> コンストラクタ |
CollectionViewResponse<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | ColumnData | Gets or sets the data of specific column. |
![]() | Error | Gets or sets the error message. C1.Web.Mvc.OperationResultから継承されます。 |
![]() | 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. |
![]() | Success | Gets or sets whether the operation is success. C1.Web.Mvc.OperationResultから継承されます。 |
![]() | TotalItemCount | The total number of items in the view before paging is applied. |