﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.Scheduler.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.Scheduler">
      <summary>
        <para>Contains classes and interfaces specific to the <see href="https://docs.devexpress.com/eXpressAppFramework/112811/event-planning-and-notifications/scheduler-module">Scheduler module</see> functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs">
      <summary>
        <para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ExceptionEventCreated">SchedulerListEditorBase.ExceptionEventCreated</see> 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 <see cref="T:DevExpress.ExpressApp.Scheduler.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">ExceptionEventCreatedEventArgs.PatternEvent</see> 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">ExceptionEventCreatedEventArgs.ExceptionEvent</see> 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 IEvent 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 IEvent object that specifies the original Event occurrence which was changed.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler">
      <summary>
        <para>Used to extend the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s ListView node with settings specific to the <see href="https://docs.devexpress.com/eXpressAppFramework/112811/event-planning-and-notifications/scheduler-module">Scheduler Module</see> functionality.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.DayViewTimeScale">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.FullWeekViewTimeScale">
      <summary>
        <para>For internal use.</para>
      </summary>
    </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 IModelList&lt;<see cref="T:DevExpress.ExpressApp.Model.IModelClass"/>&gt; 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 SchedulerViewType enumeration value that specifies 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 DateTime 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 DateTime object that specifies 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 <see href="https://docs.devexpress.com/eXpressAppFramework/112813/event-planning-and-notifications/scheduler/resources-in-a-schedule">resources</see> shown at one time on a scheduler.</para>
      </summary>
      <value>An integer value that specifies 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>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.NotificationsProvider">
      <summary>
        <para>A <see href="https://docs.devexpress.com/eXpressAppFramework/113693/event-planning-and-notifications/notifications/notifications-service-and-notifications-providers">Notifications Provider</see> that collects notifications from the Event class from the <see href="https://docs.devexpress.com/eXpressAppFramework/112571/business-model-design-orm/built-in-business-classes-and-interfaces">Business Classes Library</see> (both for Entity Framework and XPO).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.#ctor(DevExpress.ExpressApp.XafApplication,System.Collections.Generic.HashSet{DevExpress.ExpressApp.DC.ITypeInfo})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Scheduler.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 <see cref="T:DevExpress.ExpressApp.Scheduler.NotificationsProvider"/>.</param>
    </member>
    <member name="E:DevExpress.ExpressApp.Scheduler.NotificationsProvider.CustomizeAppointmentMapping">
      <summary>
        <para>Occurs when the <see cref="T:DevExpress.ExpressApp.Scheduler.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="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.Dismiss(System.Collections.Generic.IEnumerable{DevExpress.Persistent.Base.General.INotificationItem})">
      <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 <see cref="T:DevExpress.ExpressApp.Scheduler.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 IEnumerable&lt;<see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/>&gt; 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 <see cref="T:DevExpress.ExpressApp.Scheduler.NotificationsProvider"/> provider.</para>
      </summary>
      <value>A HashSet&lt;ITypeInfo&gt; object that provides information on business object types supported by the NotificatonsProvider provider.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.Postpone(System.Collections.Generic.IEnumerable{DevExpress.Persistent.Base.General.INotificationItem},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.ISchedulerStorageBase)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs">
      <summary>
        <para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreated">SchedulerListEditorBase.ResourceDataSourceCreated</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.#ctor(System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs"/> class.</para>
      </summary>
      <param name="dataSource">A data source object.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.#ctor(System.Type,System.Object)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Scheduler.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">ResourceDataSourceCreatedEventArgs.DataSource</see> property.</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.ResourceDataSourceCreatingEventArgs">
      <summary>
        <para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreating">SchedulerListEditorBase.ResourceDataSourceCreating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs.#ctor(System.Type)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Scheduler.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">ResourceDataSourceCreatingEventArgs.ResourceType</see> 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.SchedulerListEditorBase">
      <summary>
        <para>An abstract class that serves as the base class for the Scheduling <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editors</see> from the <see href="https://docs.devexpress.com/eXpressAppFramework/112811/event-planning-and-notifications/scheduler-module">Scheduler module</see>.</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 <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/> class.</para>
      </summary>
      <param name="model">An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s node, which contains information on the View that will use the instantiated <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>.</param>
    </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 AppointmentCustomFieldMappingCollection 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 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.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.BeginUpdate">
      <summary>
        <para>Prevents the <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/>‘s control from being updated until the <see cref="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.EndUpdate">SchedulerListEditorBase.EndUpdate</see> 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 <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/>‘s Date Navigator.</para>
      </summary>
      <value>An object that represents a Date Navigator.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/>‘s control after a call to the <see cref="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.BeginUpdate">SchedulerListEditorBase.BeginUpdate</see> 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>
    </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 <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/>.</para>
      </summary>
      <value>The focused object.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetIndexByObject(System.Object)">
      <summary>
        <para>Returns the index of an object that represents the Scheduler‘s Event.</para>
      </summary>
      <param name="obj">An object that represents the Scheduler‘s Event.</param>
      <returns>An index of an object that represents the Scheduler‘s Event.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetObjectByIndex(System.Int32)">
      <summary>
        <para>Returns an object that represents the Scheduler‘s Event with the specified index.</para>
      </summary>
      <param name="index">An index of the Scheduler‘s Event.</param>
      <returns>An object that represents the Scheduler‘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 Scheduler‘s Events.</para>
      </summary>
      <returns>An ordered list of objects that represent the Scheduler‘s Events.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetResourceType">
      <summary>
        <para>Returns the type of the Resource objects used by the Scheduler.</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 <see cref="T:DevExpress.ExpressApp.Scheduler.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 Scheduler.</para>
      </summary>
      <value>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.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsOccurrenceFocused">
      <summary>
        <para>Indicates whether a non-recurring Event is focused in the Scheduler.</para>
      </summary>
      <value>true, if a non-recurring Event is focused in the Scheduler; otherwise, false.</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 Scheduler.</para>
      </summary>
      <value>true, if an Event which serves as the pattern for other recurring Events is focused in the Scheduler; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsSchedulerControlLoaded">
      <summary>
        <para>Indicates whether the Scheduler control has been loaded.</para>
      </summary>
      <value>true if the Scheduler control is loaded; otherwise, false.</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 <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsCustomization"/> 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 <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/>‘s Collection Source.</para>
      </summary>
      <value>An array of descriptors for the properties considered bindable by the <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘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.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 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.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SchedulerDeleteHelper">
      <summary>
        <para>Intended for internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SchedulerViewTypeAttribute">
      <summary>
        <para>Holds the SchedulerViewType property’s name of the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s  Views | &lt;ListView&gt; node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SelectedAppointments">
      <summary>
        <para>Provides access to the collection of selected appointments.</para>
      </summary>
      <value>An AppointmentBaseCollection 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 TimeInterval 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.SelectionType">
      <summary>
        <para>Returns the selection type supported by the <see cref="T:DevExpress.ExpressApp.Scheduler.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 <see cref="T:DevExpress.ExpressApp.Scheduler.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 <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> 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>
    </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="T:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.Scheduler.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.ConvertXml(DevExpress.ExpressApp.Updating.ConvertXmlParameters)">
      <summary>
        <para>Converts legacy <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> differences containing <see cref="T:DevExpress.ExpressApp.Scheduler.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 <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> with the <see cref="T:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler"/> interface.</para>
      </summary>
      <param name="extenders">A ModelInterfaceExtenders 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 <see cref="T:DevExpress.ExpressApp.Scheduler.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 System.Version 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 <see cref="T:DevExpress.ExpressApp.Scheduler.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 <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase"/>.</para>
      </summary>
      <returns>An ICollection&lt;Type&gt; collection containing the types of the Resource Localizers supplied with the SchedulerModuleBase.</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 Event 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>
    </member>
  </members>
</doc>