# C1.Web.Mvc.ODataVirtualCollectionViewService-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_ODataVirtualCollectionViewService_1" data-uid="C1.Web.Mvc.ODataVirtualCollectionViewService`1" class="text-break">ODataVirtualCollectionViewService&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a class to support loading data from the OData service on demand.</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.Component.html">Component</a></div>
    <div class="level2"><span class="xref">Service</span></div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.html">BaseCollectionViewService</a>&lt;T&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.BaseODataCollectionViewService-1.html">BaseODataCollectionViewService</a>&lt;T&gt;</div>
    <div class="level5"><span class="xref">ODataVirtualCollectionViewService&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
    <div><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
    <div><a class="xref" href="C1.Web.Mvc.IItemsSource-1.html">IItemsSource</a>&lt;T&gt;</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_ODataVirtualCollectionViewService_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ODataVirtualCollectionViewService&lt;T&gt; : BaseODataCollectionViewService&lt;T&gt;, IHtmlContent, ITemplate, IItemsSource&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ODataVirtualCollectionViewService(Of T)
    Inherits BaseODataCollectionViewService(Of T)
    Implements IHtmlContent, ITemplate, IItemsSource(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="implements">Implements</h3>
  <div>
      <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.IItemsSource-1.html">IItemsSource&lt;T&gt;</a>
  </div>

</div>
