Skip to main content
A newer version of this page is available. .

SchedulerItemBase Members

A base class for appointment items.

Properties

Name Description
CustomFields Inherited from SourceObjectContainer.
Duration Gets or sets the appointment’s duration.
End Gets or sets the appointment’s end date and time.
Id Gets the object’s identifier. Inherited from SourceObjectContainer.
Interval Returns the normalized duration based on the Start and End values.
QueryEnd Gets the normalized appointment end value which is recommended for use in interval-based appointment data source queries.
QueryStart Gets the normalized appointment start value which is recommended for use in interval-based appointment data source queries.
RecurrenceIndex Gets the appointment index in the recurring series.
RecurrenceInfo Gets or sets information that defines an appointment’s recurrence rule.
RecurrenceInfoId Returns the identifier of the recurrence info.
ResourceId Gets or sets the identifier of the associated resource, or the first resource identifier if an appointment has several assigned resources.
ResourceIds Provides access to the collection of identifiers of the associated resources.
SourceObject Provides access to the data object bound to the current persistent instance. Inherited from SourceObjectContainer.
Start Gets or sets the start date and time of the appointment.
TimeZoneId Gets or sets the appointment time zone.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HasEmptyResource()
HasResource(Object) Indicates whether the item is associated with the specified resource.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Refresh()
SetPatternReference(Object, Int32) Sets the recurrence index to the appointment.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
ResourceIdsChanged Occurs when the ResourceIds property value has changed.
See Also