FreeBusyItem Class

Information about a resource's availability, associated with a task.

Definition

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

Constructors

FreeBusyItem Create a new instance of the FreeBusyItem item.

Properties

Busy Get/Set a value indicating whether this connector identifies busy.
Contact Get/Set a reference to the contact to which this connector is attached.
DateRange Get/Set a reference to the date range occupied by this connector.
ExtendedProperties Get a reference to the collection of extended properties available for this comment.
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.
Task Get/Set a reference to the task to which this connector is attached.
TimeNotation Get/Set a reference to the time notation associated with the contact.

Methods

Clone Return a deep copy clone of the specified free/busy connector.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnCollectionChanged Raises the PropertyChanged event when the contents of a member collection have changed.
(Inherited from ChangeObjectItem)
OnPropertyChanged Raises the PropertyChanged event when the value of a property has changed.
(Inherited from ChangeObjectItem)
ShouldSerializeBusy Return a value indicating whether the Busy property should be serialized.
ShouldSerializeContact Return a value indicating whether the Contact property should be serialized.
ShouldSerializeDateRange Return a value indicating whether the DateRange property should be serialized.
ShouldSerializeExtendedProperties Return a value indicating whether the ExtendedProperties property should be serialized.
ShouldSerializeItemTicket Return a value indicating whether the ItemTicket property should be serialized.
ShouldSerializeTask Return a value indicating whether the Task property should be serialized.
ShouldSerializeTimeNotation Return a value indicating whether the TimeNotation property should be serialized.
ToString Return the string representation of this item.
(Overrides ObjectToString)

Events

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

See Also