DevExpress.ExpressApp.Scheduler.v17.2
Used to extend the Application Model's ListView node with settings specific to the Scheduler Module functionality.
For internal use.
For internal use.
Specifies the type of the objects that will serve as a resource data source for the Scheduler List Editor.
An object representing the Class node corresponding to the type of the objects that will serve as a resource data source for the Scheduler List Editor.
Specifies the types that can serve as a resource data source for the Scheduler List Editor.
An IModelList<> object representing a collection of Class nodes corresponding to the resource data source types.
Specifies the view type used by the Scheduler List Editor.
A DevExpress.XtraScheduler.SchedulerViewType enumeration value specifying the view type used by the Scheduler List Editor.
Specifies the ending point of the time interval selected in the scheduler's active view.
A DateTime object specifying the ending point of the time interval selected in the scheduler's active view.
Specifies the starting point of the time interval selected in the scheduler's active view.
A DateTime object specifying the starting point of the time interval selected in the scheduler's active view.
Specifies the time interval for the time slots in the scheduling area.
A value representing the time interval for the time slots.
Specifies the count of resources shown at one time on a scheduler.
An integer value specifying the count of resources shown at one time on a scheduler.
For internal use.
Represents arguments passed to the event.
Creates and initializes a new instance of the ResourceDataSourceCreatingEventArgs class.
Specifies the type of the Resource objects used by the scheduler control. This argument's value is assigned to the property.
Specifies the object used to store resources.
An object that stores resources.
Specifies the type of the Resource objects used by the scheduling control.
A object that represents the type of the Resource objects used by the scheduling control.
Represents arguments passed to the event.
Creates and initializes a new instance of the ResourceDataSourceCreatedEventArgs class.
Specifies the type of the resource objects used by the scheduler control.
Specifies the object used to store resources. This argument's value is assigned to the property.
Initializes a new instance of the ResourceDataSourceCreatedEventArgs class.
A data source object.
Specifies the object used to store resources.
An object that stores resources.
Represents arguments passed to the event.
Creates and initilizes an instance of the ExceptionEventCreatedEventArgs class.
Specifies the original Event occurrence that was changed. This parameter is assigned to the property.
Specifies the exceptional Event occurrence that was created. This parameter is assigned to the property.
Specifies the exceptional Event occurrence that was created.
An IEvent object which specifies the exceptional Event occurrence which was created.
Specifies the original Event occurrence that was changed.
An IEvent object that specifies the original Event occurrence which was changed.
An abstract class that serves as the base class for the Scheduling List Editors from the Scheduler module.
The constructor which provides basic functionality for the classes derived from the SchedulerListEditorBase class.
An object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
Provides access to the collection of objects specifying mappings of the appointments' custom properties to appropriate data fields.
An AppointmentCustomFieldMappingCollection object specifying mappings of the appointments' custom properties to appropriate data fields.
Provides access to an object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.
An AppointmentMappingInfo object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.
Prevents the SchedulerListEditorBase's control from being updated until the method is called.
Intended for internal use.
Provides access to the SchedulerListEditorBase's Date Navigator.
A DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner object that represents a Date Navigator.
Unlocks the SchedulerListEditorBase's control after a call to the method and causes an immediate update.
Intended for internal use.
Occurs when an exceptional Event occurrence is created.
Intended for internal use.
Gets or sets the focused object in the SchedulerListEditorBase.
The focused object.
Returns the index of an object that represents the Scheduler's Event.
An object that represents the Scheduler's Event.
An index of an object that represents the Scheduler's Event.
Returns an object that represents the Scheduler's Event with the specified index.
An index of the Scheduler's Event.
An object that represents the Scheduler's Event with the specified index.
Returns an ordered list of objects that represent the Scheduler's Events.
An ordered list of objects that represent the Scheduler's Events.
Returns the type of the Resource objects used by the Scheduler.
A object that represents the type of the Resource objects used by the scheduling control.
Returns a collection of objects that are currently selected in the SchedulerListEditorBase's control.
A object that represents a list of the selected objects.
Indicates whether a recurring Event's occurrence, which was changed and now does not satisfy the recurrency pattern, is focused in the Scheduler.
true, if a recurring Event's occurrence, which was changed and now does not satisfy the recurrency pattern, is focused in the Scheduler; otherwise, false.
Indicates whether a non-recurring Event is focused in the Scheduler.
true, if a non-recurring Event is focused in the Scheduler; otherwise, false.
Indicates whether an Event which serves as the pattern for other recurring Events is focused in the Scheduler.
true, if an Event which serves as the pattern for other recurring Events is focused in the Scheduler; otherwise, false.
Indicates whether the Scheduler control has been loaded.
true if the Scheduler control is loaded; otherwise, false.
Intended for internal use.
Provides access to the scheduler's customization options.
A SchedulerOptionsCustomization object representing the scheduler's customization options.
Returns an array of descriptors for the properties considered bindable by the SchedulerListEditorBase's Collection Source.
An array of descriptors for the properties considered bindable by the List Editor's Collection Source.
Occurs after the resources data source has been instantiated by the 's descendant.
Occurs before the resources data source has been instantiated by the 's descendant.
Provides access to an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
A ResourceMappingInfo object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
Intended for internal use.
Holds the SchedulerViewType property's name of the Application Model's Views | <ListView> node.
Provides access to the collection of selected appointments.
An AppointmentBaseCollection object representing the collection of selected appointments.
Specifies the time interval currently selected in the scheduler's active view by an end-user.
A TimeInterval object specifying the time interval currently selected in the scheduler's active view by an end-user.
Returns the selection type supported by the SchedulerListEditorBase.
A enumeration value that represents the selection type supported by the current List Editor.
Performs additional initialization of the SchedulerListEditorBase.
A object that represent the Collection Source of the List View that the current List Editor represents in a UI.
An object that can be used to manage the current application.
Intended for internal use.
Specifies the start date of the scheduler.
A object specifying the start date of the scheduler.
A Notifications Provider that collects notifications from the Event class from the Business Classes Library (both for Entity Framework and XPO).
Initializes a new instance of the NotificationsProvider class.
An object that manages the current application.
A set of event types supported by NotificationsProvider.
Occurs when the NotificationsProvider is initialized by the scheduler storage.
Occurs before a criteria is applied to the notifications collection.
Dismisses the specified notification items.
A list of objects to be dismissed.
Releases all resources used by an NotificationsProvider object.
Returns the number of active notifications.
An integer value which is the number of active notifications.
Returns the list of notification items for the given list of objects.
An IEnumerable<> list of notification items.
Returns the number of postponed notifications.
An integer value which is the number of postponed notifications.
Gets information on business object types supported by the NotificationsProvider provider.
A HashSet<ITypeInfo> object that provides information on business object types supported by the NotificatonsProvider provider.
Postpones the specified notification item for the given amount of time.
An notification item to postpone.
A object that specifies the amount of time to postpone the notification.
For internal use.
The module contained in the DevExpress.ExpressApp.Scheduler.v17.2.dll assembly.
Creates an instance of the SchedulerModuleBase class.
Converts legacy Application Model differences containing SchedulerModuleBase related data.
A object, representing an Application Model node's differences.
Occurs when the business object types that supply notifications are collected.
Extends the Application Model with the interface.
A ModelInterfaceExtenders object that is a collection of Application Model interface extenders.
Returns the list of updaters that handle database updates for the SchedulerModuleBase module.
An object which represents the Object Space used to update the database.
A System.Version object which represents the current database version.
An IEnumerable<> list of updaters that handle database updates for the SchedulerModuleBase module.
Returns a collection of additional Resource Localizer types that can be used in an application that uses the SchedulerModuleBase.
An ICollection<Type> collection containing the types of the Resource Localizers supplied with the SchedulerModuleBase.
Gets the that collects notifications from the Event business objects.
A object.
This constant is intended for internal use.