TimerItem Class

Information about an individual timer.

Definition

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

Constructors

TimerItem Create a new instance of the TimerItem item.

Properties

Comments Get a reference to the comments that have been created on this item.
(Inherited from BaseItem)
EndTime Get/Set the date and time upon which the timer was stopped.
ExtendedProperties Get a reference to a collection of properties defined for this contact.
(Inherited from BaseItem)
IsRunning Get/Set a value indicating whether the timer is running.
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)
StartTime Get/Set the date and time upon which the timer was started.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetTimeSpan Return the time elapsed from start to end or since the timer was started.
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)
ShouldSerializeEndTime Return a value indicating whether the EndTime property should be serialized.
ShouldSerializeExtendedProperties Return a value indicating whether the ExtendedProperties property should be serialized.
(Inherited from BaseItem)
ShouldSerializeIsRunning Return a value indicating whether the IsRunning property should be serialized.
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)
ShouldSerializeStartTime Return a value indicating whether the StartTime property should be serialized.
ToString
(Inherited from Object)

Events

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

See Also