commit
b8067b41f4
Binary file not shown.
Binary file not shown.
@ -0,0 +1,29 @@
|
||||
7-Zip Command line version
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
License for use and distribution
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
7-Zip Copyright (C) 1999-2010 Igor Pavlov.
|
||||
|
||||
7za.exe is distributed under the GNU LGPL license
|
||||
|
||||
Notes:
|
||||
You can use 7-Zip on any computer, including a computer in a commercial
|
||||
organization. You don't need to register or pay for 7-Zip.
|
||||
|
||||
|
||||
GNU LGPL information
|
||||
--------------------
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You can receive a copy of the GNU Lesser General Public License from
|
||||
http://www.gnu.org/
|
@ -0,0 +1,41 @@
|
||||
7-Zip Command line version 9.20
|
||||
-------------------------------
|
||||
|
||||
7-Zip is a file archiver with high compression ratio.
|
||||
7za.exe is a standalone command line version of 7-Zip.
|
||||
|
||||
7-Zip Copyright (C) 1999-2010 Igor Pavlov.
|
||||
|
||||
Features of 7za.exe:
|
||||
- High compression ratio in new 7z format
|
||||
- Supported formats:
|
||||
- Packing / unpacking: 7z, xz, ZIP, GZIP, BZIP2 and TAR
|
||||
- Unpacking only: Z, lzma
|
||||
- Highest compression ratio for ZIP and GZIP formats.
|
||||
- Fast compression and decompression
|
||||
- Strong AES-256 encryption in 7z and ZIP formats.
|
||||
|
||||
7za.exe is a free software distributed under the GNU LGPL.
|
||||
Read license.txt for more information.
|
||||
|
||||
Source code of 7za.exe and 7-Zip can be found at
|
||||
http://www.7-zip.org/
|
||||
|
||||
7za.exe can work in Windows 95/98/ME/NT/2000/2003/2008/XP/Vista/7.
|
||||
|
||||
There is also port of 7za.exe for POSIX systems like Unix (Linux, Solaris, OpenBSD,
|
||||
FreeBSD, Cygwin, AIX, ...), MacOS X and BeOS:
|
||||
|
||||
http://p7zip.sourceforge.net/
|
||||
|
||||
|
||||
This distributive packet contains the following files:
|
||||
|
||||
7za.exe - 7-Zip standalone command line version.
|
||||
readme.txt - This file.
|
||||
license.txt - License information.
|
||||
7-zip.chm - User's Manual in HTML Help format.
|
||||
|
||||
|
||||
---
|
||||
End of document
|
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,203 @@
|
||||
VCB Command-line Utility ver. 3.2
|
||||
|
||||
NOTE: Implementation details and latest version of the tool can be found at
|
||||
http://www.codeproject.com/KB/macros/versioningcontrolledbuild.aspx
|
||||
|
||||
AutoVer.exe is a command-line utility that provides functionality
|
||||
similar to VCB Add-in - it automates versioning of projects in
|
||||
solutions.
|
||||
|
||||
Supported workspaces/solutions:
|
||||
- Visual C++ 6.0 workspaces (.dsw files)
|
||||
- Visual Studio 2002 solutions (.sln files)
|
||||
- Visual Studio 2003 solutions (.sln files)
|
||||
- Visual Studio 2005 solutions (.sln files)
|
||||
- Visual Studio 2008 solutions (.sln files)
|
||||
- Visual Studio 2010 solutions (.sln files)
|
||||
|
||||
The tool extracts version information (AssemblyVersion,
|
||||
AssemblyInformationalVersion and AssemblyFileVersion for .NET projects or
|
||||
ProductVersion and FileVersion for VC++ projects) and increments versions
|
||||
according to settings in configuration file or according to command-line
|
||||
switches that override some settings in configuration file. Configuration file
|
||||
is stored in
|
||||
Application Data\Versioning Controlled Build
|
||||
folder of user's profile and can be modified by Configurator program.
|
||||
|
||||
Basic Syntax:
|
||||
|
||||
AUTOVER /?
|
||||
AUTOVER [solution] /G
|
||||
AUTOVER [solution [version]] [/P:projects] [/C:(E|W)] [/A:(A|M)]
|
||||
[/V:(*|[A][F][P|I])] [/S:(S|I|N)] [/M:([C][F["filename"]]|N)]
|
||||
[/U:(username[,password])]
|
||||
|
||||
/? Displays command help.
|
||||
|
||||
solution Solution file (.SLN or .DSW) for which versions should be updated.
|
||||
If solution file is omitted, "Open Solution File" dialog pops-up
|
||||
allowing user to select the file.
|
||||
|
||||
/G Starts GUI form with a list of all projects.
|
||||
NOTE: This switch should not be used with any other switch.
|
||||
|
||||
Examples:
|
||||
AUTOVER /G
|
||||
AUTOVER /G "C:\My Projects\My Solution.sln"
|
||||
AUTOVER "C:\My Projects\My Solution.sln" /G
|
||||
|
||||
version Version pattern to be applied. Version pattern is a sequence of
|
||||
four dot separated version components: Major, Minor, Build and
|
||||
Revision. Each component may contain number (optionally preceded by
|
||||
'+' character) or '*' character:
|
||||
'*' character leaves corresponding version component unchanged,
|
||||
'+' character increments it by amount specified.
|
||||
For example, version pattern "1.2.*.+2" sets Major version to 1
|
||||
and Minor to 2, leaves Build unchanged and increments Revision by
|
||||
2.
|
||||
If version is omitted, versions are incremented by the scheme
|
||||
stored in the configuration file. If configuration file does not
|
||||
exist, Revision will be incremented by 1.
|
||||
If configured so, user may enter arbitrary version (e.g. "beta 1")
|
||||
but can apply it to AssemblyInformationalVersion only (using /V:I
|
||||
or /V:I switch).However such a version will not be applied to
|
||||
ProductVersion of VC++ projects.
|
||||
Arbitrary version must not contain a dot character.
|
||||
NOTE: version pattern cannot be applied in combination with /S
|
||||
switch.
|
||||
|
||||
Examples:
|
||||
AUTOVER "C:\My Projects\My Solution.sln" "1.0.0.1"
|
||||
AUTOVER "C:\My Projects\My Solution.sln" "1.+1,*.*"
|
||||
AUTOVER "C:\My Projects\My Solution.sln" "beta2" /V:I
|
||||
|
||||
/P Specifications for individual projects as defined in the list
|
||||
supplied with this switch. If this switch is omitted, all projects
|
||||
in solution are considered, according to settings in configuration
|
||||
file.
|
||||
|
||||
projects List of comma separated project names. Each project name may be
|
||||
prefixed by:
|
||||
+ (optional) include project into the list of projects for
|
||||
which version may be modified;
|
||||
- exclude project from the list of projects for which version
|
||||
may be modified (complement to + prefix);
|
||||
! include project into list of projects for which version is
|
||||
always modified.
|
||||
If a project name contains whitespace, you should enclose it with
|
||||
double quotes. Same applies for the case when project name starts
|
||||
with one of prefix characters.
|
||||
NOTE: Version of project that may be versioned will be modified
|
||||
only if other criteria apply (e.g. project modification has been
|
||||
detected or /A:A switch has been set).
|
||||
NOTE: Project name may be listed only once, otherwise an error is
|
||||
issued and command is not executed.
|
||||
|
||||
Examples:
|
||||
AUTOVER "My Solution.sln" /P:"ConsoleApp1","ConsoleApp2"
|
||||
AUTOVER "My Solution.sln" /P:-"Xlib"
|
||||
AUTOVER "My Solution.sln" /P:!"ConsoleApp1",-"ConsoleApp2"
|
||||
|
||||
/C Check if project names provided with /P, /X and /F switches exist
|
||||
in solution. Any invalid name causes:
|
||||
E Error - command is not executed (default);
|
||||
W Warning - command is executed ignoring invalid entries.
|
||||
|
||||
/A Apply version to:
|
||||
A All projects;
|
||||
M Modified projects only (default).
|
||||
NOTE: /P and /X switches change the scope of /A switch by limiting
|
||||
the scope to or excluding corresponding projects from scope,
|
||||
respectively.
|
||||
/F switch extends the scope of /A:M switch by including
|
||||
corresponding projects.
|
||||
|
||||
/V Version types to modify:
|
||||
A Assembly version;
|
||||
P or I Product (i.e. Informational) version;
|
||||
F File version;
|
||||
* All version types.
|
||||
If this switch is omitted, settings from configuration file are
|
||||
applied. If configuration file does not exist, only Assembly
|
||||
version is modified.
|
||||
|
||||
Examples:
|
||||
AUTOVER "My Solution.sln" "1.+1.*.*"/V:AF
|
||||
AUTOVER "My Solution.sln" /V:*
|
||||
|
||||
/S Synchronization of versions in projects:
|
||||
S Synchronize (to the highest version);
|
||||
I Increment and then synchronize;
|
||||
N Increment versions independently.
|
||||
If this switch is omitted, settings from configuration file are
|
||||
applied. If configuration file does not exist, versions are
|
||||
incremented independently.
|
||||
NOTE: this switch cannot be used if version pattern is provided.
|
||||
|
||||
Example:
|
||||
AUTOVER "My Solution.sln" /S:I
|
||||
|
||||
/M Version update summary:
|
||||
C Output to console (default);
|
||||
F Write to a file (with optional filename);
|
||||
N Suppress the summary.
|
||||
If filename is omitted from /M:F switch, name is automatically
|
||||
created from solution filename.
|
||||
|
||||
Example:
|
||||
AUTOVER "My Solution.sln" /M:CF"summary.txt"
|
||||
|
||||
/U SourceSafe username and password. If username or password are not
|
||||
provided, user will be prompted to enter them if solution is under
|
||||
SourceSafe control. If you do not want to provide password with
|
||||
command stored in a script (e.g. in a BAT file), you may store
|
||||
username only (without comma after it: /G:username); user will be
|
||||
prompted to enter password when command is run.
|
||||
NOTE: If /U switch is omitted and solution is under SourceSafe
|
||||
control, username and password of the currently logged user is
|
||||
used; if it is not valid, user will be prompted to enter them for
|
||||
each file to be checked out!
|
||||
|
||||
Examples:
|
||||
Provide username and password:
|
||||
AUTOVER "My Solution.sln" /U:john,smith
|
||||
Provide username and empty password:
|
||||
AUTOVER "My Solution.sln" /U:john,
|
||||
AUTOVER "My Solution.sln" /U:john,""
|
||||
Provide username only, user will be prompted to enter password:
|
||||
AUTOVER "My Solution.sln" /U:john
|
||||
User will be prompted to enter username and password:
|
||||
AUTOVER "My Solution.sln" /U
|
||||
|
||||
|
||||
EXAMPLE 1:
|
||||
|
||||
AUTOVER /V:* /A:M "d:\my projects\MySolution.sln"
|
||||
|
||||
This command increments all versions (Assembly, File and Product) of
|
||||
modified projects in MySolution solution, using numbering scheme from
|
||||
configuration file (or default scheme if configuration file does not
|
||||
exist)
|
||||
|
||||
|
||||
EXAMPLE 2:
|
||||
|
||||
AUTOVER /V:AF /A:A "d:\my projects\MySolution.sln"
|
||||
"2.0.*.+"
|
||||
|
||||
This command sets Assembly and File versions for all projects from
|
||||
MySolution solution, using version mask provided:
|
||||
- major version is set to 2
|
||||
- minor version is set to 0
|
||||
- build is left intact
|
||||
- revision is incremented by 1
|
||||
|
||||
|
||||
EXAMPLE 3:
|
||||
|
||||
AUTOVER /G
|
||||
|
||||
This command first pops-up File Open dialog so that user can browse for
|
||||
a solution file. When user selects a SLN or DSW file, form with a list
|
||||
of all projects is displayed, providing user precise control to set
|
||||
versions for individual projects.
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,51 @@
|
||||
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||||
<SOAP-ENV:Body>
|
||||
<a1:Hashtable id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>2</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-2"/>
|
||||
<Values href="#ref-3"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-2" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item id="ref-4" xsi:type="SOAP-ENC:string">_reserved_nestedSavedStates</item>
|
||||
<item id="ref-5" xsi:type="SOAP-ENC:string">_reserved_lastInstallerAttempted</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-3" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item href="#ref-6"/>
|
||||
<item xsi:type="xsd:int">0</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-6" SOAP-ENC:arrayType="a1:IDictionary[1]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-7"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-7" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>6</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-8"/>
|
||||
<Values href="#ref-9"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-8" SOAP-ENC:arrayType="xsd:anyType[6]">
|
||||
<item id="ref-10" xsi:type="SOAP-ENC:string">VS_7_1_INSTALLDIR</item>
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-11" xsi:type="SOAP-ENC:string">VS_8_0_INSTALLDIR</item>
|
||||
<item id="ref-12" xsi:type="SOAP-ENC:string">VS_10_0_INSTALLDIR</item>
|
||||
<item id="ref-13" xsi:type="SOAP-ENC:string">VS_9_0_INSTALLDIR</item>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-9" SOAP-ENC:arrayType="xsd:anyType[6]">
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item href="#ref-14"/>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item xsi:type="xsd:int">-1</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-14" SOAP-ENC:arrayType="a1:IDictionary[0]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
</SOAP-ENC:Array>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Ninject" version="2.2.1.0" />
|
||||
<package id="NBuilder" version="2.3.0.0" />
|
||||
<package id="Moq" version="4.0.10827" />
|
||||
<package id="Unity" version="2.0" />
|
||||
<package id="AutoMoq" version="1.3.1.3" />
|
||||
<package id="Moq" version="4.0.10827" />
|
||||
<package id="Ninject" version="2.2.1.4" />
|
||||
<package id="CommonServiceLocator" version="1.0" />
|
||||
<package id="Unity" version="2.1.505.0" />
|
||||
</packages>
|
Binary file not shown.
@ -1,432 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>NLog.Extended</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:NLog.LayoutRenderers.AspNetApplicationValueLayoutRenderer">
|
||||
<summary>
|
||||
ASP.NET Application variable.
|
||||
</summary>
|
||||
<remarks>
|
||||
Use this layout renderer to insert the value of the specified variable stored
|
||||
in the ASP.NET Application dictionary.
|
||||
</remarks>
|
||||
<example>
|
||||
<para>You can set the value of an ASP.NET Application variable by using the following code:</para>
|
||||
<code lang="C#">
|
||||
<![CDATA[
|
||||
HttpContext.Current.Application["myvariable"] = 123;
|
||||
HttpContext.Current.Application["stringvariable"] = "aaa BBB";
|
||||
HttpContext.Current.Application["anothervariable"] = DateTime.Now;
|
||||
]]>
|
||||
</code>
|
||||
<para>Example usage of ${aspnet-application}:</para>
|
||||
<code lang="NLog Layout Renderer">
|
||||
${aspnet-application:variable=myvariable} - produces "123"
|
||||
${aspnet-application:variable=anothervariable} - produces "01/01/2006 00:00:00"
|
||||
${aspnet-application:variable=anothervariable:culture=pl-PL} - produces "2006-01-01 00:00:00"
|
||||
${aspnet-application:variable=myvariable:padding=5} - produces " 123"
|
||||
${aspnet-application:variable=myvariable:padding=-5} - produces "123 "
|
||||
${aspnet-application:variable=stringvariable:upperCase=true} - produces "AAA BBB"
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NLog.LayoutRenderers.AspNetApplicationValueLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
|
||||
<summary>
|
||||
Renders the specified ASP.NET Application variable and appends it to the specified <see cref="T:System.Text.StringBuilder"/>.
|
||||
</summary>
|
||||
<param name="builder">The <see cref="T:System.Text.StringBuilder"/> to append the rendered data to.</param>
|
||||
<param name="logEvent">Logging event.</param>
|
||||
</member>
|
||||
<member name="P:NLog.LayoutRenderers.AspNetApplicationValueLayoutRenderer.Variable">
|
||||
<summary>
|
||||
Gets or sets the variable name.
|
||||
</summary>
|
||||
<docgen category='Rendering Options' order='10' />
|
||||
</member>
|
||||
<member name="T:NLog.LayoutRenderers.AspNetRequestValueLayoutRenderer">
|
||||
<summary>
|
||||
ASP.NET Request variable.
|
||||
</summary>
|
||||
<remarks>
|
||||
Use this layout renderer to insert the value of the specified parameter of the
|
||||
ASP.NET Request object.
|
||||
</remarks>
|
||||
<example>
|
||||
<para>Example usage of ${aspnet-request}:</para>
|
||||
<code lang="NLog Layout Renderer">
|
||||
${aspnet-request:item=v}
|
||||
${aspnet-request:querystring=v}
|
||||
${aspnet-request:form=v}
|
||||
${aspnet-request:cookie=v}
|
||||
${aspnet-request:serverVariable=v}
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NLog.LayoutRenderers.AspNetRequestValueLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
|
||||
<summary>
|
||||
Renders the specified ASP.NET Request variable and appends it to the specified <see cref="T:System.Text.StringBuilder"/>.
|
||||
</summary>
|
||||
<param name="builder">The <see cref="T:System.Text.StringBuilder"/> to append the rendered data to.</param>
|
||||
<param name="logEvent">Logging event.</param>
|
||||
</member>
|
||||
<member name="P:NLog.LayoutRenderers.AspNetRequestValueLayoutRenderer.Item">
|
||||
<summary>
|
||||
Gets or sets the item name. The QueryString, Form, Cookies, or ServerVariables collection variables having the specified name are rendered.
|
||||
</summary>
|
||||
<docgen category='Rendering Options' order='10' />
|
||||
</member>
|
||||
<member name="P:NLog.LayoutRenderers.AspNetRequestValueLayoutRenderer.QueryString">
|
||||
<summary>
|
||||
Gets or sets the QueryString variable to be rendered.
|
||||
</summary>
|
||||
<docgen category='Rendering Options' order='10' />
|
||||
</member>
|
||||
<member name="P:NLog.LayoutRenderers.AspNetRequestValueLayoutRenderer.Form">
|
||||
<summary>
|
||||
Gets or sets the form variable to be rendered.
|
||||
</summary>
|
||||
<docgen category='Rendering Options' order='10' />
|
||||
</member>
|
||||
<member name="P:NLog.LayoutRenderers.AspNetRequestValueLayoutRenderer.Cookie">
|
||||
<summary>
|
||||
Gets or sets the cookie to be rendered.
|
||||
</summary>
|
||||
<docgen category='Rendering Options' order='10' />
|
||||
</member>
|
||||
<member name="P:NLog.LayoutRenderers.AspNetRequestValueLayoutRenderer.ServerVariable">
|
||||
<summary>
|
||||
Gets or sets the ServerVariables item to be rendered.
|
||||
</summary>
|
||||
<docgen category='Rendering Options' order='10' />
|
||||
</member>
|
||||
<member name="T:NLog.LayoutRenderers.AspNetSessionIDLayoutRenderer">
|
||||
<summary>
|
||||
ASP.NET Session ID.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NLog.LayoutRenderers.AspNetSessionIDLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
|
||||
<summary>
|
||||
Renders the ASP.NET Session ID appends it to the specified <see cref="T:System.Text.StringBuilder"/>.
|
||||
</summary>
|
||||
<param name="builder">The <see cref="T:System.Text.StringBuilder"/> to append the rendered data to.</param>
|
||||
<param name="logEvent">Logging event.</param>
|
||||
</member>
|
||||
<member name="T:NLog.LayoutRenderers.AspNetSessionValueLayoutRenderer">
|
||||
<summary>
|
||||
ASP.NET Session variable.
|
||||
</summary>
|
||||
<remarks>
|
||||
Use this layout renderer to insert the value of the specified variable stored
|
||||
in the ASP.NET Session dictionary.
|
||||
</remarks>
|
||||
<example>
|
||||
<para>You can set the value of an ASP.NET Session variable by using the following code:</para>
|
||||
<code lang="C#">
|
||||
<![CDATA[
|
||||
HttpContext.Current.Session["myvariable"] = 123;
|
||||
HttpContext.Current.Session["stringvariable"] = "aaa BBB";
|
||||
HttpContext.Current.Session["anothervariable"] = DateTime.Now;
|
||||
]]>
|
||||
</code>
|
||||
<para>Example usage of ${aspnet-session}:</para>
|
||||
<code lang="NLog Layout Renderer">
|
||||
${aspnet-session:variable=myvariable} - produces "123"
|
||||
${aspnet-session:variable=anothervariable} - produces "01/01/2006 00:00:00"
|
||||
${aspnet-session:variable=anothervariable:culture=pl-PL} - produces "2006-01-01 00:00:00"
|
||||
${aspnet-session:variable=myvariable:padding=5} - produces " 123"
|
||||
${aspnet-session:variable=myvariable:padding=-5} - produces "123 "
|
||||
${aspnet-session:variable=stringvariable:upperCase=true} - produces "AAA BBB"
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NLog.LayoutRenderers.AspNetSessionValueLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
|
||||
<summary>
|
||||
Renders the specified ASP.NET Session value and appends it to the specified <see cref="T:System.Text.StringBuilder"/>.
|
||||
</summary>
|
||||
<param name="builder">The <see cref="T:System.Text.StringBuilder"/> to append the rendered data to.</param>
|
||||
<param name="logEvent">Logging event.</param>
|
||||
</member>
|
||||
<member name="P:NLog.LayoutRenderers.AspNetSessionValueLayoutRenderer.Variable">
|
||||
<summary>
|
||||
Gets or sets the session variable name.
|
||||
</summary>
|
||||
<docgen category='Rendering Options' order='10' />
|
||||
</member>
|
||||
<member name="T:NLog.LayoutRenderers.AspNetUserAuthTypeLayoutRenderer">
|
||||
<summary>
|
||||
ASP.NET User variable.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NLog.LayoutRenderers.AspNetUserAuthTypeLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
|
||||
<summary>
|
||||
Renders the specified ASP.NET User.Identity.AuthenticationType variable and appends it to the specified <see cref="T:System.Text.StringBuilder"/>.
|
||||
</summary>
|
||||
<param name="builder">The <see cref="T:System.Text.StringBuilder"/> to append the rendered data to.</param>
|
||||
<param name="logEvent">Logging event.</param>
|
||||
</member>
|
||||
<member name="T:NLog.LayoutRenderers.AspNetUserIdentityLayoutRenderer">
|
||||
<summary>
|
||||
ASP.NET User variable.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NLog.LayoutRenderers.AspNetUserIdentityLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
|
||||
<summary>
|
||||
Renders the specified ASP.NET User.Identity.Name variable and appends it to the specified <see cref="T:System.Text.StringBuilder"/>.
|
||||
</summary>
|
||||
<param name="builder">The <see cref="T:System.Text.StringBuilder"/> to append the rendered data to.</param>
|
||||
<param name="logEvent">Logging event.</param>
|
||||
</member>
|
||||
<member name="T:NLog.Targets.AspNetTraceTarget">
|
||||
<summary>
|
||||
Writes log messages to the ASP.NET trace.
|
||||
</summary>
|
||||
<seealso href="http://nlog-project.org/wiki/AspNetTrace_target">Documentation on NLog Wiki</seealso>
|
||||
<remarks>
|
||||
Log entries can then be viewed by navigating to http://server/path/Trace.axd.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.AspNetTraceTarget.Write(NLog.LogEventInfo)">
|
||||
<summary>
|
||||
Writes the specified logging event to the ASP.NET Trace facility.
|
||||
If the log level is greater than or equal to <see cref="F:NLog.LogLevel.Warn"/> it uses the
|
||||
<see cref="M:System.Web.TraceContext.Warn(System.String,System.String)"/> method, otherwise it uses
|
||||
<see cref="M:System.Web.TraceContext.Write(System.String,System.String)"/> method.
|
||||
</summary>
|
||||
<param name="logEvent">The logging event.</param>
|
||||
</member>
|
||||
<member name="T:NLog.Targets.MessageQueueTarget">
|
||||
<summary>
|
||||
Writes log message to the specified message queue handled by MSMQ.
|
||||
</summary>
|
||||
<seealso href="http://nlog-project.org/wiki/MessageQueue_target">Documentation on NLog Wiki</seealso>
|
||||
<example>
|
||||
<p>
|
||||
To set up the target in the <a href="config.html">configuration file</a>,
|
||||
use the following syntax:
|
||||
</p>
|
||||
<code lang="XML" source="examples/targets/Configuration File/MSMQ/Simple/NLog.config" />
|
||||
<p>
|
||||
You can use a single target to write to multiple queues (similar to writing to multiple files with the File target).
|
||||
</p>
|
||||
<code lang="XML" source="examples/targets/Configuration File/MSMQ/Multiple/NLog.config" />
|
||||
<p>
|
||||
The above examples assume just one target and a single rule.
|
||||
More configuration options are described <a href="config.html">here</a>.
|
||||
</p>
|
||||
<p>
|
||||
To set up the log target programmatically use code like this:
|
||||
</p>
|
||||
<code lang="C#" source="examples/targets/Configuration API/MSMQ/Simple/Example.cs" />
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.MessageQueueTarget.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:NLog.Targets.MessageQueueTarget"/> class.
|
||||
</summary>
|
||||
<remarks>
|
||||
The default value of the layout is: <code>${longdate}|${level:uppercase=true}|${logger}|${message}</code>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.MessageQueueTarget.Write(NLog.LogEventInfo)">
|
||||
<summary>
|
||||
Writes the specified logging event to a queue specified in the Queue
|
||||
parameter.
|
||||
</summary>
|
||||
<param name="logEvent">The logging event.</param>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.MessageQueueTarget.PrepareMessage(NLog.LogEventInfo)">
|
||||
<summary>
|
||||
Prepares a message to be sent to the message queue.
|
||||
</summary>
|
||||
<param name="logEvent">The log event to be used when calculating label and text to be written.</param>
|
||||
<returns>The message to be sent.</returns>
|
||||
<remarks>
|
||||
You may override this method in inheriting classes
|
||||
to provide services like encryption or message
|
||||
authentication.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NLog.Targets.MessageQueueTarget.Queue">
|
||||
<summary>
|
||||
Gets or sets the name of the queue to write to.
|
||||
</summary>
|
||||
<remarks>
|
||||
To write to a private queue on a local machine use <c>.\private$\QueueName</c>.
|
||||
For other available queue names, consult MSMQ documentation.
|
||||
</remarks>
|
||||
<docgen category='Queue Options' order='10' />
|
||||
</member>
|
||||
<member name="P:NLog.Targets.MessageQueueTarget.Label">
|
||||
<summary>
|
||||
Gets or sets the label to associate with each message.
|
||||
</summary>
|
||||
<remarks>
|
||||
By default no label is associated.
|
||||
</remarks>
|
||||
<docgen category='Queue Options' order='10' />
|
||||
</member>
|
||||
<member name="P:NLog.Targets.MessageQueueTarget.CreateQueueIfNotExists">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether to create the queue if it doesn't exists.
|
||||
</summary>
|
||||
<docgen category='Queue Options' order='10' />
|
||||
</member>
|
||||
<member name="P:NLog.Targets.MessageQueueTarget.Recoverable">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether to use recoverable messages (with guaranteed delivery).
|
||||
</summary>
|
||||
<docgen category='Queue Options' order='10' />
|
||||
</member>
|
||||
<member name="P:NLog.Targets.MessageQueueTarget.Encoding">
|
||||
<summary>
|
||||
Gets or sets the encoding to be used when writing text to the queue.
|
||||
</summary>
|
||||
<docgen category='Layout Options' order='10' />
|
||||
</member>
|
||||
<member name="P:NLog.Targets.MessageQueueTarget.UseXmlEncoding">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether to use the XML format when serializing message.
|
||||
</summary>
|
||||
<docgen category='Layout Options' order='10' />
|
||||
</member>
|
||||
<member name="T:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper">
|
||||
<summary>
|
||||
Buffers log events for the duration of ASP.NET request and sends them down
|
||||
to the wrapped target at the end of a request.
|
||||
</summary>
|
||||
<seealso href="http://nlog-project.org/wiki/AspNetBufferingWrapper_target">Documentation on NLog Wiki</seealso>
|
||||
<remarks>
|
||||
<p>
|
||||
Typically this target is used in cooperation with PostFilteringTargetWrapper
|
||||
to provide verbose logging for failing requests and normal or no logging for
|
||||
successful requests. We need to make the decision of the final filtering rule
|
||||
to apply after all logs for a page have been generated.
|
||||
</p>
|
||||
<p>
|
||||
To use this target, you need to add an entry in the httpModules section of
|
||||
web.config:
|
||||
</p>
|
||||
<code lang="XML">
|
||||
<![CDATA[<?xml version="1.0" ?>
|
||||
<configuration>
|
||||
<system.web>
|
||||
<httpModules>
|
||||
<add name="NLog" type="NLog.Web.NLogHttpModule, NLog"/>
|
||||
</httpModules>
|
||||
</system.web>
|
||||
</configuration>
|
||||
]]>
|
||||
</code>
|
||||
</remarks>
|
||||
<example>
|
||||
<p>To set up the ASP.NET Buffering target wrapper <a href="config.html">configuration file</a>, put
|
||||
the following in <c>web.nlog</c> file in your web application directory (this assumes
|
||||
that PostFilteringWrapper is used to provide the filtering and actual logs go to
|
||||
a file).
|
||||
</p>
|
||||
<code lang="XML" source="examples/targets/Configuration File/ASPNetBufferingWrapper/web.nlog" />
|
||||
<p>
|
||||
This assumes just one target and a single rule. More configuration
|
||||
options are described <a href="config.html">here</a>.
|
||||
</p>
|
||||
<p>
|
||||
To configure the target programmatically, put the following
|
||||
piece of code in your <c>Application_OnStart()</c> handler in Global.asax.cs
|
||||
or some other place that gets executed at the very beginning of your code:
|
||||
</p>
|
||||
<code lang="C#" source="examples/targets/Configuration API/ASPNetBufferingWrapper/Global.asax.cs" />
|
||||
<p>
|
||||
Fully working C# project can be found in the <c>Examples/Targets/Configuration API/ASPNetBufferingWrapper</c>
|
||||
directory along with usage instructions.
|
||||
</p>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.#ctor(NLog.Targets.Target)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper"/> class.
|
||||
</summary>
|
||||
<param name="wrappedTarget">The wrapped target.</param>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.#ctor(NLog.Targets.Target,System.Int32)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper"/> class.
|
||||
</summary>
|
||||
<param name="wrappedTarget">The wrapped target.</param>
|
||||
<param name="bufferSize">Size of the buffer.</param>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.InitializeTarget">
|
||||
<summary>
|
||||
Initializes the target by hooking up the NLogHttpModule BeginRequest and EndRequest events.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.CloseTarget">
|
||||
<summary>
|
||||
Closes the target by flushing pending events in the buffer (if any).
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.Write(NLog.Common.AsyncLogEventInfo)">
|
||||
<summary>
|
||||
Adds the specified log event to the buffer.
|
||||
</summary>
|
||||
<param name="logEvent">The log event.</param>
|
||||
</member>
|
||||
<member name="P:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.BufferSize">
|
||||
<summary>
|
||||
Gets or sets the number of log events to be buffered.
|
||||
</summary>
|
||||
<docgen category='Buffering Options' order='100' />
|
||||
</member>
|
||||
<member name="P:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.GrowBufferAsNeeded">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether buffer should grow as needed.
|
||||
</summary>
|
||||
<value>A value of <c>true</c> if buffer should grow as needed; otherwise, <c>false</c>.</value>
|
||||
<remarks>
|
||||
Value of <c>true</c> causes the buffer to expand until <see cref="P:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.BufferGrowLimit"/> is hit,
|
||||
<c>false</c> causes the buffer to never expand and lose the earliest entries in case of overflow.
|
||||
</remarks>
|
||||
<docgen category="Buffering Options" order="100"/>
|
||||
</member>
|
||||
<member name="P:NLog.Targets.Wrappers.AspNetBufferingTargetWrapper.BufferGrowLimit">
|
||||
<summary>
|
||||
Gets or sets the maximum number of log events that the buffer can keep.
|
||||
</summary>
|
||||
<docgen category='Buffering Options' order='100' />
|
||||
</member>
|
||||
<member name="T:NLog.Web.NLogHttpModule">
|
||||
<summary>
|
||||
ASP.NET HttpModule that enables NLog to hook BeginRequest and EndRequest events easily.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NLog.Web.NLogHttpModule.Init(System.Web.HttpApplication)">
|
||||
<summary>
|
||||
Initializes the HttpModule.
|
||||
</summary>
|
||||
<param name="application">
|
||||
ASP.NET application.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:NLog.Web.NLogHttpModule.Dispose">
|
||||
<summary>
|
||||
Disposes the module.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="E:NLog.Web.NLogHttpModule.EndRequest">
|
||||
<summary>
|
||||
Event to be raised at the end of each HTTP Request.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="E:NLog.Web.NLogHttpModule.BeginRequest">
|
||||
<summary>
|
||||
Event to be raised at the beginning of each HTTP Request.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Ninject" version="2.2.1.0" />
|
||||
<package id="Ninject" version="2.2.1.4" />
|
||||
</packages>
|
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -1,10 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Ninject" version="2.2.1.0" />
|
||||
<package id="Ninject.Web.Mvc2" version="2.2.0.1" />
|
||||
<package id="TelerikMvcExtensions" version="2011.1.315" />
|
||||
<package id="jQuery" version="1.5.2" />
|
||||
<package id="jQuery.vsdoc" version="1.5.2" />
|
||||
<package id="jQuery.Validation" version="1.8" />
|
||||
<package id="Glimpse" version="0.81" />
|
||||
<package id="WebActivator" version="1.4.1" />
|
||||
<package id="Ninject.MVC3" version="2.2.2.0" />
|
||||
<package id="Ninject" version="2.2.1.4" />
|
||||
<package id="jQuery.vsdoc" version="1.6" />
|
||||
<package id="jQuery.Validation" version="1.8.0.1" />
|
||||
<package id="jQuery" version="1.6.1" />
|
||||
</packages>
|
@ -0,0 +1,23 @@
|
||||
SET TARGET=_deploy
|
||||
|
||||
rmdir /s "%TARGET%"
|
||||
xcopy IISExpress %TARGET%\IISExpress /E /V /I /F /Y
|
||||
xcopy NzbDrone\bin\Release\*.* %TARGET%\ /E /V /I /F /Y
|
||||
|
||||
xcopy NzbDrone.Web\bin\*.* %TARGET%\NzbDrone.Web\bin\ /E /V /I /F /Y
|
||||
xcopy NzbDrone.Web\App_GlobalResources\*.* %TARGET%\NzbDrone.Web\App_GlobalResources\ /E /V /I /F /Y
|
||||
xcopy NzbDrone.Web\Content\*.* %TARGET%\NzbDrone.Web\Content\ /E /V /I /F /Y
|
||||
xcopy NzbDrone.Web\Scripts\*.* %TARGET%\NzbDrone.Web\Scripts\ /E /V /I /F /Y
|
||||
xcopy NzbDrone.Web\Views\*.* %TARGET%\NzbDrone.Web\Views\ /E /V /I /F /Y
|
||||
|
||||
|
||||
xcopy NzbDrone.Web\log.config %TARGET%\NzbDrone.Web\
|
||||
xcopy NzbDrone.Web\Global.asax %TARGET%\NzbDrone.Web\
|
||||
xcopy NzbDrone.Web\favicon.ico %TARGET%\NzbDrone.Web\
|
||||
xcopy NzbDrone.Web\web.config %TARGET%\NzbDrone.Web\
|
||||
|
||||
|
||||
CD "%TARGET%"
|
||||
..\Libraries\7zip\7za.exe a -tzip NzbDrone.zip *
|
||||
..\Libraries\7zip\7za.exe t NzbDrone.zip
|
||||
cD ..
|
Binary file not shown.
@ -0,0 +1,280 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Microsoft.Practices.ServiceLocation</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.ActivationException">
|
||||
<summary>
|
||||
The standard exception thrown when a ServiceLocator has an error in resolving an object.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ActivationException.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:System.Exception" /> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ActivationException.#ctor(System.String)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message.
|
||||
</summary>
|
||||
<param name="message">
|
||||
The message that describes the error.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ActivationException.#ctor(System.String,System.Exception)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
||||
</summary>
|
||||
<param name="message">
|
||||
The error message that explains the reason for the exception.
|
||||
</param>
|
||||
<param name="innerException">
|
||||
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ActivationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:System.Exception" /> class with serialized data.
|
||||
</summary>
|
||||
<param name="info">
|
||||
The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.
|
||||
</param>
|
||||
<param name="context">
|
||||
The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.
|
||||
</param>
|
||||
<exception cref="T:System.ArgumentNullException">
|
||||
The <paramref name="info" /> parameter is null.
|
||||
</exception>
|
||||
<exception cref="T:System.Runtime.Serialization.SerializationException">
|
||||
The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0).
|
||||
</exception>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.IServiceLocator">
|
||||
<summary>
|
||||
The generic Service Locator interface. This interface is used
|
||||
to retrieve services (instances identified by type and optional
|
||||
name) from a container.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetInstance(System.Type)">
|
||||
<summary>
|
||||
Get an instance of the given <paramref name="serviceType"/>.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetInstance(System.Type,System.String)">
|
||||
<summary>
|
||||
Get an instance of the given named <paramref name="serviceType"/>.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<param name="key">Name the object was registered with.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetAllInstances(System.Type)">
|
||||
<summary>
|
||||
Get all instances of the given <paramref name="serviceType"/> currently
|
||||
registered in the container.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>A sequence of instances of the requested <paramref name="serviceType"/>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetInstance``1">
|
||||
<summary>
|
||||
Get an instance of the given <typeparamref name="TService"/>.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetInstance``1(System.String)">
|
||||
<summary>
|
||||
Get an instance of the given named <typeparamref name="TService"/>.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<param name="key">Name the object was registered with.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetAllInstances``1">
|
||||
<summary>
|
||||
Get all instances of the given <typeparamref name="TService"/> currently
|
||||
registered in the container.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>A sequence of instances of the requested <typeparamref name="TService"/>.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.Properties.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.Properties.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.Properties.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.Properties.Resources.ActivateAllExceptionMessage">
|
||||
<summary>
|
||||
Looks up a localized string similar to Activation error occured while trying to get all instances of type {0}.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.Properties.Resources.ActivationExceptionMessage">
|
||||
<summary>
|
||||
Looks up a localized string similar to Activation error occured while trying to get instance of type {0}, key "{1}".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.ServiceLocator">
|
||||
<summary>
|
||||
This class provides the ambient container for this application. If your
|
||||
framework defines such an ambient container, use ServiceLocator.Current
|
||||
to get it.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocator.SetLocatorProvider(Microsoft.Practices.ServiceLocation.ServiceLocatorProvider)">
|
||||
<summary>
|
||||
Set the delegate that is used to retrieve the current container.
|
||||
</summary>
|
||||
<param name="newProvider">Delegate that, when called, will return
|
||||
the current ambient container.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.ServiceLocator.Current">
|
||||
<summary>
|
||||
The current ambient container.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase">
|
||||
<summary>
|
||||
This class is a helper that provides a default implementation
|
||||
for most of the methods of <see cref="T:Microsoft.Practices.ServiceLocation.IServiceLocator"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetService(System.Type)">
|
||||
<summary>
|
||||
Implementation of <see cref="M:System.IServiceProvider.GetService(System.Type)"/>.
|
||||
</summary>
|
||||
<param name="serviceType">The requested service.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error in resolving the service instance.</exception>
|
||||
<returns>The requested object.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance(System.Type)">
|
||||
<summary>
|
||||
Get an instance of the given <paramref name="serviceType"/>.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance(System.Type,System.String)">
|
||||
<summary>
|
||||
Get an instance of the given named <paramref name="serviceType"/>.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<param name="key">Name the object was registered with.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetAllInstances(System.Type)">
|
||||
<summary>
|
||||
Get all instances of the given <paramref name="serviceType"/> currently
|
||||
registered in the container.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>A sequence of instances of the requested <paramref name="serviceType"/>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance``1">
|
||||
<summary>
|
||||
Get an instance of the given <typeparamref name="TService"/>.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance``1(System.String)">
|
||||
<summary>
|
||||
Get an instance of the given named <typeparamref name="TService"/>.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<param name="key">Name the object was registered with.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetAllInstances``1">
|
||||
<summary>
|
||||
Get all instances of the given <typeparamref name="TService"/> currently
|
||||
registered in the container.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>A sequence of instances of the requested <typeparamref name="TService"/>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.DoGetInstance(System.Type,System.String)">
|
||||
<summary>
|
||||
When implemented by inheriting classes, this method will do the actual work of resolving
|
||||
the requested service instance.
|
||||
</summary>
|
||||
<param name="serviceType">Type of instance requested.</param>
|
||||
<param name="key">Name of registered service you want. May be null.</param>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.DoGetAllInstances(System.Type)">
|
||||
<summary>
|
||||
When implemented by inheriting classes, this method will do the actual work of
|
||||
resolving all the requested service instances.
|
||||
</summary>
|
||||
<param name="serviceType">Type of service requested.</param>
|
||||
<returns>Sequence of service instance objects.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.FormatActivationExceptionMessage(System.Exception,System.Type,System.String)">
|
||||
<summary>
|
||||
Format the exception message for use in an <see cref="T:Microsoft.Practices.ServiceLocation.ActivationException"/>
|
||||
that occurs while resolving a single service.
|
||||
</summary>
|
||||
<param name="actualException">The actual exception thrown by the implementation.</param>
|
||||
<param name="serviceType">Type of service requested.</param>
|
||||
<param name="key">Name requested.</param>
|
||||
<returns>The formatted exception message string.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.FormatActivateAllExceptionMessage(System.Exception,System.Type)">
|
||||
<summary>
|
||||
Format the exception message for use in an <see cref="T:Microsoft.Practices.ServiceLocation.ActivationException"/>
|
||||
that occurs while resolving multiple service instances.
|
||||
</summary>
|
||||
<param name="actualException">The actual exception thrown by the implementation.</param>
|
||||
<param name="serviceType">Type of service requested.</param>
|
||||
<returns>The formatted exception message string.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.ServiceLocatorProvider">
|
||||
<summary>
|
||||
This delegate type is used to provide a method that will
|
||||
return the current container. Used with the <see cref="T:Microsoft.Practices.ServiceLocation.ServiceLocator"/>
|
||||
static accessor class.
|
||||
</summary>
|
||||
<returns>An <see cref="T:Microsoft.Practices.ServiceLocation.IServiceLocator"/>.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
@ -0,0 +1,280 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Microsoft.Practices.ServiceLocation</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.ActivationException">
|
||||
<summary>
|
||||
The standard exception thrown when a ServiceLocator has an error in resolving an object.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ActivationException.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:System.Exception" /> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ActivationException.#ctor(System.String)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message.
|
||||
</summary>
|
||||
<param name="message">
|
||||
The message that describes the error.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ActivationException.#ctor(System.String,System.Exception)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
||||
</summary>
|
||||
<param name="message">
|
||||
The error message that explains the reason for the exception.
|
||||
</param>
|
||||
<param name="innerException">
|
||||
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ActivationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:System.Exception" /> class with serialized data.
|
||||
</summary>
|
||||
<param name="info">
|
||||
The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.
|
||||
</param>
|
||||
<param name="context">
|
||||
The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.
|
||||
</param>
|
||||
<exception cref="T:System.ArgumentNullException">
|
||||
The <paramref name="info" /> parameter is null.
|
||||
</exception>
|
||||
<exception cref="T:System.Runtime.Serialization.SerializationException">
|
||||
The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0).
|
||||
</exception>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.IServiceLocator">
|
||||
<summary>
|
||||
The generic Service Locator interface. This interface is used
|
||||
to retrieve services (instances identified by type and optional
|
||||
name) from a container.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetInstance(System.Type)">
|
||||
<summary>
|
||||
Get an instance of the given <paramref name="serviceType"/>.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetInstance(System.Type,System.String)">
|
||||
<summary>
|
||||
Get an instance of the given named <paramref name="serviceType"/>.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<param name="key">Name the object was registered with.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetAllInstances(System.Type)">
|
||||
<summary>
|
||||
Get all instances of the given <paramref name="serviceType"/> currently
|
||||
registered in the container.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>A sequence of instances of the requested <paramref name="serviceType"/>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetInstance``1">
|
||||
<summary>
|
||||
Get an instance of the given <typeparamref name="TService"/>.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetInstance``1(System.String)">
|
||||
<summary>
|
||||
Get an instance of the given named <typeparamref name="TService"/>.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<param name="key">Name the object was registered with.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.IServiceLocator.GetAllInstances``1">
|
||||
<summary>
|
||||
Get all instances of the given <typeparamref name="TService"/> currently
|
||||
registered in the container.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>A sequence of instances of the requested <typeparamref name="TService"/>.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.Properties.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.Properties.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.Properties.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.Properties.Resources.ActivateAllExceptionMessage">
|
||||
<summary>
|
||||
Looks up a localized string similar to Activation error occured while trying to get all instances of type {0}.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.Properties.Resources.ActivationExceptionMessage">
|
||||
<summary>
|
||||
Looks up a localized string similar to Activation error occured while trying to get instance of type {0}, key "{1}".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.ServiceLocator">
|
||||
<summary>
|
||||
This class provides the ambient container for this application. If your
|
||||
framework defines such an ambient container, use ServiceLocator.Current
|
||||
to get it.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocator.SetLocatorProvider(Microsoft.Practices.ServiceLocation.ServiceLocatorProvider)">
|
||||
<summary>
|
||||
Set the delegate that is used to retrieve the current container.
|
||||
</summary>
|
||||
<param name="newProvider">Delegate that, when called, will return
|
||||
the current ambient container.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.Practices.ServiceLocation.ServiceLocator.Current">
|
||||
<summary>
|
||||
The current ambient container.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase">
|
||||
<summary>
|
||||
This class is a helper that provides a default implementation
|
||||
for most of the methods of <see cref="T:Microsoft.Practices.ServiceLocation.IServiceLocator"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetService(System.Type)">
|
||||
<summary>
|
||||
Implementation of <see cref="M:System.IServiceProvider.GetService(System.Type)"/>.
|
||||
</summary>
|
||||
<param name="serviceType">The requested service.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error in resolving the service instance.</exception>
|
||||
<returns>The requested object.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance(System.Type)">
|
||||
<summary>
|
||||
Get an instance of the given <paramref name="serviceType"/>.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance(System.Type,System.String)">
|
||||
<summary>
|
||||
Get an instance of the given named <paramref name="serviceType"/>.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<param name="key">Name the object was registered with.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is an error resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetAllInstances(System.Type)">
|
||||
<summary>
|
||||
Get all instances of the given <paramref name="serviceType"/> currently
|
||||
registered in the container.
|
||||
</summary>
|
||||
<param name="serviceType">Type of object requested.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>A sequence of instances of the requested <paramref name="serviceType"/>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance``1">
|
||||
<summary>
|
||||
Get an instance of the given <typeparamref name="TService"/>.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance``1(System.String)">
|
||||
<summary>
|
||||
Get an instance of the given named <typeparamref name="TService"/>.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<param name="key">Name the object was registered with.</param>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetAllInstances``1">
|
||||
<summary>
|
||||
Get all instances of the given <typeparamref name="TService"/> currently
|
||||
registered in the container.
|
||||
</summary>
|
||||
<typeparam name="TService">Type of object requested.</typeparam>
|
||||
<exception cref="T:Microsoft.Practices.ServiceLocation.ActivationException">if there is are errors resolving
|
||||
the service instance.</exception>
|
||||
<returns>A sequence of instances of the requested <typeparamref name="TService"/>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.DoGetInstance(System.Type,System.String)">
|
||||
<summary>
|
||||
When implemented by inheriting classes, this method will do the actual work of resolving
|
||||
the requested service instance.
|
||||
</summary>
|
||||
<param name="serviceType">Type of instance requested.</param>
|
||||
<param name="key">Name of registered service you want. May be null.</param>
|
||||
<returns>The requested service instance.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.DoGetAllInstances(System.Type)">
|
||||
<summary>
|
||||
When implemented by inheriting classes, this method will do the actual work of
|
||||
resolving all the requested service instances.
|
||||
</summary>
|
||||
<param name="serviceType">Type of service requested.</param>
|
||||
<returns>Sequence of service instance objects.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.FormatActivationExceptionMessage(System.Exception,System.Type,System.String)">
|
||||
<summary>
|
||||
Format the exception message for use in an <see cref="T:Microsoft.Practices.ServiceLocation.ActivationException"/>
|
||||
that occurs while resolving a single service.
|
||||
</summary>
|
||||
<param name="actualException">The actual exception thrown by the implementation.</param>
|
||||
<param name="serviceType">Type of service requested.</param>
|
||||
<param name="key">Name requested.</param>
|
||||
<returns>The formatted exception message string.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.FormatActivateAllExceptionMessage(System.Exception,System.Type)">
|
||||
<summary>
|
||||
Format the exception message for use in an <see cref="T:Microsoft.Practices.ServiceLocation.ActivationException"/>
|
||||
that occurs while resolving multiple service instances.
|
||||
</summary>
|
||||
<param name="actualException">The actual exception thrown by the implementation.</param>
|
||||
<param name="serviceType">Type of service requested.</param>
|
||||
<returns>The formatted exception message string.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.Practices.ServiceLocation.ServiceLocatorProvider">
|
||||
<summary>
|
||||
This delegate type is used to provide a method that will
|
||||
return the current container. Used with the <see cref="T:Microsoft.Practices.ServiceLocation.ServiceLocator"/>
|
||||
static accessor class.
|
||||
</summary>
|
||||
<returns>An <see cref="T:Microsoft.Practices.ServiceLocation.IServiceLocator"/>.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
@ -0,0 +1,39 @@
|
||||
Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD
|
||||
http://code.google.com/p/moq/
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms,
|
||||
with or without modification, are permitted provided
|
||||
that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the
|
||||
above copyright notice, this list of conditions and
|
||||
the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce
|
||||
the above copyright notice, this list of conditions
|
||||
and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of Clarius Consulting, Manas Technology Solutions or InSTEDD nor the
|
||||
names of its contributors may be used to endorse
|
||||
or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
|
||||
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
||||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
[This is the BSD license, see
|
||||
http://www.opensource.org/licenses/bsd-license.php]
|
Binary file not shown.
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.
Binary file not shown.
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.
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.
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.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue