# C1.Web.Mvc.CollectionViewResponse-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_CollectionViewResponse_1" data-uid="C1.Web.Mvc.CollectionViewResponse`1" class="text-break">CollectionViewResponse&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The response data of CollectionView.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Web.Mvc.OperationResult.html">OperationResult</a></div>
    <div class="level2"><span class="xref">CollectionViewResponse&lt;T&gt;</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_CollectionViewResponse_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CollectionViewResponse&lt;T&gt; : OperationResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CollectionViewResponse(Of T)
    Inherits OperationResult</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewResponse_1__ctor" data-uid="C1.Web.Mvc.CollectionViewResponse`1.#ctor">
          <a class="xref" href="C1.Web.Mvc.CollectionViewResponse-1.-ctor.html#C1_Web_Mvc_CollectionViewResponse_1__ctor">CollectionViewResponse()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewResponse_1_ColumnData" data-uid="C1.Web.Mvc.CollectionViewResponse`1.ColumnData">
          <a class="xref" href="C1.Web.Mvc.CollectionViewResponse-1.ColumnData.html#C1_Web_Mvc_CollectionViewResponse_1_ColumnData">ColumnData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data of specific column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewResponse_1_Items" data-uid="C1.Web.Mvc.CollectionViewResponse`1.Items">
          <a class="xref" href="C1.Web.Mvc.CollectionViewResponse-1.Items.html#C1_Web_Mvc_CollectionViewResponse_1_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>The items data for Read command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewResponse_1_OperatedItemResults" data-uid="C1.Web.Mvc.CollectionViewResponse`1.OperatedItemResults">
          <a class="xref" href="C1.Web.Mvc.CollectionViewResponse-1.OperatedItemResults.html#C1_Web_Mvc_CollectionViewResponse_1_OperatedItemResults">OperatedItemResults</a>
        </td>
        <td class="markdown level1 summary"><p>The results of creating, deleting or updating items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewResponse_1_PageIndex" data-uid="C1.Web.Mvc.CollectionViewResponse`1.PageIndex">
          <a class="xref" href="C1.Web.Mvc.CollectionViewResponse-1.PageIndex.html#C1_Web_Mvc_CollectionViewResponse_1_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>The index of page which the items are in.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewResponse_1_Skip" data-uid="C1.Web.Mvc.CollectionViewResponse`1.Skip">
          <a class="xref" href="C1.Web.Mvc.CollectionViewResponse-1.Skip.html#C1_Web_Mvc_CollectionViewResponse_1_Skip">Skip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the skip item count from the start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewResponse_1_TotalItemCount" data-uid="C1.Web.Mvc.CollectionViewResponse`1.TotalItemCount">
          <a class="xref" href="C1.Web.Mvc.CollectionViewResponse-1.TotalItemCount.html#C1_Web_Mvc_CollectionViewResponse_1_TotalItemCount">TotalItemCount</a>
        </td>
        <td class="markdown level1 summary"><p>The total number of items in the view before paging is applied.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
