# C1.JsonNet.JsonOperation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_JsonNet_JsonOperation" data-uid="C1.JsonNet.JsonOperation" class="text-break">JsonOperation Class
</h1>
  <div class="markdown level0 summary"><p>Defines a base class for serialization or deserialization.</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">JsonOperation</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.JsonNet.html">C1.JsonNet</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_JsonNet_JsonOperation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class JsonOperation : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class JsonOperation
    Implements IDisposable</code></pre>
  </div>
  <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_JsonNet_JsonOperation__ctor_C1_JsonNet_JsonSetting_" data-uid="C1.JsonNet.JsonOperation.#ctor(C1.JsonNet.JsonSetting)">
          <a class="xref" href="C1.JsonNet.JsonOperation.-ctor.html#C1_JsonNet_JsonOperation__ctor_C1_JsonNet_JsonSetting_">JsonOperation(JsonSetting)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the JsonOperation class.</p>
</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_JsonNet_JsonOperation_JsonSetting" data-uid="C1.JsonNet.JsonOperation.JsonSetting">
          <a class="xref" href="C1.JsonNet.JsonOperation.JsonSetting.html#C1_JsonNet_JsonOperation_JsonSetting">JsonSetting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the json setting.</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_JsonNet_JsonOperation_Dispose" data-uid="C1.JsonNet.JsonOperation.Dispose">
          <a class="xref" href="C1.JsonNet.JsonOperation.Dispose.html#C1_JsonNet_JsonOperation_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Dispose the current instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
