# C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3" class="text-break">MapLayerBaseBuilder&lt;T, TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.MapLayerBase-1.html">MapLayerBase&lt;T&gt;</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level3"><span class="xref">MapLayerBaseBuilder&lt;T, TControl, TBuilder&gt;</span></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ExtraMapLayerBuilder-3.html">ExtraMapLayerBuilder&lt;T, TControl, TBuilder&gt;</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MapLayerBaseBuilder&lt;T, TControl, TBuilder&gt; : BaseBuilder&lt;TControl, TBuilder&gt; where TControl : MapLayerBase&lt;T&gt; where TBuilder : MapLayerBaseBuilder&lt;T, TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MapLayerBaseBuilder(Of T, TControl As MapLayerBase(Of T), TBuilder As MapLayerBaseBuilder(Of T, TControl, TBuilder))
    Inherits BaseBuilder(Of TControl, TBuilder)</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>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</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_Fluent_MapLayerBaseBuilder_3__ctor__1_" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.#ctor(`1)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.-ctor.html#C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3__ctor__1_">MapLayerBaseBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.html">MapLayerBaseBuilder&lt;T, TControl, TBuilder&gt;</a> instance to configurate <code class="paramref">obj</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3__ctor__1_C1_Web_Mvc_FlexMap__0__" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.#ctor(`1,C1.Web.Mvc.FlexMap{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.-ctor.html#C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3__ctor__1_C1_Web_Mvc_FlexMap__0__">MapLayerBaseBuilder(TControl, FlexMap&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create one MapLayerBaseBuilder instance</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_Mvc_Fluent_MapLayerBaseBuilder_3_ColorScale_System_Action_C1_Web_Mvc_Fluent_ColorScaleBuilder__" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.ColorScale(System.Action{C1.Web.Mvc.Fluent.ColorScaleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.ColorScale.html#C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_ColorScale_System_Action_C1_Web_Mvc_Fluent_ColorScaleBuilder__">ColorScale(Action&lt;ColorScaleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the ColorScale property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_ItemsSource_System_String_" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.ItemsSource(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.ItemsSource.html#C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_ItemsSource_System_String_">ItemsSource(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MapLayerBase-1.ItemsSource.html#C1_Web_Mvc_MapLayerBase_1_ItemsSource">ItemsSource</a>.
Sets a data source for the layer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_OnClientItemsSourceChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.OnClientItemsSourceChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.OnClientItemsSourceChanged.html#C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_OnClientItemsSourceChanged_System_String_">OnClientItemsSourceChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.MapLayerBase-1.OnClientItemsSourceChanged.html#C1_Web_Mvc_MapLayerBase_1_OnClientItemsSourceChanged">OnClientItemsSourceChanged</a> client event.
Occurs after the layer has been bound to a new items source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_Style_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.Style(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.Style.html#C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_Style_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">Style(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MapLayerBase-1.Style.html#C1_Web_Mvc_MapLayerBase_1_Style">Style</a>.
Sets the layer's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_Url_System_String_" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.Url(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.Url.html#C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3_Url_System_String_">Url(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MapLayerBase-1.Url.html#C1_Web_Mvc_MapLayerBase_1_Url">Url</a>.
Get or sets the data source url.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
