DependencyItem Class

Information relating a single dependency to the project or task dependent upon it.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class DependencyItem : BaseItem
Inheritance
Object    ChangeObjectItem    BaseItem    DependencyItem

Constructors

DependencyItem Create a new instance of the DependencyItem item.

Properties

Comments Get a reference to the comments that have been created on this item.
(Inherited from BaseItem)
DependencyDate Get/Set the date and time related to the ancestor project or task.
DependencyType Get/Set the type of dependency identified with this association.
ExtendedProperties Get a reference to a collection of properties defined for this contact.
(Inherited from BaseItem)
ItemId Get/Set the locally unique identification of this record.
(Inherited from BaseItem)
ItemTicket Get/Set the globally unique identification of this record.
(Inherited from BaseItem)
RemoteDependency Get/Set a reference to the project or task for which the dependency is defined.

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.
(Inherited from BaseItem)
OnPropertyChanged Raises the PropertyChanged event when the value of a member property has changed.
(Inherited from BaseItem)
ShouldSerializeDependencyDate Return a value indicating whether the DependencyDate property should be serialized.
ShouldSerializeDependencyType Return a value indicating whether the DependencyType property should be serialized.
ShouldSerializeExtendedProperties Return a value indicating whether the ExtendedProperties property should be serialized.
(Inherited from BaseItem)
ShouldSerializeItemId Return a value indicating whether the ItemId property should be serialized.
(Inherited from BaseItem)
ShouldSerializeItemTicket Return a value indicating whether the ItemTicket property should be serialized.
(Inherited from BaseItem)
ShouldSerializeRemoteDependency Return a value indicating whether the RemoteDependency property should be serialized.
ToString
(Inherited from Object)

Events

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

See Also