Skip to main content
A newer version of this page is available. .

SchedulerViewBase Methods

A base class for the scheduler views.
Name Description
AddAppointmentSelection(Appointment) Selects the specified appointment.
CalcHitInfo(Point, Boolean) Returns information on scheduler elements located at the specified point.
ChangeAppointmentSelection(Appointment) Selects a single appointment.
Dispose() Disposes of the SchedulerViewBase object.
DisposeViewControls() Disposes of controls contained in the view.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current UserInterfaceObject instance. Inherited from UserInterfaceObject.
GetAppointments() Gets the collection of appointments displayed in the current Scheduler view.
GetFilteredResources() Obtains a collection of filtered resources from the Storage.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current UserInterfaceObject object. Inherited from UserInterfaceObject.
GetResources() Gets a collection of visible resources for the current Scheduler view.
GetType() Gets the Type of the current instance. Inherited from Object.
GetVisibleIntervals() Returns a copy of the visible time interval collection for the current view.
GotoTimeInterval(TimeInterval) Selects the specified time interval and scrolls the View to it if it’s not currently visible.
InitializeViewControls() Creates and initializes additional controls contained in complex views, such as Agenda view.
Invalidate() Invalidates the region occupied by the current View (adds it to the control’s update region which will be repainted during the next paint operation), and causes a paint message to be sent to the scheduler control.
Invalidate(Rectangle) Invalidates the specified region of the current View (adds it to the control’s update region which will be repainted during the next paint operation), and sends a paint message to the scheduler control.
LayoutChanged() Updates the View and forces the scheduler control to display any changes made to the View’s layout.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ReverseAppointmentSelection(Appointment) Switches the selection status of the specified appointment.
SelectAppointment(Appointment, Resource) Makes the specified appointment on the specified resource the only selected appointment within the View and scrolls to it.
SelectAppointment(Appointment) Makes the specified appointment the only selected appointment within the View and scrolls to it.
SetSelection(TimeInterval, Resource) Selects time cells which encompass the specified time interval.
SetVisibleIntervals(TimeIntervalCollection) Fills the visible time interval collection with new items.
ToString() Returns the element’s textual representation. Inherited from UserInterfaceObject.
ZoomIn() Performs scaling up to display content in more detail.
ZoomOut() Performs scaling down to display a broader look of the View.
See Also