From 79bf391df757c50374a5acde3008860d48295926 Mon Sep 17 00:00:00 2001 From: marcinzelent <zelent.marcin@gmail.com> Date: Fri, 1 Dec 2017 17:56:38 +0100 Subject: Added periodical checking of pollution and sending e-mail. --- .../bin/Debug/System.Web.WebPages.Deployment.xml | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 PollutometerWebApi.Tests/bin/Debug/System.Web.WebPages.Deployment.xml (limited to 'PollutometerWebApi.Tests/bin/Debug/System.Web.WebPages.Deployment.xml') diff --git a/PollutometerWebApi.Tests/bin/Debug/System.Web.WebPages.Deployment.xml b/PollutometerWebApi.Tests/bin/Debug/System.Web.WebPages.Deployment.xml new file mode 100644 index 0000000..221c078 --- /dev/null +++ b/PollutometerWebApi.Tests/bin/Debug/System.Web.WebPages.Deployment.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="utf-8"?> +<doc> + <assembly> + <name>System.Web.WebPages.Deployment</name> + </assembly> + <members> + <member name="T:System.Web.WebPages.Deployment.PreApplicationStartCode"> + <summary>Provides a registration point for pre-application start code for Web Pages deployment.</summary> + </member> + <member name="M:System.Web.WebPages.Deployment.PreApplicationStartCode.Start"> + <summary>Registers pre-application start code for Web Pages deployment.</summary> + </member> + <member name="T:System.Web.WebPages.Deployment.WebPagesDeployment"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides methods that are used to get deployment information about the Web application.</summary> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetAssemblyPath(System.Version)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly path for the Web Pages deployment.</summary> + <returns>The assembly path for the Web Pages deployment.</returns> + <param name="version">The Web Pages version.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetExplicitWebPagesVersion(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version from the given binary path.</summary> + <returns>The Web Pages version.</returns> + <param name="path">The binary path for the Web Pages.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetIncompatibleDependencies(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly references from the given path regardless of the Web Pages version.</summary> + <returns>The dictionary containing the assembly references of the Web Pages and its version.</returns> + <param name="appPath">The path to the Web Pages application.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetMaxVersion"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the maximum version of the Web Pages loaded assemblies.</summary> + <returns>The maximum version of the Web Pages loaded assemblies.</returns> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersion(System.String)"> + <summary>Gets the Web Pages version from the given path.</summary> + <returns>The Web Pages version.</returns> + <param name="path">The path of the root directory for the application.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersionWithoutEnabledCheck(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version using the configuration settings with the specified path.</summary> + <returns>The Web Pages version.</returns> + <param name="path">The path to the application settings.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetWebPagesAssemblies"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the assemblies for this Web Pages deployment.</summary> + <returns>A list containing the assemblies for this Web Pages deployment.</returns> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsEnabled(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is enabled.</summary> + <returns>true if the Web Pages deployment is enabled; otherwise, false.</returns> + <param name="path">The path to the Web Pages deployment.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsExplicitlyDisabled(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is explicitly disabled.</summary> + <returns>true if the Web Pages deployment is explicitly disabled; otherwise, false.</returns> + <param name="path">The path to the Web Pages deployment.</param> + </member> + </members> +</doc> \ No newline at end of file -- cgit v1.2.3