Name | Description | |
---|---|---|
![]() | BeginEdit | Overridden. Prevents the Appointment object from being updated until the EndEdit(Boolean) method is called. |
![]() | CancelEdit | Overridden. Discards changes since the last BeginEdit call. |
![]() | ClearRecurrencePattern | Removes the recurrence settings and restores the RecurrenceStateEnum.NotRecurring state for an appointment. |
![]() | Copy | Creates the copy of the Appointment object. |
![]() | CopyFrom | Copies properties from the specified Appointment object to this one. |
![]() | Delete | Deletes an appointment and removes it from the owning AppointmentCollection collection. |
![]() | EndEdit() | Finishes edit mode started by the BasePersistableObject.BeginEdit method and updates a corresponding data source item. (Inherited from C1.C1Schedule.BasePersistableObject) |
![]() | FromXml | Overloaded. Overridden. Reconstructs appointment from an System.Xml.XmlNode. |
![]() | GetAppointmentProperties | Returns XML encoding of appointment properties. |
![]() | GetRecurrencePattern | Returns the RecurrencePattern object that represents the recurrence attributes of an appointment. If there is no existing recurrence pattern, a new empty RecurrencePattern object is returned. |
![]() | GetTimeTillEvent | Returns a time term before the appointment start; a negative value means that appointment is expired. |
![]() | IsGroupMember | Returns True if the current Appointment object is a member of a group which is specified by the groupOwner and groupBy parameters; False otherwise. |
![]() | SaveAs | Saves the appointment to the specified path in the format of the specified file format. |
![]() | SetAppointmentProperties | Reconstructs appointment properties from the specified string. |
![]() | ToXml | Overloaded. Overridden. Creates an XML encoding of the appointment. |