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.Collections.Generic.IList<CalObject>
|
CreateCalendar(IEnumerable<IAppointment>)
Declaration
protected virtual CalObject CreateCalendar(IEnumerable<IAppointment> appointments)
Parameters
|
System.Collections.Generic.IEnumerable<IAppointment>
appointments
|
Returns
|
CalObject
|
CreateCalendarObject()
Export(IEnumerable<IAppointment>, TextWriter)
Declaration
public void Export(IEnumerable<IAppointment> appointments, TextWriter textWriter)
Parameters
|
System.Collections.Generic.IEnumerable<IAppointment>
appointments
|
|
System.IO.TextWriter
textWriter
|
WriteAdditionalDataForAppointment(IAppointment, CalObject)
Declaration
protected abstract void WriteAdditionalDataForAppointment(IAppointment appointment, CalObject calObject)
Parameters
|
IAppointment
appointment
|
|
CalObject
calObject
|