C1.Silverlight.Schedule.5
Appointment Class Methods

For a list of all members of this type, see Appointment members.

Public Methods
 NameDescription
Public MethodBeginEditOverridden. Prevents the Appointment object from being updated until the EndEdit(Boolean) method is called.  
Public MethodCancelEditOverridden. Discards changes since the last BeginEdit call.  
Public MethodClearRecurrencePatternRemoves the recurrence settings and restores the RecurrenceStateEnum.NotRecurring state for an appointment.  
Public MethodCopyCreates the copy of the Appointment object.  
Public MethodCopyFromOverloaded. Copies properties from the specified Appointment object to this one.  
Public MethodDeleteDeletes an appointment and removes it from the owning AppointmentCollection collection.  
Public MethodEndEdit()Finishes edit mode started by the BasePersistableObject.BeginEdit method and updates a corresponding data source item. (Inherited from C1.C1Schedule.BasePersistableObject)
Public MethodFromXmlOverloaded. Overridden. Reconstructs appointment from an System.Xml.XmlReader.  
Public MethodGetAppointmentPropertiesReturns XML encoding of appointment properties.  
Public MethodGetRecurrencePatternReturns 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.  
Public MethodGetTimeTillEventReturns a time term before the appointment start; a negative value means that appointment is expired.  
Public MethodIsGroupMemberReturns True if the current Appointment object is a member of a group which is specified by the groupOwner and groupBy parameters; False otherwise.  
Public MethodSetAppointmentPropertiesReconstructs appointment properties from the specified string.  
Public MethodToXmlOverloaded. Overridden. Creates an XML encoding of the appointment.  
Top
See Also

Reference

Appointment Class
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.