AppointmentFormController Methods
Provides all the settings which are required to edit a particular appointment in a custom Edit Appointment form.
Name | Description |
---|---|
Apply |
Copies the values of all the appointment copy’s properties that are currently being edited in the form to the corresponding properties of the source appointment.
Inherited from Appointment |
Apply |
Copies the values of the specified recurrence pattern to the recurrence pattern of the appointment currently being edited in the form.
Inherited from Appointment |
Are |
Returns a value that indicates if the appointment currently being edited in the form is an exception, or it’s a recurrence pattern with exceptions.
Inherited from Appointment |
Assign |
Assigns recurrence info properties depending on the specified recurrence range.
Inherited from Appointment |
Calculate |
Calculates the total count of conflicts where the current appointment conflicts with other appointments.
Inherited from Appointment |
Delete |
Deletes the edited appointment.
Inherited from Appointment |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Indicates whether the appointment is changed.
Inherited from Appointment |
Is |
Informs whether the appointment is in conflict with another, and they are not reconciled.
Inherited from Appointment |
Is |
Inherited from Appointment |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Prepare |
Finds and clones the recurrence pattern for the appointment, or creates it if it does not exist.
Inherited from Appointment |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Destroys the edited appointment copy.
Inherited from Appointment |
Set |
Assigns the label to the current appointment.
Inherited from Appointment |
Set |
Assigns the availability status to the appointment.
Inherited from Appointment |
To |
Returns a string that represents the current object. Inherited from Object. |
Validate |
Checks whether the specified date and time values produce the valid time interval.
Inherited from Appointment |
Validate |
Checks whether the specified date and time values produce the valid time interval.
Inherited from Appointment |
Validate |
Checks whether the specified date and time values produce the time interval which falls within the interval specified by the Limit |
See Also