AppointmentItem Methods
An appointment in the Scheduler.Name | Description |
---|---|
Assign(AppointmentItem) | Copies all settings from the object passed as the parameter to the current object. |
CreateException(AppointmentType, Int32) | Obsolete. Creates an appointment that is an exception in a recurring series. |
CreateNewReminder() | Creates a reminder for the specified appointment. |
DeleteExceptions() | Obsolete. Removes changed and deleted occurrences in the recurring series. |
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. |
FindException(Int32) | Obsolete. Returns an appointment that is an exception in the recurring series at the specified index. |
GetExceptions() | Obsolete. Returns a collection of the changed and deleted occurrences for the current pattern appointment. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetOccurrence(Int32) | Obsolete. Gets an occurrence at the specified position within a series of recurring appointments. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HasEmptyResource() | Inherited from SchedulerItemBase. |
HasResource(Object) | Indicates whether the item is associated with the specified resource. Inherited from SchedulerItemBase. |
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() | Inherited from SchedulerItemBase. |
RestoreOccurrence() | Replaces an exception in a recurring series with a regular occurrence. |
SetExceptionRecurrenceIndex(Int32) | Obsolete. Sets recurrence index to the appointment exception. |
SetExceptionRecurrencePattern(AppointmentItem) | Obsolete. Specifies a recurrence pattern for the appointment exception. |
SetPatternReference(AppointmentItem, Int32) | Sets recurrence index to the appointment. |
SetPatternReference(Object, Int32) | Sets the recurrence index to the appointment. Inherited from SchedulerItemBase. |
SetRecurrenceInfo(IRecurrenceInfo) | Sets the specified IRecurrenceInfo object as the RecurrenceInfo property value. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also