Skip to content

Commit 55315f0

Browse files
committed
all included
1 parent 5537aa8 commit 55315f0

33 files changed

+102181
-24
lines changed

BookStore.BLL.RepositoryService/bin/Debug/Ninject.xml

+6,616
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookStore.BLL.RepositoryService/bin/Debug/System.Web.Mvc.xml

+11,485
Large diffs are not rendered by default.

BookStore.BLL.RepositoryService/bin/Debug/System.Web.Razor.xml

+5,742
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<doc>
3+
<assembly>
4+
<name>System.Web.WebPages.Deployment</name>
5+
</assembly>
6+
<members>
7+
<member name="T:System.Web.WebPages.Deployment.PreApplicationStartCode">
8+
<summary>Provides a registration point for pre-application start code for Web Pages deployment.</summary>
9+
</member>
10+
<member name="M:System.Web.WebPages.Deployment.PreApplicationStartCode.Start">
11+
<summary>Registers pre-application start code for Web Pages deployment.</summary>
12+
</member>
13+
<member name="T:System.Web.WebPages.Deployment.WebPagesDeployment">
14+
<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>
15+
</member>
16+
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetAssemblyPath(System.Version)">
17+
<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>
18+
<returns>The assembly path for the Web Pages deployment.</returns>
19+
<param name="version">The Web Pages version.</param>
20+
</member>
21+
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetExplicitWebPagesVersion(System.String)">
22+
<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>
23+
<returns>The Web Pages version.</returns>
24+
<param name="path">The binary path for the Web Pages.</param>
25+
</member>
26+
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetIncompatibleDependencies(System.String)">
27+
<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>
28+
<returns>The dictionary containing the assembly references of the Web Pages and its version.</returns>
29+
<param name="appPath">The path to the Web Pages application.</param>
30+
</member>
31+
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetMaxVersion">
32+
<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>
33+
<returns>The maximum version of the Web Pages loaded assemblies.</returns>
34+
</member>
35+
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersion(System.String)">
36+
<summary>Gets the Web Pages version from the given path.</summary>
37+
<returns>The Web Pages version.</returns>
38+
<param name="path">The path of the root directory for the application.</param>
39+
</member>
40+
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersionWithoutEnabledCheck(System.String)">
41+
<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>
42+
<returns>The Web Pages version.</returns>
43+
<param name="path">The path to the application settings.</param>
44+
</member>
45+
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetWebPagesAssemblies">
46+
<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>
47+
<returns>A list containing the assemblies for this Web Pages deployment.</returns>
48+
</member>
49+
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsEnabled(System.String)">
50+
<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>
51+
<returns>true if the Web Pages deployment is enabled; otherwise, false.</returns>
52+
<param name="path">The path to the Web Pages deployment.</param>
53+
</member>
54+
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsExplicitlyDisabled(System.String)">
55+
<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>
56+
<returns>true if the Web Pages deployment is explicitly disabled; otherwise, false.</returns>
57+
<param name="path">The path to the Web Pages deployment.</param>
58+
</member>
59+
</members>
60+
</doc>

0 commit comments

Comments
 (0)