# C1.Web.Api.Configuration.Manager-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Configuration_Manager_1" data-uid="C1.Web.Api.Configuration.Manager`1" class="text-break">Manager&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The base Manager class. It is used to manage the specified type instances.</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">Manager&lt;T&gt;</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Api.Data.DataProviderManager.html">DataProviderManager</a></div>
      <div class="level2"><a class="xref" href="../C1.AspNetCore.Api.DataEngine/C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.html">FlexPivotEngineProviderManager</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Api.Storage.StorageProviderManager.html">StorageProviderManager</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Configuration.html">C1.Web.Api.Configuration</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Api.dll</h6>
  <h5 id="C1_Web_Api_Configuration_Manager_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Manager&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Manager(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><p>The type of the instance which is managed.</p>
</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_Api_Configuration_Manager_1__ctor" data-uid="C1.Web.Api.Configuration.Manager`1.#ctor">
          <a class="xref" href="C1.Web.Api.Configuration.Manager-1.-ctor.html#C1_Web_Api_Configuration_Manager_1__ctor">Manager()</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_Api_Configuration_Manager_1_Items" data-uid="C1.Web.Api.Configuration.Manager`1.Items">
          <a class="xref" href="C1.Web.Api.Configuration.Manager-1.Items.html#C1_Web_Api_Configuration_Manager_1_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the map of the items which are maintained.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Web_Api_Configuration_Manager_1_Add_System_String__0_" data-uid="C1.Web.Api.Configuration.Manager`1.Add(System.String,`0)">
          <a class="xref" href="C1.Web.Api.Configuration.Manager-1.Add.html#C1_Web_Api_Configuration_Manager_1_Add_System_String__0_">Add(string, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Add item with the key to the manager.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Configuration_Manager_1_Contains_System_String_" data-uid="C1.Web.Api.Configuration.Manager`1.Contains(System.String)">
          <a class="xref" href="C1.Web.Api.Configuration.Manager-1.Contains.html#C1_Web_Api_Configuration_Manager_1_Contains_System_String_">Contains(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value which indicates whether the key exists in the manager.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Configuration_Manager_1_Get_System_String_" data-uid="C1.Web.Api.Configuration.Manager`1.Get(System.String)">
          <a class="xref" href="C1.Web.Api.Configuration.Manager-1.Get.html#C1_Web_Api_Configuration_Manager_1_Get_System_String_">Get(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the instance which is mapped to the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Configuration_Manager_1_Remove_System_String_" data-uid="C1.Web.Api.Configuration.Manager`1.Remove(System.String)">
          <a class="xref" href="C1.Web.Api.Configuration.Manager-1.Remove.html#C1_Web_Api_Configuration_Manager_1_Remove_System_String_">Remove(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove the item with the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Configuration_Manager_1_TryGet_System_String__0__" data-uid="C1.Web.Api.Configuration.Manager`1.TryGet(System.String,`0@)">
          <a class="xref" href="C1.Web.Api.Configuration.Manager-1.TryGet.html#C1_Web_Api_Configuration_Manager_1_TryGet_System_String__0__">TryGet(string, out T)</a>
        </td>
        <td class="markdown level1 summary"><p>Try to get the instance which is mapped to the specified key.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
