# C1.Win.GanttView.BaseObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_BaseObject" data-uid="C1.Win.GanttView.BaseObject" class="text-break">BaseObject Class
</h1>
  <div class="markdown level0 summary"><p>Base object that implements INotifyPropertyChanged.</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">BaseObject</span></div>
      <div class="level2"><a class="xref" href="C1.Win.GanttView.BaseTask.html">BaseTask</a></div>
      <div class="level2"><a class="xref" href="C1.Win.GanttView.Resource.html">Resource</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</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_BaseObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BaseObject : BasePersistableObject, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BaseObject
    Inherits BasePersistableObject
    Implements INotifyPropertyChanged</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_BaseObject__ctor" data-uid="C1.Win.GanttView.BaseObject.#ctor">
          <a class="xref" href="C1.Win.GanttView.BaseObject.-ctor.html#C1_Win_GanttView_BaseObject__ctor">BaseObject()</a>
        </td>
        <td class="markdown level1 summary"></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_BaseObject_ID" data-uid="C1.Win.GanttView.BaseObject.ID">
          <a class="xref" href="C1.Win.GanttView.BaseObject.ID.html#C1_Win_GanttView_BaseObject_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object's autogenerated ID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseObject_NextID" data-uid="C1.Win.GanttView.BaseObject.NextID">
          <a class="xref" href="C1.Win.GanttView.BaseObject.NextID.html#C1_Win_GanttView_BaseObject_NextID">NextID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next object's ID in collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseObject_Notes" data-uid="C1.Win.GanttView.BaseObject.Notes">
          <a class="xref" href="C1.Win.GanttView.BaseObject.Notes.html#C1_Win_GanttView_BaseObject_Notes">Notes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets notes associated with this task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseObject_Project" data-uid="C1.Win.GanttView.BaseObject.Project">
          <a class="xref" href="C1.Win.GanttView.BaseObject.Project.html#C1_Win_GanttView_BaseObject_Project">Project</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="C1.Win.GanttView.BaseObject.Project.html#C1_Win_GanttView_BaseObject_Project">Project</a>.</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_BaseObject_GetFieldValue_System_String_System_Object_" data-uid="C1.Win.GanttView.BaseObject.GetFieldValue(System.String,System.Object)">
          <a class="xref" href="C1.Win.GanttView.BaseObject.GetFieldValue.html#C1_Win_GanttView_BaseObject_GetFieldValue_System_String_System_Object_">GetFieldValue(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of a custom field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseObject_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="C1.Win.GanttView.BaseObject.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="C1.Win.GanttView.BaseObject.OnPropertyChanged.html#C1_Win_GanttView_BaseObject_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.BaseObject.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseObject_SetFieldValue_System_String_System_Object_" data-uid="C1.Win.GanttView.BaseObject.SetFieldValue(System.String,System.Object)">
          <a class="xref" href="C1.Win.GanttView.BaseObject.SetFieldValue.html#C1_Win_GanttView_BaseObject_SetFieldValue_System_String_System_Object_">SetFieldValue(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of a custom field.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_BaseObject_PropertyChanged" data-uid="C1.Win.GanttView.BaseObject.PropertyChanged">
          <a class="xref" href="C1.Win.GanttView.BaseObject.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of a property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
