TimeNotationItem Class

Information expressing a singular scope of time.

Definition

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

Constructors

TimeNotationItem Create a new instance of the TimeNotationItem item.

Properties

ActiveCount Get/Set the number of occurrences until the event has expired.
ActiveDayIndex Get/Set the index of days.
ActiveEndDate Get/Set the end date of the active plan.
ActiveMonthIndex Get/Set the index of months.
ActivePeriod Get/Set the selection of the active plan.
ActiveWeekIndex Get/Set the index of weeks.
ActiveYearIndex Get/Set the index of years.
Available Get/Set a value indicating whether this time is available.
Comments Get a reference to the comments that have been created on this item.
(Inherited from BaseItem)
EndDate Get/Set the date and time at which this item ends on the defining occurrence.
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)
NextDate Get/Set the next date and time at which this item begins on the defining occurrence.
RepetitionRate Get/Set the repetition rate of this item.
RepetitionWeek Get/Set the week ordinal mask of the repetition plan.
RepetitionWeekday Get/Set the weekday mask of the repetition plan.
StartDate Get/Set the starting date and time on the defining occurrence of this item.

Methods

Clone Create a deep copy of the provided time notation 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)
RenderDay Render the period of a single 24-hour period using the provided time notation record and the specified date.
ShouldSerializeActiveCount Return a value indicating whether the ActiveCount property should be serialized.
ShouldSerializeActiveDayIndex Return a value indicating whether the ActiveDayIndex property should be serialized.
ShouldSerializeActiveEndDate Return a value indicating whether the ActiveEndDate property should be serialized.
ShouldSerializeActiveMonthIndex Return a value indicating whether the ActiveMonthIndex property should be serialized.
ShouldSerializeActivePeriod Return a value indicating whether the ActivePeriod property should be serialized.
ShouldSerializeActiveWeekIndex Return a value indicating whether the ActiveWeekIndex property should be serialized.
ShouldSerializeActiveYearIndex Return a value indicating whether the ActiveYearIndex property should be serialized.
ShouldSerializeAvailable Return a value indicating whether the Available property should be serialized.
ShouldSerializeEndDate Return a value indicating whether the EndDate 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)
ShouldSerializeNextDate Return a value indicating whether the NextDate property should be serialized.
ShouldSerializeRepetitionRate Return a value indicating whether the RepetitionRate property should be serialized.
ShouldSerializeRepetitionWeekday Return a value indicating whether the RepetitionWeekday property should be serialized.
ShouldSerializeRepetitionWeekOrdinal Return a value indicating whether the RepetitionWeek property should be serialized.
ShouldSerializeStartDate Return a value indicating whether the StartDate 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