# C1.Win.GanttView.ResourceRef

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_ResourceRef" data-uid="C1.Win.GanttView.ResourceRef" class="text-break">ResourceRef Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the reference to a resource object.</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">ResourceRef</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_ResourceRef_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ResourceRefConverter))]
public class ResourceRef : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ResourceRefConverter))&gt;
Public Class ResourceRef
    Implements ICloneable</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_Win_GanttView_ResourceRef__ctor" data-uid="C1.Win.GanttView.ResourceRef.#ctor">
          <a class="xref" href="C1.Win.GanttView.ResourceRef.-ctor.html#C1_Win_GanttView_ResourceRef__ctor">ResourceRef()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.GanttView.ResourceRef.html">ResourceRef</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ResourceRef__ctor_System_Int32_System_Double_" data-uid="C1.Win.GanttView.ResourceRef.#ctor(System.Int32,System.Double)">
          <a class="xref" href="C1.Win.GanttView.ResourceRef.-ctor.html#C1_Win_GanttView_ResourceRef__ctor_System_Int32_System_Double_">ResourceRef(int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.GanttView.ResourceRef.html">ResourceRef</a>.</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_Win_GanttView_ResourceRef_Amount" data-uid="C1.Win.GanttView.ResourceRef.Amount">
          <a class="xref" href="C1.Win.GanttView.ResourceRef.Amount.html#C1_Win_GanttView_ResourceRef_Amount">Amount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of the resource that will be spent on this task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ResourceRef_OwnerTask" data-uid="C1.Win.GanttView.ResourceRef.OwnerTask">
          <a class="xref" href="C1.Win.GanttView.ResourceRef.OwnerTask.html#C1_Win_GanttView_ResourceRef_OwnerTask">OwnerTask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ResourceRef_Resource" data-uid="C1.Win.GanttView.ResourceRef.Resource">
          <a class="xref" href="C1.Win.GanttView.ResourceRef.Resource.html#C1_Win_GanttView_ResourceRef_Resource">Resource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a resource for the owner task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ResourceRef_ResourceID" data-uid="C1.Win.GanttView.ResourceRef.ResourceID">
          <a class="xref" href="C1.Win.GanttView.ResourceRef.ResourceID.html#C1_Win_GanttView_ResourceRef_ResourceID">ResourceID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ID of the resource.</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_Win_GanttView_ResourceRef_Equals_System_Object_" data-uid="C1.Win.GanttView.ResourceRef.Equals(System.Object)">
          <a class="xref" href="C1.Win.GanttView.ResourceRef.Equals.html#C1_Win_GanttView_ResourceRef_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ResourceRef_GetHashCode" data-uid="C1.Win.GanttView.ResourceRef.GetHashCode">
          <a class="xref" href="C1.Win.GanttView.ResourceRef.GetHashCode.html#C1_Win_GanttView_ResourceRef_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
