Skip to main content

Appointment Methods
Show Inherited Hide Inherited

An appointment in the scheduler control.
Name Description
BeginUpdate() Locks the object until the EndUpdate or CancelUpdate method is called. Inherited from PersistentObject.
CancelUpdate() Unlocks the PersistentObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from PersistentObject.
Copy() Creates a copy of the current Appointment object.
CreateException(AppointmentType, Int32) Creates an exceptional appointment within a chain of recurring appointments.
CreateNewReminder() Returns a new reminder for the appointment.
Delete() Deletes the Appointment object from the appointment collection to which it belongs.
DeleteExceptions() Deletes changed and deleted occurrences of the current pattern appointment.
Dispose() Disposes of the PersistentObject object. Inherited from PersistentObject.
EndUpdate() Unlocks the PersistentObject object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from PersistentObject.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetExceptions() 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) Gets an occurrence at a specific position within a chain of recurring appointments.
GetRow(SchedulerStorageBase) Provides access to the data record for the current appointment.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue(SchedulerStorageBase, String) Obtains the value of the specific field in the current appointment data record supplied by the specified storage object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
RaiseDeleting() protected This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PersistentObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RestoreOccurrence() Replaces an exceptional appointment with the regular occurrence in the chain of recurring appointments.
SetValue(SchedulerStorageBase, String, Object) Performs a transaction to change the value of the specific field in the current appointment data record supplied by the specified storage object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also