# C1.Web.Mvc.CollectionViewRequest-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_CollectionViewRequest_1" data-uid="C1.Web.Mvc.CollectionViewRequest`1" class="text-break">CollectionViewRequest&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The request data which is passed from client side.</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"><span class="xref">CollectionViewRequest&lt;T&gt;</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.CollectionViewBatchEditRequest-1.html">CollectionViewBatchEditRequest&lt;T&gt;</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.CollectionViewEditRequest-1.html">CollectionViewEditRequest&lt;T&gt;</a></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_CollectionViewRequest_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CollectionViewRequest&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CollectionViewRequest(Of T)</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_CollectionViewRequest_1__ctor" data-uid="C1.Web.Mvc.CollectionViewRequest`1.#ctor">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.-ctor.html#C1_Web_Mvc_CollectionViewRequest_1__ctor">CollectionViewRequest()</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_CollectionViewRequest_1_Column" data-uid="C1.Web.Mvc.CollectionViewRequest`1.Column">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.Column.html#C1_Web_Mvc_CollectionViewRequest_1_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which column of data will be acquired</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewRequest_1_Command" data-uid="C1.Web.Mvc.CollectionViewRequest`1.Command">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.Command.html#C1_Web_Mvc_CollectionViewRequest_1_Command">Command</a>
        </td>
        <td class="markdown level1 summary"><p>The request command type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewRequest_1_Distinct" data-uid="C1.Web.Mvc.CollectionViewRequest`1.Distinct">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.Distinct.html#C1_Web_Mvc_CollectionViewRequest_1_Distinct">Distinct</a>
        </td>
        <td class="markdown level1 summary"><p>Indicate the data of column should be distinct.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewRequest_1_ExtraRequestData" data-uid="C1.Web.Mvc.CollectionViewRequest`1.ExtraRequestData">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.ExtraRequestData.html#C1_Web_Mvc_CollectionViewRequest_1_ExtraRequestData">ExtraRequestData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the extra request data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewRequest_1_PageIndex" data-uid="C1.Web.Mvc.CollectionViewRequest`1.PageIndex">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.PageIndex.html#C1_Web_Mvc_CollectionViewRequest_1_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>The page index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewRequest_1_PageSize" data-uid="C1.Web.Mvc.CollectionViewRequest`1.PageSize">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.PageSize.html#C1_Web_Mvc_CollectionViewRequest_1_PageSize">PageSize</a>
        </td>
        <td class="markdown level1 summary"><p>The page size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewRequest_1_Skip" data-uid="C1.Web.Mvc.CollectionViewRequest`1.Skip">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.Skip.html#C1_Web_Mvc_CollectionViewRequest_1_Skip">Skip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the skip items' count from the start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewRequest_1_SortDescriptions" data-uid="C1.Web.Mvc.CollectionViewRequest`1.SortDescriptions">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.SortDescriptions.html#C1_Web_Mvc_CollectionViewRequest_1_SortDescriptions">SortDescriptions</a>
        </td>
        <td class="markdown level1 summary"><p>The sort descriptions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CollectionViewRequest_1_Top" data-uid="C1.Web.Mvc.CollectionViewRequest`1.Top">
          <a class="xref" href="C1.Web.Mvc.CollectionViewRequest-1.Top.html#C1_Web_Mvc_CollectionViewRequest_1_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the items' count required.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
