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

375 lines
14 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Scheduler.Web.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb">
<summary>
<para>Used to extend the Application Model's ListView node with settings specific to the ASP.NET Scheduler Module functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb.DateNavigatorRowCount">
<summary>
<para>Specifies the count of calendars displayed by the Scheduler List Editor.
</para>
</summary>
<value>An integer value specifying the count of calendars to be displayed by the Scheduler List Editor.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb.ScrollAreaHeight">
<summary>
<para>Specifies the height of the scroll container that encloses the scheduler.
</para>
</summary>
<value>An integer value specifying the height of the scroll container that encloses the scheduler.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Scheduler.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.#ctor">
<summary>
<para>Creates an instance of the SchedulerAspNetModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb"/> 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.Web.SchedulerAspNetModule.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the SchedulerAspNetModule.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>SchedulerAspNetModule</b>.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.Setup(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Sets up the SchedulerAspNetModule after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> collection.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This parameter value is set for the <see cref="P:DevExpress.ExpressApp.ModuleBase.Application"/> property.
</param>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor">
<summary>
<para>Represents the Scheduling List Editor used in the <b>XAF</b> ASP.NET Web applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
<summary>
<para>Creates and initializes an instance of the ASPxSchedulerListEditor 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="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ApplyModel">
<summary>
<para>Updates the current List Editor's state in accordance with the information stored in the Application Model.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Appointments">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.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.Web.ASPxSchedulerListEditor.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.Web.ASPxSchedulerListEditor.BeginUpdate">
<summary>
<para>Prevents the ASPxSchedulerListEditor's control from being updated until the <see cref="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.BreakLinksToControls">
<summary>
<para>Removes references to the ASPxSchedulerListEditor's control and its event handlers.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.CommitChanges">
<summary>
<para>This event is intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ContextMenuTemplate">
<summary>
<para>Provides access to the ASPxSchedulerListEditor's Context Menu Template.
</para>
</summary>
<value>A control which implements the <b>IContextMenuTemplate</b> interface and represents a List Editor's Context Menu Template.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ControlInitialized">
<summary>
<para>For internal use only.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.DateNavigator">
<summary>
<para>Provides access to the ASPxSchedulerListEditor'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.Web.ASPxSchedulerListEditor.Dispose">
<summary>
<para>Releases all resources used by the ASPxSchedulerListEditor.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.EndUpdate">
<summary>
<para>Unlocks the ASPxSchedulerListEditor's control after a call to the <see cref="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.IsSchedulerControlLoaded">
<summary>
<para>Indicates whether <see cref="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SchedulerControl"/> 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="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.OnExporting">
<summary>
<para>Performs the required pre-export actions under the <b>ASPxSchedulerListEditor</b>.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.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="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Refresh">
<summary>
<para>Refreshes the bound data source of the ASPxSchedulerListEditor's control.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Resources">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.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="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SaveModel">
<summary>
<para>Writes information on a List Editor's control to the Application Model.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SchedulerControl">
<summary>
<para>Provides access to the ASPxSchedulerListEditor's control.
</para>
</summary>
<value>An <b>ASPxScheduler</b> object that represents the <b>ASPxSchedulerListEditor</b>'s control.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.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.Web.ASPxSchedulerListEditor.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.Web.ASPxSchedulerListEditor.SelectedResource">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SelectEvent(DevExpress.Persistent.Base.General.IEvent)">
<summary>
<para>Selects a specified object in the current Scheduler List Editor.
</para>
</summary>
<param name="objectToSelect">
An <b>IEvent</b> object to be selected in the current Scheduler List Editor.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Performs additional initialization of the ASPxSchedulerListEditor.
</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.Web.ASPxSchedulerListEditor.ShowHideDateNavigatorTooltip">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.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.Web.ASPxSchedulerListEditor.StorageBase">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.TestControlType">
<summary>
<para>For internal use only.
</para>
</summary>
<value>A <b>TestControlType</b> enumeration value representing the type of a test control used for the current <b>ASPxSchedulerListEditor</b>.
</value>
</member>
</members>
</doc>