Aggiunta iniziale master (nuove da GMW) + componenti accessori...
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\bin\Release\GimDB.dacpac
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\bin\Release\GimDB.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\bin\Release\GimDB.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\obj\Release\Model.xml
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\obj\Release\refactor.xml
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\obj\Release\postdeploy.sql
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\obj\Release\predeploy.sql
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\obj\Release\GimDB.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\obj\Release\GimDB.pdb
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,112 @@
|
||||
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Bootstrap.master.cs" Inherits="GIM_site.Bootstrap" %>
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_testata.ascx" TagPrefix="uc1" TagName="mod_testata" %>
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
|
||||
<head runat="server">
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="GIM_site site" />
|
||||
<meta name="author" content="Steamware" />
|
||||
<link rel="shortcut icon" href="~/favicon.ico" />
|
||||
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
|
||||
<title>GIM_site - <%: Page.Title %></title>
|
||||
|
||||
<asp:PlaceHolder ID="PlaceHolder1" runat="server">
|
||||
<%: Scripts.Render("~/bundles/modernizr") %>
|
||||
<%: Scripts.Render("~/bundles/jquery") %>
|
||||
<%: Scripts.Render("~/bundles/jqueryui") %>
|
||||
<%: Scripts.Render("~/bundles/bootSwitch") %>
|
||||
</asp:PlaceHolder>
|
||||
<%--<script src="Scripts/typeahead.bundle.min.js"></script>--%>
|
||||
|
||||
<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />
|
||||
<webopt:BundleReference ID="BundleReference2" runat="server" Path="~/Content/themes/base/css" />
|
||||
<asp:ContentPlaceHolder ID="Head" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<asp:ScriptManager ID="ScriptManager1" runat="server">
|
||||
<Scripts>
|
||||
<%--To learn more about bundling scripts in ScriptManager see http://go.microsoft.com/fwlink/?LinkID=272931&clcid=0x409 --%>
|
||||
<%--Framework Scripts--%>
|
||||
<asp:ScriptReference Name="MsAjaxBundle" />
|
||||
<asp:ScriptReference Name="WebForms.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebForms.js" />
|
||||
<asp:ScriptReference Name="WebUIValidation.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebUIValidation.js" />
|
||||
<asp:ScriptReference Name="MenuStandards.js" Assembly="System.Web" Path="~/Scripts/WebForms/MenuStandards.js" />
|
||||
<asp:ScriptReference Name="GridView.js" Assembly="System.Web" Path="~/Scripts/WebForms/GridView.js" />
|
||||
<asp:ScriptReference Name="DetailsView.js" Assembly="System.Web" Path="~/Scripts/WebForms/DetailsView.js" />
|
||||
<asp:ScriptReference Name="TreeView.js" Assembly="System.Web" Path="~/Scripts/WebForms/TreeView.js" />
|
||||
<asp:ScriptReference Name="WebParts.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebParts.js" />
|
||||
<asp:ScriptReference Name="Focus.js" Assembly="System.Web" Path="~/Scripts/WebForms/Focus.js" />
|
||||
<asp:ScriptReference Name="WebFormsBundle" />
|
||||
<%--Site Scripts--%>
|
||||
</Scripts>
|
||||
</asp:ScriptManager>
|
||||
<%--<asp:UpdatePanel ID="uppNavbar" runat="server">
|
||||
<ContentTemplate>--%>
|
||||
<!-- Fixed navbar -->
|
||||
<%--<div class="navbar navbar-inverse navbar-static-top" role="navigation">--%>
|
||||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||||
<div class="container-fluid">
|
||||
<uc1:mod_testata runat="server" ID="mod_testata" />
|
||||
</div>
|
||||
</div>
|
||||
<%--</ContentTemplate>
|
||||
</asp:UpdatePanel>--%>
|
||||
<div style="min-height: 72px;"></div>
|
||||
<asp:UpdatePanel ID="uppFeatured" runat="server">
|
||||
<ContentTemplate>
|
||||
<asp:ContentPlaceHolder runat="server" ID="Featured">
|
||||
</asp:ContentPlaceHolder>
|
||||
</ContentTemplate>
|
||||
</asp:UpdatePanel>
|
||||
<asp:UpdatePanel ID="uppContainer" runat="server">
|
||||
<ContentTemplate>
|
||||
<asp:ContentPlaceHolder ID="Main" runat="server">
|
||||
<div class="container" role="main">
|
||||
<h1>hello world!</h1>
|
||||
Area main content da customizzare
|
||||
</div>
|
||||
</asp:ContentPlaceHolder>
|
||||
</ContentTemplate>
|
||||
</asp:UpdatePanel>
|
||||
<!-- /.container -->
|
||||
<asp:UpdatePanel ID="uppFooter" runat="server">
|
||||
<ContentTemplate>
|
||||
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
|
||||
</asp:Timer>
|
||||
<footer>
|
||||
<div class="navbar navbar-inverse navbar-fixed-bottom" role="navigation" style="min-height: 24px;">
|
||||
<div class="container-fluid">
|
||||
<p class="navbar-text navbar-left" style="margin-bottom: 0px; margin-top: 0px; margin-left: 0px;">
|
||||
<asp:Label runat="server" ID="lblDateTime">
|
||||
<%: DateTime.Now %></asp:Label>
|
||||
|
|
||||
<asp:Label runat="server" ID="lblUtente"><%: GIM_site_data.MagClass.magazzino.CodSoggCurrUser %></asp:Label>
|
||||
</p>
|
||||
<p class="navbar-text navbar-right" style="margin-bottom: 0px; margin-top: 0px;">
|
||||
<b>GIM_site</b>
|
||||
<asp:Label runat="server" ID="lblVers" />
|
||||
|
|
||||
2010-<%: DateTime.Now.Year %>©
|
||||
<asp:Image ID="logoSW" ImageUrl="~/images/logoSteamware.png" runat="server" Height="22px" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</ContentTemplate>
|
||||
</asp:UpdatePanel>
|
||||
</form>
|
||||
<%--<script src="@Url.Content("/Scripts/bootstrap.min.js")" type="text/javascript"></script>--%>
|
||||
<script src="Scripts/bootstrap.min.js"></script>
|
||||
<asp:PlaceHolder ID="PlaceHolder2" runat="server">
|
||||
<%: Scripts.Render("~/bundles/jSteamware") %>
|
||||
</asp:PlaceHolder>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,39 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using SteamWare;
|
||||
|
||||
namespace GIM_site
|
||||
{
|
||||
public partial class Bootstrap : System.Web.UI.MasterPage
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
lblVers.Text = string.Format("v.{0}", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
|
||||
setTimer();
|
||||
updateLabels();
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// imposta il tempo di scadenza del timer x il refresh della pagina (della parte top) per evitare che la sessione sul server scada
|
||||
/// </summary>
|
||||
private void setTimer()
|
||||
{
|
||||
Timer1.Interval = SteamWare.memLayer.ML.confReadInt("intUpdatePagina_ms");
|
||||
}
|
||||
protected void Timer1_Tick(object sender, EventArgs e)
|
||||
{
|
||||
updateLabels();
|
||||
}
|
||||
private void updateLabels()
|
||||
{
|
||||
lblDateTime.Text = DateTime.Now.ToString();
|
||||
lblUtente.Text = user_std.UtSn.CognomeNome;
|
||||
}
|
||||
}
|
||||
}
|
||||
+177
@@ -0,0 +1,177 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GIM_site {
|
||||
|
||||
|
||||
public partial class Bootstrap {
|
||||
|
||||
/// <summary>
|
||||
/// PlaceHolder1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder1;
|
||||
|
||||
/// <summary>
|
||||
/// BundleReference1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
|
||||
|
||||
/// <summary>
|
||||
/// BundleReference2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2;
|
||||
|
||||
/// <summary>
|
||||
/// Head control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder Head;
|
||||
|
||||
/// <summary>
|
||||
/// form1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||
|
||||
/// <summary>
|
||||
/// ScriptManager1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.ScriptManager ScriptManager1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_testata control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::GIM_site.WebUserControls.mod_testata mod_testata;
|
||||
|
||||
/// <summary>
|
||||
/// uppFeatured control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UpdatePanel uppFeatured;
|
||||
|
||||
/// <summary>
|
||||
/// Featured control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder Featured;
|
||||
|
||||
/// <summary>
|
||||
/// uppContainer control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UpdatePanel uppContainer;
|
||||
|
||||
/// <summary>
|
||||
/// Main control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder Main;
|
||||
|
||||
/// <summary>
|
||||
/// uppFooter control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UpdatePanel uppFooter;
|
||||
|
||||
/// <summary>
|
||||
/// Timer1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.Timer Timer1;
|
||||
|
||||
/// <summary>
|
||||
/// lblDateTime control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblDateTime;
|
||||
|
||||
/// <summary>
|
||||
/// lblUtente control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblUtente;
|
||||
|
||||
/// <summary>
|
||||
/// lblVers control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblVers;
|
||||
|
||||
/// <summary>
|
||||
/// logoSW control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Image logoSW;
|
||||
|
||||
/// <summary>
|
||||
/// PlaceHolder2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder2;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
<%@ Master Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="FullPage.master.cs" Inherits="GIM_site.FullPage" %>
|
||||
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="Head" runat="server">
|
||||
<asp:ContentPlaceHolder runat="server" ID="HeadContent">
|
||||
</asp:ContentPlaceHolder>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="Featured" runat="server">
|
||||
<asp:ContentPlaceHolder runat="server" ID="FeaturedContent">
|
||||
</asp:ContentPlaceHolder>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="Main" runat="server">
|
||||
<div runat="server" id="divMain" class="divMain">
|
||||
<asp:ContentPlaceHolder runat="server" ID="MCon">
|
||||
</asp:ContentPlaceHolder>
|
||||
</div>
|
||||
</asp:Content>
|
||||
@@ -0,0 +1,18 @@
|
||||
using SteamWare;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace GIM_site
|
||||
{
|
||||
public partial class FullPage : System.Web.UI.MasterPage
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GIM_site {
|
||||
|
||||
|
||||
public partial class FullPage {
|
||||
|
||||
/// <summary>
|
||||
/// HeadContent control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent;
|
||||
|
||||
/// <summary>
|
||||
/// FeaturedContent control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder FeaturedContent;
|
||||
|
||||
/// <summary>
|
||||
/// divMain control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divMain;
|
||||
|
||||
/// <summary>
|
||||
/// MCon control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder MCon;
|
||||
}
|
||||
}
|
||||
@@ -127,6 +127,7 @@
|
||||
<IISExpressUseClassicPipelineMode />
|
||||
<UseGlobalApplicationHostFile />
|
||||
<TargetFrameworkProfile />
|
||||
<WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -162,10 +163,26 @@
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\AjaxControlToolkit.4.1.60623\lib\35\AjaxControlToolkit.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="AspNet.ScriptManager.bootstrap, Version=3.3.5.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AspNet.ScriptManager.bootstrap.3.3.5\lib\net45\AspNet.ScriptManager.bootstrap.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AspNet.Web.Optimization.WebForms, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.5.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="SanitizerProviders">
|
||||
<HintPath>..\packages\AjaxControlToolkit.4.1.60623\lib\35\SanitizerProviders\SanitizerProviders.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -178,12 +195,20 @@
|
||||
<Reference Include="System.Web.Extensions" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Web.Services" />
|
||||
<Reference Include="System.EnterpriseServices" />
|
||||
<Reference Include="System.Web.Mobile" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="adminDB.aspx" />
|
||||
@@ -644,6 +669,8 @@
|
||||
<Content Include="fonts\fontawesome-webfont.woff" />
|
||||
<Content Include="fonts\fontawesome-webfont.ttf" />
|
||||
<Content Include="fonts\fontawesome-webfont.eot" />
|
||||
<Content Include="Bootstrap.Master" />
|
||||
<Content Include="FullPage.master" />
|
||||
<None Include="help\IT\images\._browser" />
|
||||
<None Include="Properties\PublishProfiles\Alumat_Winlab.pubxml" />
|
||||
<None Include="Properties\PublishProfiles\Somaschini-ITA.pubxml" />
|
||||
@@ -715,6 +742,13 @@
|
||||
<Compile Include="AnagTipoRisorsa.aspx.designer.cs">
|
||||
<DependentUpon>AnagTipoRisorsa.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Bootstrap.Master.cs">
|
||||
<DependentUpon>Bootstrap.Master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Bootstrap.Master.designer.cs">
|
||||
<DependentUpon>Bootstrap.Master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ExcelExportAllData.aspx.cs">
|
||||
<DependentUpon>ExcelExportAllData.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -736,6 +770,13 @@
|
||||
<Compile Include="ExcelExportReportIntAll.aspx.designer.cs">
|
||||
<DependentUpon>ExcelExportReportIntAll.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FullPage.master.cs">
|
||||
<DependentUpon>FullPage.master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FullPage.master.designer.cs">
|
||||
<DependentUpon>FullPage.master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="magRic.aspx.cs">
|
||||
<DependentUpon>magRic.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -1332,6 +1373,13 @@
|
||||
<Compile Include="WebUserControls\mod_tags.ascx.designer.cs">
|
||||
<DependentUpon>mod_tags.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_testata.ascx.cs">
|
||||
<DependentUpon>mod_testata.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_testata.ascx.designer.cs">
|
||||
<DependentUpon>mod_testata.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_tipoGuasto.ascx.cs">
|
||||
<DependentUpon>mod_tipoGuasto.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -1530,6 +1578,7 @@
|
||||
<Content Include="WebUserControls\mod_tag2Item.ascx" />
|
||||
<Content Include="WebUserControls\mod_tag2Macc.ascx" />
|
||||
<Content Include="WebUserControls\mod_tags.ascx" />
|
||||
<Content Include="WebUserControls\mod_testata.ascx" />
|
||||
<Content Include="WebUserControls\mod_tipoGuasto.ascx" />
|
||||
<Content Include="WebUserControls\mod_tipoRisorsa.ascx" />
|
||||
<Content Include="WebUserControls\mod_titlePortable.ascx" />
|
||||
|
||||
File diff suppressed because one or more lines are too long
+111
-107
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Note: As an alternative to hand editing this file you can use the
|
||||
web admin tool to configure settings for your application. Use
|
||||
@@ -17,41 +17,41 @@
|
||||
</system.Web>
|
||||
-->
|
||||
<system.web>
|
||||
<identity/>
|
||||
<authentication mode="Windows"/>
|
||||
<identity />
|
||||
<authentication mode="Windows" />
|
||||
<!--Versione USA!!!
|
||||
<globalization culture="en-US" uiCulture="en-US" enableClientBasedCulture="false" /> -->
|
||||
<!--Versione Ita-->
|
||||
<globalization culture="it-IT" uiCulture="it-IT" enableClientBasedCulture="false"/>
|
||||
<globalization culture="it-IT" uiCulture="it-IT" enableClientBasedCulture="false" />
|
||||
<!--Versione AUTO!!!
|
||||
<globalization culture="auto" uiCulture="auto" enableClientBasedCulture="true" />-->
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||
<controls>
|
||||
<!--<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview" />
|
||||
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview" />-->
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit"/>
|
||||
</controls>
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
|
||||
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" /></controls>
|
||||
</pages>
|
||||
<compilation debug="true" targetFramework="4.5">
|
||||
<assemblies>
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
</assemblies>
|
||||
<!--<buildProviders>
|
||||
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider" />
|
||||
</buildProviders>-->
|
||||
</compilation>
|
||||
<httpHandlers>
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
|
||||
</httpHandlers>
|
||||
<customErrors mode="Off"/>
|
||||
<customErrors mode="Off" />
|
||||
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx" />-->
|
||||
<httpRuntime maxRequestLength="102400"/>
|
||||
<httpRuntime maxRequestLength="102400" />
|
||||
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
|
||||
<httpRuntime
|
||||
maxRequestLength="102400"
|
||||
@@ -69,124 +69,128 @@
|
||||
</scripting>
|
||||
</system.web.extensions>-->
|
||||
<appSettings>
|
||||
<add key="CodModulo" value="GIM"/>
|
||||
<add key="dominio" value="STEAMWAREWIN"/>
|
||||
<add key="intUpdatePagina_ms" value="60000"/>
|
||||
<add key="_righeDataGrid" value="30"/>
|
||||
<add key="_righeDataGridAnagr" value="20"/>
|
||||
<add key="_righeDataGridLong" value="40"/>
|
||||
<add key="_righeDataGridMed" value="15"/>
|
||||
<add key="_righeDataGridShort" value="10"/>
|
||||
<add key="_fromEmail" value="info@steamware.net"/>
|
||||
<add key="_logDir" value="./logs/"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="doShrinkFolder" value="true"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_allowForceUser" value="true"/>
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx"/>
|
||||
<add key="_commonPages" value="menu.aspx"/>
|
||||
<add key="_titoloPagina" value="GIM"/>
|
||||
<add key="titleApp" value="GIM_titleApp"/>
|
||||
<add key="welcomeApp" value="GIM_welcomeApp"/>
|
||||
<add key="appName" value="GIM"/>
|
||||
<add key="defaultApp" value="GIM_Appl"/>
|
||||
<add key="defaultTitle" value="GIM_ShortWelcome"/>
|
||||
<add key="defaultBody" value="GIM_LongWelcome"/>
|
||||
<add key="_adminEmail" value="info@steamware.net"/>
|
||||
<add key="exportFormat1" value="./ExportPdf.aspx?tipo={0}"/>
|
||||
<add key="exportFormat2" value="../ExportPdf.aspx?tipo={0}&idx={1}"/>
|
||||
<add key="exportFormat3" value="./ExportPdf.aspx?tipo={0}&inizio={1}&fine={2}&username={3}"/>
|
||||
<add key="_smtpCli" value="localhost"/>
|
||||
<add key="echoLemmi" value="false"/>
|
||||
<add key="allowDelete" value="true"/>
|
||||
<add key="CodModulo" value="GIM" />
|
||||
<add key="dominio" value="STEAMWAREWIN" />
|
||||
<add key="intUpdatePagina_ms" value="60000" />
|
||||
<add key="_righeDataGrid" value="30" />
|
||||
<add key="_righeDataGridAnagr" value="20" />
|
||||
<add key="_righeDataGridLong" value="40" />
|
||||
<add key="_righeDataGridMed" value="15" />
|
||||
<add key="_righeDataGridShort" value="10" />
|
||||
<add key="_fromEmail" value="info@steamware.net" />
|
||||
<add key="_logDir" value="./logs/" />
|
||||
<add key="_logLevel" value="6" />
|
||||
<add key="doShrinkFolder" value="true" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
<add key="_allowForceUser" value="true" />
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx" />
|
||||
<add key="_commonPages" value="menu.aspx" />
|
||||
<add key="_titoloPagina" value="GIM" />
|
||||
<add key="titleApp" value="GIM_titleApp" />
|
||||
<add key="welcomeApp" value="GIM_welcomeApp" />
|
||||
<add key="appName" value="GIM" />
|
||||
<add key="defaultApp" value="GIM_Appl" />
|
||||
<add key="defaultTitle" value="GIM_ShortWelcome" />
|
||||
<add key="defaultBody" value="GIM_LongWelcome" />
|
||||
<add key="_adminEmail" value="info@steamware.net" />
|
||||
<add key="exportFormat1" value="./ExportPdf.aspx?tipo={0}" />
|
||||
<add key="exportFormat2" value="../ExportPdf.aspx?tipo={0}&idx={1}" />
|
||||
<add key="exportFormat3" value="./ExportPdf.aspx?tipo={0}&inizio={1}&fine={2}&username={3}" />
|
||||
<add key="_smtpCli" value="localhost" />
|
||||
<add key="echoLemmi" value="false" />
|
||||
<add key="allowDelete" value="true" />
|
||||
<!--(Macro) Moduli abilitati-->
|
||||
<add key="enModMag" value="true"/>
|
||||
<add key="enModMag" value="true" />
|
||||
<!--abilitazione mod-->
|
||||
<add key="showExcelExpRep" value="true"/>
|
||||
<add key="remoteExcelMode" value="true"/>
|
||||
<add key="showExcelExpRep" value="true" />
|
||||
<add key="remoteExcelMode" value="true" />
|
||||
<!--stringhe connessione-->
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="AppConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="TestAppConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="AppConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="TestAppConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<!--valori default-->
|
||||
<add key="defaultMatr" value="0000"/>
|
||||
<add key="defaultCodImp" value="0000"/>
|
||||
<add key="defaultCodMacc" value="0000"/>
|
||||
<add key="defaultMatr" value="0000" />
|
||||
<add key="defaultCodImp" value="0000" />
|
||||
<add key="defaultCodMacc" value="0000" />
|
||||
<!--gestione turni-->
|
||||
<add key="shiftTurno" value="6"/>
|
||||
<add key="durataTurno" value="8"/>
|
||||
<add key="defaultDelay" value="15"/>
|
||||
<add key="shiftTurno" value="6" />
|
||||
<add key="durataTurno" value="8" />
|
||||
<add key="defaultDelay" value="15" />
|
||||
<!-- Configurazione parte db -->
|
||||
<add key="_sqlDir" value="sql"/>
|
||||
<add key="dbUpdateEnabled" value="true"/>
|
||||
<add key="dbAuthName" value="Somas_Anagrafica"/>
|
||||
<add key="dbVocabName" value="SteamWare_Vocabolario"/>
|
||||
<add key="dbAppName" value="GIM"/>
|
||||
<add key="dbTest" value="GIM_test"/>
|
||||
<add key="dbAuthVers" value="1"/>
|
||||
<add key="dbVocabVers" value="1"/>
|
||||
<add key="dbAppVers" value="5"/>
|
||||
<add key="dbAppCreaEnab" value="false"/>
|
||||
<add key="sqlFileFormat" value="{0}_{1:0000}.sql"/>
|
||||
<add key="sqlScriptDir" value="sql"/>
|
||||
<add key="appFilePre" value="GIM"/>
|
||||
<add key="_sqlDir" value="sql" />
|
||||
<add key="dbUpdateEnabled" value="true" />
|
||||
<add key="dbAuthName" value="Somas_Anagrafica" />
|
||||
<add key="dbVocabName" value="SteamWare_Vocabolario" />
|
||||
<add key="dbAppName" value="GIM" />
|
||||
<add key="dbTest" value="GIM_test" />
|
||||
<add key="dbAuthVers" value="1" />
|
||||
<add key="dbVocabVers" value="1" />
|
||||
<add key="dbAppVers" value="5" />
|
||||
<add key="dbAppCreaEnab" value="false" />
|
||||
<add key="sqlFileFormat" value="{0}_{1:0000}.sql" />
|
||||
<add key="sqlScriptDir" value="sql" />
|
||||
<add key="appFilePre" value="GIM" />
|
||||
<!-- Gestione Auto-enroll-->
|
||||
<add key="autoEnrollEnabled" value="false"/>
|
||||
<add key="autoEnrollCdc" value="X999"/>
|
||||
<add key="autoEnrollModulo" value="GIM"/>
|
||||
<add key="autoEnrollFunzione" value="GIM_U"/>
|
||||
<add key="autoEnrollEnabled" value="false" />
|
||||
<add key="autoEnrollCdc" value="X999" />
|
||||
<add key="autoEnrollModulo" value="GIM" />
|
||||
<add key="autoEnrollFunzione" value="GIM_U" />
|
||||
<!--gestione stampanti-->
|
||||
<add key="stampanteRichiesteMtz" value="PDFCreator"/>
|
||||
<add key="stampanteRichiesteMtz" value="PDFCreator" />
|
||||
<!--CSV export-->
|
||||
<add key="separatoreCsv" value="|"/>
|
||||
<add key="separatoreCsv" value="|" />
|
||||
<!--template campi nuovi-->
|
||||
<add key="CodRis" value="MAT"/>
|
||||
<add key="newValuta" value="€"/>
|
||||
<add key="newAmbitoGuasto" value="-- [NUOVO] non definito --"/>
|
||||
<add key="newCognome" value="-- [NUOVO] Cognome --"/>
|
||||
<add key="newNome" value="-- [NUOVO] Nome --"/>
|
||||
<add key="newCalFF" value="-- [NUOVO] non definito --"/>
|
||||
<add key="newImpianto" value="-- [NUOVO] Nome Impianto non definito --"/>
|
||||
<add key="newTipoGuasto" value="-- [NUOVO] non definito --"/>
|
||||
<add key="newMacchina" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newModello" value="-- MODELLO --"/>
|
||||
<add key="newFamMacchina" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newCausale" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newPriorita" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newLocazione" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newTagCode" value="TAG00"/>
|
||||
<add key="newTagClass" value="MR"/>
|
||||
<add key="newTagDescr" value="-- [NUOVA] non definita --"/>
|
||||
<add key="CodRis" value="MAT" />
|
||||
<add key="newValuta" value="€" />
|
||||
<add key="newAmbitoGuasto" value="-- [NUOVO] non definito --" />
|
||||
<add key="newCognome" value="-- [NUOVO] Cognome --" />
|
||||
<add key="newNome" value="-- [NUOVO] Nome --" />
|
||||
<add key="newCalFF" value="-- [NUOVO] non definito --" />
|
||||
<add key="newImpianto" value="-- [NUOVO] Nome Impianto non definito --" />
|
||||
<add key="newTipoGuasto" value="-- [NUOVO] non definito --" />
|
||||
<add key="newMacchina" value="-- [NUOVA] non definita --" />
|
||||
<add key="newModello" value="-- MODELLO --" />
|
||||
<add key="newFamMacchina" value="-- [NUOVA] non definita --" />
|
||||
<add key="newCausale" value="-- [NUOVA] non definita --" />
|
||||
<add key="newPriorita" value="-- [NUOVA] non definita --" />
|
||||
<add key="newLocazione" value="-- [NUOVA] non definita --" />
|
||||
<add key="newTagCode" value="TAG00" />
|
||||
<add key="newTagClass" value="MR" />
|
||||
<add key="newTagDescr" value="-- [NUOVA] non definita --" />
|
||||
|
||||
<!--gestione formati data-ora-->
|
||||
<add key="culture" value="it-IT"/>
|
||||
<add key="ddMMyy" value="dd/MM/yy"/>
|
||||
<add key="ddMMyyyy" value="dd/MM/yyyy"/>
|
||||
<add key="ddMMyyyyHHmm" value="dd/MM/yyyy HH:mm"/>
|
||||
<add key="appAdminEmail" value="marco.previtali@somaschini.com"/>
|
||||
<add key="culture" value="it-IT" />
|
||||
<add key="ddMMyy" value="dd/MM/yy" />
|
||||
<add key="ddMMyyyy" value="dd/MM/yyyy" />
|
||||
<add key="ddMMyyyyHHmm" value="dd/MM/yyyy HH:mm" />
|
||||
<add key="appAdminEmail" value="marco.previtali@somaschini.com" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="GIM_Data.Properties.Settings.GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="GIM_Data.Properties.Settings.GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<handlers>
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL" />
|
||||
</dependentAssembly>
|
||||
<!--<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
|
||||
</dependentAssembly>-->
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
@@ -0,0 +1,68 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_testata.ascx.cs" Inherits="GIM_site.WebUserControls.mod_testata" %>
|
||||
<%if (false)
|
||||
{ %>
|
||||
<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />
|
||||
<webopt:BundleReference ID="BundleReference2" runat="server" Path="~/Content/themes/base/css" />
|
||||
<%} %>
|
||||
|
||||
<div class="noShadows">
|
||||
<div class="navbar-header">
|
||||
<ul class="nav navbar-nav navbar-left">
|
||||
<li class='navbarSep'>
|
||||
<asp:HyperLink runat="server" ID="hlHome" NavigateUrl="~/" CssClass="navbar-brand" ToolTip='<%# SteamWare.memLayer.ML.confReadString("titleApp") %>'> <i class="fa fa-home fa-lg"></i></asp:HyperLink>
|
||||
</li>
|
||||
<li>
|
||||
<asp:LinkButton runat="server" ID="lbnUpdate" Text="---" OnClick="lbnUpdate_Click" ToolTip="Update">
|
||||
<%: nomePag %>
|
||||
<i class="fa-lg <%: cssIconPag %>"></i>
|
||||
</asp:LinkButton></li>
|
||||
<li>
|
||||
<asp:LinkButton runat="server" ID="lbnUpdate2">
|
||||
</asp:LinkButton></li>
|
||||
</ul>
|
||||
<div class="nav navbar-nav navbar-right">
|
||||
<button type="button" class="navbar-toggle navbar-right" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse">
|
||||
<ul id="itemPlaceholderContainer" runat="server" class="nav navbar-nav navbar-right">
|
||||
<asp:Repeater ID="menu" runat="server" DataSourceID="XmlMenu">
|
||||
<ItemTemplate>
|
||||
<li class="dropdown">
|
||||
<a href='<%# XPath("@url")%>' class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class='<%# XPath("@description")%>'></i>
|
||||
<%# XPath("@title")%>
|
||||
<b class="caret"></b>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<asp:Repeater ID="voci" runat="server" DataSource='<%# XPathSelect("voce") %>'>
|
||||
<ItemTemplate>
|
||||
<li>
|
||||
<a href='<%# XPath("@url").ToString().Replace("~/","")%>'>
|
||||
<i class='<%# XPath("@description")%>'></i>
|
||||
<%# XPath("@title")%>
|
||||
</a>
|
||||
</li>
|
||||
</ItemTemplate>
|
||||
</asp:Repeater>
|
||||
</ul>
|
||||
</li>
|
||||
</ItemTemplate>
|
||||
<SeparatorTemplate>
|
||||
</SeparatorTemplate>
|
||||
</asp:Repeater>
|
||||
</ul>
|
||||
<asp:XmlDataSource ID="XmlMenu" runat="server" EnableCaching="false"></asp:XmlDataSource>
|
||||
</div>
|
||||
<!--/.nav-collapse -->
|
||||
<div class="subnavbar" style="color: #999;">
|
||||
<div class="navbar-left">
|
||||
postazione: <%: SteamWare.memLayer.ML.StringSessionObj("postazione_name") %>
|
||||
</div>
|
||||
<div class="navbar-right">
|
||||
stampante: <%: SteamWare.memLayer.ML.StringSessionObj("postazione_printer") %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,182 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using SteamWare;
|
||||
using GIM_data;
|
||||
|
||||
namespace GIM_site.WebUserControls
|
||||
{
|
||||
public partial class mod_testata : System.Web.UI.UserControl
|
||||
{
|
||||
/// <summary>
|
||||
/// caricamento pagina
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
// se l'utente NON c'è torno a login...
|
||||
if (!user_std.UtSn.isAuth)
|
||||
{
|
||||
Session["nextPage"] = Request.Url.LocalPath.Split('/').Last();
|
||||
Response.Redirect("login.aspx");
|
||||
}
|
||||
else
|
||||
{
|
||||
PagCorrente();
|
||||
updateTreeMenu();
|
||||
}
|
||||
// fix componenti
|
||||
hlHome.DataBind();
|
||||
}
|
||||
}
|
||||
|
||||
public string cssIconPag
|
||||
{
|
||||
get
|
||||
{
|
||||
string answ = "";
|
||||
DataLayer_AnagGen.PermessiRow riga = (DataLayer_AnagGen.PermessiRow)user_std.UtSn.permessi.Select(string.Format("URL = '{0}'", user_std.pagCorrente))[0];
|
||||
try
|
||||
{
|
||||
answ = traduci(riga.DESCRIZIONE);
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
}
|
||||
public string nomePag
|
||||
{
|
||||
get
|
||||
{
|
||||
string answ = "";
|
||||
DataLayer_AnagGen.PermessiRow riga = (DataLayer_AnagGen.PermessiRow)user_std.UtSn.permessi.Select(string.Format("URL = '{0}'", user_std.pagCorrente))[0];
|
||||
try
|
||||
{
|
||||
answ = traduci(riga.NOME);
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// wrapper traduzione
|
||||
/// </summary>
|
||||
/// <param name="lemma"></param>
|
||||
/// <returns></returns>
|
||||
public string traduci(object lemma)
|
||||
{
|
||||
return user_std.UtSn.Traduci(lemma.ToString());
|
||||
}
|
||||
/// <summary>
|
||||
/// aggiornamento del menù
|
||||
/// </summary>
|
||||
private void updateTreeMenu()
|
||||
{
|
||||
try
|
||||
{
|
||||
if (user_std.UtSn.mappaSito == "")
|
||||
{
|
||||
Response.Redirect("default.aspx");
|
||||
}
|
||||
|
||||
XmlMenu.Data = user_std.UtSn.mappaSito;
|
||||
XmlMenu.XPath = "mainMenu/menu";
|
||||
XmlMenu.DataBind();
|
||||
}
|
||||
catch
|
||||
{
|
||||
Response.Redirect(user_std.pagCorrente);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// forza l'update del menù sx
|
||||
/// </summary>
|
||||
public void forzaUpdateMenu()
|
||||
{
|
||||
user_std.UtSn.ricaricaMappaSito();
|
||||
updateTreeMenu();
|
||||
}
|
||||
public string liClass(string nomeElem)
|
||||
{
|
||||
string answ = "";
|
||||
try
|
||||
{
|
||||
if (user_std.pagCorrente.IndexOf(nomeElem) >= 0) answ = "active";
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
/// <summary>
|
||||
/// salva in variabile pagina il nome della pagina corrente
|
||||
/// </summary>
|
||||
protected void PagCorrente()
|
||||
{
|
||||
string[] uri = Request.Url.LocalPath.Split('/');
|
||||
// salvo pagina corrente
|
||||
user_std.pagCorrente = uri.Last();
|
||||
if (user_std.pagPrecedente == "")
|
||||
{
|
||||
user_std.pagPrecedente = user_std.pagCorrente;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// effettua un update completo dei valori in sessione
|
||||
/// </summary>
|
||||
private void doFullDataUpdate()
|
||||
{
|
||||
// salvo i dati attuali...
|
||||
string cod_cdc = SteamWare.memLayer.ML.StringSessionObj("valRicercaCdC");
|
||||
string lingua = user_std.UtSn.lingua;
|
||||
string USER_NAME = SteamWare.memLayer.ML.StringSessionObj("USER_NAME");
|
||||
string DOMINIO = SteamWare.memLayer.ML.StringSessionObj("DOMINIO");
|
||||
bool isForceUser = user_std.UtSn.isForcedUser;
|
||||
// salvo i valori delle tab in session...
|
||||
Dictionary<string, string> sessionParam = SteamWare.memLayer.ML.valSess2SurvUpd;
|
||||
|
||||
// svuoto session e cache per rileggere i dati da Db
|
||||
Session.RemoveAll();
|
||||
|
||||
SteamWare.memLayer.ML.flushRegisteredCache();
|
||||
|
||||
// rimemorizzo
|
||||
SteamWare.memLayer.ML.setSessionVal("valRicercaCdC", cod_cdc);
|
||||
user_std.UtSn.startUpUtente(DOMINIO, USER_NAME);
|
||||
user_std.UtSn.lingua = lingua;
|
||||
user_std.UtSn.isForcedUser = isForceUser;
|
||||
DataWrap.DW.resetVocabolario();
|
||||
|
||||
// risalvo in session i valori...
|
||||
foreach (KeyValuePair<string, string> kvp in sessionParam)
|
||||
{
|
||||
SteamWare.memLayer.ML.setSessionVal(kvp.Key, kvp.Value, true);
|
||||
}
|
||||
Response.Redirect(user_std.pagCorrente);
|
||||
}
|
||||
/// <summary>
|
||||
/// click su pagina corrente, fa update!
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void lbnUpdate_Click(object sender, EventArgs e)
|
||||
{
|
||||
doFullDataUpdate();
|
||||
}
|
||||
|
||||
protected void lbShowNumKey_Click(object sender, EventArgs e)
|
||||
{
|
||||
// cambio valore boolean di visualizzazione tastiera numerica a video...
|
||||
memLayer.ML.setSessionVal("showNumKey", !memLayer.ML.BoolSessionObj("showNumKey"));
|
||||
// ricarico
|
||||
Response.Redirect(user_std.pagCorrente);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GIM_site.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_testata {
|
||||
|
||||
/// <summary>
|
||||
/// BundleReference1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
|
||||
|
||||
/// <summary>
|
||||
/// BundleReference2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2;
|
||||
|
||||
/// <summary>
|
||||
/// hlHome control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlHome;
|
||||
|
||||
/// <summary>
|
||||
/// lbnUpdate control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbnUpdate;
|
||||
|
||||
/// <summary>
|
||||
/// lbnUpdate2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbnUpdate2;
|
||||
|
||||
/// <summary>
|
||||
/// itemPlaceholderContainer control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl itemPlaceholderContainer;
|
||||
|
||||
/// <summary>
|
||||
/// menu control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Repeater menu;
|
||||
|
||||
/// <summary>
|
||||
/// XmlMenu control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.XmlDataSource XmlMenu;
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Note: As an alternative to hand editing this file you can use the
|
||||
web admin tool to configure settings for your application. Use
|
||||
@@ -17,41 +17,41 @@
|
||||
</system.Web>
|
||||
-->
|
||||
<system.web>
|
||||
<identity/>
|
||||
<authentication mode="Windows"/>
|
||||
<identity />
|
||||
<authentication mode="Windows" />
|
||||
<!--Versione USA!!!
|
||||
<globalization culture="en-US" uiCulture="en-US" enableClientBasedCulture="false" /> -->
|
||||
<!--Versione Ita-->
|
||||
<globalization culture="it-IT" uiCulture="it-IT" enableClientBasedCulture="false"/>
|
||||
<globalization culture="it-IT" uiCulture="it-IT" enableClientBasedCulture="false" />
|
||||
<!--Versione AUTO!!!
|
||||
<globalization culture="auto" uiCulture="auto" enableClientBasedCulture="true" />-->
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||
<controls>
|
||||
<!--<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview" />
|
||||
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview" />-->
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit"/>
|
||||
</controls>
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
|
||||
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" /></controls>
|
||||
</pages>
|
||||
<compilation debug="true" targetFramework="4.5">
|
||||
<assemblies>
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
</assemblies>
|
||||
<!--<buildProviders>
|
||||
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider" />
|
||||
</buildProviders>-->
|
||||
</compilation>
|
||||
<httpHandlers>
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
|
||||
</httpHandlers>
|
||||
<customErrors mode="Off"/>
|
||||
<customErrors mode="Off" />
|
||||
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx" />-->
|
||||
<httpRuntime maxRequestLength="102400"/>
|
||||
<httpRuntime maxRequestLength="102400" />
|
||||
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
|
||||
<httpRuntime
|
||||
maxRequestLength="102400"
|
||||
@@ -69,124 +69,128 @@
|
||||
</scripting>
|
||||
</system.web.extensions>-->
|
||||
<appSettings>
|
||||
<add key="CodModulo" value="GIM"/>
|
||||
<add key="dominio" value="STEAMWAREWIN"/>
|
||||
<add key="intUpdatePagina_ms" value="60000"/>
|
||||
<add key="_righeDataGrid" value="30"/>
|
||||
<add key="_righeDataGridAnagr" value="20"/>
|
||||
<add key="_righeDataGridLong" value="40"/>
|
||||
<add key="_righeDataGridMed" value="15"/>
|
||||
<add key="_righeDataGridShort" value="10"/>
|
||||
<add key="_fromEmail" value="info@steamware.net"/>
|
||||
<add key="_logDir" value="./logs/"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="doShrinkFolder" value="true"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_allowForceUser" value="true"/>
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx"/>
|
||||
<add key="_commonPages" value="menu.aspx"/>
|
||||
<add key="_titoloPagina" value="GIM"/>
|
||||
<add key="titleApp" value="GIM_titleApp"/>
|
||||
<add key="welcomeApp" value="GIM_welcomeApp"/>
|
||||
<add key="appName" value="GIM"/>
|
||||
<add key="defaultApp" value="GIM_Appl"/>
|
||||
<add key="defaultTitle" value="GIM_ShortWelcome"/>
|
||||
<add key="defaultBody" value="GIM_LongWelcome"/>
|
||||
<add key="_adminEmail" value="info@steamware.net"/>
|
||||
<add key="exportFormat1" value="./ExportPdf.aspx?tipo={0}"/>
|
||||
<add key="exportFormat2" value="../ExportPdf.aspx?tipo={0}&idx={1}"/>
|
||||
<add key="exportFormat3" value="./ExportPdf.aspx?tipo={0}&inizio={1}&fine={2}&username={3}"/>
|
||||
<add key="_smtpCli" value="localhost"/>
|
||||
<add key="echoLemmi" value="false"/>
|
||||
<add key="allowDelete" value="true"/>
|
||||
<add key="CodModulo" value="GIM" />
|
||||
<add key="dominio" value="STEAMWAREWIN" />
|
||||
<add key="intUpdatePagina_ms" value="60000" />
|
||||
<add key="_righeDataGrid" value="30" />
|
||||
<add key="_righeDataGridAnagr" value="20" />
|
||||
<add key="_righeDataGridLong" value="40" />
|
||||
<add key="_righeDataGridMed" value="15" />
|
||||
<add key="_righeDataGridShort" value="10" />
|
||||
<add key="_fromEmail" value="info@steamware.net" />
|
||||
<add key="_logDir" value="./logs/" />
|
||||
<add key="_logLevel" value="6" />
|
||||
<add key="doShrinkFolder" value="true" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
<add key="_allowForceUser" value="true" />
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx" />
|
||||
<add key="_commonPages" value="menu.aspx" />
|
||||
<add key="_titoloPagina" value="GIM" />
|
||||
<add key="titleApp" value="GIM_titleApp" />
|
||||
<add key="welcomeApp" value="GIM_welcomeApp" />
|
||||
<add key="appName" value="GIM" />
|
||||
<add key="defaultApp" value="GIM_Appl" />
|
||||
<add key="defaultTitle" value="GIM_ShortWelcome" />
|
||||
<add key="defaultBody" value="GIM_LongWelcome" />
|
||||
<add key="_adminEmail" value="info@steamware.net" />
|
||||
<add key="exportFormat1" value="./ExportPdf.aspx?tipo={0}" />
|
||||
<add key="exportFormat2" value="../ExportPdf.aspx?tipo={0}&idx={1}" />
|
||||
<add key="exportFormat3" value="./ExportPdf.aspx?tipo={0}&inizio={1}&fine={2}&username={3}" />
|
||||
<add key="_smtpCli" value="localhost" />
|
||||
<add key="echoLemmi" value="false" />
|
||||
<add key="allowDelete" value="true" />
|
||||
<!--(Macro) Moduli abilitati-->
|
||||
<add key="enModMag" value="true"/>
|
||||
<add key="enModMag" value="true" />
|
||||
<!--abilitazione mod-->
|
||||
<add key="showExcelExpRep" value="true"/>
|
||||
<add key="remoteExcelMode" value="true"/>
|
||||
<add key="showExcelExpRep" value="true" />
|
||||
<add key="remoteExcelMode" value="true" />
|
||||
<!--stringhe connessione-->
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="AppConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="TestAppConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="AppConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="TestAppConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<!--valori default-->
|
||||
<add key="defaultMatr" value="0000"/>
|
||||
<add key="defaultCodImp" value="0000"/>
|
||||
<add key="defaultCodMacc" value="0000"/>
|
||||
<add key="defaultMatr" value="0000" />
|
||||
<add key="defaultCodImp" value="0000" />
|
||||
<add key="defaultCodMacc" value="0000" />
|
||||
<!--gestione turni-->
|
||||
<add key="shiftTurno" value="6"/>
|
||||
<add key="durataTurno" value="8"/>
|
||||
<add key="defaultDelay" value="15"/>
|
||||
<add key="shiftTurno" value="6" />
|
||||
<add key="durataTurno" value="8" />
|
||||
<add key="defaultDelay" value="15" />
|
||||
<!-- Configurazione parte db -->
|
||||
<add key="_sqlDir" value="sql"/>
|
||||
<add key="dbUpdateEnabled" value="true"/>
|
||||
<add key="dbAuthName" value="Somas_Anagrafica"/>
|
||||
<add key="dbVocabName" value="SteamWare_Vocabolario"/>
|
||||
<add key="dbAppName" value="GIM"/>
|
||||
<add key="dbTest" value="GIM_test"/>
|
||||
<add key="dbAuthVers" value="1"/>
|
||||
<add key="dbVocabVers" value="1"/>
|
||||
<add key="dbAppVers" value="5"/>
|
||||
<add key="dbAppCreaEnab" value="false"/>
|
||||
<add key="sqlFileFormat" value="{0}_{1:0000}.sql"/>
|
||||
<add key="sqlScriptDir" value="sql"/>
|
||||
<add key="appFilePre" value="GIM"/>
|
||||
<add key="_sqlDir" value="sql" />
|
||||
<add key="dbUpdateEnabled" value="true" />
|
||||
<add key="dbAuthName" value="Somas_Anagrafica" />
|
||||
<add key="dbVocabName" value="SteamWare_Vocabolario" />
|
||||
<add key="dbAppName" value="GIM" />
|
||||
<add key="dbTest" value="GIM_test" />
|
||||
<add key="dbAuthVers" value="1" />
|
||||
<add key="dbVocabVers" value="1" />
|
||||
<add key="dbAppVers" value="5" />
|
||||
<add key="dbAppCreaEnab" value="false" />
|
||||
<add key="sqlFileFormat" value="{0}_{1:0000}.sql" />
|
||||
<add key="sqlScriptDir" value="sql" />
|
||||
<add key="appFilePre" value="GIM" />
|
||||
<!-- Gestione Auto-enroll-->
|
||||
<add key="autoEnrollEnabled" value="false"/>
|
||||
<add key="autoEnrollCdc" value="X999"/>
|
||||
<add key="autoEnrollModulo" value="GIM"/>
|
||||
<add key="autoEnrollFunzione" value="GIM_U"/>
|
||||
<add key="autoEnrollEnabled" value="false" />
|
||||
<add key="autoEnrollCdc" value="X999" />
|
||||
<add key="autoEnrollModulo" value="GIM" />
|
||||
<add key="autoEnrollFunzione" value="GIM_U" />
|
||||
<!--gestione stampanti-->
|
||||
<add key="stampanteRichiesteMtz" value="PDFCreator"/>
|
||||
<add key="stampanteRichiesteMtz" value="PDFCreator" />
|
||||
<!--CSV export-->
|
||||
<add key="separatoreCsv" value="|"/>
|
||||
<add key="separatoreCsv" value="|" />
|
||||
<!--template campi nuovi-->
|
||||
<add key="CodRis" value="MAT"/>
|
||||
<add key="newValuta" value="€"/>
|
||||
<add key="newAmbitoGuasto" value="-- [NUOVO] non definito --"/>
|
||||
<add key="newCognome" value="-- [NUOVO] Cognome --"/>
|
||||
<add key="newNome" value="-- [NUOVO] Nome --"/>
|
||||
<add key="newCalFF" value="-- [NUOVO] non definito --"/>
|
||||
<add key="newImpianto" value="-- [NUOVO] Nome Impianto non definito --"/>
|
||||
<add key="newTipoGuasto" value="-- [NUOVO] non definito --"/>
|
||||
<add key="newMacchina" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newModello" value="-- MODELLO --"/>
|
||||
<add key="newFamMacchina" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newCausale" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newPriorita" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newLocazione" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newTagCode" value="TAG00"/>
|
||||
<add key="newTagClass" value="MR"/>
|
||||
<add key="newTagDescr" value="-- [NUOVA] non definita --"/>
|
||||
<add key="CodRis" value="MAT" />
|
||||
<add key="newValuta" value="€" />
|
||||
<add key="newAmbitoGuasto" value="-- [NUOVO] non definito --" />
|
||||
<add key="newCognome" value="-- [NUOVO] Cognome --" />
|
||||
<add key="newNome" value="-- [NUOVO] Nome --" />
|
||||
<add key="newCalFF" value="-- [NUOVO] non definito --" />
|
||||
<add key="newImpianto" value="-- [NUOVO] Nome Impianto non definito --" />
|
||||
<add key="newTipoGuasto" value="-- [NUOVO] non definito --" />
|
||||
<add key="newMacchina" value="-- [NUOVA] non definita --" />
|
||||
<add key="newModello" value="-- MODELLO --" />
|
||||
<add key="newFamMacchina" value="-- [NUOVA] non definita --" />
|
||||
<add key="newCausale" value="-- [NUOVA] non definita --" />
|
||||
<add key="newPriorita" value="-- [NUOVA] non definita --" />
|
||||
<add key="newLocazione" value="-- [NUOVA] non definita --" />
|
||||
<add key="newTagCode" value="TAG00" />
|
||||
<add key="newTagClass" value="MR" />
|
||||
<add key="newTagDescr" value="-- [NUOVA] non definita --" />
|
||||
|
||||
<!--gestione formati data-ora-->
|
||||
<add key="culture" value="it-IT"/>
|
||||
<add key="ddMMyy" value="dd/MM/yy"/>
|
||||
<add key="ddMMyyyy" value="dd/MM/yyyy"/>
|
||||
<add key="ddMMyyyyHHmm" value="dd/MM/yyyy HH:mm"/>
|
||||
<add key="appAdminEmail" value="marco.previtali@somaschini.com"/>
|
||||
<add key="culture" value="it-IT" />
|
||||
<add key="ddMMyy" value="dd/MM/yy" />
|
||||
<add key="ddMMyyyy" value="dd/MM/yyyy" />
|
||||
<add key="ddMMyyyyHHmm" value="dd/MM/yyyy HH:mm" />
|
||||
<add key="appAdminEmail" value="marco.previtali@somaschini.com" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="GIM_Data.Properties.Settings.GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="GIM_Data.Properties.Settings.GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<handlers>
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL" />
|
||||
</dependentAssembly>
|
||||
<!--<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
|
||||
</dependentAssembly>-->
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,666 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>System.Web.Optimization</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:System.Web.Optimization.Bundle">
|
||||
<summary>Represents a list of file references to be bundled together as a single resource.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
<param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor(System.String,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
<param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
|
||||
<param name="cdnPath">An alternate url for the bundle when it is stored in a content delivery network.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor(System.String,System.String,System.Web.Optimization.IBundleTransform[])">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
<param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
|
||||
<param name="cdnPath">An alternate url for the bundle when it is stored in a content delivery network.</param>
|
||||
<param name="transforms">A list of <see cref="T:System.Web.Optimization.IBundleTransform" /> objects which process the contents of the bundle in the order which they are added.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor(System.String,System.Web.Optimization.IBundleTransform[])">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
<param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
|
||||
<param name="transforms">A list of <see cref="T:System.Web.Optimization.IBundleTransform" /> objects which process the contents of the bundle in the order which they are added.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.ApplyTransforms(System.Web.Optimization.BundleContext,System.String,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="P:System.Web.Optimization.Bundle.Builder">
|
||||
<summary>Builds the bundle content from the individual files included in the <see cref="T:System.Web.Optimization.Bundle" /> object.</summary>
|
||||
<returns>The object used to build the bundle content.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.CacheLookup(System.Web.Optimization.BundleContext)">
|
||||
<summary>Overrides this to implement own caching logic.</summary>
|
||||
<returns>A bundle response.</returns>
|
||||
<param name="context">The bundle context.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.CdnFallbackExpression">
|
||||
<summary>Script expression rendered by the <see cref="T:System.Web.Optimization.Scripts" /> helper class to reference the local bundle file if the CDN is unavailable.</summary>
|
||||
<returns>The script expression rendered by the <see cref="T:System.Web.Optimization.Scripts" /> helper class to reference the local bundle file if the CDN is unavailable.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.CdnPath">
|
||||
<summary>Gets or sets an alternate url for the bundle when it is stored in a content delivery network.</summary>
|
||||
<returns>An alternate url for the bundle when it is stored in a content delivery network.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.ConcatenationToken">
|
||||
<summary>The token inserted between bundled files to ensure that the final bundle content is valid.</summary>
|
||||
<returns>By default, if <see cref="P:System.Web.Optimization.Bundle.ConcatenationToken" /> is not specified, the Web optimization framework inserts a new line.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.EnableFileExtensionReplacements">
|
||||
<summary>Specifies whether to use the <see cref="P:System.Web.Optimization.BundleCollection.FileExtensionReplacementList" />.</summary>
|
||||
<returns>true if the <see cref="P:System.Web.Optimization.BundleCollection.FileExtensionReplacementList" /> is used; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.EnumerateFiles(System.Web.Optimization.BundleContext)">
|
||||
<summary>Generates an enumeration of <see cref="T:System.Web.Hosting.VirtualFile" /> objects that represent the contents of the bundle.</summary>
|
||||
<returns>An enumeration of <see cref="T:System.Web.Hosting.VirtualFile" /> objects that represent the contents of the bundle.</returns>
|
||||
<param name="context">The <see cref="T:System.Web.Optimization.BundleContext" /> object that contains state for both the framework configuration and the HTTP request.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.GenerateBundleResponse(System.Web.Optimization.BundleContext)">
|
||||
<summary>Processes the bundle request to generate the response.</summary>
|
||||
<returns>A <see cref="T:System.Web.Optimization.BundleResponse" /> object containing the processed bundle contents.</returns>
|
||||
<param name="context">The <see cref="T:System.Web.Optimization.BundleContext" /> object that contains state for both the framework configuration and the HTTP request.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.GetCacheKey(System.Web.Optimization.BundleContext)"></member>
|
||||
<member name="M:System.Web.Optimization.Bundle.Include(System.String,System.Web.Optimization.IItemTransform[])"></member>
|
||||
<member name="M:System.Web.Optimization.Bundle.Include(System.String[])">
|
||||
<summary>Specifies a set of files to be included in the <see cref="T:System.Web.Optimization.Bundle" />.</summary>
|
||||
<returns>The <see cref="T:System.Web.Optimization.Bundle" /> object itself for use in subsequent method chaining.</returns>
|
||||
<param name="virtualPaths">The virtual path of the file or file pattern to be included in the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.IncludeDirectory(System.String,System.String)">
|
||||
<summary>Includes all files in a directory that match a search pattern.</summary>
|
||||
<returns>The <see cref="T:System.Web.Optimization.Bundle" /> object itself for use in subsequent method chaining.</returns>
|
||||
<param name="directoryVirtualPath">The virtual path to the directory from which to search for files.</param>
|
||||
<param name="searchPattern">The search pattern to use in selecting files to add to the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.IncludeDirectory(System.String,System.String,System.Boolean)">
|
||||
<summary>Includes all files in a directory that match a search pattern.</summary>
|
||||
<returns>The <see cref="T:System.Web.Optimization.Bundle" /> object itself for use in subsequent method chaining.</returns>
|
||||
<param name="directoryVirtualPath">The virtual path to the directory from which to search for files.</param>
|
||||
<param name="searchPattern">The search pattern to use in selecting files to add to the bundle.</param>
|
||||
<param name="searchSubdirectories">Specifies whether to recursively search subdirectories of <paramref name="directoryVirtualPath" />.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.Orderer">
|
||||
<summary>Determines the order of files in a bundle.</summary>
|
||||
<returns>The order of files in a bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.Path">
|
||||
<summary>Virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</summary>
|
||||
<returns>The virtual path.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.Transforms">
|
||||
<summary>Transforms the contents of a bundle.</summary>
|
||||
<returns>The list of transforms for the bundle.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.UpdateCache(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)"></member>
|
||||
<member name="T:System.Web.Optimization.BundleCollection">
|
||||
<summary>Contains and manages the set of registered <see cref="T:System.Web.Optimization.Bundle" /> objects in an ASP.NET application.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleCollection" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.Add(System.Web.Optimization.Bundle)">
|
||||
<summary>Adds a bundle to the collection.</summary>
|
||||
<param name="bundle">The bundle to add.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.AddDefaultFileExtensionReplacements(System.Web.Optimization.FileExtensionReplacementList)">
|
||||
<summary>Adds the default file extension replacements for common conventions.</summary>
|
||||
<param name="list">The list to populate with default values.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.AddDefaultFileOrderings(System.Collections.Generic.IList{System.Web.Optimization.BundleFileSetOrdering})">
|
||||
<summary>Adds default file order specifications to use with bundles in the collection.</summary>
|
||||
<param name="list">The list to populate with default values.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.AddDefaultIgnorePatterns(System.Web.Optimization.IgnoreList)">
|
||||
<summary>Adds the default file ignore patterns.</summary>
|
||||
<param name="ignoreList">The ignore list to populate with default values.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.Clear">
|
||||
<summary>Removes all bundles from the collection.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.Count">
|
||||
<summary>Gets the count of registered bundles in the collection.</summary>
|
||||
<returns>The number of bundles.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.DirectoryFilter">
|
||||
<summary>Gets a list of file patterns which are ignored when including files using wildcards or substitution tokens.</summary>
|
||||
<returns>A list of file patterns.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.FileExtensionReplacementList">
|
||||
<summary>Gets the file extension replacement list.</summary>
|
||||
<returns>The file extension replacement list.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.FileSetOrderList">
|
||||
<summary>Gets a list that specifies default file orderings to use for files in the registered bundles.</summary>
|
||||
<returns>The list of file orderings.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.GetBundleFor(System.String)">
|
||||
<summary>Returns a bundle in the collection using the specified virtual path.</summary>
|
||||
<returns>The bundle for the virtual path or null if no bundle exists at the path.</returns>
|
||||
<param name="bundleVirtualPath">The virtual path of the bundle to return.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.GetEnumerator">
|
||||
<summary>Returns the bundle enumerator.</summary>
|
||||
<returns>The bundle enumerator.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.GetRegisteredBundles">
|
||||
<summary>Returns the collection of all registered bundles.</summary>
|
||||
<returns>The collection of registered bundles.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.IgnoreList">
|
||||
<summary>Gets the list of files to ignore.</summary>
|
||||
<returns>The list of files to ignore.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.Remove(System.Web.Optimization.Bundle)">
|
||||
<summary>Removes a bundle from the collection.</summary>
|
||||
<returns>true if the bundle was removed; otherwise, false.</returns>
|
||||
<param name="bundle">The bundle to remove.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.ResetAll">
|
||||
<summary>Clears the bundles and resets all the defaults.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.ResolveBundleUrl(System.String)">
|
||||
<summary>Returns the bundle URL for the specified virtual path.</summary>
|
||||
<returns>The bundle URL or null if the bundle cannot be found.</returns>
|
||||
<param name="bundleVirtualPath">The bundle virtual path.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.ResolveBundleUrl(System.String,System.Boolean)">
|
||||
<summary>Returns the bundle URL for the specified virtual path, including a content hash if requested.</summary>
|
||||
<returns>The bundle URL or null if the bundle cannot be found.</returns>
|
||||
<param name="bundleVirtualPath">The virtual path of the bundle.</param>
|
||||
<param name="includeContentHash">true to include a hash code for the content; otherwise, false. The default is true.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator">
|
||||
<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
|
||||
<returns>An <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.System#Collections#IEnumerable#GetEnumerator">
|
||||
<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
|
||||
<returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.UseCdn">
|
||||
<summary>Gets or sets whether the collection will try to use <see cref="P:System.Web.Optimization.Bundle.CdnPath" /> if specified.</summary>
|
||||
<returns>true if the collection will try to use Bundle.CdnPath if specified; Otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleContext">
|
||||
<summary>Encapsulates the info needed to process a bundle request</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleContext.#ctor(System.Web.HttpContextBase,System.Web.Optimization.BundleCollection,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleContext" /> class.</summary>
|
||||
<param name="context">The context.</param>
|
||||
<param name="collection">The collection of bundles.</param>
|
||||
<param name="bundleVirtualPath">The virtual path of the bundles.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.BundleCollection">
|
||||
<summary>Gets or sets the collection of bundles.</summary>
|
||||
<returns>The collection of bundles.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.BundleVirtualPath">
|
||||
<summary>Gets or sets the virtual path for the bundle request</summary>
|
||||
<returns>The virtual path for the bundle request.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.EnableInstrumentation">
|
||||
<summary>Gets or sets whether the instrumentation output is requested.</summary>
|
||||
<returns>true if instrumentation output is requested; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.EnableOptimizations">
|
||||
<summary>Gets or sets whether optimizations are enabled via <see cref="P:System.Web.Optimization.BundleTable.EnableOptimizations" />.</summary>
|
||||
<returns>true if optimizations are enabled via <see cref="P:System.Web.Optimization.BundleTable.EnableOptimizations" />; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.HttpContext">
|
||||
<summary>Gets or sets the HTTP context associated with the bundle context.</summary>
|
||||
<returns>The HTTP context associated with the bundle context.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.UseServerCache">
|
||||
<summary>Gets or sets whether the bindle context will store the bundle response in the HttpContext.Cache.</summary>
|
||||
<returns>true if the bindle context will store the bundle response in the cache; Otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleDefinition">
|
||||
<summary>Represents a bundle definition as specified by the bundle manifest.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleDefinition.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleDefinition" /> class.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleDefinition.CdnFallbackExpression">
|
||||
<summary>Gets or sets the CDN fallback expression for the bundle.</summary>
|
||||
<returns>The CDN fallback expression for the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleDefinition.CdnPath">
|
||||
<summary>Gets or sets the CDN path for the bundle.</summary>
|
||||
<returns>The CDN path for the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleDefinition.Includes">
|
||||
<summary>Gets the files included in the bundle.</summary>
|
||||
<returns>The files included in the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleDefinition.Path">
|
||||
<summary>Gets or sets the virtual path for the bundle.</summary>
|
||||
<returns>The virtual path for the bundle.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleFile"></member>
|
||||
<member name="M:System.Web.Optimization.BundleFile.#ctor(System.String,System.Web.Hosting.VirtualFile)"></member>
|
||||
<member name="M:System.Web.Optimization.BundleFile.#ctor(System.String,System.Web.Hosting.VirtualFile,System.Collections.Generic.IList{System.Web.Optimization.IItemTransform})"></member>
|
||||
<member name="M:System.Web.Optimization.BundleFile.ApplyTransforms"></member>
|
||||
<member name="P:System.Web.Optimization.BundleFile.IncludedVirtualPath"></member>
|
||||
<member name="P:System.Web.Optimization.BundleFile.Transforms"></member>
|
||||
<member name="P:System.Web.Optimization.BundleFile.VirtualFile"></member>
|
||||
<member name="T:System.Web.Optimization.BundleFileSetOrdering">
|
||||
<summary>Encapsulates a named set of files with relative orderings, for example jquery or modernizer.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleFileSetOrdering.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleFileSetOrdering" /> class.</summary>
|
||||
<param name="name">The name used to help identify the file ordering.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleFileSetOrdering.Files">
|
||||
<summary>Gets or sets the ordered list of file name patterns (allows one prefix/suffix wildcard '*') that determines the relative ordering of these files in the bundle. For example, ["z.js", "b*", "*a", "a.js"].</summary>
|
||||
<returns>The ordered list of file name patterns that determines the relative ordering of these files in the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleFileSetOrdering.Name">
|
||||
<summary> Gets or sets the name used to help identify the file ordering, for example, jquery. </summary>
|
||||
<returns>The name used to help identify the file ordering.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleManifest">
|
||||
<summary> Represents the XML configuration to configure the <see cref="P:System.Web.Optimization.BundleTable.Bundles" /> bundle collection. </summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleManifest.BundleManifestPath">
|
||||
<summary>Gets or sets the path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</summary>
|
||||
<returns>The path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleManifest.ReadBundleManifest">
|
||||
<summary>Reads the bundle manifest using the default bundle configuration.</summary>
|
||||
<returns>The bundle manifest.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleManifest.ReadBundleManifest(System.IO.Stream)">
|
||||
<summary> Reads the bundle manifest from a given stream. </summary>
|
||||
<returns>The bundle manifest.</returns>
|
||||
<param name="bundleStream">The bundle stream to read from.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleManifest.ScriptBundles">
|
||||
<summary>Gets the <see cref="T:System.Web.Optimization.ScriptBundle" /> objects specified by the manifest file.</summary>
|
||||
<returns>The <see cref="T:System.Web.Optimization.ScriptBundle" /> objects specified by the manifest file.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleManifest.StyleBundles">
|
||||
<summary>Gets or sets the registered style bundles. </summary>
|
||||
<returns>The registered style bundles.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleModule">
|
||||
<summary> Represents a module that enables bundling to intercept requests to bundle URLs. </summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleModule" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.Dispose">
|
||||
<summary> Disposes any resources used by the <see cref="T:System.Web.Optimization.BundleModule" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.Init(System.Web.HttpApplication)">
|
||||
<summary> Hooks the OnApplicationPostResolveRequestCache event to remap to the bundle handler. </summary>
|
||||
<param name="application">The application that will receive the registration of the event.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.System#Web#IHttpModule#Dispose">
|
||||
<summary>Calls the Dispose() method.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.System#Web#IHttpModule#Init(System.Web.HttpApplication)">
|
||||
<summary>Calls the Init method.</summary>
|
||||
<param name="application">The application that will receive the registration of the event.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleResolver">
|
||||
<summary>Represents a class that determine if a script reference is a bundle, and what it contains to prevent duplicate script references.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResolver" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.#ctor(System.Web.Optimization.BundleCollection)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResolver" /> class with the specified bundle.</summary>
|
||||
<param name="bundles">The bundles of objects.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.#ctor(System.Web.Optimization.BundleCollection,System.Web.HttpContextBase)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResolver" /> class with the specified bundle and context.</summary>
|
||||
<param name="bundles">The bundles of object.</param>
|
||||
<param name="context">The HttpContextBase.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleResolver.Current">
|
||||
<summary>Gets or sets the ScriptManager that reflects against <see cref="P:System.Web.Optimization.BundleResolver.Current" />.</summary>
|
||||
<returns>The ScriptManager that reflects against <see cref="P:System.Web.Optimization.BundleResolver.Current" />.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.GetBundleContents(System.String)">
|
||||
<summary>Returns an enumeration of actual file paths to the contents of the bundle.</summary>
|
||||
<returns>The actual file paths to the contents of the bundle.</returns>
|
||||
<param name="virtualPath">The virtual file path.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.GetBundleUrl(System.String)">
|
||||
<summary>Gets the versioned url for the bundle or returns the virtualPath unchanged if it does not point to a bundle.</summary>
|
||||
<returns>The versioned url for the bundle.</returns>
|
||||
<param name="virtualPath">The virtual file path.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.IsBundleVirtualPath(System.String)">
|
||||
<summary>Determines if the virtualPath is to a bundle.</summary>
|
||||
<returns>The virtualPath.</returns>
|
||||
<param name="virtualPath">The virtual file path.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleResponse">
|
||||
<summary>Encapsulates the response data that will be sent for a bundle request.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResponse.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResponse" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResponse.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="P:System.Web.Optimization.BundleResponse.Cacheability">
|
||||
<summary>Gets or sets a value that is used to set the Cache-Control HTTP header.</summary>
|
||||
<returns>A value that is used to set the Cache-Control HTTP header.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleResponse.Content">
|
||||
<summary>Gets or sets the content of the bundle which is sent as the response body.</summary>
|
||||
<returns>The content of the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleResponse.ContentType">
|
||||
<summary>Gets or sets the media type that is sent in the HTTP content/type header.</summary>
|
||||
<returns>The media type that is sent in the HTTP content/type header.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleResponse.Files">
|
||||
<summary>Gets or sets the list of files in the bundle.</summary>
|
||||
<returns>The list of files in the bundle.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleTable">
|
||||
<summary> Static holder class for the default bundle collection. </summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleTable.Bundles">
|
||||
<summary>Gets the default bundle collection. </summary>
|
||||
<returns>The default bundle collection.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleTable.EnableOptimizations">
|
||||
<summary>Gets or sets whether bundling and minification of bundle references is enabled.</summary>
|
||||
<returns>true if bundling and minification of bundle references is enabled; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleTable.VirtualPathProvider">
|
||||
<summary>Gets or sets the provider to be used in resolving bundle files.</summary>
|
||||
<returns>The provider to be used in resolving bundle files.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.CssMinify">
|
||||
<summary> Represents a <see cref="T:System.Web.Optimization.IBundleTransform" /> that does CSS minification.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.CssMinify.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.CssMinify" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.CssMinify.Process(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)">
|
||||
<summary> Transforms the bundle contents by applying CSS minification. </summary>
|
||||
<param name="context">The bundle context.</param>
|
||||
<param name="response">The bundle response object</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.CssRewriteUrlTransform"></member>
|
||||
<member name="M:System.Web.Optimization.CssRewriteUrlTransform.#ctor"></member>
|
||||
<member name="M:System.Web.Optimization.CssRewriteUrlTransform.Process(System.String,System.String)"></member>
|
||||
<member name="T:System.Web.Optimization.DefaultBundleBuilder">
|
||||
<summary>Represents the default logic which combines files in the bundle.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DefaultBundleBuilder.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DefaultBundleBuilder" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DefaultBundleBuilder.BuildBundleContent(System.Web.Optimization.Bundle,System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.DefaultBundleOrderer">
|
||||
<summary>Default <see cref="T:System.Web.Optimization.IBundleOrderer" /> which orders files in a bundled using <see cref="P:System.Web.Optimization.BundleCollection.FileSetOrderList" />.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DefaultBundleOrderer.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DefaultBundleOrderer" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DefaultBundleOrderer.OrderFiles(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.DynamicFolderBundle">
|
||||
<summary>Represents a <see cref="T:System.Web.Optimization.Bundle" /> object that ASP.NET creates from a folder that contains files of the same type.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
|
||||
<param name="pathSuffix">The path suffix.</param>
|
||||
<param name="searchPattern">The search pattern.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String,System.Boolean)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
|
||||
<param name="pathSuffix">The path suffix.</param>
|
||||
<param name="searchPattern">The search pattern.</param>
|
||||
<param name="searchSubdirectories">The search subdirectories.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String,System.Boolean,System.Web.Optimization.IBundleTransform[])">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
|
||||
<param name="pathSuffix">The path suffix.</param>
|
||||
<param name="searchPattern">The search pattern.</param>
|
||||
<param name="searchSubdirectories">The search subdirectories.</param>
|
||||
<param name="transforms">The transform parameter.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String,System.Web.Optimization.IBundleTransform[])">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
|
||||
<param name="pathSuffix">The path suffix.</param>
|
||||
<param name="searchPattern">The search pattern.</param>
|
||||
<param name="transforms">The transform parameter.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.DynamicFolderBundle.CdnPath">
|
||||
<summary>Gets or set the path of a Content Delivery Network (CDN) that contains the folder bundle.</summary>
|
||||
<returns>The path of a Content Delivery Network (CDN)</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.EnumerateFiles(System.Web.Optimization.BundleContext)">
|
||||
<summary>Returns all the base methods files and any dynamic files found in the requested directory.</summary>
|
||||
<returns>All the base methods files and any dynamic files found in the requested directory.</returns>
|
||||
<param name="context">The bundle context.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.DynamicFolderBundle.SearchPattern">
|
||||
<summary>Gets or sets the search pattern for the folder bundle.</summary>
|
||||
<returns>The search pattern for the folder bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.DynamicFolderBundle.SearchSubdirectories">
|
||||
<summary>Gets or sets whether the search pattern is applied to subdirectories.</summary>
|
||||
<returns>true if the search pattern is applied to subdirectories; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.FileExtensionReplacementList">
|
||||
<summary>A set of file extensions that will be used to select different files based on the <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.FileExtensionReplacementList" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.Add(System.String)">
|
||||
<summary>Adds a file extension which will be applied regardless of <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
|
||||
<param name="extension">File extension string.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.Add(System.String,System.Web.Optimization.OptimizationMode)">
|
||||
<summary>Add a file extension for a specified <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
|
||||
<param name="extension">File extension string.</param>
|
||||
<param name="mode">
|
||||
<see cref="T:System.Web.Optimization.OptimizationMode" /> in which to apply the file extension replacement.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.Clear">
|
||||
<summary>Clears file extension replacements.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.ReplaceFileExtensions(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.IBundleBuilder">
|
||||
<summary>Specifies the building of the bundle from the individual file contents.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleBuilder.BuildBundleContent(System.Web.Optimization.Bundle,System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.IBundleOrderer">
|
||||
<summary>Defines methods for ordering files within a <see cref="T:System.Web.Optimization.Bundle" />.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleOrderer.OrderFiles(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.IBundleResolver">
|
||||
<summary>Represents an interface used to query the BundleCollection for metadata.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleResolver.GetBundleContents(System.String)">
|
||||
<summary>Returns a list of all the virtualPaths of the contents of the bundle.</summary>
|
||||
<returns>The list of virtual path.</returns>
|
||||
<param name="virtualPath">The virtual path for the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleResolver.GetBundleUrl(System.String)">
|
||||
<summary>Returns the versioned URL of the bundle.</summary>
|
||||
<returns>The versioned URL of the bundle.</returns>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleResolver.IsBundleVirtualPath(System.String)">
|
||||
<summary>Specifies whether the virtual path is to a bundle.</summary>
|
||||
<returns>true if the virtual path is to a bundle; Otherwise, false.</returns>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.IBundleTransform">
|
||||
<summary>Defines a method that transforms the files in a <see cref="T:System.Web.Optimization.BundleResponse" /> object.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleTransform.Process(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)">
|
||||
<summary>Transforms the content in the <see cref="T:System.Web.Optimization.BundleResponse" /> object.</summary>
|
||||
<param name="context">The bundle context.</param>
|
||||
<param name="response">The bundle response.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.IgnoreList">
|
||||
<summary>A list of filename patterns to be ignored and thereby excluded from bundles.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.IgnoreList" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.Clear">
|
||||
<summary>Clears entire ignore list.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.FilterIgnoredFiles(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.Ignore(System.String)">
|
||||
<summary>Ignores the specified pattern regardless of the value set in <see cref="P:System.Web.Optimization.BundleTable.EnableOptimizations" />.</summary>
|
||||
<param name="item">The ignore pattern.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.Ignore(System.String,System.Web.Optimization.OptimizationMode)">
|
||||
<summary>Ignores the specified pattern when in the appropriate <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
|
||||
<param name="pattern">The ignore pattern.</param>
|
||||
<param name="mode">The <see cref="T:System.Web.Optimization.OptimizationMode" /> in which to apply the ignore pattern.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.ShouldIgnore(System.Web.Optimization.BundleContext,System.String)">
|
||||
<summary>Determines whether a file should be ignored based on the ignore list.</summary>
|
||||
<returns>true if the filename matches a pattern in the <see cref="T:System.Web.Optimization.IgnoreList" />; otherwise, false.</returns>
|
||||
<param name="context">The <see cref="T:System.Web.Optimization.BundleContext" /> object that contains state for both the framework configuration and the HTTP request.</param>
|
||||
<param name="fileName">The name of the file to compare with the ignore list.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.IItemTransform"></member>
|
||||
<member name="M:System.Web.Optimization.IItemTransform.Process(System.String,System.String)"></member>
|
||||
<member name="T:System.Web.Optimization.JsMinify">
|
||||
<summary>Represents a BundleTransform that does CSS Minification.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.JsMinify.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.JsMinify" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.JsMinify.Process(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)">
|
||||
<summary>Transforms the bundle contents by applying javascript minification.</summary>
|
||||
<param name="context">The context associated with the bundle.</param>
|
||||
<param name="response">The <see cref="T:System.Web.Optimization.BundleResponse" />.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.OptimizationMode">
|
||||
<summary> OptimizationMode used by IgnoreList and FileExtensionReplacement. </summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Optimization.OptimizationMode.Always">
|
||||
<summary> Always: Always ignore </summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Optimization.OptimizationMode.WhenDisabled">
|
||||
<summary> WhenDisabled: Only when BundleTable.EnableOptimization = false </summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Optimization.OptimizationMode.WhenEnabled">
|
||||
<summary> WhenEnabled: Only when BundleTable.EnableOptimization = true </summary>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.OptimizationSettings">
|
||||
<summary>Configuration settings used by the <see cref="T:System.Web.Optimization.Optimizer" /> class to generate bundle responses outside of ASP.NET applications.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.OptimizationSettings.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.OptimizationSettings" /> class.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.OptimizationSettings.ApplicationPath">
|
||||
<summary>The physical file path to resolve the ‘~’ token in virtual paths.</summary>
|
||||
<returns>The physical file path.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.OptimizationSettings.BundleManifestPath">
|
||||
<summary>The path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</summary>
|
||||
<returns>The path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.OptimizationSettings.BundleSetupMethod">
|
||||
<summary>Gets or sets a callback function which is invoked after the bundle manifest is loaded to allow further customization of the bundle collection.</summary>
|
||||
<returns>A callback function which is invoked after the bundle manifest is loaded to allow further customization of the bundle collection.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.OptimizationSettings.BundleTable"></member>
|
||||
<member name="T:System.Web.Optimization.Optimizer">
|
||||
<summary>Represents a standalone class for generating bundle responses outside of ASP.NET</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Optimizer.BuildAllBundles(System.Web.Optimization.OptimizationSettings)"></member>
|
||||
<member name="M:System.Web.Optimization.Optimizer.BuildBundle(System.String,System.Web.Optimization.OptimizationSettings)">
|
||||
<summary>Builds a <see cref="T:System.Web.Optimization.BundleResponse" /> object from the declarations found in a bundle manifest file.</summary>
|
||||
<returns>The bundle response for specified <paramref name="bundlePath" />.</returns>
|
||||
<param name="bundlePath">The path to the bundle being requested.</param>
|
||||
<param name="settings">An <see cref="T:System.Web.Optimization.OptimizationSettings" /> object containing configuration settings for optimization.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.PreApplicationStartCode">
|
||||
<summary> Hooks up the BundleModule </summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.PreApplicationStartCode.Start">
|
||||
<summary> Hooks up the BundleModule </summary>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.ScriptBundle">
|
||||
<summary>Represents a bundle that does Js Minification.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.ScriptBundle.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.ScriptBundle" /> class that takes a virtual path for the bundle.</summary>
|
||||
<param name="virtualPath">The virtual path for the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.ScriptBundle.#ctor(System.String,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.ScriptBundle" /> class that takes virtual path and cdnPath for the bundle.</summary>
|
||||
<param name="virtualPath">The virtual path for the bundle.</param>
|
||||
<param name="cdnPath">The path of a Content Delivery Network (CDN).</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.Scripts">
|
||||
<summary>Represents a type that allows queuing and rendering script elements.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Scripts.DefaultTagFormat">
|
||||
<summary>Gets or sets the default format string for defining how script tags are rendered.</summary>
|
||||
<returns>The default format string for defining how script tags are rendered.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Scripts.Render(System.String[])">
|
||||
<summary>Renders script tags for the following paths.</summary>
|
||||
<returns>The HTML string containing the script tag or tags for the bundle.</returns>
|
||||
<param name="paths">Set of virtual paths for which to generate script tags.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Scripts.RenderFormat(System.String,System.String[])">
|
||||
<summary>Renders script tags for a set of paths based on a format string.</summary>
|
||||
<returns>The HTML string containing the script tag or tags for the bundle.</returns>
|
||||
<param name="tagFormat">The format string for defining the rendered script tags.</param>
|
||||
<param name="paths">Set of virtual paths for which to generate script tags.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Scripts.Url(System.String)">
|
||||
<summary>Returns a fingerprinted URL if the <paramref name="virtualPath" /> is to a bundle, otherwise returns the resolve URL.</summary>
|
||||
<returns>A <see cref="T:System.Web.IHtmlString" /> that represents the URL.</returns>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.StyleBundle">
|
||||
<summary> Represents a bundle that does CSS minification. </summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.StyleBundle.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.StyleBundle" /> class with a virtual path for the bundle. </summary>
|
||||
<param name="virtualPath">A virtual path for the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.StyleBundle.#ctor(System.String,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.StyleBundle" /> class with virtual path and CDN path for the bundle. </summary>
|
||||
<param name="virtualPath">A virtual path for the bundle.</param>
|
||||
<param name="cdnPath">A CDN path for the bundle.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.Styles">
|
||||
<summary>Represents a helper class for rendering link elements.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Styles.DefaultTagFormat">
|
||||
<summary>Gets or sets the default format string for defining how link tags are rendered.</summary>
|
||||
<returns>The default format string for defining how link tags are rendered.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Styles.Render(System.String[])">
|
||||
<summary>Renders link tags for a set of paths.</summary>
|
||||
<returns>A HTML string containing the link tag or tags for the bundle.</returns>
|
||||
<param name="paths">Set of virtual paths for which to generate link tags.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Styles.RenderFormat(System.String,System.String[])">
|
||||
<summary>Renders link tags for a set of paths based on a format string.</summary>
|
||||
<returns>A HTML string containing the link tag or tags for the bundle.</returns>
|
||||
<param name="tagFormat">Format string for defining the rendered link tags.</param>
|
||||
<param name="paths">Set of virtual paths for which to generate link tags.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Styles.Url(System.String)">
|
||||
<summary>Generates a version-stamped URL for a bundle.</summary>
|
||||
<returns>A fingerprinted URL.</returns>
|
||||
<param name="virtualPath">The virtual file path.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
@@ -1,8 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="AjaxControlToolkit" version="4.1.60623" targetFramework="net35" requireReinstallation="true" />
|
||||
<package id="Antlr" version="3.4.1.9004" targetFramework="net45" />
|
||||
<package id="AspNet.ScriptManager.bootstrap" version="3.3.5" targetFramework="net45" />
|
||||
<package id="bootstrap" version="3.3.5" targetFramework="net35" />
|
||||
<package id="FontAwesome" version="4.4.0" targetFramework="net45" />
|
||||
<package id="jQuery" version="1.9.1" targetFramework="net35" />
|
||||
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.Web.Optimization.WebForms" version="1.1.3" targetFramework="net45" />
|
||||
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
|
||||
<package id="Newtonsoft.Json" version="5.0.4" targetFramework="net45" />
|
||||
<package id="WebGrease" version="1.5.2" targetFramework="net45" />
|
||||
</packages>
|
||||
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<VSPerformanceSession Version="1.00">
|
||||
<Options>
|
||||
<Solution>WebGIM.sln</Solution>
|
||||
<CollectionMethod>Sampling</CollectionMethod>
|
||||
<AllocationMethod>None</AllocationMethod>
|
||||
<AddReport>true</AddReport>
|
||||
<ResourceBasedAnalysisSelected>true</ResourceBasedAnalysisSelected>
|
||||
<UniqueReport>Timestamp</UniqueReport>
|
||||
<SamplingMethod>Cycles</SamplingMethod>
|
||||
<CycleCount>10000000</CycleCount>
|
||||
<PageFaultCount>10</PageFaultCount>
|
||||
<SysCallCount>10</SysCallCount>
|
||||
<SamplingCounter Name="" ReloadValue="00000000000f4240" DisplayName="" />
|
||||
<RelocateBinaries>false</RelocateBinaries>
|
||||
<HardwareCounters EnableHWCounters="false" />
|
||||
<EtwSettings />
|
||||
<PdhSettings>
|
||||
<PdhCountersEnabled>false</PdhCountersEnabled>
|
||||
<PdhCountersRate>500</PdhCountersRate>
|
||||
<PdhCounters>
|
||||
<PdhCounter>\Disco fisico(_Total)\Lunghezza media coda del disco</PdhCounter>
|
||||
<PdhCounter>\Memoria\Pagine/sec</PdhCounter>
|
||||
<PdhCounter>\Processore(_Total)\% Tempo processore</PdhCounter>
|
||||
</PdhCounters>
|
||||
</PdhSettings>
|
||||
</Options>
|
||||
<ExcludeSmallFuncs>true</ExcludeSmallFuncs>
|
||||
<InteractionProfilingEnabled>false</InteractionProfilingEnabled>
|
||||
<JScriptProfilingEnabled>false</JScriptProfilingEnabled>
|
||||
<PreinstrumentEvent>
|
||||
<InstrEventExclude>false</InstrEventExclude>
|
||||
</PreinstrumentEvent>
|
||||
<PostinstrumentEvent>
|
||||
<InstrEventExclude>false</InstrEventExclude>
|
||||
</PostinstrumentEvent>
|
||||
<Binaries>
|
||||
<ProjBinary>
|
||||
<Path>GIM_site\\bin\GIM_site.dll</Path>
|
||||
<ArgumentTimestamp>01/01/0001 00:00:00</ArgumentTimestamp>
|
||||
<Instrument>true</Instrument>
|
||||
<Sample>true</Sample>
|
||||
<ExternalWebsite>false</ExternalWebsite>
|
||||
<InteractionProfilingEnabled>false</InteractionProfilingEnabled>
|
||||
<IsLocalJavascript>false</IsLocalJavascript>
|
||||
<IsWindowsStoreApp>false</IsWindowsStoreApp>
|
||||
<IsWWA>false</IsWWA>
|
||||
<LaunchProject>true</LaunchProject>
|
||||
<OverrideProjectSettings>false</OverrideProjectSettings>
|
||||
<LaunchMethod>Browser</LaunchMethod>
|
||||
<LaunchUrl>http://localhost:59788/</LaunchUrl>
|
||||
<SiteUrl>http://localhost:59788/</SiteUrl>
|
||||
<LocalPath>C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\Projects\WebGIM\GIM_site\</LocalPath>
|
||||
<VRoot>
|
||||
</VRoot>
|
||||
<NetAppHost>IIS</NetAppHost>
|
||||
<NetBrowser>InternetExplorer</NetBrowser>
|
||||
<ExcludeSmallFuncs>true</ExcludeSmallFuncs>
|
||||
<JScriptProfilingEnabled>false</JScriptProfilingEnabled>
|
||||
<PreinstrumentEvent>
|
||||
<InstrEventExclude>false</InstrEventExclude>
|
||||
</PreinstrumentEvent>
|
||||
<PostinstrumentEvent>
|
||||
<InstrEventExclude>false</InstrEventExclude>
|
||||
</PostinstrumentEvent>
|
||||
<ProjRef>{02C16B9B-9E89-42A7-A59C-E85A21E102F3}|GIM_site\GIM_site.csproj</ProjRef>
|
||||
<ProjPath>GIM_site\GIM_site.csproj</ProjPath>
|
||||
<ProjName>GIM_site</ProjName>
|
||||
</ProjBinary>
|
||||
</Binaries>
|
||||
<Reports>
|
||||
<Report>
|
||||
<Path>GIM_site_151124.vspx</Path>
|
||||
</Report>
|
||||
</Reports>
|
||||
<Launches>
|
||||
<ProjBinary>
|
||||
<Path>:PB:{02C16B9B-9E89-42A7-A59C-E85A21E102F3}|GIM_site\GIM_site.csproj</Path>
|
||||
</ProjBinary>
|
||||
</Launches>
|
||||
</VSPerformanceSession>
|
||||
Binary file not shown.
@@ -14,6 +14,9 @@ EndProject
|
||||
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "GimDB", "..\..\..\..\Visual Studio 2015\Projects\WebGIM\Projects\GimDB\GimDB.sqlproj", "{A3141577-5116-4FFB-8C3E-557644CA98E0}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(Performance) = preSolution
|
||||
HasPerformanceSessions = true
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Alumat|Any CPU = Alumat|Any CPU
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+666
@@ -0,0 +1,666 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>System.Web.Optimization</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:System.Web.Optimization.Bundle">
|
||||
<summary>Represents a list of file references to be bundled together as a single resource.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
<param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor(System.String,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
<param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
|
||||
<param name="cdnPath">An alternate url for the bundle when it is stored in a content delivery network.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor(System.String,System.String,System.Web.Optimization.IBundleTransform[])">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
<param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
|
||||
<param name="cdnPath">An alternate url for the bundle when it is stored in a content delivery network.</param>
|
||||
<param name="transforms">A list of <see cref="T:System.Web.Optimization.IBundleTransform" /> objects which process the contents of the bundle in the order which they are added.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.#ctor(System.String,System.Web.Optimization.IBundleTransform[])">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
|
||||
<param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
|
||||
<param name="transforms">A list of <see cref="T:System.Web.Optimization.IBundleTransform" /> objects which process the contents of the bundle in the order which they are added.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.ApplyTransforms(System.Web.Optimization.BundleContext,System.String,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="P:System.Web.Optimization.Bundle.Builder">
|
||||
<summary>Builds the bundle content from the individual files included in the <see cref="T:System.Web.Optimization.Bundle" /> object.</summary>
|
||||
<returns>The object used to build the bundle content.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.CacheLookup(System.Web.Optimization.BundleContext)">
|
||||
<summary>Overrides this to implement own caching logic.</summary>
|
||||
<returns>A bundle response.</returns>
|
||||
<param name="context">The bundle context.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.CdnFallbackExpression">
|
||||
<summary>Script expression rendered by the <see cref="T:System.Web.Optimization.Scripts" /> helper class to reference the local bundle file if the CDN is unavailable.</summary>
|
||||
<returns>The script expression rendered by the <see cref="T:System.Web.Optimization.Scripts" /> helper class to reference the local bundle file if the CDN is unavailable.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.CdnPath">
|
||||
<summary>Gets or sets an alternate url for the bundle when it is stored in a content delivery network.</summary>
|
||||
<returns>An alternate url for the bundle when it is stored in a content delivery network.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.ConcatenationToken">
|
||||
<summary>The token inserted between bundled files to ensure that the final bundle content is valid.</summary>
|
||||
<returns>By default, if <see cref="P:System.Web.Optimization.Bundle.ConcatenationToken" /> is not specified, the Web optimization framework inserts a new line.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.EnableFileExtensionReplacements">
|
||||
<summary>Specifies whether to use the <see cref="P:System.Web.Optimization.BundleCollection.FileExtensionReplacementList" />.</summary>
|
||||
<returns>true if the <see cref="P:System.Web.Optimization.BundleCollection.FileExtensionReplacementList" /> is used; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.EnumerateFiles(System.Web.Optimization.BundleContext)">
|
||||
<summary>Generates an enumeration of <see cref="T:System.Web.Hosting.VirtualFile" /> objects that represent the contents of the bundle.</summary>
|
||||
<returns>An enumeration of <see cref="T:System.Web.Hosting.VirtualFile" /> objects that represent the contents of the bundle.</returns>
|
||||
<param name="context">The <see cref="T:System.Web.Optimization.BundleContext" /> object that contains state for both the framework configuration and the HTTP request.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.GenerateBundleResponse(System.Web.Optimization.BundleContext)">
|
||||
<summary>Processes the bundle request to generate the response.</summary>
|
||||
<returns>A <see cref="T:System.Web.Optimization.BundleResponse" /> object containing the processed bundle contents.</returns>
|
||||
<param name="context">The <see cref="T:System.Web.Optimization.BundleContext" /> object that contains state for both the framework configuration and the HTTP request.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.GetCacheKey(System.Web.Optimization.BundleContext)"></member>
|
||||
<member name="M:System.Web.Optimization.Bundle.Include(System.String,System.Web.Optimization.IItemTransform[])"></member>
|
||||
<member name="M:System.Web.Optimization.Bundle.Include(System.String[])">
|
||||
<summary>Specifies a set of files to be included in the <see cref="T:System.Web.Optimization.Bundle" />.</summary>
|
||||
<returns>The <see cref="T:System.Web.Optimization.Bundle" /> object itself for use in subsequent method chaining.</returns>
|
||||
<param name="virtualPaths">The virtual path of the file or file pattern to be included in the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.IncludeDirectory(System.String,System.String)">
|
||||
<summary>Includes all files in a directory that match a search pattern.</summary>
|
||||
<returns>The <see cref="T:System.Web.Optimization.Bundle" /> object itself for use in subsequent method chaining.</returns>
|
||||
<param name="directoryVirtualPath">The virtual path to the directory from which to search for files.</param>
|
||||
<param name="searchPattern">The search pattern to use in selecting files to add to the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.IncludeDirectory(System.String,System.String,System.Boolean)">
|
||||
<summary>Includes all files in a directory that match a search pattern.</summary>
|
||||
<returns>The <see cref="T:System.Web.Optimization.Bundle" /> object itself for use in subsequent method chaining.</returns>
|
||||
<param name="directoryVirtualPath">The virtual path to the directory from which to search for files.</param>
|
||||
<param name="searchPattern">The search pattern to use in selecting files to add to the bundle.</param>
|
||||
<param name="searchSubdirectories">Specifies whether to recursively search subdirectories of <paramref name="directoryVirtualPath" />.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.Orderer">
|
||||
<summary>Determines the order of files in a bundle.</summary>
|
||||
<returns>The order of files in a bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.Path">
|
||||
<summary>Virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</summary>
|
||||
<returns>The virtual path.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Bundle.Transforms">
|
||||
<summary>Transforms the contents of a bundle.</summary>
|
||||
<returns>The list of transforms for the bundle.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Bundle.UpdateCache(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)"></member>
|
||||
<member name="T:System.Web.Optimization.BundleCollection">
|
||||
<summary>Contains and manages the set of registered <see cref="T:System.Web.Optimization.Bundle" /> objects in an ASP.NET application.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleCollection" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.Add(System.Web.Optimization.Bundle)">
|
||||
<summary>Adds a bundle to the collection.</summary>
|
||||
<param name="bundle">The bundle to add.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.AddDefaultFileExtensionReplacements(System.Web.Optimization.FileExtensionReplacementList)">
|
||||
<summary>Adds the default file extension replacements for common conventions.</summary>
|
||||
<param name="list">The list to populate with default values.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.AddDefaultFileOrderings(System.Collections.Generic.IList{System.Web.Optimization.BundleFileSetOrdering})">
|
||||
<summary>Adds default file order specifications to use with bundles in the collection.</summary>
|
||||
<param name="list">The list to populate with default values.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.AddDefaultIgnorePatterns(System.Web.Optimization.IgnoreList)">
|
||||
<summary>Adds the default file ignore patterns.</summary>
|
||||
<param name="ignoreList">The ignore list to populate with default values.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.Clear">
|
||||
<summary>Removes all bundles from the collection.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.Count">
|
||||
<summary>Gets the count of registered bundles in the collection.</summary>
|
||||
<returns>The number of bundles.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.DirectoryFilter">
|
||||
<summary>Gets a list of file patterns which are ignored when including files using wildcards or substitution tokens.</summary>
|
||||
<returns>A list of file patterns.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.FileExtensionReplacementList">
|
||||
<summary>Gets the file extension replacement list.</summary>
|
||||
<returns>The file extension replacement list.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.FileSetOrderList">
|
||||
<summary>Gets a list that specifies default file orderings to use for files in the registered bundles.</summary>
|
||||
<returns>The list of file orderings.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.GetBundleFor(System.String)">
|
||||
<summary>Returns a bundle in the collection using the specified virtual path.</summary>
|
||||
<returns>The bundle for the virtual path or null if no bundle exists at the path.</returns>
|
||||
<param name="bundleVirtualPath">The virtual path of the bundle to return.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.GetEnumerator">
|
||||
<summary>Returns the bundle enumerator.</summary>
|
||||
<returns>The bundle enumerator.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.GetRegisteredBundles">
|
||||
<summary>Returns the collection of all registered bundles.</summary>
|
||||
<returns>The collection of registered bundles.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.IgnoreList">
|
||||
<summary>Gets the list of files to ignore.</summary>
|
||||
<returns>The list of files to ignore.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.Remove(System.Web.Optimization.Bundle)">
|
||||
<summary>Removes a bundle from the collection.</summary>
|
||||
<returns>true if the bundle was removed; otherwise, false.</returns>
|
||||
<param name="bundle">The bundle to remove.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.ResetAll">
|
||||
<summary>Clears the bundles and resets all the defaults.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.ResolveBundleUrl(System.String)">
|
||||
<summary>Returns the bundle URL for the specified virtual path.</summary>
|
||||
<returns>The bundle URL or null if the bundle cannot be found.</returns>
|
||||
<param name="bundleVirtualPath">The bundle virtual path.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.ResolveBundleUrl(System.String,System.Boolean)">
|
||||
<summary>Returns the bundle URL for the specified virtual path, including a content hash if requested.</summary>
|
||||
<returns>The bundle URL or null if the bundle cannot be found.</returns>
|
||||
<param name="bundleVirtualPath">The virtual path of the bundle.</param>
|
||||
<param name="includeContentHash">true to include a hash code for the content; otherwise, false. The default is true.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator">
|
||||
<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
|
||||
<returns>An <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleCollection.System#Collections#IEnumerable#GetEnumerator">
|
||||
<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
|
||||
<returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleCollection.UseCdn">
|
||||
<summary>Gets or sets whether the collection will try to use <see cref="P:System.Web.Optimization.Bundle.CdnPath" /> if specified.</summary>
|
||||
<returns>true if the collection will try to use Bundle.CdnPath if specified; Otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleContext">
|
||||
<summary>Encapsulates the info needed to process a bundle request</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleContext.#ctor(System.Web.HttpContextBase,System.Web.Optimization.BundleCollection,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleContext" /> class.</summary>
|
||||
<param name="context">The context.</param>
|
||||
<param name="collection">The collection of bundles.</param>
|
||||
<param name="bundleVirtualPath">The virtual path of the bundles.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.BundleCollection">
|
||||
<summary>Gets or sets the collection of bundles.</summary>
|
||||
<returns>The collection of bundles.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.BundleVirtualPath">
|
||||
<summary>Gets or sets the virtual path for the bundle request</summary>
|
||||
<returns>The virtual path for the bundle request.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.EnableInstrumentation">
|
||||
<summary>Gets or sets whether the instrumentation output is requested.</summary>
|
||||
<returns>true if instrumentation output is requested; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.EnableOptimizations">
|
||||
<summary>Gets or sets whether optimizations are enabled via <see cref="P:System.Web.Optimization.BundleTable.EnableOptimizations" />.</summary>
|
||||
<returns>true if optimizations are enabled via <see cref="P:System.Web.Optimization.BundleTable.EnableOptimizations" />; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.HttpContext">
|
||||
<summary>Gets or sets the HTTP context associated with the bundle context.</summary>
|
||||
<returns>The HTTP context associated with the bundle context.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleContext.UseServerCache">
|
||||
<summary>Gets or sets whether the bindle context will store the bundle response in the HttpContext.Cache.</summary>
|
||||
<returns>true if the bindle context will store the bundle response in the cache; Otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleDefinition">
|
||||
<summary>Represents a bundle definition as specified by the bundle manifest.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleDefinition.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleDefinition" /> class.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleDefinition.CdnFallbackExpression">
|
||||
<summary>Gets or sets the CDN fallback expression for the bundle.</summary>
|
||||
<returns>The CDN fallback expression for the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleDefinition.CdnPath">
|
||||
<summary>Gets or sets the CDN path for the bundle.</summary>
|
||||
<returns>The CDN path for the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleDefinition.Includes">
|
||||
<summary>Gets the files included in the bundle.</summary>
|
||||
<returns>The files included in the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleDefinition.Path">
|
||||
<summary>Gets or sets the virtual path for the bundle.</summary>
|
||||
<returns>The virtual path for the bundle.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleFile"></member>
|
||||
<member name="M:System.Web.Optimization.BundleFile.#ctor(System.String,System.Web.Hosting.VirtualFile)"></member>
|
||||
<member name="M:System.Web.Optimization.BundleFile.#ctor(System.String,System.Web.Hosting.VirtualFile,System.Collections.Generic.IList{System.Web.Optimization.IItemTransform})"></member>
|
||||
<member name="M:System.Web.Optimization.BundleFile.ApplyTransforms"></member>
|
||||
<member name="P:System.Web.Optimization.BundleFile.IncludedVirtualPath"></member>
|
||||
<member name="P:System.Web.Optimization.BundleFile.Transforms"></member>
|
||||
<member name="P:System.Web.Optimization.BundleFile.VirtualFile"></member>
|
||||
<member name="T:System.Web.Optimization.BundleFileSetOrdering">
|
||||
<summary>Encapsulates a named set of files with relative orderings, for example jquery or modernizer.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleFileSetOrdering.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleFileSetOrdering" /> class.</summary>
|
||||
<param name="name">The name used to help identify the file ordering.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleFileSetOrdering.Files">
|
||||
<summary>Gets or sets the ordered list of file name patterns (allows one prefix/suffix wildcard '*') that determines the relative ordering of these files in the bundle. For example, ["z.js", "b*", "*a", "a.js"].</summary>
|
||||
<returns>The ordered list of file name patterns that determines the relative ordering of these files in the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleFileSetOrdering.Name">
|
||||
<summary> Gets or sets the name used to help identify the file ordering, for example, jquery. </summary>
|
||||
<returns>The name used to help identify the file ordering.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleManifest">
|
||||
<summary> Represents the XML configuration to configure the <see cref="P:System.Web.Optimization.BundleTable.Bundles" /> bundle collection. </summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleManifest.BundleManifestPath">
|
||||
<summary>Gets or sets the path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</summary>
|
||||
<returns>The path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleManifest.ReadBundleManifest">
|
||||
<summary>Reads the bundle manifest using the default bundle configuration.</summary>
|
||||
<returns>The bundle manifest.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleManifest.ReadBundleManifest(System.IO.Stream)">
|
||||
<summary> Reads the bundle manifest from a given stream. </summary>
|
||||
<returns>The bundle manifest.</returns>
|
||||
<param name="bundleStream">The bundle stream to read from.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleManifest.ScriptBundles">
|
||||
<summary>Gets the <see cref="T:System.Web.Optimization.ScriptBundle" /> objects specified by the manifest file.</summary>
|
||||
<returns>The <see cref="T:System.Web.Optimization.ScriptBundle" /> objects specified by the manifest file.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleManifest.StyleBundles">
|
||||
<summary>Gets or sets the registered style bundles. </summary>
|
||||
<returns>The registered style bundles.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleModule">
|
||||
<summary> Represents a module that enables bundling to intercept requests to bundle URLs. </summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleModule" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.Dispose">
|
||||
<summary> Disposes any resources used by the <see cref="T:System.Web.Optimization.BundleModule" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.Init(System.Web.HttpApplication)">
|
||||
<summary> Hooks the OnApplicationPostResolveRequestCache event to remap to the bundle handler. </summary>
|
||||
<param name="application">The application that will receive the registration of the event.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.System#Web#IHttpModule#Dispose">
|
||||
<summary>Calls the Dispose() method.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleModule.System#Web#IHttpModule#Init(System.Web.HttpApplication)">
|
||||
<summary>Calls the Init method.</summary>
|
||||
<param name="application">The application that will receive the registration of the event.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleResolver">
|
||||
<summary>Represents a class that determine if a script reference is a bundle, and what it contains to prevent duplicate script references.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResolver" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.#ctor(System.Web.Optimization.BundleCollection)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResolver" /> class with the specified bundle.</summary>
|
||||
<param name="bundles">The bundles of objects.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.#ctor(System.Web.Optimization.BundleCollection,System.Web.HttpContextBase)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResolver" /> class with the specified bundle and context.</summary>
|
||||
<param name="bundles">The bundles of object.</param>
|
||||
<param name="context">The HttpContextBase.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleResolver.Current">
|
||||
<summary>Gets or sets the ScriptManager that reflects against <see cref="P:System.Web.Optimization.BundleResolver.Current" />.</summary>
|
||||
<returns>The ScriptManager that reflects against <see cref="P:System.Web.Optimization.BundleResolver.Current" />.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.GetBundleContents(System.String)">
|
||||
<summary>Returns an enumeration of actual file paths to the contents of the bundle.</summary>
|
||||
<returns>The actual file paths to the contents of the bundle.</returns>
|
||||
<param name="virtualPath">The virtual file path.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.GetBundleUrl(System.String)">
|
||||
<summary>Gets the versioned url for the bundle or returns the virtualPath unchanged if it does not point to a bundle.</summary>
|
||||
<returns>The versioned url for the bundle.</returns>
|
||||
<param name="virtualPath">The virtual file path.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResolver.IsBundleVirtualPath(System.String)">
|
||||
<summary>Determines if the virtualPath is to a bundle.</summary>
|
||||
<returns>The virtualPath.</returns>
|
||||
<param name="virtualPath">The virtual file path.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleResponse">
|
||||
<summary>Encapsulates the response data that will be sent for a bundle request.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResponse.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResponse" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.BundleResponse.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="P:System.Web.Optimization.BundleResponse.Cacheability">
|
||||
<summary>Gets or sets a value that is used to set the Cache-Control HTTP header.</summary>
|
||||
<returns>A value that is used to set the Cache-Control HTTP header.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleResponse.Content">
|
||||
<summary>Gets or sets the content of the bundle which is sent as the response body.</summary>
|
||||
<returns>The content of the bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleResponse.ContentType">
|
||||
<summary>Gets or sets the media type that is sent in the HTTP content/type header.</summary>
|
||||
<returns>The media type that is sent in the HTTP content/type header.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleResponse.Files">
|
||||
<summary>Gets or sets the list of files in the bundle.</summary>
|
||||
<returns>The list of files in the bundle.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.BundleTable">
|
||||
<summary> Static holder class for the default bundle collection. </summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleTable.Bundles">
|
||||
<summary>Gets the default bundle collection. </summary>
|
||||
<returns>The default bundle collection.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleTable.EnableOptimizations">
|
||||
<summary>Gets or sets whether bundling and minification of bundle references is enabled.</summary>
|
||||
<returns>true if bundling and minification of bundle references is enabled; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.BundleTable.VirtualPathProvider">
|
||||
<summary>Gets or sets the provider to be used in resolving bundle files.</summary>
|
||||
<returns>The provider to be used in resolving bundle files.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.CssMinify">
|
||||
<summary> Represents a <see cref="T:System.Web.Optimization.IBundleTransform" /> that does CSS minification.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.CssMinify.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.CssMinify" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.CssMinify.Process(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)">
|
||||
<summary> Transforms the bundle contents by applying CSS minification. </summary>
|
||||
<param name="context">The bundle context.</param>
|
||||
<param name="response">The bundle response object</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.CssRewriteUrlTransform"></member>
|
||||
<member name="M:System.Web.Optimization.CssRewriteUrlTransform.#ctor"></member>
|
||||
<member name="M:System.Web.Optimization.CssRewriteUrlTransform.Process(System.String,System.String)"></member>
|
||||
<member name="T:System.Web.Optimization.DefaultBundleBuilder">
|
||||
<summary>Represents the default logic which combines files in the bundle.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DefaultBundleBuilder.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DefaultBundleBuilder" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DefaultBundleBuilder.BuildBundleContent(System.Web.Optimization.Bundle,System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.DefaultBundleOrderer">
|
||||
<summary>Default <see cref="T:System.Web.Optimization.IBundleOrderer" /> which orders files in a bundled using <see cref="P:System.Web.Optimization.BundleCollection.FileSetOrderList" />.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DefaultBundleOrderer.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DefaultBundleOrderer" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DefaultBundleOrderer.OrderFiles(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.DynamicFolderBundle">
|
||||
<summary>Represents a <see cref="T:System.Web.Optimization.Bundle" /> object that ASP.NET creates from a folder that contains files of the same type.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
|
||||
<param name="pathSuffix">The path suffix.</param>
|
||||
<param name="searchPattern">The search pattern.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String,System.Boolean)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
|
||||
<param name="pathSuffix">The path suffix.</param>
|
||||
<param name="searchPattern">The search pattern.</param>
|
||||
<param name="searchSubdirectories">The search subdirectories.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String,System.Boolean,System.Web.Optimization.IBundleTransform[])">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
|
||||
<param name="pathSuffix">The path suffix.</param>
|
||||
<param name="searchPattern">The search pattern.</param>
|
||||
<param name="searchSubdirectories">The search subdirectories.</param>
|
||||
<param name="transforms">The transform parameter.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String,System.Web.Optimization.IBundleTransform[])">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
|
||||
<param name="pathSuffix">The path suffix.</param>
|
||||
<param name="searchPattern">The search pattern.</param>
|
||||
<param name="transforms">The transform parameter.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.DynamicFolderBundle.CdnPath">
|
||||
<summary>Gets or set the path of a Content Delivery Network (CDN) that contains the folder bundle.</summary>
|
||||
<returns>The path of a Content Delivery Network (CDN)</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.DynamicFolderBundle.EnumerateFiles(System.Web.Optimization.BundleContext)">
|
||||
<summary>Returns all the base methods files and any dynamic files found in the requested directory.</summary>
|
||||
<returns>All the base methods files and any dynamic files found in the requested directory.</returns>
|
||||
<param name="context">The bundle context.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.DynamicFolderBundle.SearchPattern">
|
||||
<summary>Gets or sets the search pattern for the folder bundle.</summary>
|
||||
<returns>The search pattern for the folder bundle.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.DynamicFolderBundle.SearchSubdirectories">
|
||||
<summary>Gets or sets whether the search pattern is applied to subdirectories.</summary>
|
||||
<returns>true if the search pattern is applied to subdirectories; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.FileExtensionReplacementList">
|
||||
<summary>A set of file extensions that will be used to select different files based on the <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.FileExtensionReplacementList" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.Add(System.String)">
|
||||
<summary>Adds a file extension which will be applied regardless of <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
|
||||
<param name="extension">File extension string.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.Add(System.String,System.Web.Optimization.OptimizationMode)">
|
||||
<summary>Add a file extension for a specified <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
|
||||
<param name="extension">File extension string.</param>
|
||||
<param name="mode">
|
||||
<see cref="T:System.Web.Optimization.OptimizationMode" /> in which to apply the file extension replacement.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.Clear">
|
||||
<summary>Clears file extension replacements.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.FileExtensionReplacementList.ReplaceFileExtensions(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.IBundleBuilder">
|
||||
<summary>Specifies the building of the bundle from the individual file contents.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleBuilder.BuildBundleContent(System.Web.Optimization.Bundle,System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.IBundleOrderer">
|
||||
<summary>Defines methods for ordering files within a <see cref="T:System.Web.Optimization.Bundle" />.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleOrderer.OrderFiles(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="T:System.Web.Optimization.IBundleResolver">
|
||||
<summary>Represents an interface used to query the BundleCollection for metadata.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleResolver.GetBundleContents(System.String)">
|
||||
<summary>Returns a list of all the virtualPaths of the contents of the bundle.</summary>
|
||||
<returns>The list of virtual path.</returns>
|
||||
<param name="virtualPath">The virtual path for the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleResolver.GetBundleUrl(System.String)">
|
||||
<summary>Returns the versioned URL of the bundle.</summary>
|
||||
<returns>The versioned URL of the bundle.</returns>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleResolver.IsBundleVirtualPath(System.String)">
|
||||
<summary>Specifies whether the virtual path is to a bundle.</summary>
|
||||
<returns>true if the virtual path is to a bundle; Otherwise, false.</returns>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.IBundleTransform">
|
||||
<summary>Defines a method that transforms the files in a <see cref="T:System.Web.Optimization.BundleResponse" /> object.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IBundleTransform.Process(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)">
|
||||
<summary>Transforms the content in the <see cref="T:System.Web.Optimization.BundleResponse" /> object.</summary>
|
||||
<param name="context">The bundle context.</param>
|
||||
<param name="response">The bundle response.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.IgnoreList">
|
||||
<summary>A list of filename patterns to be ignored and thereby excluded from bundles.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.IgnoreList" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.Clear">
|
||||
<summary>Clears entire ignore list.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.FilterIgnoredFiles(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.Ignore(System.String)">
|
||||
<summary>Ignores the specified pattern regardless of the value set in <see cref="P:System.Web.Optimization.BundleTable.EnableOptimizations" />.</summary>
|
||||
<param name="item">The ignore pattern.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.Ignore(System.String,System.Web.Optimization.OptimizationMode)">
|
||||
<summary>Ignores the specified pattern when in the appropriate <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
|
||||
<param name="pattern">The ignore pattern.</param>
|
||||
<param name="mode">The <see cref="T:System.Web.Optimization.OptimizationMode" /> in which to apply the ignore pattern.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.IgnoreList.ShouldIgnore(System.Web.Optimization.BundleContext,System.String)">
|
||||
<summary>Determines whether a file should be ignored based on the ignore list.</summary>
|
||||
<returns>true if the filename matches a pattern in the <see cref="T:System.Web.Optimization.IgnoreList" />; otherwise, false.</returns>
|
||||
<param name="context">The <see cref="T:System.Web.Optimization.BundleContext" /> object that contains state for both the framework configuration and the HTTP request.</param>
|
||||
<param name="fileName">The name of the file to compare with the ignore list.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.IItemTransform"></member>
|
||||
<member name="M:System.Web.Optimization.IItemTransform.Process(System.String,System.String)"></member>
|
||||
<member name="T:System.Web.Optimization.JsMinify">
|
||||
<summary>Represents a BundleTransform that does CSS Minification.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.JsMinify.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.JsMinify" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.JsMinify.Process(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)">
|
||||
<summary>Transforms the bundle contents by applying javascript minification.</summary>
|
||||
<param name="context">The context associated with the bundle.</param>
|
||||
<param name="response">The <see cref="T:System.Web.Optimization.BundleResponse" />.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.OptimizationMode">
|
||||
<summary> OptimizationMode used by IgnoreList and FileExtensionReplacement. </summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Optimization.OptimizationMode.Always">
|
||||
<summary> Always: Always ignore </summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Optimization.OptimizationMode.WhenDisabled">
|
||||
<summary> WhenDisabled: Only when BundleTable.EnableOptimization = false </summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Optimization.OptimizationMode.WhenEnabled">
|
||||
<summary> WhenEnabled: Only when BundleTable.EnableOptimization = true </summary>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.OptimizationSettings">
|
||||
<summary>Configuration settings used by the <see cref="T:System.Web.Optimization.Optimizer" /> class to generate bundle responses outside of ASP.NET applications.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.OptimizationSettings.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.OptimizationSettings" /> class.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.OptimizationSettings.ApplicationPath">
|
||||
<summary>The physical file path to resolve the ‘~’ token in virtual paths.</summary>
|
||||
<returns>The physical file path.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.OptimizationSettings.BundleManifestPath">
|
||||
<summary>The path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</summary>
|
||||
<returns>The path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.OptimizationSettings.BundleSetupMethod">
|
||||
<summary>Gets or sets a callback function which is invoked after the bundle manifest is loaded to allow further customization of the bundle collection.</summary>
|
||||
<returns>A callback function which is invoked after the bundle manifest is loaded to allow further customization of the bundle collection.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.OptimizationSettings.BundleTable"></member>
|
||||
<member name="T:System.Web.Optimization.Optimizer">
|
||||
<summary>Represents a standalone class for generating bundle responses outside of ASP.NET</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Optimizer.BuildAllBundles(System.Web.Optimization.OptimizationSettings)"></member>
|
||||
<member name="M:System.Web.Optimization.Optimizer.BuildBundle(System.String,System.Web.Optimization.OptimizationSettings)">
|
||||
<summary>Builds a <see cref="T:System.Web.Optimization.BundleResponse" /> object from the declarations found in a bundle manifest file.</summary>
|
||||
<returns>The bundle response for specified <paramref name="bundlePath" />.</returns>
|
||||
<param name="bundlePath">The path to the bundle being requested.</param>
|
||||
<param name="settings">An <see cref="T:System.Web.Optimization.OptimizationSettings" /> object containing configuration settings for optimization.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.PreApplicationStartCode">
|
||||
<summary> Hooks up the BundleModule </summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.PreApplicationStartCode.Start">
|
||||
<summary> Hooks up the BundleModule </summary>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.ScriptBundle">
|
||||
<summary>Represents a bundle that does Js Minification.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.ScriptBundle.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.ScriptBundle" /> class that takes a virtual path for the bundle.</summary>
|
||||
<param name="virtualPath">The virtual path for the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.ScriptBundle.#ctor(System.String,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.ScriptBundle" /> class that takes virtual path and cdnPath for the bundle.</summary>
|
||||
<param name="virtualPath">The virtual path for the bundle.</param>
|
||||
<param name="cdnPath">The path of a Content Delivery Network (CDN).</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.Scripts">
|
||||
<summary>Represents a type that allows queuing and rendering script elements.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Scripts.DefaultTagFormat">
|
||||
<summary>Gets or sets the default format string for defining how script tags are rendered.</summary>
|
||||
<returns>The default format string for defining how script tags are rendered.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Scripts.Render(System.String[])">
|
||||
<summary>Renders script tags for the following paths.</summary>
|
||||
<returns>The HTML string containing the script tag or tags for the bundle.</returns>
|
||||
<param name="paths">Set of virtual paths for which to generate script tags.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Scripts.RenderFormat(System.String,System.String[])">
|
||||
<summary>Renders script tags for a set of paths based on a format string.</summary>
|
||||
<returns>The HTML string containing the script tag or tags for the bundle.</returns>
|
||||
<param name="tagFormat">The format string for defining the rendered script tags.</param>
|
||||
<param name="paths">Set of virtual paths for which to generate script tags.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Scripts.Url(System.String)">
|
||||
<summary>Returns a fingerprinted URL if the <paramref name="virtualPath" /> is to a bundle, otherwise returns the resolve URL.</summary>
|
||||
<returns>A <see cref="T:System.Web.IHtmlString" /> that represents the URL.</returns>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.StyleBundle">
|
||||
<summary> Represents a bundle that does CSS minification. </summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.StyleBundle.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.StyleBundle" /> class with a virtual path for the bundle. </summary>
|
||||
<param name="virtualPath">A virtual path for the bundle.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.StyleBundle.#ctor(System.String,System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.StyleBundle" /> class with virtual path and CDN path for the bundle. </summary>
|
||||
<param name="virtualPath">A virtual path for the bundle.</param>
|
||||
<param name="cdnPath">A CDN path for the bundle.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Optimization.Styles">
|
||||
<summary>Represents a helper class for rendering link elements.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.Optimization.Styles.DefaultTagFormat">
|
||||
<summary>Gets or sets the default format string for defining how link tags are rendered.</summary>
|
||||
<returns>The default format string for defining how link tags are rendered.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Styles.Render(System.String[])">
|
||||
<summary>Renders link tags for a set of paths.</summary>
|
||||
<returns>A HTML string containing the link tag or tags for the bundle.</returns>
|
||||
<param name="paths">Set of virtual paths for which to generate link tags.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Styles.RenderFormat(System.String,System.String[])">
|
||||
<summary>Renders link tags for a set of paths based on a format string.</summary>
|
||||
<returns>A HTML string containing the link tag or tags for the bundle.</returns>
|
||||
<param name="tagFormat">Format string for defining the rendered link tags.</param>
|
||||
<param name="paths">Set of virtual paths for which to generate link tags.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Optimization.Styles.Url(System.String)">
|
||||
<summary>Generates a version-stamped URL for a bundle.</summary>
|
||||
<returns>A fingerprinted URL.</returns>
|
||||
<param name="virtualPath">The virtual file path.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Binary file not shown.
+11
@@ -0,0 +1,11 @@
|
||||
<configuration>
|
||||
<system.web>
|
||||
<pages>
|
||||
<controls>
|
||||
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms"
|
||||
namespace="Microsoft.AspNet.Web.Optimization.WebForms"
|
||||
tagPrefix="webopt" />
|
||||
</controls>
|
||||
</pages>
|
||||
</system.web>
|
||||
</configuration>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
+8809
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+7945
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+8213
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+8213
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+7738
File diff suppressed because it is too large
Load Diff
Vendored
BIN
Binary file not shown.
Vendored
+7374
File diff suppressed because it is too large
Load Diff
Vendored
BIN
Binary file not shown.
Vendored
+7738
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,90 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
# Return a relative path with reference to root as Uri object
|
||||
# $rootPath - root path
|
||||
# $relativePath - relative path
|
||||
# $appendToRelativePath - Optional parameter. If provided will be appended to relative Path using Path.Combine()
|
||||
Function GetRelativeUri($rootPath, $relativePath, $appendToRelativePath)
|
||||
{
|
||||
if($rootPath -eq $null)
|
||||
{
|
||||
return $null
|
||||
}
|
||||
|
||||
if($relativePath -eq $null)
|
||||
{
|
||||
return $null
|
||||
}
|
||||
|
||||
$rootUri = new-object system.Uri($rootPath)
|
||||
$targetPath = $relativePath
|
||||
|
||||
# If appendToRelativePath is provided then use it
|
||||
if($appendToRelativePath -ne $null)
|
||||
{
|
||||
$targetPath = [io.path]::Combine($relativePath, $appendToRelativePath)
|
||||
}
|
||||
|
||||
$targetUri = new-object system.Uri($targetPath)
|
||||
$relativeUri = $rootUri.MakeRelativeUri($targetUri)
|
||||
|
||||
return $relativeUri
|
||||
}
|
||||
|
||||
# Visual Studio execution done via NuGet Package Manager
|
||||
Function VSExecution($installPath, $package, $project)
|
||||
{
|
||||
#$project.DTE.ExecuteCommand("File.SaveAll", [system.string]::Empty)
|
||||
|
||||
# Get the msbuild version of the project and add the import
|
||||
$msbuild = [Microsoft.Build.Evaluation.ProjectCollection]::GlobalProjectCollection.GetLoadedProjects($project.FullName) | Select-Object -First 1
|
||||
|
||||
# add a property for us to be able to reference the path where the package was installed
|
||||
$relativePackageUri = GetRelativeUri $project.FullName $installPath"\lib"
|
||||
|
||||
$msbuild.Xml.AddProperty("WebGreaseLibPath", $relativePackageUri.ToString().Replace([System.IO.Path]::AltDirectorySeparatorChar, [System.IO.Path]::DirectorySeparatorChar))
|
||||
|
||||
# save the project
|
||||
$project.Save()
|
||||
}
|
||||
|
||||
# Command line execution done by any external tool (For example, NuGetUpdater)
|
||||
# $package - package id
|
||||
# $project - parameter value is path to Project file in this case.
|
||||
Function CommandLineExecution($installPath, $package, $project)
|
||||
{
|
||||
[Reflection.Assembly]::LoadWithPartialName("Microsoft.Build")
|
||||
[Reflection.Assembly]::LoadWithPartialName("System.Xml")
|
||||
[Reflection.Assembly]::LoadWithPartialName("System.Xml.Linq")
|
||||
|
||||
# Get the msbuild version of the project and add the import
|
||||
$projXDoc = [System.Xml.Linq.XDocument]::Load($project)
|
||||
|
||||
$defaultNameSpace = $projXDoc.Root.GetDefaultNamespace()
|
||||
|
||||
$propertyGroup = [System.Xml.Linq.XName]::Get("PropertyGroup", $defaultNameSpace.NamespaceName)
|
||||
$webGreaseBuildLocation = [System.Xml.Linq.XName]::Get("WebGreaseLibPath", $defaultNameSpace.NamespaceName)
|
||||
|
||||
# add a property for us to be able to reference the path where the package was installed
|
||||
$relativePackageUri = GetRelativeUri $project.FullName $installPath"\lib"
|
||||
|
||||
$propGroupElement = $projXDoc.Root.Elements($propertyGroup) | Select-Object -First 1
|
||||
IF ($propGroupElement -ne $null)
|
||||
{
|
||||
$newElement = new-object System.Xml.Linq.XElement($webGreaseBuildLocation, $relativePackageUri.ToString().Replace([System.IO.Path]::AltDirectorySeparatorChar, [System.IO.Path]::DirectorySeparatorChar))
|
||||
$propGroupElement.Add($newElement)
|
||||
}
|
||||
|
||||
# save the project
|
||||
$projXDoc.Save($project)
|
||||
}
|
||||
|
||||
|
||||
IF ($project -is [system.string])
|
||||
{
|
||||
CommandLineExecution $installPath $package $project
|
||||
}
|
||||
ELSE
|
||||
{
|
||||
VSExecution $installPath $package $project
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
# Visual Studio execution done via NuGet Package Manager
|
||||
Function VSExecution($toolsPath, $project)
|
||||
{
|
||||
|
||||
|
||||
$project.DTE.ExecuteCommand("File.SaveAll", [system.string]::Empty)
|
||||
|
||||
# Get the msbuild version of the project and add the import
|
||||
$msbuild = [Microsoft.Build.Evaluation.ProjectCollection]::GlobalProjectCollection.GetLoadedProjects($project.FullName) | Select-Object -First 1
|
||||
|
||||
# now remove our property that points to this package path, "WebGreaseLibPath"
|
||||
foreach ($property in $msbuild.Properties)
|
||||
{
|
||||
if ($property.Name -eq "WebGreaseLibPath")
|
||||
{
|
||||
$propertyToRemove = $property
|
||||
}
|
||||
}
|
||||
|
||||
if ($propertyToRemove -ne $null)
|
||||
{
|
||||
$propertyToRemove.Project.RemoveProperty($propertyToRemove)
|
||||
$project.Save()
|
||||
}
|
||||
|
||||
$project.DTE.ExecuteCommand("File.SaveAll", [system.string]::Empty)
|
||||
}
|
||||
|
||||
# Command line execution done by any external tool (For example, NuGetUpdater)
|
||||
# $project - parameter value is path to Project file in this case.
|
||||
Function CommandLineExecution($toolsPath, $project)
|
||||
{
|
||||
[Reflection.Assembly]::LoadWithPartialName("System.Xml")
|
||||
[Reflection.Assembly]::LoadWithPartialName("System.Xml.Linq")
|
||||
|
||||
|
||||
|
||||
$projXDoc = [System.Xml.Linq.XDocument]::Load($project)
|
||||
$defaultNameSpace = $projXDoc.Root.GetDefaultNamespace()
|
||||
$xmlReader = $projXDoc.CreateReader()
|
||||
$namespaceManager = new-object System.Xml.XmlNamespaceManager($xmlReader.NameTable)
|
||||
$namespaceManager.AddNamespace("my", $defaultNameSpace.NamespaceName)
|
||||
|
||||
$msnRfPackageElement = [System.Xml.XPath.Extensions]::XPathSelectElement($projXDoc.Root, "//my:WebGreaseLibPath", $namespaceManager)
|
||||
if($msnRfPackageElement -ne $null)
|
||||
{
|
||||
$msnRfPackageElement.Remove()
|
||||
}
|
||||
|
||||
# save the project
|
||||
$projXDoc.Save($project)
|
||||
}
|
||||
|
||||
IF ($project -is [system.string])
|
||||
{
|
||||
CommandLineExecution $toolsPath $project
|
||||
}
|
||||
ELSE
|
||||
{
|
||||
VSExecution $toolsPath $project
|
||||
}
|
||||
Reference in New Issue
Block a user