﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Data.Entity.Build.Tasks</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Data.Entity.Build.Tasks.EntityClean">
      <summary>Called by MSBuild to remove intermediate files that were created by the <see cref="T:Microsoft.Data.Entity.Build.Tasks.EntityDeploy" /> task.</summary>
    </member>
    <member name="M:Microsoft.Data.Entity.Build.Tasks.EntityClean.#ctor">
      <summary>Called by MS build to initialize a new instance of <see cref="T:Microsoft.Data.Entity.Build.Tasks.EntityClean" />.</summary>
    </member>
    <member name="M:Microsoft.Data.Entity.Build.Tasks.EntityClean.Execute">
      <summary>Called by MSBuild to delete model and mapping files when they were not embedded as resources.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityClean.OutputPath">
      <summary>Returns the path from which model and mapping files are deleted.</summary>
      <returns>The path from which model and mapping files are deleted.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityClean.ResourceOutputPath">
      <summary>Returns the path from which model and mapping files are deleted. </summary>
      <returns>The path from which model and mapping files are deleted.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityClean.Sources">
      <summary>An array of pointers to .edmx files. Each file is passed to MSBuild as a build item.</summary>
      <returns>An array of <see cref="T:Microsoft.Build.Framework.ITaskItem" />. Each element of the array is a pointer to a .edmx file.</returns>
    </member>
    <member name="T:Microsoft.Data.Entity.Build.Tasks.EntityDeploy">
      <summary>A build task that is used to deploy the Entity Framework artifacts that are generated from .edmx files. These artifacts can be embedded as resources or written to a file.</summary>
    </member>
    <member name="M:Microsoft.Data.Entity.Build.Tasks.EntityDeploy.#ctor">
      <summary>Called by MSBuild to initialize a new instance of <see cref="T:Microsoft.Data.Entity.Build.Tasks.EntityDeploy" />.</summary>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityDeploy.EntityDataModelEmbeddedResources">
      <summary>Output property that contains the list of all embedded resources.</summary>
      <returns>An array of <see cref="T:Microsoft.Build.Framework.ITaskItem" />. Each element of the array represents an embedded resource.</returns>
    </member>
    <member name="M:Microsoft.Data.Entity.Build.Tasks.EntityDeploy.Execute">
      <summary>Called by MSBuild to embed mapping and modeling files as resources or to write them to a file.</summary>
      <returns>true if the method was successful, false otherwise.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityDeploy.OutputPath">
      <summary>The path to which Entity Framework artifacts are written when they are not embedded as resources.</summary>
      <returns>A <see cref="T:System.String" /> that represents the path to which Entity Framework artifacts are written when they are not embedded as resources.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityDeploy.Sources">
      <summary>An array of pointers to .edmx files. Each file is passed to MSBuild as a build item.</summary>
      <returns>An array of <see cref="T:Microsoft.Build.Framework.ITaskItem" />. Each element of the array is a pointer to a .edmx file.</returns>
    </member>
    <member name="T:Microsoft.Data.Entity.Build.Tasks.EntityDeploySetLogicalNames">
      <summary>Assigns the correct LogicalName to resources marked for embedding. </summary>
    </member>
    <member name="M:Microsoft.Data.Entity.Build.Tasks.EntityDeploySetLogicalNames.#ctor">
      <summary>Initializes a new instance of <see cref="T:Microsoft.Data.Entity.Build.Tasks.EntityDeploySetLogicalNames" />. </summary>
    </member>
    <member name="M:Microsoft.Data.Entity.Build.Tasks.EntityDeploySetLogicalNames.Execute">
      <summary>Executes the EntityDeploySetLogicalNames task.</summary>
      <returns>true if the build task completed successfully; false otherwise.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityDeploySetLogicalNames.ResourceOutputPath">
      <summary>The path from which resources marked for embedding are read.</summary>
      <returns>The path from which resources marked for embedding are read.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityDeploySetLogicalNames.ResourcesToEmbed">
      <summary>An array of <see cref="T:Microsoft.Build.Framework.ITaskItem" /> that contains information about the model and mapping files, including correct LogicalNames, that will be embedded as resources.</summary>
      <returns>An array that contains information about the model and mapping files that will be embedded as resources.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityDeploySetLogicalNames.Sources">
      <summary>An array of <see cref="T:Microsoft.Build.Framework.ITaskItem" /> that contains information about the resources marked for embedding.</summary>
      <returns>An array of that contains information about the resources marked for embedding.</returns>
    </member>
    <member name="T:Microsoft.Data.Entity.Build.Tasks.EntityDeploySplit">
      <summary>Groups .edmx files according to whether the corresponding model and mapping files will be embedded as resources or copied to the output directory.</summary>
    </member>
    <member name="M:Microsoft.Data.Entity.Build.Tasks.EntityDeploySplit.#ctor">
      <summary>Initializes a new instance of <see cref="T:Microsoft.Data.Entity.Build.Tasks.EntityDeploySplit" />.</summary>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityDeploySplit.EmbeddingItems">
      <summary>An array of <see cref="T:Microsoft.Build.Framework.ITaskItem" /> that contains information about the model and mapping files that will be embedded as resources.</summary>
      <returns>An array that contains information about the model and mapping files that will be embedded as resources.</returns>
    </member>
    <member name="M:Microsoft.Data.Entity.Build.Tasks.EntityDeploySplit.Execute">
      <summary>Executes the EntityDeploySplit task.</summary>
      <returns>true if the task finished successfully; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityDeploySplit.NonEmbeddingItems">
      <summary>An array of <see cref="T:Microsoft.Build.Framework.ITaskItem" /> that contains information about the model and mapping files that will be copied to the output directory.</summary>
      <returns>An array that contains information about the model and mapping files that will be embedded as resources.</returns>
    </member>
    <member name="P:Microsoft.Data.Entity.Build.Tasks.EntityDeploySplit.Sources">
      <summary>An array of <see cref="T:Microsoft.Build.Framework.ITaskItem" /> that contains information about the .edmx files to be processed.</summary>
      <returns>An array of that contains information about the .edmx files to be processed.</returns>
    </member>
  </members>
</doc>