[]
Base object that implements INotifyPropertyChanged.
public class BaseObject : BasePersistableObject, INotifyPropertyChanged
| Name | Description |
|---|---|
| BaseObject() |
| 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. |
| 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. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the value of a property changes. |