# C1.Web.Mvc.Serialization.Operation.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Serialization_Operation__ctor_" data-uid="C1.Web.Mvc.Serialization.Operation.#ctor*">Operation Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Serialization_Operation__ctor_" data-uid="C1.Web.Mvc.Serialization.Operation.#ctor*"></a>
<h4 id="C1_Web_Mvc_Serialization_Operation__ctor_C1_Web_Mvc_Serialization_IContext_C1_Web_Mvc_Serialization_IAttributeHelper_" data-uid="C1.Web.Mvc.Serialization.Operation.#ctor(C1.Web.Mvc.Serialization.IContext,C1.Web.Mvc.Serialization.IAttributeHelper)">Operation(IContext, IAttributeHelper)</h4>
<div class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="C1.Web.Mvc.Serialization.Operation.html">Operation</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected Operation(IContext context, IAttributeHelper helper)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(context As IContext, helper As IAttributeHelper)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Serialization.IContext.html">IContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>The context object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Serialization.IAttributeHelper.html">IAttributeHelper</a></td>
      <td><span class="parametername">helper</span></td>
      <td><p>The attribute helper.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
