Version

Appointment Class Members

The following tables list the members exposed by Appointment.

Public Constructors
 NameDescription
Public ConstructorAppointment ConstructorCreates a new instance with default values.  
Public Properties
 NameDescription
Public PropertyDataObjectReturns the data object from which this activity or resource was created, or null if it has no associated data object. (Inherited from Infragistics.Scheduler.DataBindableItemBase)
Public PropertyDescriptionThe description of the activity. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyEndThe date and time before which the activity ends. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyIdThe unique identifier for this activity. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyIsAllDayReturns a boolean value indicating whether this ActivityBase effectively spans the entire day. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyIsRecurrenceRootReturns a boolean value indicating whether this activity defines a recurrence pattern. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyIsRemovedReturns a boolean value indicating whether this ActivityBase has been effectively removed. Applicable only for recurring activities. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyLocationThe location of the appointment.  
Public PropertyOriginalStartReturns the date and time which marks this activity's placement in a recurrence. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyRecurrenceReturns or sets a string which describes the recurrence pattern for this activity, or null if this activity is not a root activity. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyRecurrenceIdReturns the identifier for the associated RecurrenceRoot, or null if this activity is not associated with a DateRecurrence. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyRecurrenceRootReturns the ActivityBase which defines the recurrence pattern from which this activity was created, or null if this activity is not associated with a recurrence. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyResourceReturns the resource associated with this activity. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyResourceIdReturns or sets the identifier for the associated resource, or null if this activity is not associated with any particular resource. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertyStartThe date and time at which the activity begins. (Inherited from Infragistics.Scheduler.ActivityBase)
Public PropertySubjectThe subject of the activity. (Inherited from Infragistics.Scheduler.ActivityBase)
Public Methods
 NameDescription
Public MethodIsSameAsReturns a boolean value indicating whether the specified appointment is the same as this one.  
Public MethodToStringReturns a string representation of the object.  
Protected Methods
 NameDescription
Protected Internal MethodDestroyOverridden. Releases any memory previously used by this object.  
Protected MethodOnPropertyChangedOverridden. Raises the PropertyChanged event.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs when the value of a property of this object changes. (Inherited from Infragistics.Scheduler.ObservableObject)
See Also