ContactAllocationItem Class

Information about time allocations made to a contact.

Definition

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

Constructors

ContactAllocationItemInitializes a new instance of the ContactAllocationItem class

Properties

Contact Get/Set a reference to the contact for which this allocation is prepared.
FreeBusyConnections Get a reference to the collection of free/busy clips for this contact.
Tasks Get a reference to the collection of tasks associated with this contact.
TimeBlocks Get a reference to the collection of time blocks being scheduled.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also