TimeBlockItem Class

Information about a reusable block of time entries.

Definition

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

Constructors

TimeBlockItem Create a new instance of the TimeBlockItem item.

Properties

Comments Get a reference to the comments that have been created on this item.
(Inherited from BaseItem)
DisplayName Get/Set the user-readable name of this schedule configuration.
Entries Get a reference to the collection of individual day and time slots.
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)

Methods

Clone Create and return a deep copy of the provided time block item.
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)
ShouldSerializeDisplayName Return a value indicating whether the DisplayName property should be serialized.
ShouldSerializeEntries Return a value indicating whether the Entries 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)
ToString
(Inherited from Object)

Events

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

See Also