Class CalendarExporterBase
Inheritance
System.Object
CalendarExporterBase
Namespace: Telerik.UI.Xaml.Controls.Scheduler.ICalendar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class CalendarExporterBase : Object
Constructors
CalendarExporterBase()
Declaration
protected CalendarExporterBase()
Methods
AppointmentToCalObject(IAppointment)
Declaration
protected virtual IList<CalObject> AppointmentToCalObject(IAppointment appointment)
Parameters
IAppointment
appointment
|
Returns
System.
|
CreateCalendar(IEnumerable<IAppointment>)
Declaration
protected virtual CalObject CreateCalendar(IEnumerable<IAppointment> appointments)
Parameters
System.
|
Returns
CreateCalendarObject()
Export(IEnumerable<IAppointment>, TextWriter)
Declaration
public void Export(IEnumerable<IAppointment> appointments, TextWriter textWriter)
Parameters
System.
|
System.
|
WriteAdditionalDataForAppointment(IAppointment, CalObject)
Declaration
protected abstract void WriteAdditionalDataForAppointment(IAppointment appointment, CalObject calObject)
Parameters
IAppointment
appointment
|
Cal
|