# C1.Schedule.MappingInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_MappingInfo" data-uid="C1.Schedule.MappingInfo" class="text-break">MappingInfo Class
</h1>
  <div class="markdown level0 summary"><p>This class provides information on the mapping of the single property
of the object to the appropriate data field.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">MappingInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <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.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_MappingInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class MappingInfo : Component, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class MappingInfo
    Inherits Component
    Implements IComponent, 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_Schedule_MappingInfo__ctor_System_Type_System_Type_System_String_System_Boolean_System_Object_" data-uid="C1.Schedule.MappingInfo.#ctor(System.Type,System.Type,System.String,System.Boolean,System.Object)">
          <a class="xref" href="C1.Schedule.MappingInfo.-ctor.html#C1_Schedule_MappingInfo__ctor_System_Type_System_Type_System_String_System_Boolean_System_Object_">MappingInfo(Type, Type, string, bool, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Use this ctor when property of bound object has to have the type other than
type of the internal object's property.</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_Schedule_MappingInfo_DataType" data-uid="C1.Schedule.MappingInfo.DataType">
          <a class="xref" href="C1.Schedule.MappingInfo.DataType.html#C1_Schedule_MappingInfo_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> value determining the type of the data field
or property which can be bound to this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_MappingInfo_IsMapped" data-uid="C1.Schedule.MappingInfo.IsMapped">
          <a class="xref" href="C1.Schedule.MappingInfo.IsMapped.html#C1_Schedule_MappingInfo_IsMapped">IsMapped</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating if this objects is mapped
to the data field or property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_MappingInfo_MappingName" data-uid="C1.Schedule.MappingInfo.MappingName">
          <a class="xref" href="C1.Schedule.MappingInfo.MappingName.html#C1_Schedule_MappingInfo_MappingName">MappingName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining the name of the data field
or property to be bound to the object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_MappingInfo_PropertyName" data-uid="C1.Schedule.MappingInfo.PropertyName">
          <a class="xref" href="C1.Schedule.MappingInfo.PropertyName.html#C1_Schedule_MappingInfo_PropertyName">PropertyName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining the name of the property
which should be mapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_MappingInfo_Required" data-uid="C1.Schedule.MappingInfo.Required">
          <a class="xref" href="C1.Schedule.MappingInfo.Required.html#C1_Schedule_MappingInfo_Required">Required</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating if mapping for this property is required or optional.</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_Schedule_MappingInfo_GetPropertyValue_System_Object_" data-uid="C1.Schedule.MappingInfo.GetPropertyValue(System.Object)">
          <a class="xref" href="C1.Schedule.MappingInfo.GetPropertyValue.html#C1_Schedule_MappingInfo_GetPropertyValue_System_Object_">GetPropertyValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the property of specified object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_MappingInfo_SetPropertyValue_System_Object_System_Object_" data-uid="C1.Schedule.MappingInfo.SetPropertyValue(System.Object,System.Object)">
          <a class="xref" href="C1.Schedule.MappingInfo.SetPropertyValue.html#C1_Schedule_MappingInfo_SetPropertyValue_System_Object_System_Object_">SetPropertyValue(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets property of specified object to the specified value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
