Class AppointmentsControl
Inheritance
System.Object
AppointmentsControl
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Scheduler
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class AppointmentsControl : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
AppointmentsControl()
Declaration
public AppointmentsControl()
Properties
Appointments
Declaration
public IList<AppointmentItem> Appointments { get; }
Property Value
System.Collections.Generic.IList<AppointmentItem>
|
TimeSlots
Declaration
public IList<TimeSlotItem> TimeSlots { get; }
Property Value
System.Collections.Generic.IList<TimeSlotItem>
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
DeleteAppointment(String)
Declaration
public void DeleteAppointment(string appSubject)
Parameters
System.String
appSubject
|
DeleteAppointment(String, Int32)
Declaration
public void DeleteAppointment(string appSubject, int appIndex)
Parameters
System.String
appSubject
|
System.Int32
appIndex
|
DeleteRecurringItem(String, Int32)
Declaration
public void DeleteRecurringItem(string appSubject, int appIndex)
Parameters
System.String
appSubject
|
System.Int32
appIndex
|
DeleteRecurringSeries(String, Int32)
Declaration
public void DeleteRecurringSeries(string appSubject, int appIndex)
Parameters
System.String
appSubject
|
System.Int32
appIndex
|
DragAppointmentToTimeSlot(String, Int32, FrameworkElement)
Declaration
public void DragAppointmentToTimeSlot(string appSubject, int appIndex, FrameworkElement timeSlot)
Parameters
System.String
appSubject
|
System.Int32
appIndex
|
FrameworkElement
timeSlot
|
DragAppointmentToTimeSlot(String, Int32, Int32)
Declaration
public void DragAppointmentToTimeSlot(string appSubject, int index, int slotIndex)
Parameters
System.String
appSubject
|
System.Int32
index
|
System.Int32
slotIndex
|
DragAppointmentToTimeSlotDay(String, Int32, Int32, Int32)
Declaration
public void DragAppointmentToTimeSlotDay(string appSubject, int appIndex, int slotDay, int occurrence)
Parameters
System.String
appSubject
|
System.Int32
appIndex
|
System.Int32
slotDay
|
System.Int32
occurrence
|
GetAppointmentBySubject(String)
Declaration
public AppointmentItem GetAppointmentBySubject(string subject)
Parameters
System.String
subject
|
Returns
AppointmentItem
|
GetAppointmentsBySubject(String)
Declaration
public IList<AppointmentItem> GetAppointmentsBySubject(string subject)
Parameters
System.String
subject
|
Returns
System.Collections.Generic.IList<AppointmentItem>
|
GetAppointmentsBySubject(String, Int32)
Declaration
public IList<AppointmentItem> GetAppointmentsBySubject(string subject, int count)
Parameters
System.String
subject
|
System.Int32
count
|
Returns
System.Collections.Generic.IList<AppointmentItem>
|
GetDayTimeSlotItem(Int32)
Declaration
public TimeSlotItem GetDayTimeSlotItem(int day)
Parameters
System.Int32
day
|
Returns
TimeSlotItem
|
GetDayTimeSlotItem(Int32, Int32)
Declaration
public TimeSlotItem GetDayTimeSlotItem(int day, int occurrence)
Parameters
System.Int32
day
|
System.Int32
occurrence
|
Returns
TimeSlotItem
|
OpenDay(Int32, Int32)
Declaration
public void OpenDay(int day, int occurrence)
Parameters
System.Int32
day
|
System.Int32
occurrence
|
ResizeAppointmentFromEnd(String, Int32, Int32)
Declaration
public void ResizeAppointmentFromEnd(string appSubject, int appIndex, int slots)
Parameters
System.String
appSubject
|
System.Int32
appIndex
|
System.Int32
slots
|
ResizeAppointmentFromStart(String, Int32, Int32)
Declaration
public void ResizeAppointmentFromStart(string appSubject, int appIndex, int slots)
Parameters
System.String
appSubject
|
System.Int32
appIndex
|
System.Int32
slots
|
SelectDay(Int32, Int32)
Declaration
public void SelectDay(int day, int occurrence)
Parameters
System.Int32
day
|
System.Int32
occurrence
|