Files
SISBusiness/SISBusiness.Web.Subcontractor/bin/DevExpress.ExpressApp.Scheduler.v17.2.xml
T
2018-03-27 17:27:28 +02:00

894 lines
34 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Scheduler.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler">
<summary>
<para>Used to extend the Application Model's ListView node with settings specific to the Scheduler Module functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.DayViewTimeScale">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.FullWeekViewTimeScale">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.ResourceClass">
<summary>
<para>Specifies the type of the objects that will serve as a resource data source for the Scheduler List Editor.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.Model.IModelClass"/> 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.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.ResourceClasses">
<summary>
<para>Specifies the types that can serve as a resource data source for the Scheduler List Editor.
</para>
</summary>
<value>An <b>IModelList&lt;</b><see cref="T:DevExpress.ExpressApp.Model.IModelClass"/><b>&gt;</b> object representing a collection of Class nodes corresponding to the resource data source types.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.SchedulerViewType">
<summary>
<para>Specifies the view type used by the Scheduler List Editor.
</para>
</summary>
<value>A <b>DevExpress.XtraScheduler.SchedulerViewType</b> enumeration value specifying the view type used by the Scheduler List Editor.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.SelectedIntervalEnd">
<summary>
<para>Specifies the ending point of the time interval selected in the scheduler's active view.
</para>
</summary>
<value>A <b>DateTime</b> object specifying the ending point of the time interval selected in the scheduler's active view.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.SelectedIntervalStart">
<summary>
<para>Specifies the starting point of the time interval selected in the scheduler's active view.
</para>
</summary>
<value>A <b>DateTime</b> object specifying the starting point of the time interval selected in the scheduler's active view.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.TimeScale">
<summary>
<para>Specifies the time interval for the time slots in the scheduling area.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the time interval for the time slots.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.VisibleResourcesCount">
<summary>
<para>Specifies the count of resources shown at one time on a scheduler.
</para>
</summary>
<value>An integer value specifying the count of resources shown at one time on a scheduler.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.WorkWeekViewTimeScale">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs">
<summary>
<para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs.#ctor(System.Type)">
<summary>
<para>Creates and initializes a new instance of the ResourceDataSourceCreatingEventArgs class.
</para>
</summary>
<param name="resourceType">
Specifies the type of the Resource objects used by the scheduler control. This argument's value is assigned to the <see cref="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs.ResourceType"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs.DataSource">
<summary>
<para>Specifies the object used to store resources.
</para>
</summary>
<value>An object that stores resources.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs.ResourceType">
<summary>
<para>Specifies the type of the Resource objects used by the scheduling control.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object that represents the type of the Resource objects used by the scheduling control.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs">
<summary>
<para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.#ctor(System.Type,System.Object)">
<summary>
<para>Creates and initializes a new instance of the ResourceDataSourceCreatedEventArgs class.
</para>
</summary>
<param name="resourceType">
Specifies the type of the resource objects used by the scheduler control.
</param>
<param name="dataSource">
Specifies the object used to store resources. This argument's value is assigned to the <see cref="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.DataSource"/> property.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the ResourceDataSourceCreatedEventArgs class.
</para>
</summary>
<param name="dataSource">
A data source object.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.DataSource">
<summary>
<para>Specifies the object used to store resources.
</para>
</summary>
<value>An object that stores resources.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs">
<summary>
<para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ExceptionEventCreated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.#ctor(DevExpress.Persistent.Base.General.IEvent,DevExpress.Persistent.Base.General.IEvent)">
<summary>
<para>Creates and initilizes an instance of the ExceptionEventCreatedEventArgs class.
</para>
</summary>
<param name="patternEvent">
Specifies the original Event occurrence that was changed. This parameter is assigned to the <see cref="P:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.PatternEvent"/> property.
</param>
<param name="exceptionEvent">
Specifies the exceptional Event occurrence that was created. This parameter is assigned to the <see cref="P:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.ExceptionEvent"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.ExceptionEvent">
<summary>
<para>Specifies the exceptional Event occurrence that was created.
</para>
</summary>
<value>An <b>IEvent</b> object which specifies the exceptional Event occurrence which was created.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.PatternEvent">
<summary>
<para>Specifies the original Event occurrence that was changed.
</para>
</summary>
<value>An <b>IEvent</b> object that specifies the original Event occurrence which was changed.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase">
<summary>
<para>An abstract class that serves as the base class for the Scheduling List Editors from the Scheduler module.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
<summary>
<para>The constructor which provides basic functionality for the classes derived from the SchedulerListEditorBase class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.Appointments">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.AppointmentsCustomFieldMappings">
<summary>
<para>Provides access to the collection of objects specifying mappings of the appointments' custom properties to appropriate data fields.
</para>
</summary>
<value>An <b>AppointmentCustomFieldMappingCollection</b> object specifying mappings of the appointments' custom properties to appropriate data fields.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.AppointmentsMappings">
<summary>
<para>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.
</para>
</summary>
<value>An <b>AppointmentMappingInfo</b> object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.AssignCustomProperties(DevExpress.XtraScheduler.Appointment)">
<summary>
<para> </para>
</summary>
<param name="appointment">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.BeginUpdate">
<summary>
<para>Prevents the SchedulerListEditorBase's control from being updated until the <see cref="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.CreateDeleteHelper">
<summary>
<para>Intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.DateNavigator">
<summary>
<para>Provides access to the SchedulerListEditorBase's Date Navigator.
</para>
</summary>
<value>A <b>DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner</b> object that represents a Date Navigator.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.EndUpdate">
<summary>
<para>Unlocks the SchedulerListEditorBase's control after a call to the <see cref="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.EventAssigner">
<summary>
<para>Intended for internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ExceptionEventCreated">
<summary>
<para>Occurs when an exceptional Event occurrence is created.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.FilterDataSource">
<summary>
<para>Intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.FocusedObject">
<summary>
<para>Gets or sets the focused object in the SchedulerListEditorBase.
</para>
</summary>
<value>The focused object.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetAppointment(DevExpress.Persistent.Base.General.IEvent,DevExpress.ExpressApp.IObjectSpace)">
<summary>
<para> </para>
</summary>
<param name="schedulerEvent">
</param>
<param name="objectSpace">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetAppointment(DevExpress.Persistent.Base.General.IEvent)">
<summary>
<para> </para>
</summary>
<param name="schedulerEvent">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetIndexByObject(System.Object)">
<summary>
<para>Returns the index of an object that represents the <b>Scheduler</b>'s Event.
</para>
</summary>
<param name="obj">
An object that represents the <b>Scheduler</b>'s Event.
</param>
<returns>An index of an object that represents the <b>Scheduler</b>'s Event.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetObjectByIndex(System.Int32)">
<summary>
<para>Returns an object that represents the <b>Scheduler</b>'s Event with the specified index.
</para>
</summary>
<param name="index">
An index of the <b>Scheduler</b>'s Event.
</param>
<returns>An object that represents the <b>Scheduler</b>'s Event with the specified index.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetOrderedObjects">
<summary>
<para>Returns an ordered list of objects that represent the <b>Scheduler</b>'s Events.
</para>
</summary>
<returns>An ordered list of objects that represent the <b>Scheduler</b>'s Events.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetResourceType">
<summary>
<para>Returns the type of the Resource objects used by the <b>Scheduler</b>.
</para>
</summary>
<returns>A <see cref="T:System.Type"/> object that represents the type of the Resource objects used by the scheduling control.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetSelectedObjects">
<summary>
<para>Returns a collection of objects that are currently selected in the SchedulerListEditorBase's control.
</para>
</summary>
<returns>A <see cref="T:System.Collections.IList"/> object that represents a list of the selected objects.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsChangedOccurrenceFocused">
<summary>
<para>Indicates whether a recurring Event's occurrence, which was changed and now does not satisfy the recurrency pattern, is focused in the <b>Scheduler</b>.
</para>
</summary>
<value><b>true</b>, if a recurring Event's occurrence, which was changed and now does not satisfy the recurrency pattern, is focused in the <b>Scheduler</b>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsOccurrenceFocused">
<summary>
<para>Indicates whether a non-recurring Event is focused in the <b>Scheduler</b>.
</para>
</summary>
<value><b>true</b>, if a non-recurring Event is focused in the <b>Scheduler</b>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsPatternFocused">
<summary>
<para>Indicates whether an Event which serves as the pattern for other recurring Events is focused in the <b>Scheduler</b>.
</para>
</summary>
<value><b>true</b>, if an Event which serves as the pattern for other recurring Events is focused in the <b>Scheduler</b>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsSchedulerControlLoaded">
<summary>
<para>Indicates whether the <b>Scheduler</b> control has been loaded.
</para>
</summary>
<value><b>true</b> if the <b>Scheduler</b> control is loaded; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.NewAction">
<summary>
<para>Intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.OptionsCustomization">
<summary>
<para>Provides access to the scheduler's customization options.
</para>
</summary>
<value>A <b>SchedulerOptionsCustomization</b> object representing the scheduler's customization options.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.RequiredProperties">
<summary>
<para>Returns an array of descriptors for the properties considered bindable by the SchedulerListEditorBase's Collection Source.
</para>
</summary>
<value>An array of descriptors for the properties considered bindable by the List Editor's Collection Source.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreated">
<summary>
<para>Occurs after the resources data source has been instantiated by the <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/>'s descendant.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreating">
<summary>
<para>Occurs before the resources data source has been instantiated by the <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/>'s descendant.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.Resources">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourcesMappings">
<summary>
<para>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.
</para>
</summary>
<value>A <b>ResourceMappingInfo</b> object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SchedulerDeleteHelper">
<summary>
<para>Intended for internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SchedulerViewTypeAttribute">
<summary>
<para>Holds the <b>SchedulerViewType</b> property's name of the Application Model's <b>Views</b> | <b><i>&lt;ListView&gt;</i></b> node.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SelectedAppointments">
<summary>
<para>Provides access to the collection of selected appointments.
</para>
</summary>
<value>An <b>AppointmentBaseCollection</b> object representing the collection of selected appointments.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SelectedInterval">
<summary>
<para>Specifies the time interval currently selected in the scheduler's active view by an end-user.
</para>
</summary>
<value>A <b>TimeInterval</b> object specifying the time interval currently selected in the scheduler's active view by an end-user.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SelectedResource">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SelectionType">
<summary>
<para>Returns the selection type supported by the SchedulerListEditorBase.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.SelectionType"/> enumeration value that represents the selection type supported by the current List Editor.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Performs additional initialization of the SchedulerListEditorBase.
</para>
</summary>
<param name="collectionSource">
A <see cref="T:DevExpress.ExpressApp.CollectionSourceBase"/> object that represent the Collection Source of the List View that the current List Editor represents in a UI.
</param>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that can be used to manage the current application.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SourceObjectHelper">
<summary>
<para>Intended for internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.Start">
<summary>
<para>Specifies the start date of the scheduler.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> object specifying the start date of the scheduler.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.StorageBase">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.NotificationsProvider">
<summary>
<para>A Notifications Provider that collects notifications from the <b>Event</b> class from the Business Classes Library (both for Entity Framework and XPO).
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.#ctor(DevExpress.ExpressApp.XafApplication,System.Collections.Generic.HashSet`1)">
<summary>
<para>Initializes a new instance of the NotificationsProvider class.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages the current application.
</param>
<param name="eventsType">
A set of event types supported by NotificationsProvider.
</param>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.NotificationsProvider.CustomizeAppointmentMapping">
<summary>
<para>Occurs when the NotificationsProvider is initialized by the scheduler storage.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.NotificationsProvider.CustomizeNotificationCollectionCriteria">
<summary>
<para>Occurs before a criteria is applied to the notifications collection.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.NotificationsProvider.CustomizePrefetchProperties">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.Dismiss(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Dismisses the specified notification items.
</para>
</summary>
<param name="notificationItems">
A list of <see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/> objects to be dismissed.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.Dispose">
<summary>
<para>Releases all resources used by an NotificationsProvider object.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.GetActiveNotificationsCount">
<summary>
<para>Returns the number of active notifications.
</para>
</summary>
<returns>An integer value which is the number of active notifications.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.GetNotificationItems">
<summary>
<para>Returns the list of notification items for the given list of <see cref="T:DevExpress.Persistent.Base.General.ISupportNotifications"/> objects.
</para>
</summary>
<returns>An <b>IEnumerable&lt;</b><see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/><b>&gt;</b> list of notification items.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.GetPostponedNotificationsCount">
<summary>
<para>Returns the number of postponed notifications.
</para>
</summary>
<returns>An integer value which is the number of postponed notifications.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.NotificationsProvider.NotificationTypesInfo">
<summary>
<para>Gets information on business object types supported by the NotificationsProvider provider.
</para>
</summary>
<value>A <b>HashSet&lt;</b>ITypeInfo<b>&gt;</b> object that provides information on business object types supported by the <b>NotificatonsProvider</b> provider.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.Postpone(System.Collections.Generic.IEnumerable`1,System.TimeSpan)">
<summary>
<para>Postpones the specified notification item for the given amount of time.
</para>
</summary>
<param name="notificationItems">
An <see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/> notification item to postpone.
</param>
<param name="postponeTime">
A <see cref="T:System.TimeSpan"/> object that specifies the amount of time to postpone the notification.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.SetSchedulerStorage(DevExpress.XtraScheduler.SchedulerStorageBase)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="schedulerStorage">
</param>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Scheduler.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.#ctor">
<summary>
<para>Creates an instance of the SchedulerModuleBase class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.ConvertXml(DevExpress.ExpressApp.Updating.ConvertXmlParameters)">
<summary>
<para>Converts legacy Application Model differences containing SchedulerModuleBase related data.
</para>
</summary>
<param name="convertXmlArgs">
A <see cref="T:DevExpress.ExpressApp.Updating.ConvertXmlParameters"/> object, representing an Application Model node's differences.
</param>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.CustomizeReminderEventTypes">
<summary>
<para>Occurs when the business object types that supply notifications are collected.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler"/> interface.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the SchedulerModuleBase module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the SchedulerModuleBase module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the SchedulerModuleBase.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>SchedulerModuleBase</b>.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.NotificationsProvider">
<summary>
<para>Gets the <see cref="T:DevExpress.ExpressApp.Scheduler.NotificationsProvider"/> that collects notifications from the <b>Event</b> business objects.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Scheduler.NotificationsProvider"/> object.
</value>
</member>
<member name="F:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.VisibleResourcesCountAttribute">
<summary>
<para>This constant is intended for internal use.
</para>
</summary>
<returns> </returns>
</member>
</members>
</doc>