# C1.DataEngine.ClassFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataEngine_ClassFactory" data-uid="C1.DataEngine.ClassFactory" class="text-break">ClassFactory Class
</h1>
  <div class="markdown level0 summary"><p>Static class for transforming query results or dictionaries into a bindable collection of strongly typed objects.</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">ClassFactory</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataEngine.html">C1.DataEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.DataEngine.Api.dll</h6>
  <h5 id="C1_DataEngine_ClassFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ClassFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module ClassFactory</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataEngine_ClassFactory_CreateFromDataList_C1_DataEngine_IDataList_System_String_" data-uid="C1.DataEngine.ClassFactory.CreateFromDataList(C1.DataEngine.IDataList,System.String)">
          <a class="xref" href="C1.DataEngine.ClassFactory.CreateFromDataList.html#C1_DataEngine_ClassFactory_CreateFromDataList_C1_DataEngine_IDataList_System_String_">CreateFromDataList(IDataList, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a bindable collection of strongly typed objects from an <a class="xref" href="../C1.DataEngine/C1.DataEngine.IDataList.html">IDataList</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_ClassFactory_CreateFromDictionary_System_Collections_Generic_Dictionary_System_String_System_Object__System_String_" data-uid="C1.DataEngine.ClassFactory.CreateFromDictionary(System.Collections.Generic.Dictionary{System.String,System.Object},System.String)">
          <a class="xref" href="C1.DataEngine.ClassFactory.CreateFromDictionary.html#C1_DataEngine_ClassFactory_CreateFromDictionary_System_Collections_Generic_Dictionary_System_String_System_Object__System_String_">CreateFromDictionary(Dictionary&lt;string, object&gt;, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a bindable collection of strongly typed objects from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary&lt;TKey, TValue&gt;</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
