BaseItem Class

Base information found in every ProjectTask object.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class BaseItem : ChangeObjectItem, IItem
Inheritance
Object    ChangeObjectItem    BaseItem
Derived
More
Implements
IItem

Constructors

BaseItem Create a new instance of the BaseItem item.

Properties

Comments Get a reference to the comments that have been created on this item.
ExtendedProperties Get a reference to a collection of properties defined for this contact.
ItemId Get/Set the locally unique identification of this record.
ItemTicket Get/Set the globally unique identification of this record.
NextItemId Get/Set the next local item ID for this record.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnCollectionChanged Raises the CollectionChanged event when the contents of a member collection have changed.
(Overrides ChangeObjectItemOnCollectionChanged(Object, CollectionChangeEventArgs))
OnPropertyChanged Raises the PropertyChanged event when the value of a member property has changed.
(Overrides ChangeObjectItemOnPropertyChanged(String))
ShouldSerializeExtendedProperties Return a value indicating whether the ExtendedProperties property should be serialized.
ShouldSerializeItemId Return a value indicating whether the ItemId property should be serialized.
ShouldSerializeItemTicket Return a value indicating whether the ItemTicket property should be serialized.
ToString
(Inherited from Object)

Events

PropertyChanged Raised when the value of a property has changed.
(Inherited from ChangeObjectItem)

See Also