﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.FileAttachment.Web.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.FileAttachments.Web">
      <summary>
        <para>Contains classes specific to the <see href="https://docs.devexpress.com/eXpressAppFramework/112781/document-management/file-attachments-module">File Attachments Module</see> ASP.NET Web Forms functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController">
      <summary>
        <para>A <see cref="T:DevExpress.ExpressApp.ViewController"/> that provides the Download <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see> to download <see href="https://docs.devexpress.com/eXpressAppFramework/112781/document-management/file-attachments-module">file attachments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController.Download(System.Object)">
      <summary>
        <para>Downloads a file attached to the specified object.</para>
      </summary>
      <param name="obj">An object that has an <see cref="T:DevExpress.Persistent.Base.IFileData"/> property storing the file to be downloaded.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController.DownloadAction">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController"/>‘s Download <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object that is the Download Action.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.FileAttachment.Web.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule.CreateFileData(DevExpress.ExpressApp.IObjectSpace,DevExpress.ExpressApp.DC.IMemberInfo)">
      <summary>
        <para>Creates a new IFileData object via the specified Object Space.</para>
      </summary>
      <param name="objectSpace">An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object specifying the Object Space where a new IFileData object will be created.</param>
      <param name="memberDescriptor">An <see cref="T:DevExpress.ExpressApp.DC.IMemberInfo"/> object supplying metadata on the property to which the created IFileData object will be assigned.</param>
      <returns>The created IFileData object.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule.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.FileAttachments.Web.FileAttachmentsAspNetModule"/> 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.FileAttachments.Web.FileAttachmentsAspNetModule"/> module.</returns>
    </member>
    <member name="T:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader">
      <summary>
        <para>Used by the <see href="https://docs.devexpress.com/eXpressAppFramework/112781/document-management/file-attachments-module">File Attachments</see> module to send files to the client in ASP.NET Web Forms XAF Applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader.Download(DevExpress.Persistent.Base.IFileData)">
      <summary>
        <para>Initiates downloading the file stored within the specified <see cref="T:DevExpress.Persistent.Base.IFileData"/> object.</para>
      </summary>
      <param name="fileData">A <see cref="T:DevExpress.Persistent.Base.IFileData"/> object that stores a file to download.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader.DownloadCore(DevExpress.Persistent.Base.IFileData)">
      <summary>
        <para>Writes the file stored within the specified <see cref="T:DevExpress.Persistent.Base.IFileData"/> object to the response and ends the response.</para>
      </summary>
      <param name="fileData">An <see cref="T:DevExpress.Persistent.Base.IFileData"/> object that stores a file to download.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader.SetDownloader(DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader)">
      <summary>
        <para>Specifies a file data downloader to be used by the <see href="https://docs.devexpress.com/eXpressAppFramework/112781/document-management/file-attachments-module">File Attachments</see> module to send files to the client in ASP.NET Web Forms XAF Applications.</para>
      </summary>
      <param name="downloader">A <see cref="T:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader"/> object to be used to send files to the client.</param>
    </member>
  </members>
</doc>