[]
        
(Showing Draft Content)

C1.GanttView.BaseObject

BaseObject Class

Base object that implements INotifyPropertyChanged.

Inheritance
BaseObject
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class BaseObject : BasePersistableObject, INotifyPropertyChanged

Constructors

Name Description
BaseObject()

Properties

Name Description
ID

Gets the object's autogenerated ID.

NextID

Gets the next object's ID in collection.

Notes

Gets or sets notes associated with this task.

Project

Gets the owner Project.

Methods

Name Description
GetFieldValue(string, object)

Gets the value of a custom field.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

SetFieldValue(string, object)

Sets the value of a custom field.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.