Represents an Appointment in a VisualInterval.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class IntervalAppointment : DependencyObject
Visual Basic
Public Class IntervalAppointment _
	Inherits DependencyObject

Remarks

A single Appointment may cover multiple time intervals represented by VisualInterval objects from the VisualIntervals collection. The IntervalAppointment object represents an Appointment belonging to a certain Interval.

The IntervalAppointment objects are used as DataContext for the IntervalAppointmentTemplate DataTemplate.

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Silverlight.Schedule..::..IntervalAppointment

See Also