first commit

This commit is contained in:
김한진 2025-12-11 13:52:25 +09:00
parent b296fe29c1
commit 3c6321540c
391 changed files with 467782 additions and 0 deletions

BIN
.vs/LMS_YNICTE/v16/.suo Normal file

Binary file not shown.

View File

@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\LMS_YNICTE.sln",
"PreviewInSolutionExplorer": false
}

BIN
.vs/git_YNICTE/v16/.suo Normal file

Binary file not shown.

BIN
.vs/slnx.sqlite Normal file

Binary file not shown.

6
BO/BO.csproj.user Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
</PropertyGroup>
</Project>

0
BO/Logs/debug.txt Normal file
View File

0
BO/Logs/delete.txt Normal file
View File

0
BO/Logs/error.txt Normal file
View File

436
BO/Logs/log.txt Normal file

File diff suppressed because one or more lines are too long

435
BO/Logs/query.txt Normal file

File diff suppressed because one or more lines are too long

0
BO/Logs/tryerror.txt Normal file
View File

0
BO/Logs/warn.txt Normal file
View File

BIN
BO/bin/Antlr3.Runtime.dll Normal file

Binary file not shown.

BIN
BO/bin/Antlr3.Runtime.pdb Normal file

Binary file not shown.

View File

@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings">
<TelemetryInitializers>
<Add Type="Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer, Microsoft.AI.DependencyCollector"/>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer"/>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer"/>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer, Microsoft.AI.WindowsServer"/>
<Add Type="Microsoft.ApplicationInsights.Web.WebTestTelemetryInitializer, Microsoft.AI.Web"/>
<Add Type="Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer, Microsoft.AI.Web">
<!-- Extended list of bots:
search|spider|crawl|Bot|Monitor|BrowserMob|BingPreview|PagePeeker|WebThumb|URL2PNG|ZooShot|GomezA|Google SketchUp|Read Later|KTXN|KHTE|Keynote|Pingdom|AlwaysOn|zao|borg|oegp|silk|Xenu|zeal|NING|htdig|lycos|slurp|teoma|voila|yahoo|Sogou|CiBra|Nutch|Java|JNLP|Daumoa|Genieo|ichiro|larbin|pompos|Scrapy|snappy|speedy|vortex|favicon|indexer|Riddler|scooter|scraper|scrubby|WhatWeb|WinHTTP|voyager|archiver|Icarus6j|mogimogi|Netvibes|altavista|charlotte|findlinks|Retreiver|TLSProber|WordPress|wsr-agent|http client|Python-urllib|AppEngine-Google|semanticdiscovery|facebookexternalhit|web/snippet|Google-HTTP-Java-Client-->
<Filters>search|spider|crawl|Bot|Monitor|AlwaysOn</Filters>
</Add>
<Add Type="Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer, Microsoft.AI.Web"/>
<Add Type="Microsoft.ApplicationInsights.Web.OperationNameTelemetryInitializer, Microsoft.AI.Web"/>
<Add Type="Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer, Microsoft.AI.Web"/>
<Add Type="Microsoft.ApplicationInsights.Web.UserTelemetryInitializer, Microsoft.AI.Web"/>
<Add Type="Microsoft.ApplicationInsights.Web.AuthenticatedUserIdTelemetryInitializer, Microsoft.AI.Web"/>
<Add Type="Microsoft.ApplicationInsights.Web.AccountIdTelemetryInitializer, Microsoft.AI.Web"/>
<Add Type="Microsoft.ApplicationInsights.Web.SessionTelemetryInitializer, Microsoft.AI.Web"/>
</TelemetryInitializers>
<TelemetryModules>
<Add Type="Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule, Microsoft.AI.DependencyCollector"/>
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule, Microsoft.AI.PerfCounterCollector">
<!--
Use the following syntax here to collect additional performance counters:
<Counters>
<Add PerformanceCounter="\Process(??APP_WIN32_PROC??)\Handle Count" ReportAs="Process handle count" />
...
</Counters>
PerformanceCounter must be either \CategoryName(InstanceName)\CounterName or \CategoryName\CounterName
NOTE: performance counters configuration will be lost upon NuGet upgrade.
The following placeholders are supported as InstanceName:
??APP_WIN32_PROC?? - instance name of the application process for Win32 counters.
??APP_W3SVC_PROC?? - instance name of the application IIS worker process for IIS/ASP.NET counters.
??APP_CLR_PROC?? - instance name of the application CLR process for .NET counters.
-->
</Add>
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule, Microsoft.AI.PerfCounterCollector"/>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule, Microsoft.AI.WindowsServer"/>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule, Microsoft.AI.WindowsServer"/>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule, Microsoft.AI.WindowsServer"/>
<Add Type="Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule, Microsoft.AI.Web">
<Handlers>
<!--
Add entries here to filter out additional handlers:
NOTE: handler configuration will be lost upon NuGet upgrade.
-->
<Add>System.Web.Handlers.TransferRequestHandler</Add>
<Add>Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.RequestDataHttpHandler</Add>
<Add>System.Web.StaticFileHandler</Add>
<Add>System.Web.Handlers.AssemblyResourceLoader</Add>
<Add>System.Web.Optimization.BundleHandler</Add>
<Add>System.Web.Script.Services.ScriptHandlerFactory</Add>
<Add>System.Web.Handlers.TraceHandler</Add>
<Add>System.Web.Services.Discovery.DiscoveryRequestHandler</Add>
<Add>System.Web.HttpDebugHandler</Add>
</Handlers>
</Add>
<Add Type="Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule, Microsoft.AI.Web"/>
</TelemetryModules>
<TelemetryProcessors>
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector"/>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel">
<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
</Add>
</TelemetryProcessors>
<TelemetryChannel Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel"/>
<!--
Learn more about Application Insights configuration with ApplicationInsights.config here:
http://go.microsoft.com/fwlink/?LinkID=513840
Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
--></ApplicationInsights>

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,876 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Common.Logging.Core</name>
</assembly>
<members>
<member name="T:Common.Logging.Factory.StringFormatMethodAttribute">
<summary>
Indicates that the marked method builds string by format pattern and (optional) arguments.
Parameter, which contains format string, should be given in constructor. The format string
should be in <see cref="M:System.String.Format(System.IFormatProvider,System.String,System.Object[])"/>-like form
</summary>
<example><code>
[StringFormatMethod("message")]
public void ShowError(string message, params object[] args) { /* do something */ }
public void Foo() {
ShowError("Failed: {0}"); // Warning: Non-existing argument in format string
}
</code></example>
</member>
<member name="M:Common.Logging.Factory.StringFormatMethodAttribute.#ctor(System.String)">
<param name="formatParameterName">
Specifies which parameter of an annotated method should be treated as format-string
</param>
</member>
<member name="P:Common.Logging.Factory.StringFormatMethodAttribute.FormatParameterName">
<summary>
The name of the string parameter being formatted
</summary>
</member>
<member name="T:Common.Logging.FormatMessageHandler">
<summary>
The type of method that is passed into e.g. <see cref="M:Common.Logging.ILog.Debug(System.Action{Common.Logging.FormatMessageHandler})"/>
and allows the callback method to "submit" it's message to the underlying output system.
</summary>
<param name="format">the format argument as in <see cref="M:System.String.Format(System.String,System.Object[])"/></param>
<param name="args">the argument list as in <see cref="M:System.String.Format(System.String,System.Object[])"/></param>
<seealso cref="T:Common.Logging.ILog"/>
<author>Erich Eichinger</author>
</member>
<member name="T:Common.Logging.IConfigurationReader">
<summary>
Interface for basic operations to read .NET application configuration information.
</summary>
<remarks>Provides a simple abstraction to handle BCL API differences between .NET 1.x and 2.0. Also
useful for testing scenarios.</remarks>
<author>Mark Pollack</author>
</member>
<member name="M:Common.Logging.IConfigurationReader.GetSection(System.String)">
<summary>
Parses the configuration section and returns the resulting object.
</summary>
<remarks>
<p>
Primary purpose of this method is to allow us to parse and
load configuration sections using the same API regardless
of the .NET framework version.
</p>
See also <c>System.Configuration.ConfigurationManager</c>
</remarks>
<param name="sectionName">Name of the configuration section.</param>
<returns>Object created by a corresponding IConfigurationSectionHandler.</returns>
</member>
<member name="T:Common.Logging.ILog">
<summary>
A simple logging interface abstracting logging APIs.
</summary>
<remarks>
<para>
Implementations should defer calling a message's <see cref="M:System.Object.ToString"/> until the message really needs
to be logged to avoid performance penalties.
</para>
<para>
Each <see cref="T:Common.Logging.ILog"/> log method offers to pass in a <see cref="T:System.Action`1"/> instead of the actual message.
Using this style has the advantage to defer possibly expensive message argument evaluation and formatting (and formatting arguments!) until the message gets
actually logged. If the message is not logged at all (e.g. due to <see cref="T:Common.Logging.LogLevel"/> settings),
you won't have to pay the peformance penalty of creating the message.
</para>
</remarks>
<example>
The example below demonstrates using callback style for creating the message, where the call to the
<see cref="M:System.Random.NextDouble"/> and the underlying <see cref="M:System.String.Format(System.String,System.Object[])"/> only happens, if level <see cref="F:Common.Logging.LogLevel.Debug"/> is enabled:
<code>
Log.Debug( m=&gt;m("result is {0}", random.NextDouble()) );
Log.Debug(delegate(m) { m("result is {0}", random.NextDouble()); });
</code>
</example>
<seealso cref="T:System.Action`1"/>
<author>Mark Pollack</author>
<author>Bruno Baia</author>
<author>Erich Eichinger</author>
</member>
<member name="M:Common.Logging.ILog.Trace(System.Object)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
</summary>
<param name="message">The message object to log.</param>
</member>
<member name="M:Common.Logging.ILog.Trace(System.Object,System.Exception)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Trace"/> level including
the stack trace of the <see cref="T:System.Exception"/> passed
as a parameter.
</summary>
<param name="message">The message object to log.</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.TraceFormat(System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.TraceFormat(System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.TraceFormat(System.IFormatProvider,System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.TraceFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.Trace(System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Trace(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.Trace(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Trace(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.Debug(System.Object)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
</summary>
<param name="message">The message object to log.</param>
</member>
<member name="M:Common.Logging.ILog.Debug(System.Object,System.Exception)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Debug"/> level including
the stack trace of the <see cref="T:System.Exception"/> passed
as a parameter.
</summary>
<param name="message">The message object to log.</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.DebugFormat(System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.DebugFormat(System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.DebugFormat(System.IFormatProvider,System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.DebugFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.Debug(System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Debug(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.Debug(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Debug(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack Debug.</param>
</member>
<member name="M:Common.Logging.ILog.Info(System.Object)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
</summary>
<param name="message">The message object to log.</param>
</member>
<member name="M:Common.Logging.ILog.Info(System.Object,System.Exception)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Info"/> level including
the stack trace of the <see cref="T:System.Exception"/> passed
as a parameter.
</summary>
<param name="message">The message object to log.</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.InfoFormat(System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.InfoFormat(System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.InfoFormat(System.IFormatProvider,System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.InfoFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.Info(System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Info(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.Info(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Info(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack Info.</param>
</member>
<member name="M:Common.Logging.ILog.Warn(System.Object)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
</summary>
<param name="message">The message object to log.</param>
</member>
<member name="M:Common.Logging.ILog.Warn(System.Object,System.Exception)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Warn"/> level including
the stack trace of the <see cref="T:System.Exception"/> passed
as a parameter.
</summary>
<param name="message">The message object to log.</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.WarnFormat(System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.WarnFormat(System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.WarnFormat(System.IFormatProvider,System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.WarnFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.Warn(System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Warn(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.Warn(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Warn(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack Warn.</param>
</member>
<member name="M:Common.Logging.ILog.Error(System.Object)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
</summary>
<param name="message">The message object to log.</param>
</member>
<member name="M:Common.Logging.ILog.Error(System.Object,System.Exception)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Error"/> level including
the stack trace of the <see cref="T:System.Exception"/> passed
as a parameter.
</summary>
<param name="message">The message object to log.</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.ErrorFormat(System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.ErrorFormat(System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.ErrorFormat(System.IFormatProvider,System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.ErrorFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.Error(System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Error(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.Error(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Error(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack Error.</param>
</member>
<member name="M:Common.Logging.ILog.Fatal(System.Object)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
</summary>
<param name="message">The message object to log.</param>
</member>
<member name="M:Common.Logging.ILog.Fatal(System.Object,System.Exception)">
<summary>
Log a message object with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level including
the stack trace of the <see cref="T:System.Exception"/> passed
as a parameter.
</summary>
<param name="message">The message object to log.</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.FatalFormat(System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.FatalFormat(System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
</summary>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args">the list of format arguments</param>
</member>
<member name="M:Common.Logging.ILog.FatalFormat(System.IFormatProvider,System.String,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.FatalFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
</summary>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
<param name="exception">The exception to log.</param>
<param name="args"></param>
</member>
<member name="M:Common.Logging.ILog.Fatal(System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Fatal(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack trace.</param>
</member>
<member name="M:Common.Logging.ILog.Fatal(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
</member>
<member name="M:Common.Logging.ILog.Fatal(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
<summary>
Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level using a callback to obtain the message
</summary>
<remarks>
Using this method avoids the cost of creating a message and evaluating message arguments
that probably won't be logged due to loglevel settings.
</remarks>
<param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
<param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
<param name="exception">The exception to log, including its stack Fatal.</param>
</member>
<member name="P:Common.Logging.ILog.IsTraceEnabled">
<summary>
Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
</summary>
</member>
<member name="P:Common.Logging.ILog.IsDebugEnabled">
<summary>
Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
</summary>
</member>
<member name="P:Common.Logging.ILog.IsErrorEnabled">
<summary>
Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Error"/> level.
</summary>
</member>
<member name="P:Common.Logging.ILog.IsFatalEnabled">
<summary>
Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
</summary>
</member>
<member name="P:Common.Logging.ILog.IsInfoEnabled">
<summary>
Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Info"/> level.
</summary>
</member>
<member name="P:Common.Logging.ILog.IsWarnEnabled">
<summary>
Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
</summary>
</member>
<member name="P:Common.Logging.ILog.GlobalVariablesContext">
<summary>
Returns the global context for variables
</summary>
</member>
<member name="P:Common.Logging.ILog.ThreadVariablesContext">
<summary>
Returns the thread-specific context for variables
</summary>
</member>
<member name="T:Common.Logging.ILoggerFactoryAdapter">
<summary>
LoggerFactoryAdapter interface is used internally by LogManager
Only developers wishing to write new Common.Logging adapters need to
worry about this interface.
</summary>
<author>Gilles Bayon</author>
</member>
<member name="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.Type)">
<summary>
Get a ILog instance by type.
</summary>
<param name="type">The type to use for the logger</param>
<returns></returns>
</member>
<member name="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.String)">
<summary>
Get a ILog instance by key.
</summary>
<param name="key">The key of the logger</param>
<returns></returns>
</member>
<member name="T:Common.Logging.ILogManager">
<summary>
Interface for LogManager
</summary>
</member>
<member name="M:Common.Logging.ILogManager.Reset">
<summary>
Reset the <see cref="N:Common.Logging"/> infrastructure to its default settings. This means, that configuration settings
will be re-read from section <c>&lt;common/logging&gt;</c> of your <c>app.config</c>.
</summary>
<remarks>
This is mainly used for unit testing, you wouldn't normally use this in your applications.<br/>
<b>Note:</b><see cref="T:Common.Logging.ILog"/> instances already handed out from this LogManager are not(!) affected.
Resetting LogManager only affects new instances being handed out.
</remarks>
</member>
<member name="M:Common.Logging.ILogManager.Reset(Common.Logging.IConfigurationReader)">
<summary>
Reset the <see cref="N:Common.Logging"/> infrastructure to its default settings. This means, that configuration settings
will be re-read from section <c>&lt;common/logging&gt;</c> of your <c>app.config</c>.
</summary>
<remarks>
This is mainly used for unit testing, you wouldn't normally use this in your applications.<br/>
<b>Note:</b><see cref="T:Common.Logging.ILog"/> instances already handed out from this LogManager are not(!) affected.
Resetting LogManager only affects new instances being handed out.
</remarks>
<param name="reader">
the <see cref="T:Common.Logging.IConfigurationReader"/> instance to obtain settings for
re-initializing the LogManager.
</param>
</member>
<member name="M:Common.Logging.ILogManager.GetCurrentClassLogger">
<summary>
Gets the logger by calling <see cref="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.Type)"/>
on the currently configured <see cref="P:Common.Logging.ILogManager.Adapter"/> using the type of the calling class.
</summary>
<remarks>
This method needs to inspect the StackTrace in order to determine the calling
class. This of course comes with a performance penalty, thus you shouldn't call it too
often in your application.
</remarks>
<seealso cref="M:Common.Logging.ILogManager.GetLogger(System.Type)"/>
<returns>the logger instance obtained from the current <see cref="P:Common.Logging.ILogManager.Adapter"/></returns>
</member>
<member name="M:Common.Logging.ILogManager.GetLogger``1">
<summary>
Gets the logger by calling <see cref="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.Type)"/>
on the currently configured <see cref="P:Common.Logging.ILogManager.Adapter"/> using the specified type.
</summary>
<returns>the logger instance obtained from the current <see cref="P:Common.Logging.ILogManager.Adapter"/></returns>
</member>
<member name="M:Common.Logging.ILogManager.GetLogger(System.Type)">
<summary>
Gets the logger by calling <see cref="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.Type)"/>
on the currently configured <see cref="P:Common.Logging.ILogManager.Adapter"/> using the specified type.
</summary>
<param name="type">The type.</param>
<returns>the logger instance obtained from the current <see cref="P:Common.Logging.ILogManager.Adapter"/></returns>
</member>
<member name="M:Common.Logging.ILogManager.GetLogger(System.String)">
<summary>
Gets the logger by calling <see cref="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.String)"/>
on the currently configured <see cref="P:Common.Logging.ILogManager.Adapter"/> using the specified key.
</summary>
<param name="key">The key.</param>
<returns>the logger instance obtained from the current <see cref="P:Common.Logging.ILogManager.Adapter"/></returns>
</member>
<member name="P:Common.Logging.ILogManager.COMMON_LOGGING_SECTION">
<summary>
The key of the default configuration section to read settings from.
</summary>
<remarks>
You can always change the source of your configuration settings by setting another <see cref="T:Common.Logging.IConfigurationReader"/> instance
on <see cref="P:Common.Logging.ILogManager.ConfigurationReader"/>.
</remarks>
</member>
<member name="P:Common.Logging.ILogManager.ConfigurationReader">
<summary>
Gets the configuration reader used to initialize the LogManager.
</summary>
<remarks>Primarily used for testing purposes but maybe useful to obtain configuration
information from some place other than the .NET application configuration file.</remarks>
<value>The configuration reader.</value>
</member>
<member name="P:Common.Logging.ILogManager.Adapter">
<summary>
Gets or sets the adapter.
</summary>
<value>The adapter.</value>
</member>
<member name="T:Common.Logging.IVariablesContext">
<summary>
A context for logger variables
</summary>
</member>
<member name="M:Common.Logging.IVariablesContext.Set(System.String,System.Object)">
<summary>
Sets the value of a new or existing variable within the global context
</summary>
<param name="key">The key of the variable that is to be added</param>
<param name="value">The value to add</param>
</member>
<member name="M:Common.Logging.IVariablesContext.Get(System.String)">
<summary>
Gets the value of a variable within the global context
</summary>
<param name="key">The key of the variable to get</param>
<returns>The value or null if not found</returns>
</member>
<member name="M:Common.Logging.IVariablesContext.Contains(System.String)">
<summary>
Checks if a variable is set within the global context
</summary>
<param name="key">The key of the variable to check for</param>
<returns>True if the variable is set</returns>
</member>
<member name="M:Common.Logging.IVariablesContext.Remove(System.String)">
<summary>
Removes a variable from the global context by key
</summary>
<param name="key">The key of the variable to remove</param>
</member>
<member name="M:Common.Logging.IVariablesContext.Clear">
<summary>
Clears the global context variables
</summary>
</member>
<member name="T:Common.Logging.LogLevel">
<summary>
The 7 possible logging levels
</summary>
<author>Gilles Bayon</author>
</member>
<member name="F:Common.Logging.LogLevel.All">
<summary>
All logging levels
</summary>
</member>
<member name="F:Common.Logging.LogLevel.Trace">
<summary>
A trace logging level
</summary>
</member>
<member name="F:Common.Logging.LogLevel.Debug">
<summary>
A debug logging level
</summary>
</member>
<member name="F:Common.Logging.LogLevel.Info">
<summary>
A info logging level
</summary>
</member>
<member name="F:Common.Logging.LogLevel.Warn">
<summary>
A warn logging level
</summary>
</member>
<member name="F:Common.Logging.LogLevel.Error">
<summary>
An error logging level
</summary>
</member>
<member name="F:Common.Logging.LogLevel.Fatal">
<summary>
A fatal logging level
</summary>
</member>
<member name="F:Common.Logging.LogLevel.Off">
<summary>
Do not log anything.
</summary>
</member>
</members>
</doc>

BIN
BO/bin/Common.Logging.dll Normal file

Binary file not shown.

BIN
BO/bin/Common.Logging.pdb Normal file

Binary file not shown.

2774
BO/bin/Common.Logging.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
BO/bin/EPPlus.dll Normal file

Binary file not shown.

32706
BO/bin/EPPlus.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
BO/bin/Excel.dll Normal file

Binary file not shown.

BIN
BO/bin/Excel.pdb Normal file

Binary file not shown.

Binary file not shown.

BIN
BO/bin/IBatisNet.Common.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
BO/bin/Linkhub.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,870 @@
<?xml version="1.0"?>
<doc xml:lang="en">
<assembly>
<name>Microsoft.AI.DependencyCollector</name>
</assembly>
<members>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer">
<summary>
Telemetry Initializer that parses http dependencies into well-known types like Azure Storage.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
If telemetry item is http dependency - converts it to the well-known type of the dependency.
</summary>
<param name="telemetry">Telemetry item to convert.</param>
</member>
<member name="P:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ClientServerDependencyTracker.PretendProfilerIsAttached">
<summary>
Gets or sets a value indicating whether pretending the profiler is attached or not.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ClientServerDependencyTracker.BeginTracking(Microsoft.ApplicationInsights.TelemetryClient)">
<summary>
The function that needs to be called before sending a request to the server. Creates and initializes dependency telemetry item.
</summary>
<param name="telemetryClient">Telemetry client object to initialize the context of the telemetry item.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ClientServerDependencyTracker.EndTracking(Microsoft.ApplicationInsights.TelemetryClient,Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry)">
<summary>
Function that needs to be invoked after the request call to the sever. Computes the duration of the request and tracks the dependency telemetry
item.
</summary>
<param name="telemetryClient">Telemetry client object to track the telemetry item.</param>
<param name="telemetry">Telemetry item to compute the duration and track.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ClientServerDependencyTracker.GetTupleForWebDependencies(System.Net.WebRequest)">
<summary>
Gets the tuple from either conditional weak table or cache (based on the framework for the input web request).
</summary>
<param name="webRequest">Target web request.</param>
<returns>Tuple of dependency telemetry and a boolean that tells if the tuple is custom created or not.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ClientServerDependencyTracker.AddTupleForWebDependencies(System.Net.WebRequest,Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,System.Boolean)">
<summary>
Adds the tuple to either conditional weak table or cache (based on the framework for the input web request).
</summary>
<param name="webRequest">Target web request.</param>
<param name="telemetry">Dependency telemetry item to add to the table for the corresponding web request.</param>
<param name="isCustomCreated">Boolean value that tells if the current telemetry item is being added by the customer or not.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ClientServerDependencyTracker.GetTupleForSqlDependencies(System.Data.SqlClient.SqlCommand)">
<summary>
Gets the tuple from either conditional weak table or cache (based on the framework for the input SQL request).
</summary>
<param name="sqlRequest">Target SQL request.</param>
<returns>Tuple of dependency telemetry and a boolean that tells if the tuple is custom created or not.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ClientServerDependencyTracker.AddTupleForSqlDependencies(System.Data.SqlClient.SqlCommand,Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,System.Boolean)">
<summary>
Adds the tuple to either conditional weak table or cache (based on the framework for the input SQL request).
</summary>
<param name="sqlRequest">Target SQL request.</param>
<param name="telemetry">Dependency telemetry item to add to the table for the corresponding SQL request.</param>
<param name="isCustomCreated">Boolean value that tells if the current telemetry item is being added by the customer or not.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.WebRequestDependencyTrackingHelpers">
<summary>
Client-Server dependency tracking.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.WebRequestDependencyTrackingHelpers.SetUserAndSessionContextForWebRequest(Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,System.Net.WebRequest)">
<summary>
Populates WebRequest using the user, session initialized in telemetry item.
</summary>
<param name="dependencyTelemetry">Dependency telemetry item.</param>
<param name="webRequest">Http web request.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.WebRequestDependencyTrackingHelpers.SetCorrelationContextForWebRequest(Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,System.Net.WebRequest)">
<summary>
Populates WebRequest using the operation context in telemetry item.
</summary>
<param name="dependencyTelemetry">Dependency telemetry item.</param>
<param name="webRequest">Http web request.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.WebRequestDependencyTrackingHelpers.CreateAndAddCookie(System.Net.WebRequest,System.String,System.String)">
<summary>
Creates and adds cookie to the web request.
</summary>
<param name="webRequest">Web request object.</param>
<param name="key">Cookie key.</param>
<param name="value">Cookie value.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.DependencyCollectorEventSource">
<summary>
ETW EventSource tracing class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.DependencyCollectorEventSource.DependencyTelemetryItemIsNullWarning(System.String)">
<summary>
Logs the information when the DependencyTelemetry item is null as warning.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.DependencyCollectorEventSource.WebRequestIsNullWarning(System.String)">
<summary>
Logs the information when the HttpWebRequest is null as warning.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.DependencyCollectorEventSource.TrackingAnExistingTelemetryItemVerbose(System.String)">
<summary>
Logs the information when a telemetry item that is already existing in the tables (that is currently being tracked) is tracked again.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.DependencyCollectorEventSource.TelemetryToTrackIsNullWarning(System.String)">
<summary>
Logs the information when the telemetry item to track is null.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.DependencyCollectorEventSource.Keywords">
<summary>
Keywords for the <see cref="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.DependencyCollectorEventSource"/>.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.DependencyCollectorEventSource.Keywords.UserActionable">
<summary>
Key word for user actionable events.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.DependencyCollectorEventSource.Keywords.RddEventKeywords">
<summary>
Key word for resource discovery module failures.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener">
<summary>
Provides methods for listening to events from FrameworkEventSource for HTTP.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.HttpProcessingFramework">
<summary>
The Http processor.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.FrameworkEventSourceName">
<summary>
The Framework EventSource name.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.BeginGetResponseEventId">
<summary>
BeginGetResponse Event ID.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.EndGetResponseEventId">
<summary>
EndGetResponse Event ID.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.BeginGetRequestStreamEventId">
<summary>
BeginGetRequestStream Event ID.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.EndGetRequestStreamEventId">
<summary>
EndGetRequestStream Event ID.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.OnEventSourceCreated(System.Diagnostics.Tracing.EventSource)">
<summary>
Enables HTTP event source when EventSource is created. Called for all existing
event sources when the event listener is created and when a new event source is attached to the listener.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs)">
<summary>
Called whenever an event has been written by an event source for which the event listener has enabled events.
</summary>
<param name="eventData">The event arguments that describe the event.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.OnBeginGetResponse(System.Diagnostics.Tracing.EventWrittenEventArgs)">
<summary>
Called when a postfix of a (HttpWebRequest|FileWebRequest|FtpWebRequest).BeginGetResponse method has been invoked.
</summary>
<param name="eventData">The event arguments that describe the event.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.OnEndGetResponse(System.Diagnostics.Tracing.EventWrittenEventArgs)">
<summary>
Called when a postfix of a (HttpWebRequest|FileWebRequest|FtpWebRequest).EndGetResponse method has been invoked.
</summary>
<param name="eventData">The event arguments that describe the event.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpEventListener.OnBeginGetRequestStream(System.Diagnostics.Tracing.EventWrittenEventArgs)">
<summary>
Called when a postfix of a (HttpWebRequest|FileWebRequest|FtpWebRequest).BeginGetRequestStream method has been invoked.
</summary>
<param name="eventData">The event arguments that describe the event.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpProcessing.OnBeginHttpCallback(System.Int64,System.String)">
<summary>
On begin callback from Framework event source.
</summary>
<param name="id">This object.</param>
<param name="resourceName">URI of the web request.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpProcessing.OnEndHttpCallback(System.Int64,System.Nullable{System.Boolean},System.Boolean,System.Nullable{System.Int32})">
<summary>
On end callback from Framework event source.
</summary>
<param name="id">The id.</param>
<param name="success">The success to indicate if the dependency call completed successfully or not.</param>
<param name="synchronous">The synchronous flag to indicate if the dependency call was synchronous or not.</param>
<param name="statusCode">The HTTP status code of the response.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkHttpProcessing.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing">
<summary>
Concrete class with all processing logic to generate RDD data from the calls backs
received from Profiler instrumentation for HTTP .
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.#ctor(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration,System.String,Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ObjectInstanceBasedOperationHolder)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing"/> class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnBeginForGetResponse(System.Object)">
<summary>
On begin callback for GetResponse.
</summary>
<param name="thisObj">This object.</param>
<returns>The context for end callback.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnEndForGetResponse(System.Object,System.Object,System.Object)">
<summary>
On end callback for GetResponse.
</summary>
<param name="context">The context.</param>
<param name="returnValue">The return value.</param>
<param name="thisObj">This object.</param>
<returns>The resulting return value.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnExceptionForGetResponse(System.Object,System.Object,System.Object)">
<summary>
On exception callback for GetResponse callback.
</summary>
<param name="context">The context.</param>
<param name="exception">The exception object.</param>
<param name="thisObj">This object.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnBeginForGetRequestStream(System.Object,System.Object)">
<summary>
On begin callback for GetRequestStream callback.
</summary>
<param name="thisObj">This object.</param>
<param name="transportContext">The transport context parameter.</param>
<returns>The context for end callback.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnExceptionForGetRequestStream(System.Object,System.Object,System.Object,System.Object)">
<summary>
On exception for GetRequestStream callback.
Note: There is no call back required for GetRequestStream except on exception cases.
</summary>
<param name="context">The context.</param>
<param name="exception">The exception.</param>
<param name="thisObj">This object.</param>
<param name="transportContext">The transport context parameter.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnBeginForBeginGetResponse(System.Object,System.Object,System.Object)">
<summary>
On begin for BeginGetResponse callback.
</summary>
<param name="thisObj">This object.</param>
<param name="callback">The callback parameter.</param>
<param name="state">The state parameter.</param>
<returns>The context for end callback.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnEndForEndGetResponse(System.Object,System.Object,System.Object,System.Object)">
<summary>
On end for EndGetResponse callbacks.
</summary>
<param name="context">The context.</param>
<param name="returnValue">The return value.</param>
<param name="thisObj">This object.</param>
<param name="asyncResult">The asyncResult parameter.</param>
<returns>The return value passed.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnExceptionForEndGetResponse(System.Object,System.Object,System.Object,System.Object)">
<summary>
On exception for EndGetResponse callbacks.
</summary>
<param name="context">The context.</param>
<param name="exception">The exception.</param>
<param name="thisObj">This object.</param>
<param name="asyncResult">The asyncResult parameter.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnBeginForBeginGetRequestStream(System.Object,System.Object,System.Object)">
<summary>
On begin for BeginGetRequestStream callback.
</summary>
<param name="thisObj">This object.</param>
<param name="callback">The callback parameter.</param>
<param name="state">The state parameter.</param>
<returns>The context for end callback.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnExceptionForEndGetRequestStream(System.Object,System.Object,System.Object,System.Object,System.Object)">
<summary>
On exception for EndGetRequestStream callback.
Note: There is no call back required for EndGetRequestStream except on exception cases.
</summary>
<param name="context">The context.</param>
<param name="exception">The exception.</param>
<param name="thisObj">This object.</param>
<param name="asyncResult">The asyncResult parameter.</param>
<param name="transportContext">The transportContext parameter.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.GetUrl(System.Net.WebRequest)">
<summary>
Gets HTTP request url.
</summary>
<param name="webRequest">Represents web request.</param>
<returns>The url if possible otherwise empty string.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnBegin(System.Object,System.Boolean)">
<summary>
Common helper for all Begin Callbacks.
</summary>
<param name="thisObj">This object.</param>
<param name="isAsyncCall">Indicates if the method used is async or not.</param>
<returns>Null object as all context is maintained in this class via weak tables.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnEnd(System.Object,System.Object,System.Object)">
<summary>
Common helper for all End Callbacks.
</summary>
<param name="exception">The exception object if any.</param>
<param name="thisObj">This object.</param>
<param name="returnValue">Return value of the function if any.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1">
<summary>
The implementation of cache provider for Windows Phone and Windows Store as MemoryCache is not available there.
</summary>
<typeparam name="TValue">Type of items to store in the cache.</typeparam>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.readerWriterLock">
<summary>
Reader-Writer Lock for thread safety.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.dictionary">
<summary>
Dictionary of cache items for fast Get and Contains operations.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.sortedList">
<summary>
Cache items sorted by the time of adding to cache. Required for to clear fast cache items when items are expired.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.maxSize">
<summary>
The maximum number of elements in the cache to avoid out of memory crashes.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.timer">
<summary>
Timer for clearing expired cache items on recurring bases.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.expirationMilliseconds">
<summary>
The duration in milliseconds after which item in the cache is expired.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.#ctor(System.Int32,System.Int32,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1" /> class.
</summary>
<param name="expirationMilliseconds">Expiration timeout in milliseconds for an object to live in the cache.</param>
<param name="maxSize">Maximum number of entries to cache (adjustable at runtime with MaxSize property).</param>
<param name="synchronized">True to use a reader-writer lock to protect the data in the MemoryCacheList; false if the caller will handle synchronization.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.Contains(System.Int64)">
<summary>
Checks whether the cache entry already exists in the cache.
</summary>
<param name="key">A unique identifier for the cache entry.</param>
<returns>true if the cache contains a cache entry with the same key value as key; otherwise, false.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.Get(System.Int64)">
<summary>
Gets the specified cache entry from the cache.
</summary>
<param name="key">A unique identifier for the cache entry.</param>
<returns>A reference to the cache entry identified by key if the entry exists; otherwise, null.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.Set(System.Int64,`0)">
<summary>
Inserts a cache entry into the cache.
</summary>
<param name="key">A unique identifier for the cache entry.</param>
<param name="value">The object to insert.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.Remove(System.Int64)">
<summary>
Removes a specific key from the cache.
</summary>
<param name="key">Key to remove.</param>
<returns>An object that represents the value of the removed cache entry that was specified by the key, or null if the specified entry was not found.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.ClearExpiredCacheItems(System.Object)">
<summary>
The timer callback that clears expired items in the cache.
</summary>
<param name="state">An object containing information to be used by the callback method, or null.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.Add(System.Int64,`0,System.Boolean)">
<summary>
Adds the specified key and value to the dictionary.
</summary>
<param name="key">Key to add.</param>
<param name="value">Value to associate with key.</param>
<param name="overwrite">If true, will overwrite an existing key.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.MemoryCacheEntry">
<summary>
An entry in the MemoryCacheList.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.MemoryCacheEntry.#ctor(System.Int64,`0)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.MemoryCacheEntry" /> class.
</summary>
<param name="key">The key of the element.</param>
<param name="value">The value of the element.</param>
</member>
<member name="P:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.MemoryCacheEntry.Key">
<summary>
Gets the key of the element.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.MemoryCacheEntry.Value">
<summary>
Gets or sets the value of the element.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.MemoryCacheEntry.CreatedTicks">
<summary>
Gets number of ticks elapsed on the clock since the element was created.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.MemmoryCacheEntryTimeComparer">
<summary>
Exposes a method that compares two MemoryCacheEntry objects.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider`1.MemmoryCacheEntryTimeComparer.Compare(Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider{`0}.MemoryCacheEntry,Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheProvider{`0}.MemoryCacheEntry)">
<summary>
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
</summary>
<param name="x">The first object to compare.</param>
<param name="y">The second object to compare.</param>
<returns>A signed integer that indicates the relative values of x and y, as shown in the following table.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ICacheProvider`1">
<summary>
Represents an object cache and provides the base methods and properties for accessing the object cache.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ICacheProvider`1.Contains(System.Int64)">
<summary>
Checks whether the cache entry already exists in the cache.
</summary>
<param name="key">A unique identifier for the cache entry.</param>
<returns>true if the cache contains a cache entry with the same key value as key; otherwise, false.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ICacheProvider`1.Get(System.Int64)">
<summary>
Gets the specified cache entry from the cache.
</summary>
<param name="key">A unique identifier for the cache entry.</param>
<returns>A reference to the cache entry identified by key if the entry exists; otherwise, null.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ICacheProvider`1.Set(System.Int64,`0)">
<summary>
Inserts a cache entry into the cache.
</summary>
<param name="key">A unique identifier for the cache entry.</param>
<param name="value">The object to insert.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ICacheProvider`1.Remove(System.Int64)">
<summary>
Removes the cache entry from the cache.
</summary>
<param name="key">A unique identifier for the cache entry.</param>
<returns>True if the element is successfully found and removed; otherwise, false. This method returns false if key is not found.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.OperationWatch">
<summary>
Single high precision clock used by operations.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.OperationWatch.Watch">
<summary>
High precision stopwatch.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.OperationWatch.HundredNanosecondsPerTick">
<summary>
Number of 100 nanoseconds per high-precision clock tick.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.OperationWatch.StartTime">
<summary>
The time clock started.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.OperationWatch.ElapsedTicks">
<summary>
Gets number of ticks elapsed on the clock since the start.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.OperationWatch.Duration(System.Int64,System.Int64)">
<summary>
Calculates time between two clock readings.
</summary>
<param name="fromTicks">Start time in ticks.</param>
<param name="toTicks">End time in ticks.</param>
<returns>Time between two clock readings.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.OperationWatch.Timestamp(System.Int64)">
<summary>
Converts time on the operation clock (in ticks) to date and time structure.
</summary>
<param name="elapsedTicks">Ticks elapsed according to operation watch.</param>
<returns>Date time structure representing the date and time that corresponds to the operation clock reading.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1">
<summary>
Represents a collection of sorted elements that are accessible by index.
</summary>
<typeparam name="T">The type of element.</typeparam>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.list">
<summary>
Represents a collection of objects that can be individually accessed by index.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.comparer">
<summary>
Exposes a method that compares two objects.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.#ctor(System.Collections.Generic.IComparer{`0})">
<summary>
Initializes a new instance of the SortedList class that is empty.
</summary>
<param name="comparer">The IComparer implementation to use when comparing elements.</param>
</member>
<member name="P:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.Count">
<summary>
Gets the number of elements contained in a SortedList object.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.Item(System.Int32)">
<summary>
Gets the element at a specified index in a sequence.
</summary>
<param name="index">The zero-based index of the element to get.</param>
<returns>The element at the specified position in the source sequence.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.GetEnumerator">
<summary>
Returns an enumerator that iterates through a collection.
</summary>
<returns>An IEnumerator object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.System#Collections#IEnumerable#GetEnumerator">
<summary>
Returns an enumerator that iterates through a collection.
</summary>
<returns>An IEnumerator object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.Add(`0)">
<summary>
Adds an element with the specified value to a SortedList object.
</summary>
<param name="item">Item to add.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of a SortedList object.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.Remove(`0)">
<summary>
Removes the element with the specified value from a SortedList object.
</summary>
<param name="item">Item to remove.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.SortedList`1.TryIndexOf(`0,System.Boolean@)">
<summary>
Determines the index of a specific item in the IList.
</summary>
<param name="item">The object to locate in the IList.</param>
<param name="found">True if value is found in the list, otherwise false.</param>
<returns>The index of value if found in the list; otherwise, the index of value where it needs to be inserted.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ApplicationInsightsUrlFilter.IsApplicationInsightsUrl(System.String)">
<summary>
Determines whether an URL is application insights URL.
</summary>
<param name="url">HTTP URL.</param>
<returns>True if URL is application insights url, otherwise false.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener">
<summary>
Provides methods for listening to events from FrameworkEventSource for SQL.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener.SqlProcessingFramework">
<summary>
The SQL processor.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener.AdoNetEventSourceName">
<summary>
The Framework EventSource name for SQL.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener.BeginExecuteEventId">
<summary>
BeginExecute Event ID.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener.EndExecuteEventId">
<summary>
EndExecute Event ID.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener.OnEventSourceCreated(System.Diagnostics.Tracing.EventSource)">
<summary>
Enables SQL event source when EventSource is created. Called for all existing
event sources when the event listener is created and when a new event source is attached to the listener.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener.OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs)">
<summary>
Called whenever an event has been written by an event source for which the event listener has enabled events.
</summary>
<param name="eventData">The event arguments that describe the event.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener.OnBeginExecute(System.Diagnostics.Tracing.EventWrittenEventArgs)">
<summary>
Called when a postfix of a SQLCommand begin methods have been invoked.
</summary>
<param name="eventData">The event arguments that describe the event.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlEventListener.OnEndExecute(System.Diagnostics.Tracing.EventWrittenEventArgs)">
<summary>
Called when a postfix of a postfix of a SQLCommand end methods have been invoked.
</summary>
<param name="eventData">The event arguments that describe the event.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlProcessing.#ctor(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration,Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.CacheBasedOperationHolder)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlProcessing"/> class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlProcessing.OnBeginExecuteCallback(System.Int64,System.String,System.String,System.String)">
<summary>
On begin callback from Framework event source.
</summary>
<param name="id">Identifier of SQL connection object.</param>
<param name="dataSource">Data source name.</param>
<param name="database">Database name.</param>
<param name="commandText">Command text.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlProcessing.OnEndExecuteCallback(System.Int64,System.Boolean,System.Boolean,System.Int32)">
<summary>
On end callback from Framework event source.
</summary>
<param name="id">Identifier of SQL connection object.</param>
<param name="success">Indicate whether operation completed successfully.</param>
<param name="synchronous">Indicates whether operation was called synchronously or asynchronously.</param>
<param name="sqlExceptionNumber">SQL exception number.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.FrameworkSqlProcessing.GetResourceName(System.String,System.String,System.String)">
<summary>
Gets SQL command resource name.
</summary>
<param name="dataSource">DataSource name.</param>
<param name="database">Database name.</param>
<param name="commandText">CommandText name.</param>
<returns>The resource name if possible otherwise empty string.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing">
<summary>
Concrete class with all processing logic to generate RDD data from the calls backs
received from Profiler instrumentation for SQL.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.#ctor(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration,System.String,Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ObjectInstanceBasedOperationHolder)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing"/> class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnBeginForOneParameter(System.Object)">
<summary>
On begin callback for methods with 1 parameter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnBeginForTwoParameters(System.Object,System.Object)">
<summary>
On begin callback for methods with 2 parameter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnBeginForThreeParameters(System.Object,System.Object,System.Object)">
<summary>
On begin callback for methods with 3 parameters.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnBeginForFourParameters(System.Object,System.Object,System.Object,System.Object)">
<summary>
On begin callback for methods with 4 parameter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnEndForOneParameter(System.Object,System.Object,System.Object)">
<summary>
On end callback for methods with 1 parameter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnEndForTwoParameters(System.Object,System.Object,System.Object,System.Object)">
<summary>
On end callback for methods with 2 parameter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnEndForThreeParameters(System.Object,System.Object,System.Object,System.Object,System.Object)">
<summary>
On end callback for methods with 3 parameter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnExceptionForOneParameter(System.Object,System.Object,System.Object)">
<summary>
On exception callback for methods with 1 parameter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnExceptionForTwoParameters(System.Object,System.Object,System.Object,System.Object)">
<summary>
On exception callback for methods with 2 parameter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnExceptionForThreeParameters(System.Object,System.Object,System.Object,System.Object,System.Object)">
<summary>
On exception callback for methods with 3 parameter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.GetResourceName(System.Object)">
<summary>
Gets SQL command resource name.
</summary>
<param name="thisObj">The SQL command.</param>
<remarks>Before we have clarity with SQL team around EventSource instrumentation, providing name as a concatenation of parameters.</remarks>
<returns>The resource name if possible otherwise empty string.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.GetCommandName(System.Object)">
<summary>
Return CommandTest for SQL resource.
</summary>
<param name="thisObj">The SQL command.</param>
<returns>Returns the command text or empty.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnBegin(System.Object)">
<summary>
Common helper for all Begin Callbacks.
</summary>
<param name="thisObj">This object.</param>
<returns>The context for end callback.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerSqlProcessing.OnEnd(System.Object,System.Object)">
<summary>
Common helper for all End Callbacks.
</summary>
<param name="exceptionObj">The exception object if any.</param>
<param name="thisObj">This object.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule">
<summary>
Remote dependency monitoring.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.DisableRuntimeInstrumentation">
<summary>
Gets or sets a value indicating whether to disable runtime instrumentation.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.Dispose">
<summary>
IDisposable implementation.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
<summary>
Initialize method is called after all configuration properties have been loaded from the configuration.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.Dispose(System.Boolean)">
<summary>
IDisposable implementation.
</summary>
<param name="disposing">The method has been called directly or indirectly by a user's code.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.InitializeForFrameworkEventSource">
<summary>
Initialize for framework event source (not supported for Net40).
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.InitializeForRuntimeInstrumentationOrFramework">
<summary>
Initialize for runtime instrumentation or framework event source.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.DependencyCollector.TelemetryExtensionsForDependencyCollector">
<summary>
Dependency Telemetry extension methods to associate with request objects and to store in conditional/cache tables to avoid duplicate tracking.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.TelemetryExtensionsForDependencyCollector.AssociateTelemetryWithWebRequest(Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,System.Net.WebRequest,System.Boolean,System.Boolean)">
<summary>
Associates telemetry item to a web request to avoid duplicate tracking, and populates cookies with data from initialized telemetry item if setCookies is set to true.
When there is an existing telemetry item in the corresponding to the given WEB REQUEST, we return the existing telemetry and associate the same with the WEB REQUEST.
</summary>
<param name="telemetry">Telemetry object that needs to be associated with the web request.</param>
<param name="webRequest">Web request object which we use to populate from the information obtained from the initialized telemetry.</param>
<param name="setCookies">Set cookies enables the process of setting the cookies to the web request. By default it is set to false.</param>
<param name="setCorrelationContext">Set request headers to correlate dependency telemetry item with the request telemetry item that will process this http request.</param>
<returns>Dependency telemetry item with an associated dependency telemetry item.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.DependencyCollector.TelemetryExtensionsForDependencyCollector.AssociateTelemetryWithSqlRequest(Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,System.Data.SqlClient.SqlCommand)">
<summary>
Associates telemetry item to a SQL command object to to avoid duplicate tracking.
When there is an existing telemetry item in the corresponding to the given SQL REQUEST, we return the existing telemetry and associate the same with the SQL REQUEST.
</summary>
<param name="telemetry">Telemetry object that needs to be associated with the web request.</param>
<param name="sqlRequest">SQL request object which is used as a key to store in the tables.</param>
<returns>Dependency telemetry item with an associated dependency telemetry item.</returns>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,945 @@
<?xml version="1.0"?>
<doc xml:lang="en">
<assembly>
<name>Microsoft.AI.ServerTelemetryChannel</name>
</assembly>
<members>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor">
<summary>
Telemetry processor for sampling telemetry at a dynamic rate before sending to Application Insights.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.samplingProcessor">
<summary>
Fixed-rate sampling telemetry processor.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.estimatorSettings">
<summary>
Sampling percentage estimator settings.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.evaluationCallback">
<summary>
Callback invoked every time sampling percentage is evaluated.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.estimatorProcessor">
<summary>
Sampling percentage estimator telemetry processor.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.#ctor(Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor"/> class.
<param name="next">Next TelemetryProcessor in call chain.</param>
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.#ctor(Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings,Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.AdaptiveSamplingPercentageEvaluatedCallback,Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor"/> class.
<param name="settings">Sampling percentage estimator settings.</param>
<param name="callback">Callback invoked every time sampling percentage is evaluated.</param>
<param name="next">Next TelemetryProcessor in call chain.</param>
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.ExcludedTypes">
<summary>
Gets or sets a semicolon separated list of telemetry types that should not be sampled.
Types listed are excluded even if they are set in IncludedTypes.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.IncludedTypes">
<summary>
Gets or sets a semicolon separated list of telemetry types that should be sampled.
If left empty all types are included implicitly.
Types are not included if they are set in ExcludedTypes.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.InitialSamplingPercentage">
<summary>
Gets or sets initial sampling percentage applied at the start
of the process to dynamically vary the percentage.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MaxTelemetryItemsPerSecond">
<summary>
Gets or sets maximum rate of telemetry items per second
dynamic sampling will try to adhere to.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MinSamplingPercentage">
<summary>
Gets or sets minimum sampling percentage that can be set
by the dynamic sampling percentage algorithm.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MaxSamplingPercentage">
<summary>
Gets or sets maximum sampling percentage that can be set
by the dynamic sampling percentage algorithm.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.EvaluationInterval">
<summary>
Gets or sets duration of the sampling percentage evaluation interval.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.SamplingPercentageDecreaseTimeout">
<summary>
Gets or sets a value indicating how long to not to decrease
sampling percentage after last change to prevent excessive fluctuation.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.SamplingPercentageIncreaseTimeout">
<summary>
Gets or sets a value indicating how long to not to increase
sampling percentage after last change to prevent excessive fluctuation.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MovingAverageRatio">
<summary>
Gets or sets exponential moving average ratio (factor) applied
during calculation of rate of telemetry items produced by the application.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.Process(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Processes telemetry item.
</summary>
<param name="item">Telemetry item to process.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.Dispose">
<summary>
Disposes the object.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.Dispose(System.Boolean)">
<summary>
Disposes the object.
</summary>
<param name="disposing">True if disposing.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ApplicationFolderProvider.CheckAccessPermissions(System.IO.DirectoryInfo)">
<summary>
Throws <see cref="T:System.UnauthorizedAccessException" /> if the process lacks the required permissions to access the <paramref name="telemetryDirectory"/>.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ApplicationStoppingEventArgs">
<summary>
Encapsulates arguments of the <see cref="E:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IApplicationLifecycle.Stopping"/> event.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ApplicationStoppingEventArgs.#ctor(System.Func{System.Func{System.Threading.Tasks.Task},System.Threading.Tasks.Task})">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ApplicationStoppingEventArgs"/> class with the specified runner of asynchronous methods.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ApplicationStoppingEventArgs.Run(System.Func{System.Threading.Tasks.Task})">
<summary>
Runs the specified asynchronous method while preventing the application from exiting.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.CurrentThreadTaskScheduler">
<summary>
Runs tasks synchronously, on the current thread.
From <a href="http://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364/view/SourceCode"/>.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ExceptionHandler.Start(System.Func{System.Threading.Tasks.Task})">
<summary>
Starts the <paramref name="asyncMethod"/>, catches and logs any exceptions it may throw.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IApplicationFolderProvider.GetApplicationFolder">
<summary>
Returns a per-user/per-application folder.
</summary>
<returns>
An <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IPlatformFolder"/> instance, or <c>null</c> if current application does not have access to file system.
</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IApplicationLifecycle">
<summary>
Encapsulates application lifecycle events.
</summary>
</member>
<member name="E:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IApplicationLifecycle.Started">
<summary>
Occurs when a new instance of the application is started or an existing instance is activated.
</summary>
</member>
<member name="E:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IApplicationLifecycle.Stopping">
<summary>
Occurs when the application is suspending or closing.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.INetwork">
<summary>
Encapsulates platform-specific behavior of network information APIs.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.INetwork.AddAddressChangedEventHandler(System.Net.NetworkInformation.NetworkAddressChangedEventHandler)">
<summary>
Adds <see cref="E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged"/> event handler.
</summary>
<remarks>
Defined as a method instead of an event in this interface because C# compiler
changes signature of event in a Windows Runtime component, making it very hard
to implement properly.
</remarks>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.INetwork.RemoveAddressChangeEventHandler(System.Net.NetworkInformation.NetworkAddressChangedEventHandler)">
<summary>
Removes <see cref="E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged"/> event handler.
</summary>
<param name="handler">Address changed event handler.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Network">
<summary>
Encapsulates platform-specific behavior of network information APIs.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.NetworkAvailabilityTransmissionPolicy.Dispose">
<summary>
Releases resources used by this <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.NetworkAvailabilityTransmissionPolicy"/> instance.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer">
<summary>
Accumulates <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> items for efficient transmission.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer.Capacity">
<summary>
Gets or sets the maximum number of telemetry items that can be buffered before transmission.
</summary>
<exception cref="T:System.ArgumentOutOfRangeException">The value is zero or less.</exception>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer.Dispose">
<summary>
Releases resources used by this <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer"/> instance.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer.Process(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Processes the specified <paramref name="item"/> item.
</summary>
<exception cref="T:System.ArgumentNullException">The <paramref name="item"/> is null.</exception>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer.FlushAsync">
<summary>
Passes all <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> items to the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetrySerializer"/> and empties the queue.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetrySerializer.EndpointAddress">
<summary>
Gets or sets the endpoint address.
</summary>
<remarks>
If endpoint address is set to null, the default endpoint address will be used.
</remarks>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionBuffer.Capacity">
<summary>
Gets or sets the maximum amount of memory in bytes for buffering <see cref="T:Microsoft.ApplicationInsights.Channel.Transmission"/> objects.
</summary>
<remarks>
Use this property to limit the amount of memory used to store telemetry in memory of the
application before transmission. Once the maximum amount of memory is
reached, <see cref="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionBuffer.Enqueue(System.Func{Microsoft.ApplicationInsights.Channel.Transmission})"/> will reject new transmissions.
</remarks>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionBuffer.Size">
<summary>
Gets the combined length of <see cref="P:Microsoft.ApplicationInsights.Channel.Transmission.Content"/> stored in the buffer.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionExtensions.Load(System.IO.Stream)">
<summary>
Loads a new transmission from the specified <paramref name="stream"/>.
</summary>
<returns>Return transmission loaded from file; throws FormatException is file is corrupted.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionExtensions.Save(Microsoft.ApplicationInsights.Channel.Transmission,System.IO.Stream)">
<summary>
Saves the transmission to the specified <paramref name="stream"/>.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender.Capacity">
<summary>
Gets or sets the the maximum number of <see cref="T:Microsoft.ApplicationInsights.Channel.Transmission"/> objects that can be sent simultaneously.
</summary>
<remarks>
Use this property to limit the number of concurrent HTTP connections. Once the maximum number of
transmissions in progress is reached, <see cref="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender.Enqueue(System.Func{Microsoft.ApplicationInsights.Channel.Transmission})"/> will stop accepting new transmissions
until previous transmissions are sent.
</remarks>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender.ApplyThrottle">
<summary>
Gets or sets a value indicating whether a limiter on the maximum number of <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> objects
that can be sent in a given throttle window is enabled. Items attempted to be sent exceeding of the local
throttle amount will be treated the same as a backend throttle.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender.ThrottleLimit">
<summary>
Gets or sets the maximum number of items that will be allowed to send in a given throttle window.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender.ThrottleWindow">
<summary>
Gets or sets the size of the self-limiting throttle window in milliseconds.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender.IsTransmissionSendable(System.Int32,System.Boolean)">
<summary>
Checks if the transmission throttling policy allows for sending another request.
If so, this method will add a request to the current throttle count (unless peeking).
</summary>
<returns>The number of events that are able to be sent.</returns>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionStorage.Capacity">
<summary>
Gets or sets the total amount of disk space, in bytes, allowed for storing transmission files.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter">
<summary>
Implements throttled and persisted transmission of telemetry to Application Insights.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter.#ctor(Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender,Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionBuffer,Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionStorage,System.Collections.Generic.IEnumerable{Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy},Microsoft.ApplicationInsights.Channel.Implementation.BackoffLogicManager)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter" /> class. Used only for UTs.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter.Dispose">
<summary>
Releases resources used by this <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter"/> instance.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle">
<summary>
Implements the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IApplicationLifecycle"/> events for web applications.
</summary>
</member>
<member name="E:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle.Started">
<summary>
The <see cref="E:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle.Started"/> event is raised when the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle"/> instance is first created.
This event is not raised for web applications.
</summary>
</member>
<member name="E:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle.Stopping">
<summary>
The <see cref="E:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle.Stopping"/> event is raised when <see cref="T:System.Web.Hosting.HostingEnvironment"/> calls the <see cref="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle.Stop(System.Boolean)"/> method.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle.Dispose">
<summary>
Unregisters the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle"/> from <see cref="T:System.Web.Hosting.HostingEnvironment"/>.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.WebApplicationLifecycle.Stop(System.Boolean)">
<summary>
Gets called by <see cref="T:System.Web.Hosting.HostingEnvironment"/> when the web application is stopping.
</summary>
<param name="immediate">
False when the method is invoked first time, allowing async shutdown operations.
True when the method is invoked second time, demanding to unregister immediately.
</param>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor">
<summary>
Represents a telemetry processor for sampling telemetry at a fixed-rate before sending to Application Insights.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.#ctor(Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor"/> class.
<param name="next">Next TelemetryProcessor in call chain.</param>
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.ExcludedTypes">
<summary>
Gets or sets a semicolon separated list of telemetry types that should not be sampled.
Allowed type names: Dependency, Event, Exception, PageView, Request, Trace.
Types listed are excluded even if they are set in IncludedTypes.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.IncludedTypes">
<summary>
Gets or sets a semicolon separated list of telemetry types that should be sampled.
If left empty all types are included implicitly.
Types are not included if they are set in ExcludedTypes.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.SamplingPercentage">
<summary>
Gets or sets data sampling percentage (between 0 and 100) for all <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/>
objects logged in this <see cref="T:Microsoft.ApplicationInsights.TelemetryClient"/>.
</summary>
<remarks>
All sampling percentage must be in a ratio of 100/N where N is a whole number (2, 3, 4, …). E.g. 50 for 1/2 or 33.33 for 1/3.
Failure to follow this pattern can result in unexpected / incorrect computation of values in the portal.
</remarks>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.Next">
<summary>
Gets or sets the next TelemetryProcessor in call chain.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.Process(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Process a collected telemetry item.
</summary>
<param name="item">A collected Telemetry item.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel">
<summary>
Represents a communication channel for sending telemetry to Application Insights via HTTP/S.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel"/> class.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.DefaultBackoffEnabledReportingInterval">
<summary>
Gets or sets default interval after which diagnostics event will be logged if telemetry sending was disabled.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.DeveloperMode">
<summary>
Gets or sets a value indicating whether developer mode of telemetry transmission is enabled.
When developer mode is True, <see cref="N:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel"/> sends telemetry to Application Insights immediately
during the entire lifetime of the application. When developer mode is False, <see cref="N:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel"/>
respects production sending policies defined by other properties.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.EndpointAddress">
<summary>
Gets or sets the HTTP address where the telemetry is sent.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTelemetryBufferDelay">
<summary>
Gets or sets the maximum telemetry batching interval. Once the interval expires, <see cref="N:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel"/>
serializes the accumulated telemetry items for transmission.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTelemetryBufferCapacity">
<summary>
Gets or sets the maximum number of telemetry items will accumulate in a memory before
the <see cref="N:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel"/> serializing them for transmission to Application Insights.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTransmissionBufferCapacity">
<summary>
Gets or sets the maximum amount of memory, in bytes, that <see cref="N:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel"/> will use
to buffer transmissions before sending them to Application Insights.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTransmissionSenderCapacity">
<summary>
Gets or sets the maximum number of telemetry transmissions that <see cref="N:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel"/> will
send to Application Insights at the same time.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTransmissionStorageCapacity">
<summary>
Gets or sets the maximum amount of disk space, in bytes, that <see cref="N:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel"/> will
use to store unsent telemetry transmissions.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.StorageFolder">
<summary>
Gets or sets the folder to be used as a temporary storage for events that were not sent because of temporary connectivity issues.
If folder was not provided or inaccessible. %LocalAppData% or %Temp% folder will be used.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.EnableLocalThrottling">
<summary>
Gets or sets a value indicating whether a limiter on the maximum number of <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> objects
that can be sent in a given throttle window is enabled. Items attempted to be sent exceeding of the local
throttle amount will be treated the same as a backend throttle.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.LocalThrottleLimit">
<summary>
Gets or sets the maximum number of items that will be allowed to send in a given throttle window.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.LocalThrottleWindow">
<summary>
Gets or sets the size of the self-limiting throttle window in milliseconds.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.TelemetryProcessor">
<summary>
Gets or sets first TelemetryProcessor in processor call chain.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.Dispose">
<summary>
Releases unmanaged and - optionally - managed resources.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.Send(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Sends an instance of ITelemetry through the channel.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.Flush">
<summary>
Asynchronously flushes the telemetry buffer.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
<summary>
Initialize method is called after all configuration properties have been loaded from the configuration.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.ExponentialMovingAverageCounter">
<summary>
Exponential moving average counter.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.ExponentialMovingAverageCounter.average">
<summary>
Average value of the counter.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.ExponentialMovingAverageCounter.current">
<summary>
Value of the counter during current interval of time.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.ExponentialMovingAverageCounter.#ctor(System.Double)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.ExponentialMovingAverageCounter"/> class.
</summary>
<param name="coefficient">Exponential coefficient.</param>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.ExponentialMovingAverageCounter.Coefficient">
<summary>
Gets exponential coefficient (must be between 0 and 1).
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.ExponentialMovingAverageCounter.Average">
<summary>
Gets exponential moving average value of the counter.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.ExponentialMovingAverageCounter.Increment">
<summary>
Increments counter value.
</summary>
<returns>Incremented value.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.ExponentialMovingAverageCounter.StartNewInterval">
<summary>
Zeros out current value and starts new 'counter interval'.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.IRandomNumberBatchGenerator">
<summary>
Interface for random number generator capable of producing
a batch of unsigned 64 bit random numbers.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings">
<summary>
Container for all the settings applicable to the process of dynamically estimating
application telemetry sampling percentage.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.default">
<summary>
Set of default settings.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings"/> class.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MaxTelemetryItemsPerSecond">
<summary>
Gets or sets maximum rate of telemetry items per second
dynamic sampling will try to adhere to.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.InitialSamplingPercentage">
<summary>
Gets or sets initial sampling percentage applied at the start
of the process to dynamically vary the percentage.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MinSamplingPercentage">
<summary>
Gets or sets minimum sampling percentage that can be set
by the dynamic sampling percentage algorithm.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MaxSamplingPercentage">
<summary>
Gets or sets maximum sampling percentage that can be set
by the dynamic sampling percentage algorithm.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EvaluationInterval">
<summary>
Gets or sets duration of the sampling percentage evaluation
interval in seconds.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageDecreaseTimeout">
<summary>
Gets or sets a value indicating how long to not to decrease
sampling percentage after last change to prevent excessive fluctuation.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageIncreaseTimeout">
<summary>
Gets or sets a value indicating how long to not to increase
sampling percentage after last change to prevent excessive fluctuation.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MovingAverageRatio">
<summary>
Gets or sets exponential moving average ratio (factor) applied
during calculation of rate of telemetry items produced by the application.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EffectiveMaxTelemetryItemsPerSecond">
<summary>
Gets effective maximum telemetry items rate per second
adjusted in case user makes an error while setting a value.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EffectiveInitialSamplingRate">
<summary>
Gets effective initial sampling rate
adjusted in case user makes an error while setting a value.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EffectiveMinSamplingRate">
<summary>
Gets effective minimum sampling rate
adjusted in case user makes an error while setting a value.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EffectiveMaxSamplingRate">
<summary>
Gets effective maximum sampling rate
adjusted in case user makes an error while setting a value.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EffectiveEvaluationInterval">
<summary>
Gets effective sampling percentage evaluation interval
adjusted in case user makes an error while setting a value.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EffectiveSamplingPercentageDecreaseTimeout">
<summary>
Gets effective sampling percentage decrease timeout
adjusted in case user makes an error while setting a value.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EffectiveSamplingPercentageIncreaseTimeout">
<summary>
Gets effective sampling percentage increase timeout
adjusted in case user makes an error while setting a value.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EffectiveMovingAverageRatio">
<summary>
Gets effective exponential moving average ratio
adjusted in case user makes an error while setting a value.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.AdjustSamplingPercentage(System.Double)">
<summary>
Adjusts sampling percentage set by user to account for errors
such as setting it below zero or above 100%.
</summary>
<param name="samplingPercentage">Input sampling percentage.</param>
<returns>Adjusted sampling percentage in range &gt; 0 and &lt;= 100.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.AdaptiveSamplingPercentageEvaluatedCallback">
<summary>
Represents a method that is invoked every time sampling percentage is evaluated
by the dynamic sampling algorithm.
</summary>
<param name="afterSamplingTelemetryItemRatePerSecond">Rate of telemetry items generated by this instance of the application after current sampling percentage was applied.</param>
<param name="currentSamplingPercentage">Current sampling percentage that was used by the algorithm.</param>
<param name="newSamplingPercentage">Suggested new sampling percentage that will allow to keep desired telemetry item generation rate given the volume of items states the same.</param>
<param name="isSamplingPercentageChanged">A value indicating whether new sampling percentage will be applied by dynamic sampling algorithm. New sampling percentage may not be immediately applied in case it was recently changed.</param>
<param name="settings">Dynamic sampling algorithm settings.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor">
<summary>
Telemetry processor to estimate ideal sampling percentage.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.next">
<summary>
Next-in-chain processor.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.settings">
<summary>
Dynamic sampling estimator settings.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.itemCount">
<summary>
Average telemetry item counter.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.evaluationTimer">
<summary>
Evaluation timer.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.evaluationInterval">
<summary>
Current evaluation interval.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.currenSamplingRate">
<summary>
Current sampling rate.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.samplingPercentageLastChangeDateTime">
<summary>
Last date and time sampling percentage was changed.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.evaluationCallback">
<summary>
Callback to invoke every time sampling percentage is evaluated.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.#ctor(Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor"/> class.
<param name="next">Next TelemetryProcessor in call chain.</param>
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.#ctor(Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings,Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.AdaptiveSamplingPercentageEvaluatedCallback,Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor"/> class.
<param name="settings">Dynamic sampling estimator settings.</param>
<param name="callback">Callback to invoke every time sampling percentage is evaluated.</param>
<param name="next">Next TelemetryProcessor in call chain.</param>
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.Process(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Processes telemetry item.
</summary>
<param name="item">Telemetry item to process.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.Dispose">
<summary>
Disposes the object.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.MovingAverageCoefficientChanged(System.Double,System.Double)">
<summary>
Checks to see if exponential moving average has changed.
</summary>
<param name="running">Currently running value of moving average.</param>
<param name="current">Value set in the algorithm parameters.</param>
<returns>True if moving average value changed.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.EstimateSamplingPercentage(System.Object)">
<summary>
Callback for sampling percentage evaluation timer.
</summary>
<param name="state">Timer state.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingScoreGenerator">
<summary>
Utility class for sampling score generation.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingScoreGenerator.GetSamplingScore(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Generates telemetry sampling score between 0 and 100.
</summary>
<param name="telemetry">Telemetry item to score.</param>
<returns>Item sampling score.</returns>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.random">
<summary>
Generator singleton.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.index">
<summary>
Index of the last used random number within pre-generated array.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.segmentCount">
<summary>
Count of segments of random numbers.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.segmentSize">
<summary>
Number of random numbers per segment.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.bitsToStoreRandomIndexWithinSegment">
<summary>
Number of bits used to store index of the random number within segment.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.segmentIndexMask">
<summary>
Bit mask to get segment index bits.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.randomIndexWithinSegmentMask">
<summary>
Bit mask to get index of the random number within segment.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.randomArrayIndexMask">
<summary>
Bit mask to get index of the random number in the pre-generated array.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.randomGemerators">
<summary>
Array of random number batch generators (one per each segment).
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.randomNumbers">
<summary>
Array of pre-generated random numbers.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom"/> class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.Initialize">
<summary>
Initializes generator with a set of random numbers.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.Initialize(System.Func{System.UInt64,Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.IRandomNumberBatchGenerator},System.Int32,System.Int32)">
<summary>
Initializes generator with a set of random numbers.
</summary>
<param name="randomGeneratorFactory">Factory used to create random number batch generators.</param>
<param name="segmentIndexBits">Number of significant bits in segment index, i.e. value of 3 means 8 segments of random numbers - 0..7.</param>
<param name="segmentBits">Number of significant bits in random number index within segment, i.e. value of 10 means 1024 random numbers per segment.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.Next">
<summary>
Weakly thread safe next (random) operation id generator
where 'weakly' indicates that it is unlikely we'll get into
collision state.
</summary>
<returns>Next operation id.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.WeakConcurrentRandom.RegenerateSegment(System.Int32)">
<summary>
Generates random number batch for segment which just exhausted
according to value of the new index.
</summary>
<param name="newIndex">Index in random number array of the random number we're about to return.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.XorshiftRandomBatchGenerator">
<summary>
Generates batches of random number using Xorshift algorithm
Note: the base code is from http://www.codeproject.com/Articles/9187/A-fast-equivalent-for-System-Random.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.XorshiftRandomBatchGenerator.#ctor(System.UInt64)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.XorshiftRandomBatchGenerator"/> class.
</summary>
<param name="seed">Random generator seed value.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.XorshiftRandomBatchGenerator.NextBatch(System.UInt64[],System.Int32,System.Int32)">
<summary>
Generates a batch of random numbers.
</summary>
<param name="buffer">Buffer to put numbers in.</param>
<param name="index">Start index in the buffer.</param>
<param name="count">Count of random numbers to generate.</param>
</member>
<member name="P:Microsoft.ApplicationInsights.Channel.Implementation.BackoffLogicManager.ConsecutiveErrors">
<summary>
Gets the number of consecutive errors SDK transmitter got so far while sending telemetry to backend.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Channel.Implementation.BackoffLogicManager.LastStatusCode">
<summary>
Gets the last status code SDK received from the backend.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Channel.Implementation.BackoffLogicManager.ResetConsecutiveErrors">
<summary>
Sets ConsecutiveErrors to 0.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions">
<summary>
Extension methods for <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder"/>.
Adds shorthand for adding well-known processors.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions.UseSampling(Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder,System.Double,System.String,System.String)">
<summary>
Adds <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor"/> to the given<see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder" />
</summary>
<param name="builder">Instance of <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder"/></param>
<param name="samplingPercentage">Sampling Percentage to configure.</param>
<param name="excludedTypes">Semicolon separated list of types that should not be sampled.</param>
<param name="includedTypes">Semicolon separated list of types that should be sampled. All types are sampled when left empty.</param>
<return>Instance of <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder"/>.</return>
</member>
<member name="M:Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions.UseAdaptiveSampling(Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder,System.String,System.String)">
<summary>
Adds <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor"/> to the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder" />
</summary>
<param name="builder">Instance of <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder"/></param>
<param name="excludedTypes">Semicolon separated list of types that should not be sampled.</param>
<param name="includedTypes">Semicolon separated list of types that should be sampled. All types are sampled when left empty.</param>
<return>Instance of <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder"/>.</return>
</member>
<member name="M:Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions.UseAdaptiveSampling(Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder,System.Double,System.String,System.String)">
<summary>
Adds <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor"/> to the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder" />
</summary>
<param name="builder">Instance of <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder"/></param>
<param name="maxTelemetryItemsPerSecond">Maximum number of telemetry items to be generated on this application instance.</param>
<param name="excludedTypes">Semicolon separated list of types that should not be sampled.</param>
<param name="includedTypes">Semicolon separated list of types that should be sampled. All types are sampled when left empty.</param>
<return>Instance of <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder"/>.</return>
</member>
<member name="M:Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions.UseAdaptiveSampling(Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder,Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings,Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.AdaptiveSamplingPercentageEvaluatedCallback,System.String,System.String)">
<summary>
Adds <see cref="T:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor"/> to the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder" />
</summary>
<param name="builder">Instance of <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder"/></param>
<param name="settings">Set of settings applicable to dynamic sampling percentage algorithm.</param>
<param name="callback">Callback invoked every time sampling percentage evaluation occurs.</param>
<param name="excludedTypes">Semicolon separated list of types that should not be sampled.</param>
<param name="includedTypes">Semicolon separated list of types that should be sampled. All types are sampled when left empty.</param>
<return>Instance of <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder"/>.</return>
</member>
</members>
</doc>

BIN
BO/bin/Microsoft.AI.Web.dll Normal file

Binary file not shown.

437
BO/bin/Microsoft.AI.Web.xml Normal file
View File

@ -0,0 +1,437 @@
<?xml version="1.0"?>
<doc xml:lang="en">
<assembly>
<name>Microsoft.AI.Web</name>
</assembly>
<members>
<member name="T:Microsoft.ApplicationInsights.Web.Implementation.HttpRequestExtensions">
<summary>
HttpRequest Extensions.
</summary>
<summary>
HttpRequest Extensions.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.Implementation.RequestTrackingConstants">
<summary>
Request tracking constants and keys.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.Web.Implementation.RequestTrackingConstants.RequestTelemetryItemName">
<summary>
Name of the HttpContext item containing RequestTelemetry object.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.Web.Implementation.RequestTrackingConstants.TransferHandlerType">
<summary>
Type name for the transfer handler. This handler is used to enable extension(less) URI
and it produces extra request, which should not be counted.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.Web.Implementation.RequestTrackingConstants.WebAuthenticatedUserCookieName">
<summary>
The name of the cookie which holds authenticated user context information.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.RequestTrackingExtensions.CreateRequestNamePrivate(System.Web.HttpContext)">
<summary>
Creates request name on the base of HttpContext.
</summary>
<returns>Controller/Action for MVC or path for other cases.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.Implementation.SyntheticUserAgentFilter">
<summary>
Allows configuration of patterns for synthetic traffic filters.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.Implementation.SyntheticUserAgentFilter.Pattern">
<summary>
Gets or sets the regular expression pattern applied to the user agent string to determine whether traffic is synthetic.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.Implementation.SyntheticUserAgentFilter.SourceName">
<summary>
Gets or sets the readable name for the synthetic traffic source. If not provided, defaults to the pattern match.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.Implementation.WebEventSource">
<summary>
ETW EventSource tracing class.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.Web.Implementation.WebEventSource.Log">
<summary>
Instance of the PlatformEventSource class.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.Implementation.WebEventSource.Keywords">
<summary>
Keywords for the PlatformEventSource. Those keywords should match keywords in Core.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.Web.Implementation.WebEventSource.Keywords.UserActionable">
<summary>
Key word for user actionable events.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.Web.Implementation.WebEventSource.Keywords.Diagnostics">
<summary>
Diagnostics tracing keyword.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.Web.Implementation.WebEventSource.Keywords.VerboseFailure">
<summary>
Keyword for errors that trace at Verbose level.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.Implementation.WebEventsPublisher">
<summary>
Class provides methods to post event about Web event like begin or end of the request.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.Web.Implementation.WebEventsPublisher.Instance">
<summary>
WebEventsPublisher static instance.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.Implementation.WebEventsPublisher.Log">
<summary>
Gets the instance of WebEventsPublisher type.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebEventsPublisher.OnBegin">
<summary>
Method generates event about begin of the request.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebEventsPublisher.OnEnd">
<summary>
Method generates event about end of the request.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebEventsPublisher.OnError">
<summary>
Method generates event in case if request failed.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryInitializerBase">
<summary>
Base class for WebOperationTelemetryInitializers.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryInitializerBase.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Base implementation of the initialization method.
</summary>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryInitializerBase.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="requestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryInitializerBase.ResolvePlatformContext">
<summary>
Resolved web platform specific context.
</summary>
<returns>An instance of the context.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase">
<summary>
Base web telemetry module.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase"/> class.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase.ModuleName">
<summary>
Gets the module name which is added to be used for internal tracing instead of GetType on each request to improve performance.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase.OnBeginRequest(Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,System.Web.HttpContext)">
<summary>
Post initialization Web Telemetry Module callback.
</summary>
<param name="requestTelemetry">An instance of request telemetry context.</param>
<param name="platformContext">Platform specific context.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase.OnEndRequest(Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,System.Web.HttpContext)">
<summary>
Request telemetry finalization - sending callback Web Telemetry Module callback.
</summary>
<param name="requestTelemetry">An instance of request telemetry context.</param>
<param name="platformContext">Platform specific context.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase.OnError(Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,System.Web.HttpContext)">
<summary>
Http Error reporting Web Telemetry Module callback.
</summary>
<param name="requestTelemetry">An instance of request telemetry context.</param>
<param name="platformContext">Platform specific context.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.AccountIdTelemetryInitializer">
<summary>
A telemetry initializer that will set the User properties of Context corresponding to a RequestTelemetry object.
User.AccountId is updated with properties derived from the RequestTelemetry.RequestTelemetry.Context.User.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.AccountIdTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="requestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule">
<summary>
Platform agnostic module for web application instrumentation.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule.isEnabled">
<summary>
Indicates if module initialized successfully.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule"/> class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule.Init(System.Web.HttpApplication)">
<summary>
Initializes module for a given application.
</summary>
<param name="context">HttpApplication instance.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule.Dispose">
<summary>
Required IDisposable implementation.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.AuthenticatedUserIdTelemetryInitializer">
<summary>
A telemetry initializer that will set the User properties of Context corresponding to a RequestTelemetry object.
User.AuthenticatedUserId is updated with properties derived from the RequestTelemetry.RequestTelemetry.Context.User.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.AuthenticatedUserIdTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="requestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer">
<summary>
A telemetry initializer that will set the correlation context for all telemetry items in web application.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer"/> class.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.ParentOperationIdHeaderName">
<summary>
Gets or sets the name of the header to get parent operation Id from.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.RootOperationIdHeaderName">
<summary>
Gets or sets the name of the header to get root operation Id from.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="requestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer">
<summary>
Telemetry initializer populates client IP address for the current request.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer"/> class.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.HeaderNames">
<summary>
Gets a list of request header names that is used to check client id.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.HeaderValueSeparators">
<summary>
Gets or sets a header values separator.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.UseFirstIp">
<summary>
Gets or sets a value indicating whether the first or the last IP should be used from the lists of IPs in the header.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="requestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule">
<summary>
Telemetry module to collect unhandled exceptions caught by http module.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule.OnError(System.Web.HttpContext)">
<summary>
Implements on error callback of http module.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
<summary>
Initializes the telemetry module.
</summary>
<param name="configuration">Telemetry configuration to use for initialization.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.OperationNameTelemetryInitializer">
<summary>
A telemetry initializer that will set the NAME property of OperationContext corresponding to a TraceTelemetry object.
If the telemetry object is of type RequestTelemetry, then the Name of the RequestTelemetry is updated. For all other cases,
Operation.Name is updated with the name derived from the HttpContext.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.OperationNameTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="rootRequestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule">
<summary>
Telemetry module tracking requests using http module.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.Handlers">
<summary>
Gets the list of handler types for which requests telemetry will not be collected
if request was successful.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.OnBeginRequest(System.Web.HttpContext)">
<summary>
Implements on begin callback of http module.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.OnEndRequest(System.Web.HttpContext)">
<summary>
Implements on end callback of http module.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
<summary>
Initializes the telemetry module.
</summary>
<param name="configuration">Telemetry configuration to use for initialization.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.NeedProcessRequest(System.Web.HttpContext)">
<summary>
Verifies context to detect whether or not request needs to be processed.
</summary>
<param name="httpContext">Current http context.</param>
<returns>True if request needs to be processed, otherwise - False.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.IsHandlerToFilter(System.Web.IHttpHandler)">
<summary>
Checks whether or not handler is a transfer handler.
</summary>
<param name="handler">An instance of handler to validate.</param>
<returns>True if handler is a transfer handler, otherwise - False.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.SessionTelemetryInitializer">
<summary>
A telemetry initializer that will set the Session properties of Context corresponding to a RequestTelemetry object.
Session is updated with properties derived from the RequestTelemetry.RequestTelemetry.Context.Session.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.SessionTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="requestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.WebTestTelemetryInitializer">
<summary>
A telemetry initializer that will update the User, Session and Operation contexts if request originates from a web test.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.WebTestTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="requestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer">
<summary>
A telemetry initializer that determines if the request came from a synthetic source based on the user agent string.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer.Filters">
<summary>
Gets or sets the configured patterns for matching synthetic traffic filters through user agent string.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="requestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.Web.UserTelemetryInitializer">
<summary>
A telemetry initializer that will set the User properties of Context corresponding to a RequestTelemetry object.
User.Id are updated with properties derived from the RequestTelemetry.RequestTelemetry.Context.User.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.Web.UserTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext,Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Implements initialization logic.
</summary>
<param name="platformContext">Http context.</param>
<param name="requestTelemetry">Request telemetry object associated with the current request.</param>
<param name="telemetry">Telemetry item to initialize.</param>
</member>
<member name="T:System.Web.HttpContextExtension">
<summary>
HttpContextExtension class provides extensions methods for accessing Web Application Insights objects.
</summary>
</member>
<member name="M:System.Web.HttpContextExtension.GetRequestTelemetry(System.Web.HttpContext)">
<summary>
Provide access to request generated by Web Application Insights SDK.
</summary>
<param name="context">HttpContext instance.</param>
<returns>Request telemetry instance or null.</returns>
</member>
</members>
</doc>

Binary file not shown.

View File

@ -0,0 +1,489 @@
<?xml version="1.0"?>
<doc xml:lang="en">
<assembly>
<name>Microsoft.AI.WindowsServer</name>
</assembly>
<members>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer">
<summary>
A telemetry initializer that will gather Azure Web App Role Environment context information.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer.WebAppNameEnvironmentVariable">
<summary>Azure Web App name corresponding to the resource name.</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer.WebAppHostNameEnvironmentVariable">
<summary>Azure Web App Hostname. This will include the deployment slot, but will be same across instances of same slot.</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer" /> class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Initializes <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry" /> device context.
</summary>
<param name="telemetry">The telemetry to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer">
<summary>
A telemetry initializer that will gather Azure Role Environment context information.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer" /> class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Initializes <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry" /> device context.
</summary>
<param name="telemetry">The telemetry to initialize.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer">
<summary>
A telemetry context initializer that will set component context version on the base of BuildInfo.config information.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.version">
<summary>
The version for this component.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Initializes version of the telemetry item with the version obtained from build info if it is available.
</summary>
<param name="telemetry">The telemetry context to initialize.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.LoadBuildInfoConfig">
<summary>
Loads BuildInfo.config and returns XElement.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.GetVersion">
<summary>
Gets the version for the current application. If the version cannot be found, we will return the passed in default.
</summary>
<returns>The extracted data.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule">
<summary>
Telemetry module that sets developer mode to true when is not already set AND managed debugger is attached.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule.IsDebuggerAttached">
<summary>
Function that checks whether debugger is attached with implementation that can be replaced by unit test code.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
<summary>
Gives the opportunity for this telemetry module to initialize configuration object that is passed to it.
</summary>
<param name="configuration">Configuration object.</param>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.DeviceTelemetryInitializer">
<summary>
A telemetry context initializer that will gather device context information.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.DeviceTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Populates device properties on a telemetry item.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.DomainNameRoleInstanceTelemetryInitializer">
<summary>
Obsolete. A telemetry context initializer that used to populate role instance name. Preserved for backward compatibility.
Note that role instance will still be populated with the machine name as in the previous versions.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.DomainNameRoleInstanceTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
<summary>
Obsolete method.
</summary>
<param name="telemetry">The telemetry to initialize.</param>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.instance">
<summary>
The singleton instance for our reader.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.roleName">
<summary>
The Azure role name (if any).
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.roleInstanceName">
<summary>
The Azure role instance name (if any).
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader"/> class.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.Instance">
<summary>
Gets or sets the singleton instance for our application context reader.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.BaseDirectory">
<summary>
Gets or sets the base directly where hunting for application DLLs is to start.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.Initialize">
<summary>
Initializes the current reader with respect to its environment.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.GetRoleName">
<summary>
Gets the Azure role name.
</summary>
<returns>The extracted data.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.GetRoleInstanceName">
<summary>
Gets the Azure role instance name.
</summary>
<returns>The extracted data.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader">
<summary>
The reader is platform specific and applies to .NET applications only.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.Instance">
<summary>
Gets or sets the singleton instance for our application context reader.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetHostSystemLocale">
<summary>
Gets the host system locale.
</summary>
<returns>The discovered locale.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetDeviceType">
<summary>
Gets the type of the device.
</summary>
<returns>The type for this device as a hard-coded string.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetDeviceUniqueId">
<summary>
Gets the device unique ID, or uses the fallback if none is available due to application configuration.
</summary>
<returns>
The discovered device identifier.
</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetOemName">
<summary>
Gets the device OEM.
</summary>
<returns>The discovered OEM.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetDeviceModel">
<summary>
Gets the device model.
</summary>
<returns>The discovered device model.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetNetworkType">
<summary>
Gets the network type.
</summary>
<returns>The discovered network type.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.RunWmiQuery(System.String,System.String,System.String)">
<summary>
Runs a single WMI query for a property.
</summary>
<param name="table">The table.</param>
<param name="property">The property.</param>
<param name="defaultValue">The default value of the property if WMI fails.</param>
<returns>The value if found, Unknown otherwise.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.IAzureRoleEnvironmentContextReader">
<summary>
The user context reader interface used while reading user related information in a platform specific way.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.IAzureRoleEnvironmentContextReader.Initialize">
<summary>
Initializes the current reader with respect to its environment.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.IAzureRoleEnvironmentContextReader.GetRoleName">
<summary>
Gets the Azure role name.
</summary>
<returns>The extracted data.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.IAzureRoleEnvironmentContextReader.GetRoleInstanceName">
<summary>
Gets the Azure role instance name.
</summary>
<returns>The extracted data.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role">
<summary>
Represents a role that is defined as part of a hosted service.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role.#ctor(System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role"/> class.
</summary>
<param name="targetObject">The target object.</param>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role.Name">
<summary>
Gets the name of the role as it is declared in the service definition file.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role.GetTargetObjectInstance(System.Type,System.Object[])">
<summary>
Gets the target object instance.
</summary>
<param name="targetType">Type of the target.</param>
<param name="activationArgs">The activation arguments.</param>
<returns>
The activated instance is one is required.
</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment">
<summary>
Provides information about the configuration, endpoints, and status of running role instances.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment"/> class.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.IsAvailable">
<summary>
Gets a value indicating whether the role instance is running in the Windows Azure environment.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.DeploymentId">
<summary>
Gets the unique identifier of the deployment in which the role instance is running.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.CurrentRoleInstance">
<summary>
Gets a RoleInstance object that represents the role instance in which the code is currently running.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.GetTargetObjectInstance(System.Type,System.Object[])">
<summary>
Gets the target object instance.
</summary>
<param name="targetType">Type of the target.</param>
<param name="activationArgs">The activation arguments.</param>
<returns>
The activated instance is one is required.
</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance">
<summary>
Represents an instance of a role.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance.#ctor(System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance"/> class.
</summary>
<param name="targetObject">The target object.</param>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance.Id">
<summary>
Gets the instance identifier (ID) of the role instance.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance.Role">
<summary>
Gets the Role object that is associated with the role instance.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance.GetTargetObjectInstance(System.Type,System.Object[])">
<summary>
Gets the target object instance.
</summary>
<param name="targetType">Type of the target.</param>
<param name="activationArgs">The activation arguments.</param>
<returns>
The activated instance is one is required.
</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject">
<summary>
A runtime bound object for a given .NET type.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.targetType">
<summary>
The target type for our object.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.targetObject">
<summary>
The target object.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.#ctor(System.Type,System.Object[])">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject"/> class.
</summary>
<param name="targetType">Type of the target.</param>
<param name="activationArgs">The activation arguments.</param>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.TargetType">
<summary>
Gets or sets the type of the target.
</summary>
</member>
<member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.TargetObject">
<summary>
Gets or sets the target object.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.GetTargetObjectInstance(System.Type,System.Object[])">
<summary>
Gets the target object instance.
</summary>
<param name="targetType">Type of the target.</param>
<param name="activationArgs">The activation arguments.</param>
<returns>The activated instance is one is required.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.GetProperty(System.String,System.Object[])">
<summary>
Gets the property.
</summary>
<param name="name">The name.</param>
<param name="args">The arguments.</param>
<returns>The value for our property.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.GetProperty(System.String,System.Type[],System.Object[])">
<summary>
Gets the property.
</summary>
<param name="name">The name.</param>
<param name="parameterTypes">The parameter types.</param>
<param name="args">The arguments.</param>
<returns>The value for our property.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.GetProperty(System.String,System.Reflection.BindingFlags,System.Type[],System.Object[])">
<summary>
Gets the property.
</summary>
<param name="name">The name.</param>
<param name="bindingFlags">The binding flags.</param>
<param name="parameterTypes">The parameter types.</param>
<param name="args">The arguments.</param>
<returns>The value for our property.</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.InvokeHelper(System.String,System.Reflection.BindingFlags,System.Object[],System.Globalization.CultureInfo)">
<summary>
Invocation helper for calling any member on our target object.
</summary>
<param name="name">The name.</param>
<param name="bindingFlags">The binding flags.</param>
<param name="args">The arguments.</param>
<param name="culture">The culture.</param>
<returns>The return value for our invocation.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.ServiceRuntime">
<summary>
The wrapper for the Azure Service Runtime.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.ServiceRuntime.GetRoleEnvironment(System.String)">
<summary>
Gets the role environment.
</summary>
<param name="baseDirectory">The base directory.</param>
<returns>
The role environment object.
</returns>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.TypeHelpers.GetLoadedType(System.String,System.String)">
<summary>
Gets the type by type name from the assembly.
</summary>
<param name="typeName">The type name.</param>
<param name="assemblyName">The assembly name.</param>
<returns>Return type from assembly loaded in the process by assembly and type name.</returns>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.WindowsServerEventSource">
<summary>
ETW EventSource tracing class.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.WindowsServerEventSource.Log">
<summary>
Instance of the WindowsServerEventSource class.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.WindowsServerEventSource.Keywords">
<summary>
Keywords for the PlatformEventSource. Those keywords should match keywords in Core.
</summary>
</member>
<member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.WindowsServerEventSource.Keywords.UserActionable">
<summary>
Key word for user actionable events.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule">
<summary>
The module subscribed to AppDomain.CurrentDomain.UnhandledException to send exceptions to ApplicationInsights.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule"/> class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
<summary>
Initializes the telemetry module.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule.Dispose">
<summary>
Disposing UnhandledExceptionTelemetryModule instance.
</summary>
</member>
<member name="T:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule">
<summary>
The module subscribed to TaskScheduler.UnobservedTaskException to send exceptions to ApplicationInsights.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule" /> class.
</summary>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
<summary>
Initializes the telemetry module.
</summary>
<param name="configuration">Telemetry Configuration used for creating TelemetryClient for sending exceptions to ApplicationInsights.</param>
</member>
<member name="M:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule.Dispose">
<summary>
Disposing TaskSchedulerOnUnobservedTaskException instance.
</summary>
</member>
</members>
</doc>

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,40 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.CodeDom.Providers.DotNetCompilerPlatform</name>
</assembly>
<members>
<member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider">
<summary>
Provides access to instances of the .NET Compiler Platform C# code generator and code compiler.
</summary>
</member>
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor">
<summary>
Default Constructor
</summary>
</member>
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.CreateCompiler">
<summary>
Gets an instance of the .NET Compiler Platform C# code compiler.
</summary>
<returns>An instance of the .NET Compiler Platform C# code compiler</returns>
</member>
<member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider">
<summary>
Provides access to instances of the .NET Compiler Platform VB code generator and code compiler.
</summary>
</member>
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.#ctor">
<summary>
Default Constructor
</summary>
</member>
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.CreateCompiler">
<summary>
Gets an instance of the .NET Compiler Platform VB code compiler.
</summary>
<returns>An instance of the .NET Compiler Platform VB code compiler</returns>
</member>
</members>
</doc>

Binary file not shown.

View File

@ -0,0 +1,289 @@
<?xml version="1.0" encoding="utf-8"?>
<sqlMap xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/tr/xmlschema-1/" namespace="">
<alias>
</alias>
<cacheModels>
<cacheModel id="attendCache" implementation="LRU" >
<flushInterval hours="1" />
<property name="CacheSize" value="1000" />
</cacheModel>
</cacheModels>
<resultMaps></resultMaps>
<statements>
<update id="att.attend.allin" parameterClass="hashtable">
update lectinning
set istatus=2
,stime=case when stime is null then <include refid="sql.now"></include> else stime end
,etime=case when etime is null then <include refid="sql.now"></include> else etime end
,sip=case when sip is null then #uip# else sip end
,eip=case when eip is null then #uip# else eip end
,ispcs=case when ispcs is null then 1 else ispcs end
,ispce=case when ispce is null then 1 else ispce end
,statustime=<include refid="sql.now"></include>
,statusreason=#statusreason#
,statususerno=#uno#
where lectno in ($lectnos$) and (istatus is null or istatus&lt;2);
insert into lectinning(lectno,cmino,totstudy,stime,etime,istatus,statustime,statusreason,statususerno,<include refid="sql.inc"></include>)
select a.lectno,b.cmino,0,<include refid="sql.now"></include>,<include refid="sql.now"></include>,2,<include refid="sql.now"></include>,#statusreason#,#uno#,<include refid="sql.inv"></include>
from lect a
inner join cminning b on b.cmno=a.cmno
left outer join lectinning c on c.lectno=a.lectno and c.cmino=b.cmino
where a.lectno in ($lectnos$) and a.status=1 and a.ischanged=0 and c.lectno is null;
update lect set <include refid="sql.up"></include>
,attrate=100
,stime=case when stime is null then <include refid="sql.now"></include> else stime end
,etime=case when etime is null then <include refid="sql.now"></include> else etime end
,sip=case when sip is null then #uip# else sip end
,eip=case when eip is null then #uip# else eip end
,ispcs=case when ispcs is null then 1 else ispcs end
,ispce=case when ispce is null then 1 else ispce end
where lectno in ($lectnos$)
</update>
<update id="att.off.save" parameterClass="cminning">
update lectinning a
inner join (
<iterate property="Ds" open="" conjunction="union all" close=""> select #Ds[].lectno# lectno,#Ds[].istatus# istatus </iterate>
) b on b.lectno=a.lectno
set a.uip=#uip#,a.uno=#uno#
,a.istatus=b.istatus
,a.stime = a.stime
,a.etime = a.etime
,a.sip = case when a.sip is null then #uip# else a.sip end
,a.eip = case when a.eip is null then #uip# else a.eip end
,a.ispcs = case when a.ispcs is null then 1 else a.ispcs end
,a.ispce = case when a.ispce is null then 1 else a.ispce end
where a.cmino=#cmino#;
insert into lectinning (lectno,cmino,totstudy<!--,stime,etime-->,istatus,statustime,statusreason,sip,eip,ispcs,ispce,<include refid="sql.inc"></include>)
select a.lectno,#cmino#,0
<!--,case when a.istatus is not null then <include refid="sql.now"></include> else NULL end
,case when a.istatus is not null then <include refid="sql.now"></include> else NULL end-->
,a.istatus,null,null,#uip#,#uip#,1,1,<include refid="sql.inv"></include>
from (
<iterate property="Ds" open="" conjunction="union all" close=""> select #Ds[].lectno# lectno,#Ds[].istatus# istatus </iterate>
) a
left outer join lectinning b on b.cmino=#cmino# and b.lectno=a.lectno
where b.lectno is null;
update lect a
inner join (
select a.lectno,convert(100*count(c.lectno)/count(b.cmino), int) attrate
from lect a
inner join cminning b on b.cmno=a.cmno and ifnull(b.isscd,0)=0
left outer join lectinning c on c.lectno=a.lectno and c.cmino=b.cmino and c.istatus in (1,2)
where a.lectno in ($lectnos$)
group by a.lectno
) b on b.lectno=a.lectno
set a.attrate=b.attrate
,a.stime=case when a.stime is null then <include refid="sql.now"></include> else a.stime end
,a.etime=case when a.etime is null then <include refid="sql.now"></include> else a.etime end
,a.sip=case when a.sip is null then #uip# else a.sip end
,a.eip=case when a.eip is null then #uip# else a.eip end
,a.ispcs=case when a.ispcs is null then 1 else a.ispcs end
,a.ispce=case when a.ispce is null then 1 else a.ispce end
</update>
<update id="att.scd.save" parameterClass="cminning">
update lectinning a
inner join (
<iterate property="Ds" open="" conjunction="union all" close=""> select #Ds[].lectno# lectno,#Ds[].cmino# cmino,#Ds[].istatus# istatus </iterate>
) b on b.lectno=a.lectno and b.cmino = a.cmino
set a.uip=#uip#,a.uno=#uno#
,a.istatus=b.istatus
,a.stime = a.stime
,a.etime = a.etime
,a.sip = case when a.sip is null then #uip# else a.sip end
,a.eip = case when a.eip is null then #uip# else a.eip end
,a.ispcs = case when a.ispcs is null then 1 else a.ispcs end
,a.ispce = case when a.ispce is null then 1 else a.ispce end;
insert into lectinning (lectno,cmino,totstudy<!--,stime,etime-->,istatus,statustime,statusreason,sip,eip,ispcs,ispce,<include refid="sql.inc"></include>)
select a.lectno,a.cmino,0
,a.istatus,null,null,#uip#,#uip#,1,1,<include refid="sql.inv"></include>
from (
<iterate property="Ds" open="" conjunction="union all" close=""> select #Ds[].lectno# lectno,#Ds[].cmino# cmino,#Ds[].istatus# istatus </iterate>
) a
left outer join lectinning b on b.cmino=a.cmino and b.lectno=a.lectno
where b.lectno is null;
update lect a
inner join (
select a.lectno,convert(100*count(c.lectno)/count(b.cmino), int) attrate
from lect a
inner join cminning b on b.cmno=a.cmno and ifnull(b.isscd,0)=0
left outer join lectinning c on c.lectno=a.lectno and c.cmino=b.cmino and c.istatus in (1,2)
where a.lectno in ($lectnos$)
group by a.lectno
) b on b.lectno=a.lectno
set a.attrate=b.attrate
,a.stime=case when a.stime is null then <include refid="sql.now"></include> else a.stime end
,a.etime=case when a.etime is null then <include refid="sql.now"></include> else a.etime end
,a.sip=case when a.sip is null then #uip# else a.sip end
,a.eip=case when a.eip is null then #uip# else a.eip end
,a.ispcs=case when a.ispcs is null then 1 else a.ispcs end
,a.ispce=case when a.ispce is null then 1 else a.ispce end;
</update>
<update id="att.scd.setattr" parameterClass="cminning">
insert into lectinning(lectno,cmino,totstudy,stime,etime,istatus,statustime,statusreason,statususerno,<include refid="sql.inc"></include>)
select a.lectno,b.cmino,0,<include refid="sql.now"></include>,<include refid="sql.now"></include>,#istatus#,<include refid="sql.now"></include>,null,#uno#,<include refid="sql.inv"></include>
from lect a
inner join cminning b on b.cmno=a.cmno
left outer join lectinning c on c.lectno=a.lectno and c.cmino=b.cmino
where a.lectno in ($lectnos$) and a.status=1 and b.isonline = 0 and b.isscd = 1 and a.ischanged=0 and c.lectno is null;
update lectinning lni
inner join lect l on lni.lectno = l.lectno
inner join cminning cmi on lni.cmino = cmi.cmino
inner join (
<iterate property="Ds" open="" conjunction="union all" close=""> select #Ds[].lectno# lectno,#Ds[].cmino# cmino,#Ds[].istatus# istatus </iterate>
) a on lni.lectno = a.lectno and lni.cmino = a.cmino
set lni.stime=now(),lni.etime=now(), lni.istatus = #istatus#
where l.status = 1 and cmi.isonline = 0 and cmi.isscd = 1;
</update>
<update id="att.scd.setattrnull" parameterClass="cminning">
insert into lectinning(lectno,cmino,totstudy,stime,etime,istatus,statustime,statusreason,statususerno,<include refid="sql.inc"></include>)
select a.lectno,b.cmino,0,null,null,#istatus#,<include refid="sql.now"></include>,null,#uno#,<include refid="sql.inv"></include>
from lect a
inner join cminning b on b.cmno=a.cmno
left outer join lectinning c on c.lectno=a.lectno and c.cmino=b.cmino
where a.lectno in ($lectnos$) and a.status=1 and b.isonline = 0 and b.isscd = 1 and a.ischanged=0 and c.lectno is null;
update lectinning lni
inner join lect l on lni.lectno = l.lectno
inner join cminning cmi on lni.cmino = cmi.cmino
inner join (
<iterate property="Ds" open="" conjunction="union all" close=""> select #Ds[].lectno# lectno,#Ds[].cmino# cmino,#Ds[].istatus# istatus </iterate>
) a on lni.lectno = a.lectno and lni.cmino = a.cmino
set lni.stime=null,lni.etime=null, lni.istatus = #istatus#
where l.status = 1 and cmi.isonline = 0 and cmi.isscd = 1;
</update>
<!--<update id="att.scd.nowdate" parameterClass="cminning">
insert into lectinning(lectno,cmino,totstudy,stime,etime,istatus,statustime,statusreason,statususerno,<include refid="sql.inc"></include>)
select a.lectno,b.cmino,0,<include refid="sql.now"></include>,<include refid="sql.now"></include>,2,<include refid="sql.now"></include>,null,#uno#,<include refid="sql.inv"></include>
from lect a
inner join cminning b on b.cmno=a.cmno
left outer join lectinning c on c.lectno=a.lectno and c.cmino=b.cmino
where a.lectno in ($lectnos$) and a.status=1 and b.isonline = 0 and b.isscd = 1 and a.ischanged=0 and c.lectno is null;
update lectinning lni
inner join lect l on lni.lectno = l.lectno
inner join cminning cmi on lni.cmino = cmi.cmino
inner join (
<iterate property="Ds" open="" conjunction="union all" close=""> select #Ds[].lectno# lectno,#Ds[].cmino# cmino,#Ds[].istatus# istatus </iterate>
) a on lni.lectno = a.lectno and lni.cmino = a.cmino
set lni.stime=now(),lni.etime=now(), lni.istatus = 2
where l.status = 1 and cmi.isonline = 0 and cmi.isscd = 1;
</update>
<update id="att.scd.attrnull" parameterClass="cminning">
insert into lectinning(lectno,cmino,totstudy,stime,etime,istatus,statustime,statusreason,statususerno,<include refid="sql.inc"></include>)
select a.lectno,b.cmino,0,<include refid="sql.now"></include>,<include refid="sql.now"></include>,2,<include refid="sql.now"></include>,null,#uno#,<include refid="sql.inv"></include>
from lect a
inner join cminning b on b.cmno=a.cmno
left outer join lectinning c on c.lectno=a.lectno and c.cmino=b.cmino
where a.lectno in ($lectnos$) and a.status=1 and b.isonline = 0 and b.isscd = 1 and a.ischanged=0 and c.lectno is null;
update lectinning lni
inner join lect l on lni.lectno = l.lectno
inner join cminning cmi on lni.cmino = cmi.cmino
inner join (
<iterate property="Ds" open="" conjunction="union all" close=""> select #Ds[].lectno# lectno,#Ds[].cmino# cmino,#Ds[].istatus# istatus </iterate>
) a on lni.lectno = a.lectno and lni.cmino = a.cmino
set lni.stime=null,lni.etime=null
<isEqual property="zstring0" compareValue="-1">, lni.istatus = null</isEqual>
<isEqual property="zstring0" compareValue="0">, lni.istatus = 0</isEqual>
where l.status = 1 and cmi.isonline = 0 and cmi.isscd = 1
</update>-->
<update id="att.att.in" parameterClass="hashtable">
update lectinning set <include refid="sql.up"></include>
,lectno=#lectno#,cmino=#cmino#,totstudy=0
,stime=<include refid="sql.now"></include>,etime=null
,istatus=1,statustime=null,statusreason=null
where lectno=#lectno# and cmino=#cmino# and istatus is null;
insert into lectinning (lectno,cmino,totstudy,stime,etime,istatus,statustime,statusreason,sip,eip,ispcs,ispce,<include refid="sql.inc"></include>)
select #lectno#,#cmino#,0,<include refid="sql.now"></include>,null,1,null,null,#uip#,null,1,null,<include refid="sql.inv"></include>
from (select 1 col1) a
left outer join lectinning b on b.lectno=#lectno# and b.cmino=#cmino#
where b.lectno is null;
update lect
set stime = case when stime is null then <include refid="sql.now"></include> else stime end
,sip = case when sip is null then #uip# else sip end
,ispcs = case when ispcs is null then 1 else ispcs end
where lectno=#lectno#
</update>
<update id="att.att.out" parameterClass="hashtable">
update lectinning set <include refid="sql.up"></include>
,totstudy=timestampdiff(SECOND, stime, <include refid="sql.now"></include>)
,etime=<include refid="sql.now"></include>
,eip=#uip#
,ispce=1
,istatus=2
where lectno=#lectno# and cmino=#cmino# and istatus=1;
update lect a
inner join (
select a.lectno,convert(100*count(c.lectno)/count(b.cmino), int) attrate
from lectinning a
inner join cminning b on b.cmino=a.cmino and ifnull(b.isscd,0)=0
left outer join lectinning c on c.lectno=a.lectno and c.cmino=b.cmino and c.istatus=2
where a.lectno=#lectno# and a.cmino=#cmino# and a.istatus=2
group by a.lectno
) b on b.lectno=a.lectno
set a.attrate=b.attrate
,a.etime=<include refid="sql.now"></include>,a.eip=#uip#,a.ispce=1
</update>
<update id="att.abs" parameterClass="hashtable">
update lectinning
set istatus=2
,stime=case when stime is null then <include refid="sql.now"></include> else stime end
,etime=case when etime is null then <include refid="sql.now"></include> else etime end
,sip=case when sip is null then #uip# else sip end
,eip=case when eip is null then #uip# else eip end
,ispcs=case when ispcs is null then 1 else ispcs end
,ispce=case when ispce is null then 1 else ispce end
,statustime=<include refid="sql.now"></include>
,statusreason=#statusreason#
,statususerno=#uno#
where lectno=#lectno# and cmino=#cmino# and (istatus is null or istatus&lt;2);
insert into lectinning(lectno,cmino,totstudy,stime,etime,istatus,statustime,statusreason,statususerno,<include refid="sql.inc"></include>)
select a.lectno,#cmino#,0,<include refid="sql.now"></include>,<include refid="sql.now"></include>,2,<include refid="sql.now"></include>,#statusreason#,#uno#,<include refid="sql.inv"></include>
from lect a
left outer join lectinning b on b.lectno=a.lectno and b.cmino=#cmino#
where a.lectno=#lectno# and a.status=1 and a.ischanged=0 and b.lectno is null;
update lect a
inner join (
select a.lectno,convert(100*count(c.lectno)/count(b.cmino), int) attrate
from lectinning a
inner join lect a2 on a2.lectno=a.lectno
inner join cminning b on b.cmno=a2.cmno and ifnull(b.isscd,0)=0
left outer join lectinning c on c.lectno=a.lectno and c.cmino=b.cmino and c.istatus=2
where a.lectno=#lectno# and a.cmino=#cmino# and a.istatus=2
group by a.lectno
) b on b.lectno=a.lectno
set a.attrate=b.attrate
,a.stime=case when a.stime is null then <include refid="sql.now"></include> else a.stime end
,a.etime=case when a.etime is null then <include refid="sql.now"></include> else a.etime end
,a.sip=case when a.sip is null then #uip# else a.sip end
,a.eip=case when a.eip is null then #uip# else a.eip end
,a.ispcs=case when a.ispcs is null then 1 else a.ispcs end
,a.ispce=case when a.ispce is null then 1 else a.ispce end
where a.lectno=#lectno#
</update>
</statements>
</sqlMap>

2236
BO/bin/MyBatis/Maps/CM.xml Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,508 @@
<?xml version="1.0" encoding="utf-8"?>
<sqlMap xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/TR/xmlschema-1/" namespace="">
<alias>
<typeAlias alias="comment" type="NP.Model.Comment, NP.Model" />
<typeAlias alias="memo" type="NP.Model.Memo, NP.Model" />
<typeAlias alias="memouser" type="NP.Model.MemoUser, NP.Model" />
<typeAlias alias="basemodel" type="NP.Model.BaseModel, NP.Model" />
<typeAlias alias="emailsend" type="NP.Model.EmailSend, NP.Model" />
<typeAlias alias="smsauth" type="NP.Model.SmsAuth, NP.Model" />
</alias>
<cacheModels>
<cacheModel id="commonCache" implementation="LRU" >
<flushInterval hours="1" />
<property name="CacheSize" value="1000" />
</cacheModel>
</cacheModels>
<!--<parameterMaps>
</parameterMaps>-->
<resultMaps>
</resultMaps>
<statements>
<select id="common.check.loginkey" parameterClass="hashtable" resultClass="data">
select a.userno dtype
from users a
where a.userno=#userno# and (a.loginkey=#loginkey# or #IsDupCheck#=0)
</select>
<select id="common.check.admin" parameterClass="hashtable" resultClass="data">
select a.userno dtype, a.udt time, count(b.mno) intval
from users a
left outer join memouser b on b.userno=a.userno and b.isread=0 and b.isdel=0
where a.userno=#userno# and (a.loginkey=#loginkey# or #IsDupCheck#=0)
</select>
<select id="common.check.front" parameterClass="hashtable" resultClass="data">
select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2
from (
select a.userno dtype,count(b.mno) intval,0 intval2
from users a
left outer join memouser b on b.userno=a.userno and b.isread=0 and b.isdel=0
where a.userno=#userno# and (a.loginkey=#loginkey# or #IsDupCheck#=0)
group by a.userno
union all
select a.userno dtype,0 intval,count(b.userno) intval2
from users a
left outer join alarms b on b.userno=a.userno and b.isdel=0
where a.userno=#userno# and (a.loginkey=#loginkey# or #IsDupCheck#=0)
group by a.userno
) a
group by a.dtype
</select>
<select id="common.check.frontcroom" parameterClass="hashtable" resultClass="data">
select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5
,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10
,sum(a.intval11) intval11,sum(a.intval12) intval12
,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3
from (
select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5
,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10
,0 intval11,0 intval12
,null strval,null strval2,null strval3
from users a
left outer join memouser b on b.userno=a.userno and b.isread=0 and b.isdel=0
where a.userno=#userno# and (a.loginkey=#loginkey# or #IsDupCheck#=0)
group by a.userno
union all
select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5
,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10
,0 intval11,0 intval12
,null strval,null strval2,null strval3
from users a
left outer join alarms b on b.userno=a.userno and b.isdel=0
where a.userno=#userno# and (a.loginkey=#loginkey# or #IsDupCheck#=0)
union all
select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5
,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10
,b.cmno intval11,b.cshape intval12
,d.cgname strval,b.cname strval2
,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3
from users a0
inner join lect a on a.lectno=#lectno# and a.userno=a0.userno and a.status=1 and a.ischanged=0
inner join cm b on b.cmno=a.cmno
inner join cmmenu b2 on b2.cmno=b.cmno
inner join term c on c.tmno=b.tmno
inner join cg d on d.cgno=b.cgno
left outer join cmmenubm e on e.cmno=b.cmno
left outer join boardmaster f on f.bmno=e.bmno
where a0.userno=#userno# and (a0.loginkey=#loginkey# or #IsDupCheck#=0)
group by a.userno,b.cmno,c.tyear,c.tseq,b.classno
,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade
,d.cgname,b.cname
) a
group by a.dtype
</select>
<select id="common.check.frontcroom.subdomain" parameterClass="hashtable" resultClass="data">
select a.*,b.asname strval4,c.fileurl
from (
select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5
,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10
,sum(a.intval11) intval11
,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3
from (
select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5
,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10
,0 intval11
,null strval,null strval2,null strval3
from users a
left outer join memouser b on b.userno=a.userno and b.isread=0 and b.isdel=0
where a.userno=#userno# and (a.loginkey=#loginkey# or #IsDupCheck#=0)
group by a.userno
union all
select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5
,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10
,0 intval11
,null strval,null strval2,null strval3
from users a
left outer join alarms b on b.userno=a.userno and b.isdel=0
where a.userno=#userno# and (a.loginkey=#loginkey# or #IsDupCheck#=0)
union all
select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5
,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10
,b.cmno intval11
,d.cgname strval,b.cname strval2
,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3
from users a0
inner join lect a on a.lectno=#lectno# and a.userno=a0.userno and a.status=1 and a.ischanged=0
inner join cm b on b.cmno=a.cmno
inner join cmmenu b2 on b2.cmno=b.cmno
inner join term c on c.tmno=b.tmno
inner join cg d on d.cgno=b.cgno
left outer join cmmenubm e on e.cmno=b.cmno
left outer join boardmaster f on f.bmno=e.bmno
where a0.userno=#userno# and (a0.loginkey=#loginkey# or #IsDupCheck#=0)
group by a.userno,b.cmno,c.tyear,c.tseq,b.classno
,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade
,d.cgname,b.cname
) a
group by a.dtype
) a
inner join assign b on b.subdomain=#subdomain#
left outer join fileinfo c on c.fgno=b.sitelogo
</select>
<update id="common.comment.save" parameterClass="hashtable">
update cmt set <include refid="sql.up"></include>
,memo=#memo#
,memotype=case when cdepth=0 then #memotype# else memotype end
<isNotNull property="fgno" prepend=",">fgno=#fgno#</isNotNull>
where #cmtno# &lt;&gt;0 and cmtno=#cmtno#;
insert into cmt (cmttype,pcmtno,cdepth,tcmtno,baseno,memotype,memo,fgno,isdel,<include refid="sql.inc"></include>)
select #cmttype#,#pcmtno#
,case when #pcmtno# is null then 0 else b.cdepth+1 end
,case when #pcmtno# is null then null else case when b.cdepth=0 then b.cmtno else b.tcmtno end end
,#baseno#,case when #pcmtno# is null then #memotype# else null end,#memo#,#fgno#,0,<include refid="sql.inv"></include>
from (select 1 col1) a
left outer join cmt b on b.cmtno=#pcmtno#
where #cmtno#=0;
</update>
<select id="common.basecomments" parameterClass="hashtable" resultClass="comment">
select a.cmtno,a.pcmtno,a.tcmtno,a.baseno,a.cdepth,a.memo,a.memotype,a.fgno,a.cdt,a.udt, a.isdel,a.cno
,b.orgname, b.fileurl, b.fileno
,c.username
from cmt a
inner join users c on c.userno=a.cno
left outer join fileinfo b on b.fgno=a.fgno and b.isdel=0
where a.cmttype=#cmttype# and a.baseno=#baseno#
order by a.cdt desc
</select>
<update id="common.comment.delete" parameterClass="hashtable">
update cmt set isdel=1 where cmtno=#cmtno# and (#isadmin# is not null or cno=#cno#);
</update>
<select id="common.emailsends" parameterClass="hashtable" resultClass="emailsend">
select a.*
from (
select a.sendno,a.etitle,a.semail,a.fgno,a.cdt,a.rcvcount,a.readcount
,count(b.sendno) bancount
,c.username cnoname
,row_number() over(order by a.cdt desc) rno,count(a.cdt) over() pagetotalcount
from emailsend a
left outer join emailban b on b.sendno=a.sendno
inner join users c on c.userno=a.cno
where a.isdel=0
group by a.sendno,a.etitle,a.semail,a.fgno,a.cdt,a.rcvcount,a.readcount,c.username
) a
<include refid="sql.pagedynamic"></include>
order by a.rno
</select>
<select id="common.emailsend.get" parameterClass="long" resultClass="emailsend">
select a.sendno,a.ehtml,a.etitle
from emailsend a
left outer join emailban b on b.sendno=a.sendno
where a.sendno=#sendno# and a.isdel=0
</select>
<select id="common.emailsend.get2" parameterClass="long" resultClass="emailsend">
select a.sendno,a.etitle,a.rcvs,ifnull(a.sendeds, ' ') sendeds,ifnull(group_concat(b.email separator ';'), ' ') bans
from emailsend a
left outer join emailban b on b.sendno=a.sendno
where a.sendno=#sendno# and a.isdel=0
group by a.sendno,a.rcvs,a.etitle,a.sendeds
</select>
<insert id="common.emailsend.in" parameterClass="hashtable">
insert into emailsend(etitle,semail,ehtml,fgno,cmno,rcvs,reademails,rcvcount,readcount,<include refid="sql.inc"></include>)
values (#etitle#,#semail#,#ehtml#,#fgno#,#cmno#,#rcvs#,#reademails#,#rcvcount#,#readcount#,<include refid="sql.inv"></include>)
<selectKey type="post" property="sendno" resultClass="long">SELECT LAST_INSERT_ID()</selectKey>
</insert>
<select id="common.emailbanpool" parameterClass="string" resultClass="emailsend">
select email semail from emailbanpool where email in ($emails$)
</select>
<update id="common.emailsendok" parameterClass="hashtable">
update emailsend set isdel=0,readcount=#readcount#,sendeds=#sendeds# where sendno=#sendno#
</update>
<update id="common.emailban" parameterClass="emailsend">
insert into emailban(sendno,email,<include refid="sql.inc"></include>)
values
<iterate property="Ds" open="" conjunction="," close="">
(#sendno#,#Ds[].bans#,now(),#Ds[].uno#,now(),#Ds[].uno#,#Ds[].uip#)
</iterate>
</update>
<select id="common.list.rcv" parameterClass="hashtable" resultClass="memo">
select a.*
from (
select a.mno,a.userno,a.isread,a.cdt
,b.mtitle
,u.username sendusername
,u.usertype sendusertype
,u.userid senduserid
,CAST(AES_DECRYPT(UNHEX(u.email), <include refid="sql.digest"></include>) AS char) Email
, row_number() over(order by a.cdt desc) rno
, count(a.cdt) over() pagetotalcount
from memouser a
inner join memo b on b.mno=a.mno
left outer join users u on u.userno=b.cno
where a.isdel=0
<isNotNull property="userno">and a.userno=#userno#</isNotNull>
) a
<include refid="sql.pagedynamic"></include>
order by a.rno
</select>
<select id="common.list.rcvnot" parameterClass="hashtable" resultClass="int">
select count(a.mno)
from memouser a
where a.userno=#userno# and and a.isread=0 and a.isdel=0
</select>
<update id="common.memo.alldeleteR" parameterClass="hashtable">
update memouser set isdel=1,<include refid="sql.up"></include> where userno=#uno#
</update>
<update id="common.memo.alldeleteS" parameterClass="hashtable">
update memo set isdel=1,<include refid="sql.up"></include> where cno=#uno#
</update>
<update id="common.memo.deleteR" parameterClass="hashtable">
update memouser set isdel=1,<include refid="sql.up"></include>
where userno=#uno#
<isNotNull property="mnos">and mno in ($mnos$)</isNotNull>
<isGreaterThan property="mno" compareValue="0">and mno=#mno#</isGreaterThan>
</update>
<update id="common.memo.deleteS" parameterClass="hashtable">
update memo set isdel=1,<include refid="sql.up"></include> where cno=#uno#
<isNotNull property="mnos">and mno in ($mnos$)</isNotNull>
<isGreaterThan property="mno" compareValue="0">and mno=#mno#</isGreaterThan>
</update>
<select id="common.list.send" parameterClass="hashtable" resultClass="memo">
select a.*
from (
select a.mno,a.mtitle,a.cdt,count(b.mno) mucount
, sum(b.isread) ccount
, row_number() over(order by a.cdt desc) rno
, count(b.cdt) over() pagetotalcount
from memo a
inner join memouser b on b.mno=a.mno
where a.isdel=0
<isNotNull property="userno">and a.cno=#userno#</isNotNull>
group by a.mno,a.mtitle,a.cdt
) a
<include refid="sql.pagedynamic"></include>
order by a.rno
</select>
<update id="common.memo.insert" parameterClass="memo">
insert into memo (pmno,mtitle,mcontents,fgno,Isdel,<include refid="sql.inc"></include>)
values (#pmno#,#mtitle#,#mcontents#,#fgno#,0,<include refid="sql.now"></include>,#cno#,<include refid="sql.now"></include>,#uno#,#uip#);
insert into memouser (mno,userno,isread,isdel,<include refid="sql.inc"></include>)
select LAST_INSERT_ID(),userno,1,0,0,<include refid="sql.inv"></include>
from users where userno in ($usernos$) and isdel=0
</update>
<update id="common.memo.inserttousertype" parameterClass="memo">
insert into memo (pmno,mtitle,mcontents,fgno,isdel,<include refid="sql.inc"></include>)
values (#pmno#,#mtitle#,#mcontents#,#fgno#,0,<include refid="sql.now"></include>,#cno#,<include refid="sql.now"></include>,#uno#,#uip#);
insert into memouser (mno,userno,isread,isdel,<include refid="sql.inc"></include>)
select LAST_INSERT_ID(),userno,1,0,0,<include refid="sql.inv"></include>
from users
where usertype in ($usertype$) and isdel=0
</update>
<update id="common.memo.insertmulti" parameterClass="hashtable">
insert into memo (pmno,cmno,mtitle,mcontents,fgno,isdel,<include refid="sql.inc"></include>)
values (#pmno#,#cmno#,#mtitle#,#mcontents#,#fgno#,0,<include refid="sql.inv"></include>);
insert into memouser (mno,userno,isread,isdel,<include refid="sql.inc"></include>)
select LAST_INSERT_ID(), a.userno,0,0,<include refid="sql.inv"></include>
from users a
where a.userno in ($usernos$)
</update>
<select id="common.list.senddata" parameterClass="hashtable" resultClass="memo">
select a.mno,b.isread,a.cdt,b.rdate
,u.username,u.usertype sendusertype
,CAST(AES_DECRYPT(UNHEX(u.userid), <include refid="sql.digest"></include>) AS char) email
,u.userid zstring0
from memo a
inner join memouser b on b.mno=a.mno
left outer join users u on u.userno=b.userno
<dynamic prepend="where">
<isNotNull property="mno" prepend="and">a.mno=#mno#</isNotNull>
<isNotNull property="mnos" prepend="and">a.mno in ($mnos$)</isNotNull>
</dynamic>
order by a.mno
</select>
<select id="common.memo" parameterClass="hashtable" resultClass="memo">
<isNotNull property="readcheck">
update memouser set isread=1,rdate=now() where mno=#mno# and userno=#readuser#;
</isNotNull>
select a.mno,u.username cnoname,a.cdt,a.mtitle,a.mcontents,a.fgno,a.cno
,u.usertype
from memo a
left outer join users u on u.userno=a.cno
<isNotNull property="readuser">
inner join memouser b on b.mno=a.mno and b.userno=#readuser# and b.isdel=0
</isNotNull>
where a.mno=#mno# <isNotNull property="cno">and a.cno=#cno#</isNotNull>
</select>
<select id="common.memouser" parameterClass="hashtable" resultClass="memo">
<isNotNull property="userno">
update memouser set isread=1,rdate=<include refid="sql.now"></include> where mno=#mno# and userno=#userno#;
</isNotNull>
select a.mno,u.username,a.isread,a.rdate
from memouser a
left outer join users u on u.userno=a.userno
where a.mno=#mno# <isNotNull property="userno">and a.userno=#userno#</isNotNull>
order by u.username
</select>
<select id="common.talklist.send" parameterClass="hashtable" resultClass="memo">
select a.mno,b.mcontents,a.ACount,a.FTCount,a.SCount,a.LCount,a.MCount,a.ECount,a.ccount,b.cdt,c.username cnoname
from (
select a.mno,a.rno,a.pagetotalcount
,sum(case when b.isok=1 and b.smstype='A' then 1 else 0 end) ACount
,sum(case when b.isok=1 and b.smstype='FT' then 1 else 0 end) FTCount
,sum(case when b.isok=1 and b.smstype='S' then 1 else 0 end) SCount
,sum(case when b.isok=1 and b.smstype='L' then 1 else 0 end) LCount
,sum(case when b.isok=1 and b.smstype='M' then 1 else 0 end) MCount
,sum(case when b.isok &lt; 1 then 1 else 0 end) ECount
,count(b.mno) ccount
from (
select a.mno,a.rno,a.pagetotalcount
from (
select a.mno
, row_number() over(order by a.cdt desc) rno
, count(a.cdt) over() pagetotalcount
from sms a
where a.cno=#userno#
) a
<include refid="sql.pagedynamic"></include>
) a
inner join smsuser b on b.mno=a.mno
group by a.mno,a.rno,a.pagetotalcount
) a
inner join sms b on b.mno=a.mno
inner join users c on c.userno=b.cno
order by a.rno
</select>
<insert id="common.sms.in" parameterClass="hashtable">
insert into sms(cmno,mcontents,<include refid="sql.inc"></include>)
values (#cmno#,#mcontents#,<include refid="sql.inv"></include>);
<selectKey type="post" property="mno" resultClass="long">SELECT LAST_INSERT_ID()</selectKey>
</insert>
<update id="common.smsuser.in" parameterClass="hashtable">
insert into smsuser (mno,userno,smstype,isok,msgid,message,<include refid="sql.inc"></include>)
values
<iterate property="Users" open="" conjunction="," close="">
(#mno#,#Users[].userno#,#Users[].smstype#,#Users[].isok#,#Users[].msgid#,#Users[].message#,now(),#uno#,now(),#uno#,#uip#)
</iterate>
</update>
<select id="common.smssend.get" parameterClass="long" resultClass="memouser">
select c.asname,b.usertype,b.username
,CAST(AES_DECRYPT(UNHEX(b.mobile), <include refid="sql.digest"></include>) AS char) mobile
,a.smstype,a.isok
,row_number() over(order by b.username) rno, count(a.cno) over() pagetotalcount
from smsuser a
inner join users b on b.userno=a.userno
left outer join assign c on c.asno=b.asno
where a.mno=#mno#
order by b.username
</select>
<select id="common.home" parameterClass="int" resultClass="data">
select b.cnt intval
,c.cnt0 intval2
,c.cnt1 intval3
,d.cnt intval4
,e.cnt intval5
,f.cnt intval6
,(SELECT COUNT(*) FROM userleave WHERE status = 0) intval7
from (select 1 col1) a
left outer join (select count(mno) cnt from memouser where userno=#userno# and isread=0 and isdel=0) b on 1=1
left outer join (
select sum(case when a.bmposition=0 then 1 else 0 end) cnt0,sum(case when a.bmposition=1 and b.cmno is not null then 1 else 0 end) cnt1
from boardmaster a
inner join board b on b.bmno=a.bmno and b.pbno is null and b.isdel=0 and b.isopen=1
left outer join board c on c.pbno=b.bno and c.isdel=0
where a.bmtype=2 and a.isopen=1 and c.bno is null and a.disptype=0
) c on 1=1
left outer join (
select count(a.rfdno) cnt
from payrfd a
left outer join pay b on b.payno = a.payno
where a.rstatus=0 and b.rstatus=0
<!--select sum(cnt) cnt
from (
select count(a.rfdno) cnt
from payrfd a
inner join payitem b on a.payno is not null and b.payno=a.payno and b.pstatus=1 and b.rstatus=0
where a.rstatus=0
union all
select count(a.rfdno) cnt
from payrfd a
inner join pay b on a.payno is null and b.payno=a.payno and b.pstatus=1 and b.rstatus=0
where a.rstatus=0
) a-->
) d on 1=1
left outer join (
select count(a.payno) cnt
from paydvr a
inner join pay b on b.payno=a.payno and b.pstatus=1 and b.rstatus=0
inner join payitem c on c.payno = b.payno
inner join book bb on bb.bkno=c.itemno
where a.dvrcode is null and a.isdvr=1
) e on 1=1
left outer join (
select count(a.payno) cnt
from paytax a
where a.ischeck=0
<!--inner join pay b on b.payno=a.payno and b.pstatus in (1,22) and b.rstatus &lt; 2
where a.taxdate is null and ifnull(a.iscancel,0) = 0-->
) f on 1=1
</select>
<update id="common.authkey.save" parameterClass="hashtable">
update authkey set jobkey=#jobkey#,randkey=#randkey#,keytime=date_add(now(), interval 1 minute)
where authtype=#authtype# and userno=#userno#;
insert into authkey (authtype,userno,jobkey,randkey,keytime)
select a.authtype,a.userno,a.jobkey,a.randkey,date_add(now(), interval 1 minute)
from (select #authtype# authtype,#userno# userno,#jobkey# jobkey,#randkey# randkey) a
left outer join authkey b on b.authtype=a.authtype and b.userno=a.userno
where b.authtype is null
</update>
<select id="common.authkey" parameterClass="hashtable" resultClass="string">
select jobkey
from authkey where authtype=#authtype# and userno=#userno# and randkey=#randkey# and keytime &gt; now()
</select>
<update id="common.authkey.set" parameterClass="data">
<isEqual property="dtype" compareValue="1">
update ct set authkey=#intval30# where ctno=#intval#
</isEqual>
<isEqual property="dtype" compareValue="2">
update question set authkey=#intval30# where qno=#intval#
</isEqual>
</update>
<select id="common.authkey.check1" parameterClass="hashtable" resultClass="data">
select ctno intval,ismenu intval2,ctype intval3,ccode strval
from ct
where ctno=#ctno# and authkey=#authkey#;
update ct set authkey=null where ctno=#ctno#
</select>
<select id="common.authkey.check2" parameterClass="hashtable" resultClass="data">
select qno intval
from question
where qno=#qno# and authkey=#authkey#;
update question set authkey=null where qno=#qno#
</select>
<insert id="common.smsauth" parameterClass="smsauth">
insert into smsauth(latime,lakey,lectno)
values(now(),#lakey#,#lectno#);
<selectKey type="post" property="authno" resultClass="long">SELECT LAST_INSERT_ID()</selectKey>
</insert>
<insert id="common.smsauth2" parameterClass="smsauth">
insert into smsauth(latime,lakey,userno, lectno)
values(now(),#lakey#,#userno#, 0);
<selectKey type="post" property="authno" resultClass="long">SELECT LAST_INSERT_ID()</selectKey>
</insert>
<select id ="common.sms.chk" parameterClass="hashtable" resultClass="data">
select authno intval,lectno intval2,latime time,lakey strval
from smsauth
where authno = #authno#
</select>
<update id="common.sms.extend" parameterClass="hashtable">
update smsauth
set latime = now()
where authno = #authno#
</update>
<insert id ="common.atalk.send" parameterClass="hashtable">
insert into MTS_ATALK_MSG (TRAN_SENDER_KEY,TRAN_TMPL_CD,TRAN_CALLBACK,TRAN_PHONE,TRAN_SUBJECT,TRAN_MSG,TRAN_DATE,TRAN_TYPE,TRAN_STATUS,TRAN_REPLACE_TYPE,TRAN_REPLACE_MSG)
values (#senderkey#,#method#,#SEND_PHONE#,#DEST_PHONE#,#title#,#MSG_BODY#,now(),5,'1',#replace_type#,#MSG_BODY#);
</insert>
</statements>
</sqlMap>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<sqlMap xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/TR/xmlschema-1/" namespace="">
<alias>
<typeAlias alias="authgroup" type="NP.Model.AuthGroup, NP.Model" />
<typeAlias alias="userauth" type="NP.Model.UserAuth, NP.Model" />
<!--<typeAlias alias="privateview" type="NP.Model.PrivateView, NP.Model" />-->
</alias>
<cacheModels>
<cacheModel id="configCache" implementation="LRU" >
<flushInterval hours="1" />
<property name="CacheSize" value="1000" />
</cacheModel>
</cacheModels>
<!--<parameterMaps></parameterMaps>-->
<resultMaps></resultMaps>
<statements>
<update id="sys.error" parameterClass="hashtable">
insert into errors (errmsg,userno) values(#err#,#userno#)
</update>
</statements>
</sqlMap>

View File

@ -0,0 +1,301 @@
<?xml version="1.0" encoding="utf-8"?>
<sqlMap xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/tr/xmlschema-1/" namespace="">
<alias>
</alias>
<cacheModels>
<cacheModel id="examCache" implementation="LRU" >
<flushInterval hours="1" />
<property name="CacheSize" value="1000" />
</cacheModel>
</cacheModels>
<resultMaps></resultMaps>
<statements>
<select id="exam.exams" parameterClass="hashtable" resultClass="exam">
select a.*
from (
select a.exno,a.cgno,a.exname,a.infee,a.outfee,a.certcc,a.certgradecc,a.gradename,a.rstime,a.retime
,a.fee
,a.estime,a.eetime
,a.certdate,a.certindate,a.elocation,a.introhtml
,a.isscored,a.isopen,a.fgno,a.isdel,a.isresultopen
,a.cdt,a.cno,a.udt,a.uno,a.uip
,a.pcgno
,a.cgname
,a.pcgname
,a.rno
,a.pagetotalcount
from (
select a.exno,a.cgno,a.exname,a.infee,a.outfee,a.certcc,a.certgradecc,a.gradename,a.rstime,a.retime
,a.fee
,a.estime,a.eetime
,a.certdate,a.certindate,a.elocation,a.introhtml
,a.isscored,a.isopen,a.fgno,a.isdel,a.isresultopen
,a.cdt,a.cno,a.udt,a.uno,a.uip
,a.pcgno
,a.cgname
,a.pcgname
,row_number() over(order by a.retime desc) rno
,count(a.exno) over() pagetotalcount
from (
select a.exno,a.cgno,a.exname,a.infee,a.outfee,a.certcc,a.certgradecc,d.cname gradename,a.rstime,a.retime
,case when ua.isjoin=1 then a.infee else a.outfee end fee
,a.estime,a.eetime
,a.certdate,a.certindate,a.elocation,a.introhtml
,a.isscored,a.isopen,a.fgno,a.isdel,a.isresultopen
,a.cdt,a.cno,a.udt,a.uno,a.uip
,b.pcgno pcgno
,b.cgname cgname
,c.cgname pcgname
,row_number() over(order by a.retime desc) rno
,count(a.exno) over() pagetotalcount
from exam a
inner join cg b on b.cgno=a.cgno
inner join cg c on c.cgno=b.pcgno
inner join comcode d on d.ccode = a.certgradecc
left outer join users u on u.userno=#userno#
left outer join assign ua on ua.asno=u.asno
where a.isdel = 0
) a
<dynamic prepend="where">
<isNotNull property="exno" prepend ="and">a.exno=#exno#</isNotNull>
<isNotNull property="pcgno" prepend ="and">a.pcgno=#pcgno#</isNotNull>
<isNotNull property="cgno" prepend ="and">a.cgno=#cgno#</isNotNull>
<isNotNull property="ename" prepend="and">a.exname like concat('%',#ename#,'%')</isNotNull>
<isNotNull property="isopen" prepend="and">a.isopen=1</isNotNull>
<isNotNull property="status" prepend="and">
<isEqual property="status" compareValue="0" >a.rstime &gt; now()</isEqual>
<isEqual property="status" compareValue="1" >now() &gt; a.rstime and now() &lt; a.retime</isEqual>
<isEqual property="status" compareValue="2" >now() &gt; a.retime and now() &lt; a.estime</isEqual>
<isEqual property="status" compareValue="3" >now() &gt; a.estime and a.isresultopen=0</isEqual>
<isEqual property="status" compareValue="4" >a.isscored=1 and a.isresultopen=1</isEqual>
</isNotNull>
</dynamic>
) a
<include refid="sql.pagedynamic"></include>
) a
order by a.retime desc
</select>
<insert id="exam.exam.in" parameterClass="exam">
insert into exam (cgno,exname,infee,outfee
,certcc,certgradecc,rstime,retime,estime,eetime
,elocation,certdate,certindate,introhtml
,isopen,isresultopen,isscored,fgno,isdel
,<include refid="sql.inc"></include>)
values (#cgno#,#exname#,#infee#,#outfee#
,#certcc#,#certgradecc#,#rstime#,#retime#,#estime#,#eetime#
,#elocation#,#certdate#,#certindate#,#introhtml#
,#isopen#,0,#isscored#,#fgno#,0
,<include refid="sql.inv"></include>)
<selectKey type="post" property="exno" resultClass="int">SELECT LAST_INSERT_ID()</selectKey>
</insert>
<update id="exam.exam.up" parameterClass="exam">
update exam set <include refid="sql.up"></include>
,exname =#exname#
,infee =#infee#
,outfee =#outfee#
,certcc =#certcc#
,certgradecc =#certgradecc#
,rstime =#rstime#
,retime =#retime#
,estime =#estime#
,eetime =#eetime#
,elocation =#elocation#
,certdate =#certdate#
,certindate =#certindate#
,introhtml =#introhtml#
,isopen =#isopen#
,fgno =#fgno#
where exno=#exno#
</update>
<update id="exam.del" parameterClass="hashtable">
<!--update exam set isdel=1,uno=#uno#,uip=#uip# where exno=#exno#-->
update exam a
inner join (
select count(userno) cntuser, exno
from examuser
where exno = #exno#
group by exno
) b on b.exno=a.exno
set a.uip=#uip#
,a.uno=#uno#
,a.isdel = 1
where a.exno=#exno# and b.cntuser=0 and a.isdel=0;
</update>
<select id="exam.examusers" parameterClass="hashtable" resultClass="examuser">
select a.*
from (
select a.exno,a.userno,a.status,a.pstatus,a.epoint1,a.epoint2,a.epoint3,a.avrg
,a.ispass,a.certdate,a.certindate,a.cdt,a.cno,a.udt,a.uno,a.uip
,a.isscored,a.certcc,a.certgradecc
,a.username,a.userid,a.usernameeng,a.userpno
,a.asname
,a.rno
,a.pagetotalcount
,(a.countesame + a.countlsame) as countsame
from (
select a.exno,a.userno,a.status,a.pstatus,a.epoint1,a.epoint2,a.epoint3,a.avrg
,a.ispass,a.certdate,a.certindate,a.cdt,a.cno,a.udt,a.uno,a.uip
,b.isscored,b.certcc,b.certgradecc
,c.username,c.userid,c.usernameeng,CAST(AES_DECRYPT(UNHEX(c.userpno),<include refid="sql.digest"></include>) as char) userpno
,d.asname
,row_number() over(order by a.cdt desc) rno
,count(a.exno) over() pagetotalcount
,count(f.exno) countesame
,count(h.lectno) countlsame
from examuser a
inner join exam b on b.exno=a.exno
inner join users c on c.userno=a.userno and c.status = 1
left outer join assign d on d.asno = c.asno
left outer join exam e on e.certcc=b.certcc and e.certgradecc=b.certgradecc and e.exno&lt;&gt;b.exno
left outer join examuser f on f.exno=e.exno and f.userno=a.userno and f.pstatus=1 and f.ispass is not null
left outer join cm g on g.certcc = b.certcc and g.certgradecc=b.certgradecc
left outer join lect h on h.userno=a.userno and h.cmno=g.cmno and h.status&lt;5 and h.ischanged=0
<dynamic prepend="where">
<isNotNull property="exno" prepend ="and">a.exno=#exno#</isNotNull>
<isNotNull property="userno" prepend ="and">a.userno =#userno#</isNotNull>
<isNotNull property="usernos" prepend ="and">a.userno in ($usernos$)</isNotNull>
<isNotNull property="pstatus" prepend ="and">a.pstatus=#pstatus#</isNotNull>
<isNotNull property="pstatus24" prepend ="and">a.pstatus in(2,4)</isNotNull>
<isNotNull property="pstatus89" prepend ="and">a.pstatus in(8,9)</isNotNull>
<isNotNull property="username" prepend ="and">c.username=#pstatus#</isNotNull>
<isNotNull property="userid" prepend ="and">c.userid=#pstatus#</isNotNull>
<isNotNull property="certcc"><isGreaterThan compareValue="0" property="certcc" prepend ="and">b.certcc=#certcc#</isGreaterThan></isNotNull>
<isNotNull property="certgradecc"><isGreaterThan compareValue="0" property="certgradecc" prepend ="and">b.certgradecc=#certgradecc#</isGreaterThan></isNotNull>
<isNotNull property="certdate" prepend="and">
a.certindate &gt; #certdate#
</isNotNull>
<isNotNull property="certindate" prepend="and">
a.certindate &lt; #certindate#
</isNotNull>
<!--<isNotNull property="certdate" prepend="and">
<isNull property="certindate">
a.certdate &gt; #certdate#
</isNull>
<isNotNull property="certindate">
a.certdate &gt; #certdate# and a.certindate &lt; #certindate#
</isNotNull>
</isNotNull>-->
<isNotNull property="cnamelike">
<isNull property="searchcon" prepend="and">
(c.username like concat('%',#cnamelike#,'%') or c.userid like concat('%',#cnamelike#,'%'))
</isNull>
<isNotNull property="searchcon" prepend="and">
<isEqual property="searchcon" compareValue="1">c.username like concat('%',#cnamelike#,'%')</isEqual>
<isEqual property="searchcon" compareValue="2">c.userid like concat('%',#cnamelike#,'%')</isEqual>
</isNotNull>
</isNotNull>
<isNotNull property="ispass">
<isEqual property="ispass" prepend = "and" compareValue="-1">a.ispass is null</isEqual>
<isEqual property="ispass" prepend = "and" compareValue="1">a.ispass = 1</isEqual>
<isEqual property="ispass" prepend = "and" compareValue="0">a.ispass = 0</isEqual>
</isNotNull>
</dynamic>
group by a.exno,a.userno,a.status,a.pstatus,a.epoint1,a.epoint2,a.epoint3,a.avrg
,a.ispass,a.certdate,a.certindate,a.cdt,a.cno,a.udt,a.uno,a.uip
,b.isscored,b.certcc,b.certgradecc
,c.username,c.userid,c.usernameeng,userpno
,d.asname
<isNotNull property="resultview">
order by d.asname desc,c.username desc
</isNotNull>
) a
) a
<include refid="sql.pagedynamic"></include>
order by a.rno
</select>
<update id="exam.examuser.save" parameterClass="hashtable">
insert ignore into examuser(exno,userno,status,pstatus,avrg,certdate,certindate,cdt,cno,udt,uno,uip)
values (#exno#,#userno#,#status#,#pstatus#,#avrg#,#certdate#,#certindate#,<include refid="sql.inv"></include>)
</update>
<update id="exam.examuser.del" parameterClass="hashtable">
insert into examuserdelbk(exno,userno,status,payno,pino,pstatus,epoint1,epoint2,epoint3,avrg,ispass,certdate,certindate,cdt,cno,udt,uno,uip)
select exno,userno,status,payno,pino,pstatus,epoint1,epoint2,epoint3,avrg,ispass,certdate,certindate,now(),cno,udt,uno,uip
from examuser a
where a.exno=#exno# and a.userno in ($usernos$) and a.pstatus in(4,8);
delete from examuser
where exno=#exno# and userno in (
select a.userno
from (
select a.userno
from examuser a
where a.exno=#exno# and a.userno in ($usernos$) and a.pstatus in(4,8)
) a
)
</update>
<update id="exam.examuser.regbatch" parameterClass="examuser">
insert into examuser(exno,userno,status,pstatus,avrg,certdate,certindate,cdt,cno,udt,uno,uip)
<iterate property="Ds" open="" conjunction="union all" close="">
select #exno# exno,#Ds[].userno# userno,#Ds[].status# status,#Ds[].pstatus# pstatus,#Ds[].avrg# avrg,#certdate# certdate,#certindate# certindate,now() cdt,#uno# cno,now() udt,#uno# uno,#uip# uip
</iterate>
</update>
<update id="exam.examuserbatch" parameterClass="examuser">
update examuser a
inner join (
<iterate property="Ds" open ="" conjunction="union all" close="">
select #exno# exno,#Ds[].userno# userno,#Ds[].epoint1# epoint1,#Ds[].epoint2# epoint2,#Ds[].epoint3# epoint3,#Ds[].avrg# avrg,#Ds[].ispass# ispass
</iterate>
) b on b.userno=a.userno
set a.epoint1=b.epoint1,a.epoint2=b.epoint2,a.epoint3=b.epoint3,a.avrg=b.avrg,a.ispass=b.ispass
,a.udt=now(),a.uno=#uno#,a.uip=#uip#
where a.exno=#exno#;
update exam set <include refid="sql.up"></include>,isscored=1 where exno=#exno#;
insert into examuserrenew (exno,userno,certtime,certdate,certindate,renewreason,certidx,isfirst,<include refid="sql.inc"></include>)
select a.exno,a.userno,now(),a2.certdate,a2.certindate,'시험합격',row_number() over (order by a.cdt) + ifnull(max(d.certidx), 0),1,<include refid="sql.inv"></include>
from examuser a
inner join exam a2 on a2.exno=a.exno
left outer join examuserrenew b on b.exno=a.exno and b.userno=a.userno
left outer join exam c on c.certcc=a2.certcc and c.certgradecc=a2.certgradecc
left outer join examuserrenew d on d.exno=c.exno and year(d.certtime)=year(a2.certdate)
where a.exno=#exno# and a.pstatus=1 and a.ispass=1 and b.exno is null
group by a.exno,a.userno,a2.certdate,a2.certindate
</update>
<update id="exam.examopen" parameterClass="hashtable">
update exam set <include refid="sql.up"></include>,isresultopen=#isresultopen# where exno=#exno#;
</update>
<select id="exam.examuserrenews" parameterClass="hashtable" resultClass="examuserrenew">
select a.exno,a.userno,a.certtime,a.certdate,a.certindate,a.renewreason,a.cdt,a.isfirst,a.certidx
,b.username,c.username cnoname
,row_number() over(order by a.certtime asc) rno
from examuserrenew a
inner join users b on b.userno = a.userno
left outer join users c on c.userno=a.cno
<dynamic prepend="where">
<isNotNull property="exno" prepend ="and">a.exno=#exno#</isNotNull>
<isNotNull property="userno" prepend ="and">a.userno=#userno#</isNotNull>
<isNotNull property="usernos" prepend ="and">a.userno in ($usernos$)</isNotNull>
</dynamic>
group by a.exno,a.userno,a.certtime,a.certdate,a.certindate,a.renewreason,a.cdt
,b.username
,c.username
<isNotNull property="isprint">
order by a.certtime asc
</isNotNull>
<isNull property="isprint">
order by a.certdate desc
<isNotNull property="orderby">
,a.certtime desc
</isNotNull>
</isNull>
</select>
<update id="exam.examuser.renew" parameterClass="hashtable">
update examuser set <include refid="sql.up"></include>,certdate=#certdate#,certindate=#certindate#
where exno=#exno# and userno=#userno#;
insert into examuserrenew (exno,userno,certtime,certdate,certindate,renewreason,isfirst,certidx,<include refid="sql.inc"></include>)
select a.exno,#userno#,now(),#certdate#,#certindate#,#renewreason#,0,max(a.certidx),now(),#uno#,now(),#uno#,#uip#
from(
select a.exno,ifnull(max(d.certidx), 0)+1 certidx
from examuser a
inner join exam a2 on a2.exno=a.exno
left outer join exam c on c.certcc=a2.certcc and c.certgradecc=a2.certgradecc
left outer join examuserrenew d on d.exno=c.exno and year(d.certtime)=year(a.certdate)
where a.exno=#exno#
group by a.exno,a.userno,a.certdate,a.certindate
) a
</update>
</statements>
</sqlMap>

File diff suppressed because it is too large Load Diff

2896
BO/bin/MyBatis/Maps/Lect.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,149 @@
<?xml version="1.0" encoding="utf-8"?>
<sqlMap xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/TR/xmlschema-1/" namespace="">
<alias>
<typeAlias alias="popup" type="NP.Model.Popup, NP.Model" />
<typeAlias alias="menupage" type="NP.Model.MenuPage, NP.Model" />
<typeAlias alias="banner" type="NP.Model.Banner, NP.Model" />
</alias>
<cacheModels><cacheModel id="manageCache" implementation="LRU" ><flushInterval hours="1" /><property name="CacheSize" value="1000" /></cacheModel></cacheModels>
<resultMaps></resultMaps>
<statements>
<select id="mm.comcode.glist" parameterClass="string" resultClass="comcode">
select cgroup, cgroup value, cgroupname, cgroupname text, count(cgroup) ccount, row_number() over(order by $rno$) rno
from comcode
<dynamic prepend="where">
<isNotNull property="isuse" prepend="and">isuse=#isuse#</isNotNull>
<isNotNull property="cgroups" prepend="and">cgroup in ($cgroups$)</isNotNull>
<isNotNull property="notcgroups" prepend="and">cgroup not in ($notcgroups$)</isNotNull>
</dynamic>
group by cgroup, cgroupname
<isNotNull property="orderby" prepend="order by">$orderby$</isNotNull>
order by rno
</select>
<update id="mm.comcode.insert" parameterClass="hashtable">
update comcode a
inner join (
select ccode, #corder# + row_number() over(order by corder) rno from comcode where cgroup=#cgroup# and corder &gt;=#corder#
) b on b.ccode=a.ccode
set a.corder=b.rno
where a.cgroup=#cgroup#;
insert into comcode (cname, cgroup, cgroupname, isuse, corder,<include refid="sql.inc"></include>)
select #cname#, #cgroup#, a.cgroupname, #isuse#, #corder#,<include refid="sql.inv"></include>
from comcode a
where a.cgroup=#cgroup#
limit 1
</update>
<update id="mm.comcode.update" parameterClass="hashtable">
<isGreaterThan property="corder" compareValue="-1">
update comcode a
inner join (
select b.ccode, #corder# + row_number() over(order by b.corder) rno
from comcode a
inner join comcode b on b.cgroup=a.cgroup and b.corder &gt;=#corder#
where a.ccode=#ccode#
) b on b.ccode=a.ccode
set a.corder=b.rno;
</isGreaterThan>
update comcode set <include refid="sql.up"></include>
<isNotNull property="cname">,cname=#cname#</isNotNull>
<isGreaterThan property="corder" compareValue="-1">,corder=#corder#</isGreaterThan>
<isGreaterThan property="isuse" compareValue="-1">,isuse=#isuse#</isGreaterThan>
where ccode=#ccode#
</update>
<update id="mm.comcode.groupupdate" parameterClass="hashtable">
update comcode set cgroupname=#cgroupname# where cgroup=#cgroup#
</update>
<select id="mm.banners" parameterClass="hashtable" resultClass="banner">
select a.bno,a.btitle,a.fgno,a.fgno2,a.bdesc,a.burl,a.ismain,a.bseq,a.isopen,a.udt
,b.fileurl,c.fileurl fileurl2
from banner a
left outer join fileinfo b on b.fgno=a.fgno and b.isdel=0
left outer join fileinfo c on c.fgno=a.fgno2 and c.isdel=0
<dynamic prepend="where">
<isNotNull property="bno" prepend="and">a.bno=#bno#</isNotNull>
<isNotNull property="isopen" prepend="and">a.isopen=#isopen#</isNotNull>
<isNotNull property="ismain" prepend="and">a.ismain=#ismain#</isNotNull>
</dynamic>
order by a.isopen desc, a.bseq desc
</select>
<update id="mm.banner.save" parameterClass="hashtable">
update banner set <include refid="sql.up"></include>,btitle=#btitle#,bdesc=#bdesc#,burl=#burl#,ismain=0,bseq=#bseq#,isopen=#isopen#
,fgno=#fgno#,fgno2=#fgno2#
where #bno# &gt; 0 and bno=#bno#;
insert into banner(bno,btitle,fgno,fgno2,bdesc,burl,ismain,bseq,isopen,<include refid="sql.inc"></include>) select #bno#,#btitle#,#fgno#,#fgno2#,#bdesc#,#burl#,#ismain#,#bseq#,#isopen#,<include refid="sql.inv"></include> from (select 1 col1) a where #bno# = 0
</update>
<select id="mm.popups" parameterClass="hashtable" resultClass="popup">
select a.pno,a.ptitle,a.pcontents,a.toppx,a.leftpx,pwidth,pheight,a.purl,a.zindex,a.isopen,a.udt
from popup a
<dynamic prepend="where">
<isNotNull property="pno" prepend="and">a.pno=#pno#</isNotNull>
<isNotNull property="isopen" prepend="and">a.isopen=#isopen#</isNotNull>
</dynamic>
order by a.isopen desc, a.zindex desc
</select>
<update id="mm.popup.save" parameterClass="hashtable">
update popup set <include refid="sql.up"></include>,ptitle =#ptitle#,pcontents=#pcontents#,toppx=#toppx#,leftpx=#leftpx#,pwidth=#pwidth#,pheight=#pheight#,purl=#purl#,zindex=#zindex#,isopen=#isopen# where #pno# &gt; 0 and pno=#pno#;
insert into popup (ptitle,pcontents,toppx,leftpx,pwidth,pheight,purl,zindex,isopen,<include refid="sql.inc"></include>) select #ptitle#,#pcontents#,#toppx#,#leftpx#,#pwidth#,#pheight#,#purl#,#zindex#,#isopen#,<include refid="sql.inv"></include> from (select 1 col1) a where #pno# = 0
</update>
<select id="mm.pages" parameterClass="hashtable" resultClass="menupage">
select a.pno,a.ppno,a.pdepth,a.pagetype,a.bmno,a.porder,a.pagename,a.pagedesc,a.pageurl,a.pagehtml,a.isopen,a.usertype,m1.pagename ppagename,a.refcode,a.imagecode,a.bgtitle bgtitle2,a.bgdesc bgdesc2
,case a.pdepth when 0 then a.pno when 1 then m1.pno when 2 then m2.pno when 3 then m3.pno else m4.pno end m0
,case a.pdepth when 0 then 0 when 1 then a.pno when 2 then m1.pno when 3 then m2.pno else m3.pno end m1
,case a.pdepth when 0 then 0 when 1 then 0 when 2 then a.pno when 3 then m1.pno else m2.pno end m2
,case a.pdepth when 0 then 0 when 1 then 0 when 2 then 0 when 3 then a.pno else m1.pno end m3
,case a.pdepth when 0 then 0 when 1 then 0 when 2 then 0 when 3 then 0 else a.pno end m4
,case a.pdepth when 0 then a.imagecode when 1 then m1.imagecode when 2 then m2.imagecode when 3 then m3.imagecode else m4.imagecode end topimagecode
,case a.pdepth when 0 then a.bgtitle when 1 then m1.bgtitle when 2 then m2.bgtitle when 3 then m3.bgtitle else m4.bgtitle end bgtitle
,case a.pdepth when 0 then a.bgdesc when 1 then m1.bgdesc when 2 then m2.bgdesc when 3 then m3.bgdesc else m4.bgdesc end bgdesc
from menupage a
left outer join menupage m1 on m1.pno=a.ppno
left outer join menupage m2 on m2.pno=m1.ppno
left outer join menupage m3 on m3.pno=m2.ppno
left outer join menupage m4 on m4.pno=m3.ppno
<dynamic prepend="where">
<isNotNull property="pno" prepend="and">a.pno=#pno#</isNotNull>
<isNotNull property="isopen" prepend="and">a.isopen &gt; 0</isNotNull>
</dynamic>
order by
case a.pdepth when 0 then a.porder when 1 then m1.porder when 2 then m2.porder when 3 then m3.porder else m4.porder end
,case a.pdepth when 0 then a.pno when 1 then m1.pno when 2 then m2.pno when 3 then m3.pno else m4.pno end
,case a.pdepth when 0 then 0 when 1 then a.porder when 2 then m1.porder when 3 then m2.porder else m3.porder end
,case a.pdepth when 0 then 0 when 1 then a.pno when 2 then m1.pno when 3 then m2.pno else m3.pno end
,case a.pdepth when 0 then 0 when 1 then 0 when 2 then a.porder when 3 then m1.porder else m2.porder end
,case a.pdepth when 0 then 0 when 1 then 0 when 2 then a.pno when 3 then m1.pno else m2.pno end
,case a.pdepth when 0 then 0 when 1 then 0 when 2 then 0 when 3 then a.porder else m1.porder end
,case a.pdepth when 0 then 0 when 1 then 0 when 2 then 0 when 3 then a.pno else m1.pno end
,case a.pdepth when 0 then 0 when 1 then 0 when 2 then 0 when 3 then 0 else a.porder end
,case a.pdepth when 0 then 0 when 1 then 0 when 2 then 0 when 3 then 0 else a.pno end
</select>
<update id="mm.menupage.save" parameterClass="hashtable">
update menupage set <include refid="sql.up"></include>
,pdepth =#pdepth#
,pagetype=#pagetype#
,bmno=#bmno#
,porder =#porder#
,pagename=#pagename#
,pagedesc=#pagedesc#
,pageurl =#pageurl#
,pagehtml=#pagehtml#
,isopen =#isopen#
,usertype=#usertype#
,refcode=#refcode#
,imagecode=#imagecode#
,bgtitle=#bgtitle#
,bgdesc=#bgdesc#
where #pno# &gt; 0 and pno =#pno#;
insert into menupage (pno,ppno,pdepth,pagetype,bmno,porder,pagename,pagedesc,pageurl,pagehtml,isopen,usertype,refcode,imagecode,bgtitle,bgdesc,<include refid="sql.inc"></include>)
select #pno#,#ppno#,#pdepth#,#pagetype#,#bmno#,#porder#,#pagename#,#pagedesc#,#pageurl#,#pagehtml#,#isopen#,#usertype#,#refcode#,#imagecode#,#bgtitle#,#bgdesc#,<include refid="sql.inv"></include>
from (select 1 col1) a
where #pno# &lt; 1
</update>
</statements>
</sqlMap>

1232
BO/bin/MyBatis/Maps/Pay.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,101 @@
<?xml version="1.0" encoding="utf-8"?>
<sqlMap xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/tr/xmlschema-1/" namespace="">
<alias>
<!--<typeAlias alias="users.lect" type="NP.Model.Lect, NP.Model" />-->
</alias>
<cacheModels>
<cacheModel id="siteCache" implementation="LRU" >
<flushInterval hours="1" />
<property name="CacheSize" value="1000" />
</cacheModel>
</cacheModels>
<!--<parametermaps>
</parametermaps>-->
<resultMaps>
</resultMaps>
<statements>
<select id="site.main" parameterClass="hashtable" resultClass="data">
select *
from (
select 0 dtype
,a.cmno intval,a.isrefund intval2
,0 longval
,a.cname strval,b.cgname strval2,a.kname strval3,null strval4,null strval5,null strval6
,a.rstime time,a.retime time2,a.sstime time3,a.setime time4
from cm a
inner join cg b on b.cgno=a.cgno
inner join cg b2 on b2.cgno=b.pcgno and b2.cgcode=#offcode#
inner join cm c on c.cmno=a.pcmno
where a.ismaster=0 and a.rstime &lt; now() and a.retime &gt;= DATE_FORMAT(now(), '%Y%m%d') and a.isuse=1 and a.isdel=0
order by a.retime asc
limit 4
) a
union all
select *
from (
select a.dtype,a.intval,a.intval2
,a.longval
,a.strval,a.strval2,a.strval3,a.strval4,ifnull(a.strval5,d.fileurl) strval5,a.strval6
,a.time,a.time2,a.time3,a.time4
from (
select 1 dtype
,a.cmno intval,a.isrefund intval2
,0 longval
,a.cname strval,b.cgname strval2,c.cname strval3,concat('/', e.ccode, '/', f.srcp) strval4,ef.fileurl strval5,b.cgcode strval6
,a.rstime time,a.retime time2,a.sstime time3,a.setime time4
from cm a
inner join cg b on b.cgno=a.cgno
inner join cg b2 on b2.cgno=b.pcgno and b2.cgcode=#oncode#
inner join cm c on c.cmno=a.pcmno
left outer join cminning d on d.cmno=a.cmno and d.istaste=1
left outer join ct e on e.ctno=d.ctno <!--and e.ctype=0-->
left outer join fileinfo ef on ef.fgno=e.fgnothumb and ef.isdel=0
left outer join ctpage f on f.ctno=e.ctno and f.pseq=1
where a.ismaster=0 and a.rstime &lt; now() and a.retime &gt;= DATE_FORMAT(now(), '%Y%m%d') and a.cshape=0 and a.isuse=1 and a.isdel=0
order by a.retime asc
limit 4
) a
left outer join cminning b on a.strval5 is null and b.cmno=a.intval and b.iseq=1
left outer join ct c on a.strval5 is null and c.ctno=b.ctno
left outer join fileinfo d on a.strval5 is null and d.fgno=c.fgnothumb and d.isdel=0
) a
union all
select *
from (
select 2 dtype
,0 intval,0 intval2
,b.bno longval
,c.opname strval,b.subject strval2,null strval3,null strval4,null strval5,null strval6
,null time,null time2,null time3,null time4
from boardmaster a
inner join board b on b.bmno=a.bmno and b.pbno is null and b.isdel=0 and b.issecr=0 and b.isopen=1
left outer join boardmasteropening c on c.opno=b.opno
where a.bmcode='homenotice'
order by b.cdt desc
limit 2
) a
union all
select *
from (
select 3 dtype
,0 intval,0 intval2
,b.bno longval
,c.opname strval,b.subject strval2,null strval3,null strval4,null strval5,null strval6
,null time,null time2,null time3,null time4
from boardmaster a
inner join board b on b.bmno=a.bmno and b.pbno is null and b.isdel=0 and b.issecr=0 and b.isopen=1
left outer join boardmasteropening c on c.opno=b.opno
where a.bmcode='homefaq'
order by b.cdt desc
limit 2
) a
</select>
</statements>
</sqlMap>

File diff suppressed because it is too large Load Diff

1138
BO/bin/MyBatis/Maps/User.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,457 @@
<?xml version="1.0" encoding="utf-8"?>
<sqlMap xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/tr/xmlschema-1/" namespace="">
<alias>
<typeAlias alias="board" type="NP.Model.Board, NP.Model" />
<typeAlias alias="bm" type="NP.Model.BoardMaster, NP.Model" />
<typeAlias alias="bmo" type="NP.Model.BoardMasterOpening, NP.Model" />
<typeAlias alias="boardcmt" type="NP.Model.BoardCMT, NP.Model "/>
</alias>
<cacheModels>
<cacheModel id="boardcache" implementation="LRU" >
<flushInterval hours="1" />
<property name="CacheSize" value="1000" />
</cacheModel>
</cacheModels>
<resultMaps></resultMaps>
<statements>
<select id="board.bms" parameterClass="hashtable" resultClass="bm">
select a.*
from (
select a.bmno,a.bmcode,a.bmposition,a.bmname,a.bmdesc,a.bmtype,a.disptype,a.isuseopening,a.isreply,a.isopen,a.isdefault,a.cdt,a.udt
,a.bmno value,a.bmname text
,b.asno,b.asname
,row_number() over(order by <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">a.cdt desc</isNull>) rno
,count(a.cno) over() pagetotalcount
from boardmaster a
left outer join assign b on b.asno=a.asno
<dynamic prepend="where">
<isNotNull property="bmno" prepend="and">a.bmno=#bmno#</isNotNull>
<isNotNull property="bmnos" prepend="and">a.bmno in ($bmnos$)</isNotNull>
<isNotNull property="bmposition" prepend="and">a.bmposition=#bmposition#</isNotNull>
<isNotNull property="bmtype" prepend="and">a.bmtype=#bmtype#</isNotNull>
<isNotNull property="disptype" prepend="and">a.disptype=#disptype#</isNotNull>
<isNotNull property="bmname" prepend="and">a.bmname=#bmname#</isNotNull>
<isNotNull property="bmcode" prepend="and">a.bmcode=#bmcode#</isNotNull>
<isNotNull property="isopen" prepend="and">a.isopen=#isopen#</isNotNull>
<isNotNull property="asno" prepend="and">a.asno=#asno#</isNotNull>
<isNotNull property="isdefaults" prepend="and">a.isdefault in ($isdefaults$)</isNotNull>
<isNotNull property="isdefault" prepend="and">a.isdefault =#isdefault#</isNotNull>
</dynamic>
) a
<include refid="sql.pagedynamic"></include>
order by a.rno
</select>
<select id="board.bms.forassign" parameterClass="hashtable" resultClass="bm">
select a.*
from (
select a.bmno,a.bmcode,a.bmposition,a.bmname,a.bmdesc,a.bmtype,a.disptype,a.isuseopening,a.isreply,a.isopen,a.isdefault,a.cdt,a.udt
,a.bmno value,a.bmname text
,b.asno,b.asname
,row_number() over(order by <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">a.cdt desc</isNull>) rno
,count(a.cno) over() pagetotalcount
from assign a0
inner join boardmaster a on a.asno=a0.asno
<isNotNull property="isdefault">and a.isdefault=#isdefault#</isNotNull>
left outer join assign b on b.asno=a.asno
where a0.isdel=0
<isNotNull property="subdomain" prepend="and">a0.subdomain=#subdomain#</isNotNull>
) a
<include refid="sql.pagedynamic"></include>
order by a.rno
</select>
<select id="board.bmos" parameterClass="int" resultClass="bmo">
select a.opno,a.bmno,a.opname,a.isuse,a.dsort
,a.opno value,a.opname text
from boardmasteropening a
where a.bmno=#bmno# and a.isdel=0
order by a.dsort,a.cdt
</select>
<select id="board.check.bmcode" parameterClass="hashtable" resultClass="bm">
select a.bmno
from boardmaster a
<dynamic prepend="where">
<isNotNull property="bmnonot" prepend="and">a.bmno &lt;&gt; #bmnonot#</isNotNull>
<isNotNull property="bmcode" prepend="and">a.bmcode=#bmcode#</isNotNull>
</dynamic>
</select>
<insert id="board.bm.in" parameterClass="bm">
insert into boardmaster (bmcode,bmposition,bmname,bmdesc,bmtype,disptype,isuseopening,isreply,isopen,isdefault,<include refid="sql.inc"></include>)
values (#bmcode#,#bmposition#,#bmname#,#bmdesc#,#bmtype#,#disptype#,#isuseopening#,#isreply#,#isopen#,0,<include refid="sql.inv"></include>);
<selectKey type="post" property="bmno" resultClass="int">SELECT LAST_INSERT_ID()</selectKey>
</insert>
<update id="board.bm.up" parameterClass="bm">
update boardmaster set <include refid="sql.up"></include>
,bmname =#bmname#
,bmdesc =#bmdesc#
,bmtype =case when isdefault&gt;0 then bmtype else #bmtype# end
,disptype =case when isdefault&gt;0 then disptype else #disptype# end
,isuseopening =#isuseopening#
,isreply =#isreply#
,isopen =case when isdefault&gt;0 then isopen else #isopen# end
where bmno=#bmno#
</update>
<update id="board.bd.read" parameterClass="int">
update board set rcount = rcount +1 where bno=#bno#
</update>
<update id="board.bmo.del" parameterClass="bm">
update boardmasteropening set isdel=1 where bmno=#bmno# <isNotNull property="opnosnot" prepend="and">opno not in ($opnosnot$)</isNotNull>
</update>
<update id="board.bmo.save" parameterClass="bm">
<isNotNull property="inquery">
insert into boardmasteropening (bmno,opname,isuse,isdel,dsort,cdt,cno,udt,uno,uip)
values $inquery$;
</isNotNull>
<isNotNull property="upquery">
update boardmasteropening a
inner join (
<iterate property="BMOs" open="" conjunction="union all" close="">
select #BMOs[].opno# opno, #BMOs[].opname# opname,#BMOs[].isuse# isuse,#BMOs[].dsort# dsort
</iterate>
) b on b.opno=a.opno
set a.opname=b.opname,a.isuse=b.isuse,a.dsort=b.dsort,udt=now(),uno=#uno#,uip=#uip#
where a.bmno=#bmno#
</isNotNull>
</update>
<update id="board.bmassign.save" parameterClass="hashtable">
update boardmaster set <include refid="sql.up"></include>,isopen=1 where bmno in (select bmno from (select bmno from boardmaster where asno=#asno# and isdefault=3) a);
insert into boardmaster (bmcode,bmposition,bmname,bmdesc,bmtype,disptype,isuseopening,isreply,isopen,isdefault,asno,<include refid="sql.inc"></include>)
select concat('assignnotice_',#asno#),0,'공지사항',null,0,0,0,1,1,3,#asno#,<include refid="sql.inv"></include>
from (select 1 col1) a
left outer join boardmaster b on b.asno=#asno# and b.isdefault=3
where b.bmno is null;
</update>
<update id="board.bmassign.save2" parameterClass="hashtable">
update boardmaster set <include refid="sql.up"></include>,isopen=0 where bmno in (select bmno from (select bmno from boardmaster where asno=#asno# and isdefault=3) a)
</update>
<!-- 커뮤니케이션 > 홈페이지 게시판 리스트-->
<select id="board.bs" parameterClass="hashtable" resultClass="board">
SELECT a.rno, a.pagetotalcount, a.pcno
, e.asname
, c.bmno, c.bmname, c.isuseopening, c.isreply, c.bmtype
, f.opname
, b.cno, b.bno, b.pbno, b.subject, b.istop, b.issecr, b.cdt, d.username cnoname, d.userid cnoid
, b.rcount, b.rpcount, b.fgno, b.fgnothumb, CASE WHEN #getcontents# IS NULL THEN '' ELSE b.contents END contents
, d.usertype
, g.fileurl
FROM (
SELECT a.*
FROM (
SELECT b.bno
, ROW_NUMBER() OVER(ORDER BY <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">b.istop DESC, CASE WHEN b.pbno IS NULL THEN b.cdt ELSE b2.cdt END DESC, CASE WHEN b.pbno IS NULL THEN 0 ELSE 1 END</isNull>) rno
, COUNT(a.cno) OVER() pagetotalcount, b2.cno pcno
FROM boardmaster a
INNER JOIN board b ON b.bmno = a.bmno
<isNotNull property="bno">AND b.bno = #bno#</isNotNull>
AND b.isdel = 0
<isNotNull property="opno">AND b.opno = #opno#</isNotNull>
<isNotNull property="isopen">AND b.isopen = #isopen#</isNotNull>
<isNotNull property="issecr">AND b.issecr = #issecr#</isNotNull>
<isNotNull property="opno">AND b.opno = #opno#</isNotNull>
<isNotNull property="isbase" prepend="AND">b.pbno IS NULL</isNotNull>
<isNotNull property="cno" prepend="AND">b.cno = #cno#</isNotNull>
<isNotNull property="cmno" prepend="AND">b.cmno = #cmno#</isNotNull>
<isNotNull property="bmposition" prepend="AND">a.bmposition = #bmposition#</isNotNull>
LEFT OUTER JOIN board b2 ON b.pbno IS NOT NULL AND b2.bno = b.pbno
INNER JOIN users c ON c.userno = b.cno
<dynamic prepend="WHERE">
<isNotNull property="bmno" prepend="AND">a.bmno = #bmno#</isNotNull>
<isNotNull property="asno" prepend="AND">a.asno = #asno#</isNotNull>
<isNotNull property="scc" prepend="AND">(b.subject LIKE CONCAT('%',#scc#,'%') OR b.contents LIKE CONCAT('%',#scc#,'%') OR c.username = #scc#)</isNotNull>
</dynamic>
) a
<include refid="sql.pagedynamic"></include>
) a
INNER JOIN board b ON b.bno = a.bno
INNER JOIN boardmaster c ON c.bmno = b.bmno
INNER JOIN users d ON d.userno = b.cno
LEFT OUTER JOIN assign e ON e.asno = c.asno
LEFT OUTER JOIN boardmasteropening f ON f.opno = b.opno
LEFT OUTER JOIN fileinfo g ON g.fgno = b.fgnothumb AND g.isdel = 0
ORDER BY a.rno
</select>
<!-- 커뮤니케이션 > 홈페이지 게시판 리스트 중 미답변만 (메인 > 잔여 업무 요약에서 접근) -->
<select id="board.bsnoReplies" parameterClass="hashtable" resultClass="board">
SELECT a.rno, a.pagetotalcount, a.pcno
, e.asname
, c.bmno, c.bmname, c.isuseopening, c.isreply, c.bmtype
, f.opname
, b.cno, b.bno, b.pbno, b.subject, b.istop, b.issecr, b.cdt, d.username cnoname, d.userid cnoid
, b.rcount, b.rpcount, b.fgno, b.fgnothumb
, (CASE WHEN #getcontents# IS NULL THEN '' ELSE b.contents END) contents
, d.usertype
, g.fileurl
FROM (
SELECT a.*
FROM (
SELECT b.bno
, ROW_NUMBER() OVER(ORDER BY <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">b.istop DESC, CASE WHEN b.pbno IS NULL THEN b.cdt ELSE b2.cdt END DESC, CASE WHEN b.pbno IS NULL THEN 0 ELSE 1 END</isNull>) rno
, COUNT(a.cno) OVER() pagetotalcount, b2.cno pcno
FROM boardmaster a
INNER JOIN board b ON b.bmno = a.bmno AND b.isdel = 0
LEFT OUTER JOIN board b2 ON b.bno = b2.pbno AND b2.isdel = 0
INNER JOIN users c ON c.userno = b.cno
WHERE a.bmtype = 2
<isNotNull property="bmposition" prepend="AND">a.bmposition = #bmposition#</isNotNull>
AND a.isopen = 1
AND b.pbno IS NULL
AND b2.pbno IS NULL
AND a.disptype = 0
) a
<include refid="sql.pagedynamic"></include>
) a
INNER JOIN board b ON b.bno = a.bno
INNER JOIN boardmaster c ON c.bmno = b.bmno
INNER JOIN users d ON d.userno = b.cno
LEFT OUTER JOIN assign e ON e.asno = c.asno
LEFT OUTER JOIN boardmasteropening f ON f.opno = b.opno
LEFT OUTER JOIN fileinfo g ON g.fgno = b.fgnothumb AND g.isdel = 0
ORDER BY a.rno
</select>
<select id="board.bs.bypbnos" parameterClass="string" resultClass="board">
select f.opname,a.bno,a.pbno,a.subject,a.cdt,b.username cnoname,a.rpcount,a.issecr,a.cno
,case when #getcontents# is null then '' else a.contents end contents
,b.usertype
from board a
inner join users b on b.userno=a.cno
left outer join boardmasteropening f on f.opno=a.opno
where a.pbno in ($pbnos$) and a.isopen=1 and a.isdel=0
</select>
<!-- 커뮤니케이션 > 강의실게시판 리스트 -->
<select id="board.roombs" parameterClass="hashtable" resultClass="board">
SELECT a.rno, a.pagetotalcount
, e.asname
, c.bmno, c.bmname, c.isuseopening, c.isreply
, f.opname
<!--,b.bno,b.pbno,b.subject,b.istop,b.issecr,b.cdt,d.username cnoname,b.rcount,b.fgno,b.fgnothumb,b.cmno-->
, b.bno, b.pbno, b.subject, b.istop, b.issecr, b.cdt, d.username cnoname, d.userid cnoid, b.rcount, b.fgno, b.fgnothumb, b.cmno
, g.cname, g.classno
, h.tyear, h.tseq
FROM (
SELECT a.*
FROM (
SELECT b.bno
, ROW_NUMBER() OVER(ORDER BY <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">b.istop DESC, CASE WHEN b.pbno IS NULL THEN b.cdt ELSE b2.cdt END DESC, CASE WHEN b.pbno IS NULL THEN 0 ELSE 1 END</isNull>) rno
, COUNT(a.cno) OVER() pagetotalcount
FROM boardmaster a
INNER JOIN board b ON b.bmno = a.bmno AND b.isdel = 0 <isNotNull property="cmno">AND b.cmno = #cmno#</isNotNull>
LEFT OUTER JOIN board b2 ON b.pbno IS NOT NULL AND b2.bno = b.pbno
INNER JOIN users c ON c.userno = b.cno
INNER JOIN cm d ON d.cmno = b.cmno
INNER JOIN term e ON e.tmno = d.tmno <isNotNull property="tmno">AND d.tmno = #tmno#</isNotNull> <isNotNull property="tyear">AND e.tyear = #tyear#</isNotNull>
<isNotNull property="teacherno">
INNER JOIN cmprof cp ON cp.cmno = b.cmno AND cp.userno = #teacherno#
</isNotNull>
WHERE a.bmposition = 1
<isNotNull property="bmno" prepend="AND">a.bmno = #bmno#</isNotNull>
<isNotNull property="asno" prepend="AND">a.asno = #asno#</isNotNull>
<isNotNull property="scc" prepend="AND">(b.subject LIKE CONCAT('%',#scc#,'%') OR b.contents LIKE CONCAT('%',#scc#,'%') OR c.username = #scc#)</isNotNull>
) a
<include refid="sql.pagedynamic"></include>
) a
INNER JOIN board b ON b.bno = a.bno
INNER JOIN boardmaster c ON c.bmno = b.bmno
INNER JOIN users d ON d.userno = b.cno
INNER JOIN cm g ON g.cmno = b.cmno
INNER JOIN term h ON h.tmno = g.tmno
LEFT OUTER JOIN assign e ON e.asno = c.asno
LEFT OUTER JOIN boardmasteropening f ON f.opno = b.opno
LEFT OUTER JOIN board pb ON b.bno = pb.pbno AND pb.isdel = 0
ORDER BY a.rno
</select>
<!-- 커뮤니케이션 > 강의실게시판 리스트 중 미답변만 (메인 > 잔여 업무 요약에서 접근) -->
<select id="board.roombsnoReplies" parameterClass="hashtable" resultClass="board">
SELECT a.rno, a.pagetotalcount
, e.asname
, c.bmno, c.bmname, c.isuseopening, c.isreply
, f.opname
, b.bno, b.pbno, b.subject, b.istop, b.issecr, b.cdt
, d.username cnoname, d.userid cnoid
, b.rcount, b.fgno, b.fgnothumb, b.cmno
, g.cname, g.classno
, h.tyear, h.tseq
FROM (
SELECT a.*
FROM (
SELECT b.bno
, ROW_NUMBER() OVER(ORDER BY <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">b.istop DESC, CASE WHEN b.pbno IS NULL THEN b.cdt ELSE b2.cdt END DESC, CASE WHEN b.pbno IS NULL THEN 0 ELSE 1 END</isNull>) rno
, COUNT(a.cno) OVER() pagetotalcount
FROM boardmaster a
INNER JOIN board b ON a.bmno = b.bmno AND b.isdel = 0
LEFT OUTER JOIN board b2 ON b.bno = b2.pbno AND b2.isdel = 0
INNER JOIN users c ON c.userno = b.cno
INNER JOIN cm d ON d.cmno = b.cmno
WHERE a.bmposition = 1
AND a.bmtype = 2
AND a.isopen = 1
AND b.pbno IS NULL
AND b2.pbno IS NULL
AND a.disptype = 0
) a
<include refid="sql.pagedynamic"></include>
) a
INNER JOIN board b ON b.bno = a.bno
INNER JOIN boardmaster c ON c.bmno = b.bmno
INNER JOIN users d ON d.userno = b.cno
INNER JOIN cm g ON g.cmno = b.cmno
INNER JOIN term h ON h.tmno = g.tmno
LEFT OUTER JOIN assign e ON e.asno = c.asno
LEFT OUTER JOIN boardmasteropening f ON f.opno = b.opno
LEFT OUTER JOIN board pb ON b.bno = pb.pbno AND pb.isdel = 0
ORDER BY a.rno
</select>
<select id="board.get" parameterClass="long" resultClass="board">
select e.asname
,c.bmno,c.bmname,c.isuseopening,c.isreply,c.disptype,c.bmtype
,f.opname
,b.bno,b.pbno,b.subject,b.istop,b.issecr,b.cdt,d.username cnoname,b.rcount,b.fgno,b.fgnothumb,b.opno,b.contents,b.isopen
,b2.subject psubject
,g.cmno,g.cname,g.classno
,h.tmno,h.tyear,h.tseq
,count(b3.bno) ccount
from board b
inner join boardmaster c on c.bmno=b.bmno
inner join users d on d.userno=b.cno
left outer join board b2 on b2.bno=b.pbno and b2.isdel=0
left outer join board b3 on b3.pbno=b.bno and b3.isdel=0
left outer join assign e on e.asno=c.asno
left outer join boardmasteropening f on f.opno=b.opno
left outer join cm g on g.cmno=b.cmno
left outer join term h on h.tmno=g.tmno
where b.bno=#bno#
group by e.asname
,c.bmno,c.bmname,c.isuseopening,c.isreply,c.disptype,c.bmtype
,f.opname
,b.bno,b.pbno,b.subject,b.istop,b.issecr,b.cdt,d.username,b.rcount,b.fgno,b.fgnothumb,b.opno,b.contents,b.isopen
,b2.subject
,g.cmno,g.cname,g.classno
,h.tmno,h.tyear,h.tseq
</select>
<select id="board.bcmt.cnt" parameterClass="hashtable" resultClass="board">
select a.bno,count(b.bcno) ccount
from board a
left outer join boardcmt b on b.bno=a.bno and b.isdel=0
<dynamic prepend="where">
<isNotNull property="bnos" prepend="and">a.bno in ($bnos$)</isNotNull>
</dynamic>
group by a.bno
</select>
<select id="board.boardcmts" parameterClass="long" resultClass="boardcmt">
select a.bcno,a.bno,a.ctext,a.isdel,a.cdt,a.udt,a.cno
,b.username cnoname,b.usertype
from boardcmt a
inner join users b on b.userno=a.cno
where a.bno=#bno# and a.isdel=0
order by a.cdt desc
</select>
<insert id="board.in" parameterClass="board">
insert into board (pbno,bmno,opno,subject,contents,fgno,fgnothumb,cmno,rcount,rpcount,isdel,istop,issecr,isopen,<include refid="sql.inc"></include>)
values (#pbno#,#bmno#,#opno#,#subject#,#contents#,#fgno#,#fgnothumb#,#cmno#,0,0,0,#istop#,#issecr#,#isopen#,<include refid="sql.inv"></include>);
<selectKey type="post" property="bno" resultClass="long">SELECT LAST_INSERT_ID()</selectKey>
</insert>
<insert id="board.inp" parameterClass="board">
insert into board (pbno,bmno,opno,subject,contents,fgno,fgnothumb,cmno,rcount,rpcount,isdel,istop,issecr,isopen,<include refid="sql.inc"></include>)
select bno,bmno,opno,#subject#,#contents#,#fgno#,#fgnothumb#,cmno,0,0,0,0,#issecr#,#isopen#,<include refid="sql.inv"></include>
from board where bno=#pbno#;
<selectKey type="post" property="bno" resultClass="long">SELECT LAST_INSERT_ID()</selectKey>
</insert>
<update id="board.up" parameterClass="board">
update board set <include refid="sql.up"></include>
,opno =case when pbno is null then #opno# else opno end
,subject =#subject#
,contents =#contents#
,fgno =#fgno#
,fgnothumb =#fgnothumb#
,istop =case when pbno is null then #istop# else istop end
,issecr =#issecr#
,isopen =#isopen#
where bno=#bno#
</update>
<update id="board.del" parameterClass="hashtable">
update board set <include refid="sql.up"></include>,isdel=1 where bno=#bno# <isNotNull property="cno">and cno=#cno#</isNotNull>
</update>
<insert id="board.boardcmt.in" parameterClass="boardcmt">
update board set rpcount = rpcount+1 where bno=#bno#;
insert into boardcmt (bno,ctext,isdel,<include refid="sql.inc"></include>)
values (#bno#,#ctext#,0,<include refid="sql.inv"></include>);
<selectKey type="post" property="bcno" resultClass="long">SELECT LAST_INSERT_ID()</selectKey>
</insert>
<update id="board.boardcmt.up" parameterClass="boardcmt">
update boardcmt set <include refid="sql.up"></include>
,ctext=#ctext#
where bcno=#bcno# <isGreaterThan property="cno" compareValue="0">and cno=#cno#</isGreaterThan>
</update>
<update id="board.boardcmt.del" parameterClass="hashtable">
update board a
inner join boardcmt b on b.bcno=#bcno# and a.bno=b.bno <isGreaterThan property="cno" compareValue="0">and b.cno=#cno#</isGreaterThan>
set a.rpcount = a.rpcount-1
where a.bno=b.bno;
update boardcmt set <include refid="sql.up"></include>,isdel=1 where bcno=#bcno# <isGreaterThan property="cno" compareValue="0">and cno=#cno#</isGreaterThan>
</update>
<select id="board.bs.forassign" parameterClass="hashtable" resultClass="board">
select a.rno,a.pagetotalcount
,e.asname
,c.bmno,c.bmname,c.isuseopening,c.isreply,c.bmtype
,f.opname
,b.cno,b.bno,b.pbno,b.subject,b.istop,b.issecr,b.cdt,d.username cnoname,b.rcount,b.rpcount,b.fgno,b.fgnothumb,case when #getcontents# is null then '' else b.contents end contents
,d.usertype
,g.fileurl
from (
select a.*
from (
select b.bno
,row_number() over(order by <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">b.istop desc,case when b.pbno is null then b.cdt else b2.cdt end desc,case when b.pbno is null then 0 else 1 end</isNull>) rno
,count(a.cno) over() pagetotalcount
from assign a0
inner join boardmaster a on a.asno=a0.asno
<isNotNull property="bmno" prepend="and">a.bmno=#bmno#</isNotNull>
<isNotNull property="asno" prepend="and">a.asno=#asno#</isNotNull>
<isNotNull property="isdefault">and a.isdefault=#isdefault#</isNotNull>
inner join board b on b.bmno=a.bmno
<isNotNull property="bno">and b.bno=#bno#</isNotNull>
and b.isdel=0
<isNotNull property="opno">and b.opno=#opno#</isNotNull>
<isNotNull property="isopen">and b.isopen=#isopen#</isNotNull>
<isNotNull property="issecr">and b.issecr=#issecr#</isNotNull>
<isNotNull property="opno">and b.opno=#opno#</isNotNull>
left outer join board b2 on b.pbno is not null and b2.bno=b.pbno
inner join users c on c.userno=b.cno
where a0.subdomain=#subdomain# and a0.isdel=0
<isNotNull property="scc" prepend="and">(b.subject like concat('%',#scc#,'%') or b.contents like concat('%',#scc#,'%') or c.username=#scc#)</isNotNull>
) a
<include refid="sql.pagedynamic"></include>
) a
inner join board b on b.bno=a.bno
<!--left outer join board b2 on b2.pbno=b.bno and b2.isdel=0-->
inner join boardmaster c on c.bmno=b.bmno
inner join users d on d.userno=b.cno
left outer join assign e on e.asno=c.asno
left outer join boardmasteropening f on f.opno=b.opno
left outer join fileinfo g on g.fgno=b.fgnothumb and g.isdel=0
order by a.rno
<isNotNull property="limit">limit $limit$</isNotNull>
</select>
<select id="board.bs.forqna" parameterClass="hashtable" resultClass="board">
select a.bno,a.pbno,a.subject,a.contents,a.cdt,a.fgno,f.opname,a.cdt,b.usertype,a.rcount
from board a
inner join users b on b.userno=a.cno
left outer join boardmasteropening f on f.opno=a.opno
where a.bno=#bno# and (a.cno=#cno# or b.usertype in (91,92))
union all
select a.bno,a.pbno,a.subject,a.contents,a.cdt,a.fgno,f.opname,a.cdt,b.usertype,a.rcount
from board a
inner join users b on b.userno=a.cno
left outer join boardmasteropening f on f.opno=a.opno
where a.pbno=#bno#
</select>
</statements>
</sqlMap>

View File

@ -0,0 +1,41 @@
<!--<?xml version="1.0" encoding="utf-8"?>-->
<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<settings>
<setting useStatementNamespaces="false" />
<setting cacheModelsEnabled="true" />
<setting validateSqlMap="false" />
</settings>
<providers embedded="NP.Dao.MyBatis.providers.config, NP.Dao" />
<!-- Database connection information -->
<database>
<provider name="MySql" />
<!--실서버-->
<dataSource name="mysqlcon" connectionString="Server=118.219.255.222;Database=lmsynicte;User ID=ynicteadmin;Password=ynicte@Database;Connection Timeout=60;" />
</database>
<sqlMaps>
<sqlMap resource="./bin/Mybatis/Maps/User.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Common.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Config.xml" />
<sqlMap resource="./bin/Mybatis/Maps/System.xml" />
<sqlMap resource="./bin/Mybatis/Maps/CM.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Lect.xml" />
<sqlMap resource="./bin/Mybatis/Maps/board.xml" />
<sqlMap resource="./bin/Mybatis/Maps/manage.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Pay.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Exam.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Grade.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Attend.xml" />
<sqlMap resource="./bin/Mybatis/Maps/CRoom.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Site.xml" />
</sqlMaps>
</sqlMapConfig>

View File

@ -0,0 +1,42 @@
<!--<?xml version="1.0" encoding="utf-8"?>-->
<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<settings>
<setting useStatementNamespaces="false" />
<setting cacheModelsEnabled="true" />
<setting validateSqlMap="false" />
</settings>
<providers embedded="NP.Dao.MyBatis.providers.config, NP.Dao" />
<!-- Database connection information -->
<database>
<provider name="MySql" />
<!--실서버 원격접속(개발자)-->
<!--<dataSource name="mysqlcon" connectionString="Server=118.219.255.222;Database=lmsynicte;User ID=ynicteadmin;Password=ynicte@Database" />-->
<dataSource name="mysqlcon" connectionString="Server=118.219.255.222;Database=lmsynicte;User ID=ynicteadmin;Password=ynicte@Database;Connect Timeout=40" />
</database>
<sqlMaps>
<sqlMap resource="./bin/Mybatis/Maps/User.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Common.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Config.xml" />
<sqlMap resource="./bin/Mybatis/Maps/System.xml" />
<sqlMap resource="./bin/Mybatis/Maps/CM.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Lect.xml" />
<sqlMap resource="./bin/Mybatis/Maps/board.xml" />
<sqlMap resource="./bin/Mybatis/Maps/manage.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Pay.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Exam.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Grade.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Attend.xml" />
<sqlMap resource="./bin/Mybatis/Maps/CRoom.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Site.xml" />
</sqlMaps>
</sqlMapConfig>

View File

@ -0,0 +1,41 @@
<!--<?xml version="1.0" encoding="utf-8"?>-->
<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<settings>
<setting useStatementNamespaces="false" />
<setting cacheModelsEnabled="true" />
<setting validateSqlMap="false" />
</settings>
<providers embedded="NP.Dao.MyBatis.providers.config, NP.Dao" />
<!-- Database connection information -->
<database>
<provider name="MySql" />
<!--테스트서버-->
<dataSource name="mysqlcon" connectionString="Server=218.232.111.111; Port=3306;Database=lmsynicte;User ID=ynicteadmin;password=dev1@#" />
</database>
<sqlMaps>
<sqlMap resource="./bin/Mybatis/Maps/User.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Common.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Config.xml" />
<sqlMap resource="./bin/Mybatis/Maps/System.xml" />
<sqlMap resource="./bin/Mybatis/Maps/CM.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Lect.xml" />
<sqlMap resource="./bin/Mybatis/Maps/board.xml" />
<sqlMap resource="./bin/Mybatis/Maps/manage.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Pay.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Exam.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Grade.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Attend.xml" />
<sqlMap resource="./bin/Mybatis/Maps/CRoom.xml" />
<sqlMap resource="./bin/Mybatis/Maps/Site.xml" />
</sqlMaps>
</sqlMapConfig>

BIN
BO/bin/MySql.Data.dll Normal file

Binary file not shown.

BIN
BO/bin/NP.BO.dll Normal file

Binary file not shown.

378
BO/bin/NP.BO.dll.config Normal file
View File

@ -0,0 +1,378 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="common">
<section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
</sectionGroup>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
<sectionGroup name="spring">
<section name="parsers" type="Spring.Context.Support.NamespaceParsersSectionHandler, Spring.Core" />
<section name="typeAliases" type="Spring.Context.Support.TypeAliasesSectionHandler, Spring.Core" />
<section name="context" type="Spring.Context.Support.MvcContextHandler, Spring.Web.Mvc5" />
<section name="objects" type="Spring.Context.Support.DefaultSectionHandler, Spring.Core" />
</sectionGroup>
<!---iBATIS-->
<sectionGroup name="iBATIS">
<section name="logging" type="IBatisNet.Common.Logging.ConfigurationSectionHandler, IBatisNet.Common" />
</sectionGroup>
<!--Common-->
</configSections>
<appSettings>
<add key="webpages:Version" value="3.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="fronturl" value="http://www.ynicte.com" />
<add key="adminurl" value="http://admin.ynicte.com" />
<add key="adminips" value="118.219.255.223;118.219.255.225;118.219.255.189;118.219.255.190" />
<add key="reporturl" value="http://ynicter.nptc.kr" />
<add key="isstaging" value="1" />
<!--<add key="masteremail" value="edu@ynicte.or.kr;mail.ynicte.or.kr;25;ynicte@ynicte.or.kr;k7758870!%" />-->
<!--<add key="masteremail" value="yicte@cte.or.kr;smtp.daum.net;465;yicte2020;yicte04003" />-->
<add key="masteremail" value="yicte@cte.or.kr;smtp.daum.net;465;yicte2020;txwhczubbkcbotfd" />
<add key="popbillManager" value="070-5088-4781;박희란" />
<add key="usessl" value="N" />
<add key="daokey" value="ynictelms2020" />
<!--결제 url | mid | hashed signkey | 취소모듈비밀번호 | 거래번호앞두자리-->
<!--테스트-->
<add key="pginfo" value="https://stgstdpay.inicis.com|INIpayTest|SU5JTElURV9UUklQTEVERVNfS0VZU1RS|1111|te|" />
<!--상용-->
<!--<add key="pginfo" value="https://stdpay.inicis.com|?|?|1111|pr|" />-->
<add key="pgroot" value="D:\INIpay50_ASP" />
<!-- talk 0: url, 1: id, 2: password,3: 계정키, 4: 계정ID, 5: 발신프로필키 -->
<add key="talk" value="https://dev-alimtalk-api.bizmsg.kr:1443/v2/sender/send,?,?,?,?,?,023103312" />
<!--<add key="talk" value="https://alimtalk-api.bizmsg.kr/v2/sender/send,?,?,?,?,?,023103312" />-->
<!-- DB 연결문자열 -->
<!--<add key="configpath" value="Product" />-->
<!--<add key="configpath" value="ProductDev" />-->
<add key="configpath" value="staging" />
<!-- 토스 페이먼츠 -->
<add key="lgdacomConfigPath" value="D:\3rdparti\lgdacomyicte" />
<add key="CST_MID" value="yicte" />
<add key="CST_PLATFORM" value="test" />
<add key="LGD_ENCODING" value="UTF-8" />
<add key="LGD_BACKBTN_YN" value="N" />
<add key="LGD_CASNOTEURL" value="https://ynicte.nptc.kr/Account/XPayVBankMoney" />
<add key="LGD_AUTOFILLYN_BUYER" value="Y" />
<add key="LGD_CASHRECEIPTYN" value="Y" />
<add key="LGD_ESCROW_USEYN" value="N" />
<add key="PAYMENT_CLASSIFICATION" value="te" />
<add key="LGD_MERTKEY" value="1e961022a432d24d7d8d02581ac7461f" />
<!--MTS SMSMMS 발신번호, 알림톡발신키-->
<add key="mastersms" value="10d3158b52019fa6b7e5563b1e35cf8c48a8caf9" />
<add key="mtssendnum" value="15447660" />
<add key="mtsdb" value="Server=218.232.111.111;Database=mtsyicte;User ID=mtsyicteremote;Password=dev1@#" />
<!--팝빌 API 연동정보-->
<!--팝빌회원 링크아이디(LinkID)-->
<add key="Popbill.LinkID" value="YJCTE" />
<!--팝빌회원 비밀키(SecretKey)-->
<add key="Popbill.SecretKey" value="nC+bFG/XTCAQ3XtsRVdPWx70wJwq8XTE5vGeW2/uxyg=" />
<!--팝빌회원 사업자번호, '-' 제외 10자리-->
<add key="Popbill.CorpNum" value="6218204003" />
<!--팝빌회원 아이디(비필수)-->
<add key="Popbill.UserID" value="" />
<!--연동환경 설정값, 개발용(true), 상업용(false)-->
<add key="Popbill.TaxinvoiceService.IsTest" value="true" />
<!--인증토큰 IP 제한기능 사용여부, 권장(true)-->
<add key="Popbill.TaxinvoiceService.IPRestrictOnOff" value="true" />
<!--팝빌 API 서비스 고정 IP 사용여부(GA), true-사용, false-미사용, 기본값(false)-->
<add key="Popbill.TaxinvoiceService.UseStaticIP" value="false" />
<!--로컬서버 시간 사용 여부 true-사용, false-미사용, 기본값(false)-->
<add key="Popbill.TaxinvoiceService.UseLocalTimeYN" value="false" />
</appSettings>
<common>
<logging>
<factoryAdapter type="Common.Logging.Simple.TraceLoggerFactoryAdapter, Common.Logging">
<arg key="Level" value="ALL" />
</factoryAdapter>
</logging>
</common>
<spring>
<context>
<resource uri="file://~/Spring/Controllers.xml" />
<resource uri="file://~/Spring/Daos.xml" />
</context>
<parsers>
<parser type="Spring.Data.Config.DatabaseNamespaceParser, Spring.Data" />
<parser type="Spring.Transaction.Config.TxNamespaceParser, Spring.Data" />
</parsers>
</spring>
<connectionStrings>
<add name="xls" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended Properties=Excel 8.0" />
<add name="xlsx" connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties=Excel 12.0" />
</connectionStrings>
<system.web>
<authentication mode="None">
<forms loginUrl="~/Account/Index" timeout="2880" />
</authentication>
<sessionState cookieless="UseCookies" cookieName="kfcfa" mode="StateServer" stateConnectionString="tcpip=localhost:42424" timeout="60" />
<customErrors mode="RemoteOnly" defaultRedirect="~/Account/Error">
<error statusCode="404" redirect="~/Account/Error404" />
<error statusCode="403" redirect="~/Account/Error403" />
<error statusCode="500" redirect="~/Account/Error500" />
</customErrors>
<compilation debug="true" targetFramework="4.6" />
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="1042000" />
<httpModules>
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
</httpModules>
</system.web>
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="5000000" />
</webServices>
</scripting>
</system.web.extensions>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Common.Logging.Core" publicKeyToken="af08829b84f0328e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Http.WebHost" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1073741824"></requestLimits>
</requestFiltering>
</security>
<httpProtocol>
<customHeaders>
<remove name="Vary"></remove>
<add name="Vary" value="Accept-Encoding"></add>
<add name="Access-Control-Allow-Origin" value="http://127.0.0.1" />
</customHeaders>
</httpProtocol>
<!--<httpErrors>
<remove statusCode="403" subStatusCode="-1" />
<error statusCode="403" prefixLanguageFilePath="" path="Account/Error403" responseMode="ExecuteURL" />
</httpErrors>
<rewrite>
<outboundRules>
<rule name="Change location header" patternSyntax="ExactMatch">
<match serverVariable="RESPONSE_location" pattern="/Account/Error403?foo=bar" />
<action type="Rewrite" value="/Account/Error403" />
</rule>
</outboundRules>
</rewrite>
<defaultDocument enabled="false" />-->
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ApplicationInsightsWebTracking" />
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
</modules>
<handlers>
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
<remove name="OPTIONSVerbHandler" />
<remove name="TRACEVerbHandler" />
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
</handlers>
</system.webServer>
<iBATIS>
<logging>
<logFactoryAdapter type="IBatisNet.Common.Logging.Impl.Log4NetLoggerFA, IBatisNet.Common.Logging.Log4Net">
<arg key="configType" value="inline" />
</logFactoryAdapter>
</logging>
</iBATIS>
<log4net>
<appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
<file value="Logs\log.txt" />
<param name="MaxSizeRollBackups" value="2" />
<param name="MaximumFileSize" value="1024KB" />
<param name="RollingStyle" value="Size" />
<param name="StaticLogFileName" value="true" />
<appendToFile value="true" />
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="%d - %m%n" />
</layout>
</appender>
<appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender">
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="%d - %m%n" />
</layout>
</appender>
<appender name="DebugAppender" type="log4net.Appender.RollingFileAppender,log4net">
<param name="File" value="Logs\debug.txt" />
<param name="AppendToFile" value="true" />
<param name="MaxSizeRollBackups" value="10" />
<param name="MaximumFileSize" value="5MB" />
<param name="RollingStyle" value="Size" />
<param name="StaticLogFileName" value="true" />
<layout type="log4net.Layout.PatternLayout,log4net">
<param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />
</layout>
</appender>
<appender name="DeleteAppender" type="log4net.Appender.RollingFileAppender,log4net">
<param name="File" value="Logs\delete.txt" />
<param name="AppendToFile" value="true" />
<param name="MaxSizeRollBackups" value="10" />
<param name="MaximumFileSize" value="5MB" />
<param name="RollingStyle" value="Size" />
<param name="StaticLogFileName" value="true" />
<layout type="log4net.Layout.PatternLayout,log4net">
<param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />
</layout>
</appender>
<appender name="WarnAppender" type="log4net.Appender.RollingFileAppender,log4net">
<param name="File" value="Logs\warn.txt" />
<param name="AppendToFile" value="true" />
<param name="MaxSizeRollBackups" value="10" />
<param name="MaximumFileSize" value="5MB" />
<param name="RollingStyle" value="Size" />
<param name="StaticLogFileName" value="true" />
<layout type="log4net.Layout.PatternLayout,log4net">
<param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />
</layout>
</appender>
<appender name="QueryAppender" type="log4net.Appender.RollingFileAppender,log4net">
<param name="File" value="Logs\query.txt" />
<param name="AppendToFile" value="true" />
<param name="MaxSizeRollBackups" value="10" />
<param name="MaximumFileSize" value="5MB" />
<param name="RollingStyle" value="Size" />
<param name="StaticLogFileName" value="true" />
<layout type="log4net.Layout.PatternLayout,log4net">
<param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />
</layout>
</appender>
<appender name="ErrorAppender" type="log4net.Appender.RollingFileAppender,log4net">
<param name="File" value="Logs\error.txt" />
<param name="AppendToFile" value="true" />
<param name="MaxSizeRollBackups" value="10" />
<param name="MaximumFileSize" value="5MB" />
<param name="RollingStyle" value="Size" />
<param name="StaticLogFileName" value="true" />
<layout type="log4net.Layout.PatternLayout,log4net">
<param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />
</layout>
</appender>
<appender name="TryErrorAppender" type="log4net.Appender.RollingFileAppender,log4net">
<param name="File" value="Logs\tryerror.txt" />
<param name="AppendToFile" value="true" />
<param name="MaxSizeRollBackups" value="10" />
<param name="MaximumFileSize" value="5MB" />
<param name="RollingStyle" value="Size" />
<param name="StaticLogFileName" value="true" />
<layout type="log4net.Layout.PatternLayout,log4net">
<param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />
</layout>
</appender>
<!-- OFF, FATAL, ERROR, Delete, WARN, INFO, DEBUG, ALL -->
<root>
<level value="DEBUG" />
<appender-ref ref="RollingLogFileAppender" />
<appender-ref ref="ConsoleAppender" />
</root>
<logger name="Debug">
<appender-ref ref="DebugAppender" />
<level value="DEBUG" />
</logger>
<logger name="Query">
<appender-ref ref="QueryAppender" />
<level value="QUERY" />
</logger>
<logger name="Delete">
<appender-ref ref="DeleteAppender" />
<level value="DELETE" />
</logger>
<logger name="TryError">
<appender-ref ref="TryErrorAppender" />
<level value="TRYERROR" />
</logger>
<logger name="Warn">
<appender-ref ref="WarnAppender" />
<level value="WARN" />
</logger>
<logger name="Error">
<appender-ref ref="ErrorAppender" />
<level value="ERROR" />
</logger>
<logger name="IBatisNet.DataMapper.Commands.DefaultPreparedCommand">
<!--<level value="DEBUG"/>-->
<appender-ref ref="QueryAppender" />
</logger>
<logger name="IBatisNet.DataMapper.Configuration.Cache.CacheModel">
<!--<level value="DEBUG"/>-->
<appender-ref ref="QueryAppender" />
</logger>
<logger name="IBatisNet.DataMapper.LazyLoadList">
<!--<level value="DEBUG"/>-->
<appender-ref ref="QueryAppender" />
</logger>
<logger name="IBatisNet.DataMapper.SqlMapSession">
<!--<level value="DEBUG"/>-->
<appender-ref ref="QueryAppender" />
</logger>
<logger name="IBatisNet.Common.Transaction.TransactionScope">
<!--<level value="DEBUG"/>-->
<appender-ref ref="QueryAppender" />
</logger>
<logger name="IBatisNet.DataAccess.DaoSession">
<!--<level value="DEBUG"/>-->
<appender-ref ref="QueryAppender" />
</logger>
<logger name="IBatisNet.DataAccess.Configuration.DaoProxy">
<!--<level value="DEBUG"/>-->
<appender-ref ref="QueryAppender" />
</logger>
<logger name="IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory">
<!--<level value="DEBUG"/>-->
<appender-ref ref="QueryAppender" />
</logger>
<logger name="IBatisNet.DataMapper.Commands.IPreparedCommand">
<!--<level value="DEBUG"/>-->
<appender-ref ref="QueryAppender" />
</logger>
</log4net>
</configuration>

BIN
BO/bin/NP.BO.pdb Normal file

Binary file not shown.

BIN
BO/bin/NP.Base.dll Normal file

Binary file not shown.

11
BO/bin/NP.Base.dll.config Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

BIN
BO/bin/NP.Base.pdb Normal file

Binary file not shown.

BIN
BO/bin/NP.Dao.dll Normal file

Binary file not shown.

BIN
BO/bin/NP.Dao.pdb Normal file

Binary file not shown.

BIN
BO/bin/NP.Model.dll Normal file

Binary file not shown.

BIN
BO/bin/NP.Model.pdb Normal file

Binary file not shown.

BIN
BO/bin/NPDao.dll Normal file

Binary file not shown.

BIN
BO/bin/Newtonsoft.Json.dll Normal file

Binary file not shown.

11172
BO/bin/Newtonsoft.Json.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
BO/bin/Popbill.dll Normal file

Binary file not shown.

BIN
BO/bin/QRCoder.dll Normal file

Binary file not shown.

BIN
BO/bin/Spring.Aop.dll Normal file

Binary file not shown.

BIN
BO/bin/Spring.Aop.pdb Normal file

Binary file not shown.

11788
BO/bin/Spring.Aop.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
BO/bin/Spring.Core.dll Normal file

Binary file not shown.

BIN
BO/bin/Spring.Core.pdb Normal file

Binary file not shown.

52934
BO/bin/Spring.Core.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
BO/bin/Spring.Data.dll Normal file

Binary file not shown.

BIN
BO/bin/Spring.Data.pdb Normal file

Binary file not shown.

11740
BO/bin/Spring.Data.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
BO/bin/Spring.Web.Mvc5.dll Normal file

Binary file not shown.

BIN
BO/bin/Spring.Web.Mvc5.pdb Normal file

Binary file not shown.

293
BO/bin/Spring.Web.Mvc5.xml Normal file
View File

@ -0,0 +1,293 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Spring.Web.Mvc5</name>
</assembly>
<members>
<member name="T:Spring.Context.Support.MvcApplicationContext">
<summary>
Application Context for ASP.NET MVC Applications
</summary>
</member>
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(System.String,System.Boolean,System.String[])">
<summary>
Create a new MvcApplicationContext, loading the definitions
from the given XML resource.
</summary>
<param name="name">The application context name.</param>
<param name="caseSensitive">Flag specifying whether to make this context case sensitive or not.</param>
<param name="configurationLocations">Names of configuration resources.</param>
</member>
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(System.String,System.Boolean,Spring.Context.IApplicationContext,System.String[])">
<summary>
Create a new MvcApplicationContext with the given parent,
loading the definitions from the given XML resources.
</summary>
<param name="name">The application context name.</param>
<param name="caseSensitive">Flag specifying whether to make this context case sensitive or not.</param>
<param name="parentContext">The parent context.</param>
<param name="configurationLocations">Names of configuration resources.</param>
</member>
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(Spring.Context.Support.MvcApplicationContextArgs)">
<summary>
Initializes a new instance of the <see cref="T:Spring.Context.Support.MvcApplicationContext"/> class.
</summary>
<param name="args">The args.</param>
</member>
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(System.String,System.Boolean,System.String[],Spring.Core.IO.IResource[])">
<summary>
Create a new MvcApplicationContext, loading the definitions
from the given XML resource.
</summary>
<param name="name">The application context name.</param>
<param name="caseSensitive">Flag specifying whether to make this context case sensitive or not.</param>
<param name="configurationLocations">Names of configuration resources.</param>
<param name="configurationResources">Configuration resources.</param>
</member>
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(System.String[])">
<summary>
Create a new MvcApplicationContext, loading the definitions
from the given XML resource.
</summary>
<param name="configurationLocations">Names of configuration resources.</param>
</member>
<member name="P:Spring.Context.Support.MvcApplicationContext.ConfigurationLocations">
<summary>
An array of resource locations, referring to the XML object
definition files that this context is to be built with.
</summary>
<value></value>
<remarks>
<p>
Examples of the format of the various strings that would be
returned by accessing this property can be found in the overview
documentation of with the <see cref="T:Spring.Context.Support.XmlApplicationContext"/>
class.
</p>
</remarks>
<returns>
An array of resource locations, or <see langword="null"/> if none.
</returns>
</member>
<member name="P:Spring.Context.Support.MvcApplicationContext.ConfigurationResources">
<summary>
An array of resources that this context is to be built with.
</summary>
<value></value>
<remarks>
<p>
Examples of the format of the various strings that would be
returned by accessing this property can be found in the overview
documentation of with the <see cref="T:Spring.Context.Support.XmlApplicationContext"/>
class.
</p>
</remarks>
<returns>
An array of <see cref="T:Spring.Core.IO.IResource"/>s, or <see langword="null"/> if none.
</returns>
</member>
<member name="T:Spring.Context.Support.MvcApplicationContextArgs">
<summary>
Encapsulates arguments to the <see cref="T:Spring.Context.Support.MvcApplicationContext"/> class.
</summary>
</member>
<member name="M:Spring.Context.Support.MvcApplicationContextArgs.#ctor">
<summary>
Initializes a new instance of the MvcApplicationContextArgs class.
</summary>
</member>
<member name="M:Spring.Context.Support.MvcApplicationContextArgs.#ctor(System.String,Spring.Context.IApplicationContext,System.String[],Spring.Core.IO.IResource[])">
<summary>
Initializes a new instance of the MvcApplicationContextArgs class.
</summary>
<param name="name">The name.</param>
<param name="parentContext">The parent context.</param>
<param name="configurationLocations">The configuration locations.</param>
<param name="configurationResources">The configuration resources.</param>
</member>
<member name="M:Spring.Context.Support.MvcApplicationContextArgs.#ctor(System.String,Spring.Context.IApplicationContext,System.String[],Spring.Core.IO.IResource[],System.Boolean)">
<summary>
Initializes a new instance of the MvcApplicationContextArgs class.
</summary>
<param name="name">The name.</param>
<param name="parentContext">The parent context.</param>
<param name="configurationLocations">The configuration locations.</param>
<param name="configurationResources">The configuration resources.</param>
<param name="caseSensitive">if set to <c>true</c> [case sensitive].</param>
</member>
<member name="T:Spring.Context.Support.MvcContextHandler">
<summary>
Context Handler for ASP.NET MVC Applications
</summary>
</member>
<member name="T:Spring.Web.Mvc.SpringMvcDependencyResolver">
<summary>
Spring-based implementation of the <see cref="T:System.Web.Mvc.IDependencyResolver"/> interface for ASP.NET MVC.
</summary>
</member>
<member name="F:Spring.Web.Mvc.SpringMvcDependencyResolver._context">
<summary>
The <see cref="T:Spring.Context.IApplicationContext"/> to be used by the resolver
</summary>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcDependencyResolver.#ctor(Spring.Context.IApplicationContext)">
<summary>
Initializes a new instance of the <see cref="T:Spring.Web.Mvc.SpringMvcDependencyResolver"/> class.
</summary>
<param name="context">The <see cref="T:Spring.Context.IApplicationContext"/> to be used by the resolver</param>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcDependencyResolver.GetService(System.Type)">
<summary>
Resolves singly registered services that support arbitrary object creation.
</summary>
<param name="serviceType">The type of the requested service or object.</param>
<returns>The requested service or object.</returns>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcDependencyResolver.GetServices(System.Type)">
<summary>
Resolves multiply registered services.
</summary>
<param name="serviceType">The type of the requested services.</param>
<returns>The requested services.</returns>
</member>
<member name="P:Spring.Web.Mvc.SpringMvcDependencyResolver.ApplicationContext">
<summary>
Gets the application context.
</summary>
<value>The application context.</value>
</member>
<member name="P:Spring.Web.Mvc.SpringMvcDependencyResolver.ApplicationContextName">
<summary>
Gets or sets the name of the application context.
</summary>
<remarks>
Defaults to using the root (default) Application Context.
</remarks>
<value>The name of the application context.</value>
</member>
<member name="T:Spring.Web.Mvc.SpringMvcApplication">
<summary>
Spring.NET-specific HttpApplication for ASP.NET MVC integration.
</summary>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcApplication.Init">
<summary>
Executes custom initialization code after all event handler modules have been added.
</summary>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcApplication.Application_BeginRequest(System.Object,System.EventArgs)">
<summary>
Handles the BeginRequest event of the Application control.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcApplication.BuildDependencyResolver">
<summary>
Builds the dependency resolver.
</summary>
<returns>The <see cref="T:System.Web.Mvc.IDependencyResolver"/> instance.</returns>
You must override this method in a derived class to control the manner in which the
<see cref="T:System.Web.Mvc.IDependencyResolver"/> is created.
</member>
<member name="M:Spring.Web.Mvc.SpringMvcApplication.BuildWebApiDependencyResolver">
<summary>
Builds the dependency resolver.
</summary>
<returns>The <see cref="T:System.Web.Http.Dependencies.IDependencyResolver"/> instance.</returns>
You must override this method in a derived class to control the manner in which the
<see cref="T:System.Web.Http.Dependencies.IDependencyResolver"/> is created.
</member>
<member name="M:Spring.Web.Mvc.SpringMvcApplication.ConfigureApplicationContext">
<summary>
Configures the <see cref="T:Spring.Context.IApplicationContext"/> instance.
</summary>
<remarks>
You must override this method in a derived class to control the manner in which the
<see cref="T:Spring.Context.IApplicationContext"/> is configured.
</remarks>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcApplication.RegisterDependencyResolver(System.Web.Mvc.IDependencyResolver)">
<summary>
Registers the DependencyResolver implementation with the MVC runtime.
<remarks>
You must override this method in a derived class to control the manner in which the
<see cref="T:System.Web.Mvc.IDependencyResolver"/> is registered.
</remarks>
</summary>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcApplication.RegisterDependencyResolver(System.Web.Http.Dependencies.IDependencyResolver)">
<summary>
Registers the DependencyResolver implementation with the MVC runtime.
<remarks>
You must override this method in a derived class to control the manner in which the
<see cref="T:System.Web.Http.Dependencies.IDependencyResolver"/> is registered.
</remarks>
</summary>
</member>
<member name="T:Spring.Web.Mvc.SpringMvcApplication.ThreadSafeDependencyResolverRegistrar">
<summary>
Thread-safe class that ensures that the <see cref="T:System.Web.Mvc.IDependencyResolver"/> is registered only once.
</summary>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcApplication.ThreadSafeDependencyResolverRegistrar.Register(System.Web.Mvc.IDependencyResolver)">
<summary>
Registers the specified <see cref="T:System.Web.Mvc.IDependencyResolver"/>.
</summary>
<param name="resolver">The resolver.</param>
</member>
<member name="M:Spring.Web.Mvc.SpringMvcApplication.ThreadSafeDependencyResolverRegistrar.Register(System.Web.Http.Dependencies.IDependencyResolver)">
<summary>
Registers the specified <see cref="T:System.Web.Http.Dependencies.IDependencyResolver"/>.
</summary>
<param name="resolver">The resolver.</param>
</member>
<member name="T:Spring.Web.Mvc.SpringWebApiDependencyResolver">
<summary>
Spring-based implementation of the <see cref="T:System.Web.Http.Dependencies.IDependencyResolver"/> interface for ASP.NET MVC Web API.
</summary>
</member>
<member name="M:Spring.Web.Mvc.SpringWebApiDependencyResolver.#ctor(Spring.Context.IApplicationContext)">
<summary>
Initializes a new instance of the <see cref="T:Spring.Web.Mvc.SpringMvcDependencyResolver"/> class.
</summary>
<param name="context">The <see cref="T:Spring.Context.IApplicationContext"/> to be used by the resolver</param>
</member>
<member name="M:Spring.Web.Mvc.SpringWebApiDependencyResolver.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Spring.Web.Mvc.SpringWebApiDependencyResolver.BeginScope">
<summary>
</summary>
<returns>The initialized <see cref="T:System.Web.Http.Dependencies.IDependencyScope"/> instance.</returns>
<exception cref="T:System.NotImplementedException"></exception>
</member>
<member name="M:Spring.Web.Mvc.SpringWebApiDependencyResolver.AddChildApplicationContextConfigurationResource(Spring.Core.IO.IResource)">
<summary>
Adds the child configuration resource.
</summary>
<param name="resource">The resource.</param>
</member>
<member name="M:Spring.Web.Mvc.SpringWebApiDependencyResolver.AddChildApplicationContextConfigurationLocation(System.String)">
<summary>
Adds the child configuration location.
</summary>
<param name="location">The location.</param>
</member>
<member name="P:Spring.Web.Mvc.SpringWebApiDependencyResolver.ChildApplicationContextConfigurationLocations">
<summary>
Gets or sets the child configuration locations.
</summary>
<value>The child configuration locations.</value>
</member>
<member name="P:Spring.Web.Mvc.SpringWebApiDependencyResolver.ChildApplicationContextConfigurationResources">
<summary>
Gets or sets the child configuration resources.
</summary>
<value>The child configuration resources.</value>
</member>
</members>
</doc>

BIN
BO/bin/Spring.Web.dll Normal file

Binary file not shown.

BIN
BO/bin/Spring.Web.pdb Normal file

Binary file not shown.

9266
BO/bin/Spring.Web.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1,839 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Web.Helpers</name>
</assembly>
<members>
<member name="T:System.Web.Helpers.Chart">
<summary>Displays data in the form of a graphical chart.</summary>
</member>
<member name="M:System.Web.Helpers.Chart.#ctor(System.Int32,System.Int32,System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Helpers.Chart" /> class.</summary>
<param name="width">The width, in pixels, of the complete chart image.</param>
<param name="height">The height, in pixels, of the complete chart image.</param>
<param name="theme">(Optional) The template (theme) to apply to the chart.</param>
<param name="themePath">(Optional) The template (theme) path and file name to apply to the chart.</param>
</member>
<member name="M:System.Web.Helpers.Chart.AddLegend(System.String,System.String)">
<summary>Adds a legend to the chart.</summary>
<returns>The chart.</returns>
<param name="title">The text of the legend title.</param>
<param name="name">The unique name of the legend.</param>
</member>
<member name="M:System.Web.Helpers.Chart.AddSeries(System.String,System.String,System.String,System.String,System.String,System.Int32,System.Collections.IEnumerable,System.String,System.Collections.IEnumerable,System.String)">
<summary>Provides data points and series attributes for the chart.</summary>
<returns>The chart.</returns>
<param name="name">The unique name of the series.</param>
<param name="chartType">The chart type of a series.</param>
<param name="chartArea">The name of the chart area that is used to plot the data series.</param>
<param name="axisLabel">The axis label text for the series.</param>
<param name="legend">The name of the series that is associated with the legend.</param>
<param name="markerStep">The granularity of data point markers.</param>
<param name="xValue">The values to plot along the x-axis.</param>
<param name="xField">The name of the field for x-values.</param>
<param name="yValues">The values to plot along the y-axis.</param>
<param name="yFields">A comma-separated list of name or names of the field or fields for y-values.</param>
</member>
<member name="M:System.Web.Helpers.Chart.AddTitle(System.String,System.String)">
<summary>Adds a title to the chart.</summary>
<returns>The chart.</returns>
<param name="text">The title text.</param>
<param name="name">The unique name of the title.</param>
</member>
<member name="M:System.Web.Helpers.Chart.DataBindCrossTable(System.Collections.IEnumerable,System.String,System.String,System.String,System.String,System.String)">
<summary>Binds a chart to a data table, where one series is created for each unique value in a column.</summary>
<returns>The chart.</returns>
<param name="dataSource">The chart data source.</param>
<param name="groupByField">The name of the column that is used to group data into the series.</param>
<param name="xField">The name of the column for x-values.</param>
<param name="yFields">A comma-separated list of names of the columns for y-values.</param>
<param name="otherFields">Other data point properties that can be bound.</param>
<param name="pointSortOrder">The order in which the series will be sorted. The default is "Ascending".</param>
</member>
<member name="M:System.Web.Helpers.Chart.DataBindTable(System.Collections.IEnumerable,System.String)">
<summary>Creates and binds series data to the specified data table, and optionally populates multiple x-values.</summary>
<returns>The chart.</returns>
<param name="dataSource">The chart data source. This can be can be any <see cref="T:System.Collections.IEnumerable" /> object.</param>
<param name="xField">The name of the table column used for the series x-values.</param>
</member>
<member name="P:System.Web.Helpers.Chart.FileName">
<summary>Gets or sets the name of the file that contains the chart image.</summary>
<returns>The name of the file.</returns>
</member>
<member name="M:System.Web.Helpers.Chart.GetBytes(System.String)">
<summary>Returns a chart image as a byte array.</summary>
<returns>The chart.</returns>
<param name="format">The image format. The default is "jpeg".</param>
</member>
<member name="M:System.Web.Helpers.Chart.GetFromCache(System.String)">
<summary>Retrieves the specified chart from the cache.</summary>
<returns>The chart.</returns>
<param name="key">The ID of the cache item that contains the chart to retrieve. The key is set when you call the <see cref="M:System.Web.Helpers.Chart.SaveToCache(System.String,System.Int32,System.Boolean)" /> method.</param>
</member>
<member name="P:System.Web.Helpers.Chart.Height">
<summary>Gets or sets the height, in pixels, of the chart image.</summary>
<returns>The chart height.</returns>
</member>
<member name="M:System.Web.Helpers.Chart.Save(System.String,System.String)">
<summary>Saves a chart image to the specified file.</summary>
<returns>The chart.</returns>
<param name="path">The location and name of the image file.</param>
<param name="format">The image file format, such as "png" or "jpeg".</param>
</member>
<member name="M:System.Web.Helpers.Chart.SaveToCache(System.String,System.Int32,System.Boolean)">
<summary>Saves a chart in the system cache.</summary>
<returns>The ID of the cache item that contains the chart.</returns>
<param name="key">The ID of the chart in the cache.</param>
<param name="minutesToCache">The number of minutes to keep the chart image in the cache. The default is 20.</param>
<param name="slidingExpiration">true to indicate that the chart cache item's expiration is reset each time the item is accessed, or false to indicate that the expiration is based on an absolute interval since the time that the item was added to the cache. The default is true.</param>
</member>
<member name="M:System.Web.Helpers.Chart.SaveXml(System.String)">
<summary>Saves a chart as an XML file.</summary>
<returns>The chart.</returns>
<param name="path">The path and name of the XML file.</param>
</member>
<member name="M:System.Web.Helpers.Chart.SetXAxis(System.String,System.Double,System.Double)">
<summary>Sets values for the horizontal axis.</summary>
<returns>The chart.</returns>
<param name="title">The title of the x-axis.</param>
<param name="min">The minimum value for the x-axis.</param>
<param name="max">The maximum value for the x-axis.</param>
</member>
<member name="M:System.Web.Helpers.Chart.SetYAxis(System.String,System.Double,System.Double)">
<summary>Sets values for the vertical axis.</summary>
<returns>The chart.</returns>
<param name="title">The title of the y-axis.</param>
<param name="min">The minimum value for the y-axis.</param>
<param name="max">The maximum value for the y-axis.</param>
</member>
<member name="M:System.Web.Helpers.Chart.ToWebImage(System.String)">
<summary>Creates a <see cref="T:System.Web.Helpers.WebImage" /> object based on the current <see cref="T:System.Web.Helpers.Chart" /> object.</summary>
<returns>The chart.</returns>
<param name="format">The format of the image to save the <see cref="T:System.Web.Helpers.WebImage" /> object as. The default is "jpeg". The <paramref name="format" /> parameter is not case sensitive.</param>
</member>
<member name="P:System.Web.Helpers.Chart.Width">
<summary>Gets or set the width, in pixels, of the chart image.</summary>
<returns>The chart width.</returns>
</member>
<member name="M:System.Web.Helpers.Chart.Write(System.String)">
<summary>Renders the output of the <see cref="T:System.Web.Helpers.Chart" /> object as an image.</summary>
<returns>The chart.</returns>
<param name="format">The format of the image. The default is "jpeg".</param>
</member>
<member name="M:System.Web.Helpers.Chart.WriteFromCache(System.String,System.String)">
<summary>Renders the output of a <see cref="T:System.Web.Helpers.Chart" /> object that has been cached as an image.</summary>
<returns>The chart.</returns>
<param name="key">The ID of the chart in the cache.</param>
<param name="format">The format of the image. The default is "jpeg".</param>
</member>
<member name="T:System.Web.Helpers.ChartTheme">
<summary>Specifies visual themes for a <see cref="T:System.Web.Helpers.Chart" /> object.</summary>
</member>
<member name="F:System.Web.Helpers.ChartTheme.Blue">
<summary>A theme for 2D charting that features a visual container with a blue gradient, rounded edges, drop-shadowing, and high-contrast gridlines.</summary>
</member>
<member name="F:System.Web.Helpers.ChartTheme.Green">
<summary>A theme for 2D charting that features a visual container with a green gradient, rounded edges, drop-shadowing, and low-contrast gridlines.</summary>
</member>
<member name="F:System.Web.Helpers.ChartTheme.Vanilla">
<summary>A theme for 2D charting that features no visual container and no gridlines.</summary>
</member>
<member name="F:System.Web.Helpers.ChartTheme.Vanilla3D">
<summary>A theme for 3D charting that features no visual container, limited labeling and, sparse, high-contrast gridlines.</summary>
</member>
<member name="F:System.Web.Helpers.ChartTheme.Yellow">
<summary>A theme for 2D charting that features a visual container that has a yellow gradient, rounded edges, drop-shadowing, and high-contrast gridlines.</summary>
</member>
<member name="T:System.Web.Helpers.Crypto">
<summary>Provides methods to generate hash values and encrypt passwords or other sensitive data.</summary>
</member>
<member name="M:System.Web.Helpers.Crypto.GenerateSalt(System.Int32)">
<summary>Generates a cryptographically strong sequence of random byte values.</summary>
<returns>The generated salt value as a base-64-encoded string.</returns>
<param name="byteLength">The number of cryptographically random bytes to generate.</param>
</member>
<member name="M:System.Web.Helpers.Crypto.Hash(System.Byte[],System.String)">
<summary>Returns a hash value for the specified byte array.</summary>
<returns>The hash value for <paramref name="input" /> as a string of hexadecimal characters.</returns>
<param name="input">The data to provide a hash value for.</param>
<param name="algorithm">The algorithm that is used to generate the hash value. The default is "sha256".</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="input" /> is null.</exception>
</member>
<member name="M:System.Web.Helpers.Crypto.Hash(System.String,System.String)">
<summary>Returns a hash value for the specified string.</summary>
<returns>The hash value for <paramref name="input" /> as a string of hexadecimal characters.</returns>
<param name="input">The data to provide a hash value for.</param>
<param name="algorithm">The algorithm that is used to generate the hash value. The default is "sha256".</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="input" /> is null.</exception>
</member>
<member name="M:System.Web.Helpers.Crypto.HashPassword(System.String)">
<summary>Returns an RFC 2898 hash value for the specified password.</summary>
<returns>The hash value for <paramref name="password" /> as a base-64-encoded string.</returns>
<param name="password">The password to generate a hash value for.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="password" /> is null.</exception>
</member>
<member name="M:System.Web.Helpers.Crypto.SHA1(System.String)">
<summary>Returns a SHA-1 hash value for the specified string.</summary>
<returns>The SHA-1 hash value for <paramref name="input" /> as a string of hexadecimal characters.</returns>
<param name="input">The data to provide a hash value for.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="input" /> is null.</exception>
</member>
<member name="M:System.Web.Helpers.Crypto.SHA256(System.String)">
<summary>Returns a SHA-256 hash value for the specified string.</summary>
<returns>The SHA-256 hash value for <paramref name="input" /> as a string of hexadecimal characters.</returns>
<param name="input">The data to provide a hash value for.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="input" /> is null.</exception>
</member>
<member name="M:System.Web.Helpers.Crypto.VerifyHashedPassword(System.String,System.String)">
<summary>Determines whether the specified RFC 2898 hash and password are a cryptographic match.</summary>
<returns>true if the hash value is a cryptographic match for the password; otherwise, false.</returns>
<param name="hashedPassword">The previously-computed RFC 2898 hash value as a base-64-encoded string.</param>
<param name="password">The plaintext password to cryptographically compare with <paramref name="hashedPassword" />.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="hashedPassword" /> or <paramref name="password" /> is null.</exception>
</member>
<member name="T:System.Web.Helpers.DynamicJsonArray">
<summary>Represents a series of values as a JavaScript-like array by using the dynamic capabilities of the Dynamic Language Runtime (DLR).</summary>
</member>
<member name="M:System.Web.Helpers.DynamicJsonArray.#ctor(System.Object[])">
<summary>Initializes a new instance of the <see cref="T:System.Web.Helpers.DynamicJsonArray" /> class using the specified array element values.</summary>
<param name="arrayValues">An array of objects that contains the values to add to the <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance.</param>
</member>
<member name="M:System.Web.Helpers.DynamicJsonArray.GetEnumerator">
<summary>Returns an enumerator that can be used to iterate through the elements of the <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance.</summary>
<returns>An enumerator that can be used to iterate through the elements of the JSON array.</returns>
</member>
<member name="P:System.Web.Helpers.DynamicJsonArray.Item(System.Int32)">
<summary>Returns the value at the specified index in the <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance.</summary>
<returns>The value at the specified index.</returns>
</member>
<member name="P:System.Web.Helpers.DynamicJsonArray.Length">
<summary>Returns the number of elements in the <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance.</summary>
<returns>The number of elements in the JSON array.</returns>
</member>
<member name="M:System.Web.Helpers.DynamicJsonArray.op_Implicit(System.Web.Helpers.DynamicJsonArray)~System.Object[]">
<summary>Converts a <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance to an array of objects.</summary>
<returns>The array of objects that represents the JSON array.</returns>
<param name="obj">The JSON array to convert.</param>
</member>
<member name="M:System.Web.Helpers.DynamicJsonArray.op_Implicit(System.Web.Helpers.DynamicJsonArray)~System.Array">
<summary>Converts a <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance to an array of objects.</summary>
<returns>The array of objects that represents the JSON array.</returns>
<param name="obj">The JSON array to convert.</param>
</member>
<member name="M:System.Web.Helpers.DynamicJsonArray.System#Collections#Generic#IEnumerable{T}#GetEnumerator">
<summary>Returns an enumerator that can be used to iterate through a collection.</summary>
<returns>An enumerator that can be used to iterate through the collection.</returns>
</member>
<member name="M:System.Web.Helpers.DynamicJsonArray.TryConvert(System.Dynamic.ConvertBinder,System.Object@)">
<summary>Converts the <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance to a compatible type.</summary>
<returns>true if the conversion was successful; otherwise, false.</returns>
<param name="binder">Provides information about the conversion operation.</param>
<param name="result">When this method returns, contains the result of the type conversion operation. This parameter is passed uninitialized.</param>
</member>
<member name="M:System.Web.Helpers.DynamicJsonArray.TryGetMember(System.Dynamic.GetMemberBinder,System.Object@)">
<summary>Tests the <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance for dynamic members (which are not supported) in a way that does not cause an exception to be thrown.</summary>
<returns>true in all cases.</returns>
<param name="binder">Provides information about the get operation.</param>
<param name="result">When this method returns, contains null. This parameter is passed uninitialized.</param>
</member>
<member name="T:System.Web.Helpers.DynamicJsonObject">
<summary>Represents a collection of values as a JavaScript-like object by using the capabilities of the Dynamic Language Runtime.</summary>
</member>
<member name="M:System.Web.Helpers.DynamicJsonObject.#ctor(System.Collections.Generic.IDictionary{System.String,System.Object})">
<summary>Initializes a new instance of the <see cref="T:System.Web.Helpers.DynamicJsonObject" /> class using the specified field values.</summary>
<param name="values">A dictionary of property names and values to add to the <see cref="T:System.Web.Helpers.DynamicJsonObject" /> instance as dynamic members.</param>
</member>
<member name="M:System.Web.Helpers.DynamicJsonObject.GetDynamicMemberNames">
<summary>Returns a list that contains the name of all dynamic members (JSON fields) of the <see cref="T:System.Web.Helpers.DynamicJsonObject" /> instance.</summary>
<returns>A list that contains the name of every dynamic member (JSON field).</returns>
</member>
<member name="M:System.Web.Helpers.DynamicJsonObject.TryConvert(System.Dynamic.ConvertBinder,System.Object@)">
<summary>Converts the <see cref="T:System.Web.Helpers.DynamicJsonObject" /> instance to a compatible type.</summary>
<returns>true in all cases.</returns>
<param name="binder">Provides information about the conversion operation.</param>
<param name="result">When this method returns, contains the result of the type conversion operation. This parameter is passed uninitialized.</param>
<exception cref="T:System.InvalidOperationException">The <see cref="T:System.Web.Helpers.DynamicJsonObject" /> instance could not be converted to the specified type.</exception>
</member>
<member name="M:System.Web.Helpers.DynamicJsonObject.TryGetIndex(System.Dynamic.GetIndexBinder,System.Object[],System.Object@)">
<summary>Gets the value of a <see cref="T:System.Web.Helpers.DynamicJsonObject" /> field using the specified index.</summary>
<returns>true in all cases.</returns>
<param name="binder">Provides information about the indexed get operation.</param>
<param name="indexes">An array that contains a single object that indexes the field by name. The object must be convertible to a string that specifies the name of the JSON field to return. If multiple indexes are specified, <paramref name="result" /> contains null when this method returns.</param>
<param name="result">When this method returns, contains the value of the indexed field, or null if the get operation was unsuccessful. This parameter is passed uninitialized.</param>
</member>
<member name="M:System.Web.Helpers.DynamicJsonObject.TryGetMember(System.Dynamic.GetMemberBinder,System.Object@)">
<summary>Gets the value of a <see cref="T:System.Web.Helpers.DynamicJsonObject" /> field using the specified name.</summary>
<returns>true in all cases.</returns>
<param name="binder">Provides information about the get operation.</param>
<param name="result">When this method returns, contains the value of the field, or null if the get operation was unsuccessful. This parameter is passed uninitialized.</param>
</member>
<member name="M:System.Web.Helpers.DynamicJsonObject.TrySetIndex(System.Dynamic.SetIndexBinder,System.Object[],System.Object)">
<summary>Sets the value of a <see cref="T:System.Web.Helpers.DynamicJsonObject" /> field using the specified index.</summary>
<returns>true in all cases.</returns>
<param name="binder">Provides information about the indexed set operation.</param>
<param name="indexes">An array that contains a single object that indexes the field by name. The object must be convertible to a string that specifies the name of the JSON field to return. If multiple indexes are specified, no field is changed or added.</param>
<param name="value">The value to set the field to.</param>
</member>
<member name="M:System.Web.Helpers.DynamicJsonObject.TrySetMember(System.Dynamic.SetMemberBinder,System.Object)">
<summary>Sets the value of a <see cref="T:System.Web.Helpers.DynamicJsonObject" /> field using the specified name.</summary>
<returns>true in all cases.</returns>
<param name="binder">Provides information about the set operation.</param>
<param name="value">The value to set the field to.</param>
</member>
<member name="T:System.Web.Helpers.Json">
<summary>Provides methods for working with data in JavaScript Object Notation (JSON) format.</summary>
</member>
<member name="M:System.Web.Helpers.Json.Decode``1(System.String)">
<summary>Converts data in JavaScript Object Notation (JSON) format into the specified strongly typed data list.</summary>
<returns>The JSON-encoded data converted to a strongly typed list.</returns>
<param name="value">The JSON-encoded string to convert.</param>
<typeparam name="T">The type of the strongly typed list to convert JSON data into.</typeparam>
</member>
<member name="M:System.Web.Helpers.Json.Decode(System.String)">
<summary>Converts data in JavaScript Object Notation (JSON) format into a data object.</summary>
<returns>The JSON-encoded data converted to a data object.</returns>
<param name="value">The JSON-encoded string to convert.</param>
</member>
<member name="M:System.Web.Helpers.Json.Decode(System.String,System.Type)">
<summary>Converts data in JavaScript Object Notation (JSON) format into a data object of a specified type.</summary>
<returns>The JSON-encoded data converted to the specified type.</returns>
<param name="value">The JSON-encoded string to convert.</param>
<param name="targetType">The type that the <paramref name="value" /> data should be converted to.</param>
</member>
<member name="M:System.Web.Helpers.Json.Encode(System.Object)">
<summary>Converts a data object to a string that is in the JavaScript Object Notation (JSON) format.</summary>
<returns>Returns a string of data converted to the JSON format.</returns>
<param name="value">The data object to convert.</param>
</member>
<member name="M:System.Web.Helpers.Json.Write(System.Object,System.IO.TextWriter)">
<summary>Converts a data object to a string in JavaScript Object Notation (JSON) format and adds the string to the specified <see cref="T:System.IO.TextWriter" /> object.</summary>
<param name="value">The data object to convert.</param>
<param name="writer">The object that contains the converted JSON data.</param>
</member>
<member name="T:System.Web.Helpers.ObjectInfo">
<summary>Renders the property names and values of the specified object and of any subobjects that it references.</summary>
</member>
<member name="M:System.Web.Helpers.ObjectInfo.Print(System.Object,System.Int32,System.Int32)">
<summary>Renders the property names and values of the specified object and of any subobjects.</summary>
<returns>For a simple variable, returns the type and the value. For an object that contains multiple items, returns the property name or key and the value for each property.</returns>
<param name="value">The object to render information for.</param>
<param name="depth">Optional. Specifies the depth of nested subobjects to render information for. The default is 10.</param>
<param name="enumerationLength">Optional. Specifies the maximum number of characters that the method displays for object values. The default is 1000.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="depth" /> is less than zero.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="enumerationLength" /> is less than or equal to zero.</exception>
</member>
<member name="T:System.Web.Helpers.ServerInfo">
<summary>Displays information about the web server environment that hosts the current web page.</summary>
</member>
<member name="M:System.Web.Helpers.ServerInfo.GetHtml">
<summary>Displays information about the web server environment.</summary>
<returns>A string of name-value pairs that contains information about the web server. </returns>
</member>
<member name="T:System.Web.Helpers.SortDirection">
<summary>Specifies the direction in which to sort a list of items.</summary>
</member>
<member name="F:System.Web.Helpers.SortDirection.Ascending">
<summary>Sort from smallest to largest —for example, from 1 to 10.</summary>
</member>
<member name="F:System.Web.Helpers.SortDirection.Descending">
<summary>Sort from largest to smallest — for example, from 10 to 1.</summary>
</member>
<member name="T:System.Web.Helpers.WebCache">
<summary>Provides a cache to store frequently accessed data.</summary>
</member>
<member name="M:System.Web.Helpers.WebCache.Get(System.String)">
<summary>Retrieves the specified item from the <see cref="T:System.Web.Helpers.WebCache" /> object.</summary>
<returns>The item retrieved from the cache, or null if the item is not found.</returns>
<param name="key">The identifier for the cache item to retrieve.</param>
</member>
<member name="M:System.Web.Helpers.WebCache.Remove(System.String)">
<summary>Removes the specified item from the <see cref="T:System.Web.Helpers.WebCache" /> object.</summary>
<returns>The item removed from the <see cref="T:System.Web.Helpers.WebCache" /> object. If the item is not found, returns null.</returns>
<param name="key">The identifier for the cache item to remove.</param>
</member>
<member name="M:System.Web.Helpers.WebCache.Set(System.String,System.Object,System.Int32,System.Boolean)">
<summary>Inserts an item into the <see cref="T:System.Web.Helpers.WebCache" /> object.</summary>
<param name="key">The identifier for the cache item.</param>
<param name="value">The data to insert into the cache.</param>
<param name="minutesToCache">Optional. The number of minutes to keep an item in the cache. The default is 20.</param>
<param name="slidingExpiration">Optional. true to indicate that the cache item expiration is reset each time the item is accessed, or false to indicate that the expiration is based the absolute time since the item was added to the cache. The default is true. In that case, if you also use the default value for the <paramref name="minutesToCache" /> parameter, a cached item expires 20 minutes after it was last accessed.</param>
<exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="minutesToCache" /> is less than or equal to zero.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">Sliding expiration is enabled and the value of <paramref name="minutesToCache" /> is greater than a year.</exception>
</member>
<member name="T:System.Web.Helpers.WebGrid">
<summary>Displays data on a web page using an HTML table element.</summary>
</member>
<member name="M:System.Web.Helpers.WebGrid.#ctor(System.Collections.Generic.IEnumerable{System.Object},System.Collections.Generic.IEnumerable{System.String},System.String,System.Int32,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Helpers.WebGrid" /> class.</summary>
<param name="source">The data to display.</param>
<param name="columnNames">A collection that contains the names of the data columns to display. By default, this value is auto-populated according to the values in the <paramref name="source" /> parameter.</param>
<param name="defaultSort">The name of the data column that is used to sort the grid by default.</param>
<param name="rowsPerPage">The number of rows that are displayed on each page of the grid when paging is enabled. The default is 10.</param>
<param name="canPage">true to specify that paging is enabled for the <see cref="T:System.Web.Helpers.WebGrid" /> instance; otherwise false. The default is true. </param>
<param name="canSort">true to specify that sorting is enabled for the <see cref="T:System.Web.Helpers.WebGrid" /> instance; otherwise, false. The default is true.</param>
<param name="ajaxUpdateContainerId">The value of the HTML id attribute that is used to mark the HTML element that gets dynamic Ajax updates that are associated with the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</param>
<param name="ajaxUpdateCallback">The name of the JavaScript function that is called after the HTML element specified by the <see cref="P:System.Web.Helpers.WebGrid.AjaxUpdateContainerId" /> property has been updated. If the name of a function is not provided, no function will be called. If the specified function does not exist, a JavaScript error will occur if it is invoked.</param>
<param name="fieldNamePrefix">The prefix that is applied to all query-string fields that are associated with the <see cref="T:System.Web.Helpers.WebGrid" /> instance. This value is used in order to support multiple <see cref="T:System.Web.Helpers.WebGrid" /> instances on the same web page.</param>
<param name="pageFieldName">The name of the query-string field that is used to specify the current page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</param>
<param name="selectionFieldName">The name of the query-string field that is used to specify the currently selected row of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</param>
<param name="sortFieldName">The name of the query-string field that is used to specify the name of the data column that the <see cref="T:System.Web.Helpers.WebGrid" /> instance is sorted by.</param>
<param name="sortDirectionFieldName">The name of the query-string field that is used to specify the direction in which the <see cref="T:System.Web.Helpers.WebGrid" /> instance is sorted.</param>
</member>
<member name="M:System.Web.Helpers.WebGrid.AddSorter``2(System.String,System.Linq.Expressions.Expression{System.Func{``0,``1}})">
<summary>Adds a specific sort function for a given column.</summary>
<returns>The current grid, with the new custom sorter applied.</returns>
<param name="columnName">The column name (as used for sorting)</param>
<param name="keySelector">The function used to select a key to sort by, for each element in the grid's source.</param>
<typeparam name="TElement">The type of elements in the grid's source.</typeparam>
<typeparam name="TProperty">The column type, usually inferred from the keySelector function's return type.</typeparam>
</member>
<member name="P:System.Web.Helpers.WebGrid.AjaxUpdateCallback">
<summary>Gets the name of the JavaScript function to call after the HTML element that is associated with the <see cref="T:System.Web.Helpers.WebGrid" /> instance has been updated in response to an Ajax update request.</summary>
<returns>The name of the function.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.AjaxUpdateContainerId">
<summary>Gets the value of the HTML id attribute that marks an HTML element on the web page that gets dynamic Ajax updates that are associated with the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The value of the id attribute.</returns>
</member>
<member name="M:System.Web.Helpers.WebGrid.Bind(System.Collections.Generic.IEnumerable{System.Object},System.Collections.Generic.IEnumerable{System.String},System.Boolean,System.Int32)">
<summary>Binds the specified data to the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The bound and populated <see cref="T:System.Web.Helpers.WebGrid" /> instance.</returns>
<param name="source">The data to display.</param>
<param name="columnNames">A collection that contains the names of the data columns to bind.</param>
<param name="autoSortAndPage">true to enable sorting and paging of the <see cref="T:System.Web.Helpers.WebGrid" /> instance; otherwise, false.</param>
<param name="rowCount">The number of rows to display on each page of the grid.</param>
</member>
<member name="P:System.Web.Helpers.WebGrid.CanSort">
<summary>Gets a value that indicates whether the <see cref="T:System.Web.Helpers.WebGrid" /> instance supports sorting.</summary>
<returns>true if the instance supports sorting; otherwise, false.</returns>
</member>
<member name="M:System.Web.Helpers.WebGrid.Column(System.String,System.String,System.Func{System.Object,System.Object},System.String,System.Boolean)">
<summary>Creates a new <see cref="T:System.Web.Helpers.WebGridColumn" /> instance.</summary>
<returns>The new column.</returns>
<param name="columnName">The name of the data column to associate with the <see cref="T:System.Web.Helpers.WebGridColumn" /> instance.</param>
<param name="header">The text that is rendered in the header of the HTML table column that is associated with the <see cref="T:System.Web.Helpers.WebGridColumn" /> instance.</param>
<param name="format">The function that is used to format the data values that are associated with the <see cref="T:System.Web.Helpers.WebGridColumn" /> instance.</param>
<param name="style">A string that specifies the name of the CSS class that is used to style the HTML table cells that are associated with the <see cref="T:System.Web.Helpers.WebGridColumn" /> instance.</param>
<param name="canSort">true to enable sorting in the <see cref="T:System.Web.Helpers.WebGrid" /> instance by the data values that are associated with the <see cref="T:System.Web.Helpers.WebGridColumn" /> instance; otherwise, false. The default is true.</param>
</member>
<member name="P:System.Web.Helpers.WebGrid.ColumnNames">
<summary>Gets a collection that contains the name of each data column that is bound to the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The collection of data column names.</returns>
</member>
<member name="M:System.Web.Helpers.WebGrid.Columns(System.Web.Helpers.WebGridColumn[])">
<summary>Returns an array that contains the specified <see cref="T:System.Web.Helpers.WebGridColumn" /> instances.</summary>
<returns>An array of columns.</returns>
<param name="columnSet">A variable number of <see cref="T:System.Web.Helpers.WebGridColumn" /> column instances.</param>
</member>
<member name="P:System.Web.Helpers.WebGrid.FieldNamePrefix">
<summary>Gets the prefix that is applied to all query-string fields that are associated with the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The query-string field prefix of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</returns>
</member>
<member name="M:System.Web.Helpers.WebGrid.GetContainerUpdateScript(System.String)">
<summary>Returns a JavaScript statement that can be used to update the HTML element that is associated with the <see cref="T:System.Web.Helpers.WebGrid" /> instance on the specified web page.</summary>
<returns>A JavaScript statement that can be used to update the HTML element in a web page that is associated with the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</returns>
<param name="path">The URL of the web page that contains the <see cref="T:System.Web.Helpers.WebGrid" /> instance that is being updated. The URL can include query-string arguments.</param>
</member>
<member name="M:System.Web.Helpers.WebGrid.GetHtml(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Collections.Generic.IEnumerable{System.Web.Helpers.WebGridColumn},System.Collections.Generic.IEnumerable{System.String},System.Web.Helpers.WebGridPagerModes,System.String,System.String,System.String,System.String,System.Int32,System.Object)">
<summary>Returns the HTML markup that is used to render the <see cref="T:System.Web.Helpers.WebGrid" /> instance and using the specified paging options.</summary>
<returns>The HTML markup that represents the fully-populated <see cref="T:System.Web.Helpers.WebGrid" /> instance.</returns>
<param name="tableStyle">The name of the CSS class that is used to style the whole table.</param>
<param name="headerStyle">The name of the CSS class that is used to style the table header.</param>
<param name="footerStyle">The name of the CSS class that is used to style the table footer.</param>
<param name="rowStyle">The name of the CSS class that is used to style each table row.</param>
<param name="alternatingRowStyle">The name of the CSS class that is used to style even-numbered table rows.</param>
<param name="selectedRowStyle">The name of the CSS class that is used to style the selected table row. (Only one row can be selected at a time.)</param>
<param name="caption">The table caption.</param>
<param name="displayHeader">true to display the table header; otherwise, false. The default is true.</param>
<param name="fillEmptyRows">true to insert additional rows in the last page when there are insufficient data items to fill the last page; otherwise, false. The default is false. Additional rows are populated using the text specified by the <paramref name="emptyRowCellValue" /> parameter.</param>
<param name="emptyRowCellValue">The text that is used to populate additional rows in a page when there are insufficient data items to fill the last page. The <paramref name="fillEmptyRows" /> parameter must be set to true to display these additional rows.</param>
<param name="columns">A collection of <see cref="T:System.Web.Helpers.WebGridColumn" /> instances that specify how each column is displayed. This includes which data column is associated with each grid column, and how to format the data values that each grid column contains.</param>
<param name="exclusions">A collection that contains the names of the data columns to exclude when the grid auto-populates columns.</param>
<param name="mode">A bitwise combination of the enumeration values that specify methods that are provided for moving between pages of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</param>
<param name="firstText">The text for the HTML link element that is used to link to the first page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance. The <see cref="F:System.Web.Helpers.WebGridPagerModes.FirstLast" /> flag of the <paramref name="mode" /> parameter must be set to display this page navigation element.</param>
<param name="previousText">The text for the HTML link element that is used to link to previous page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance. The <see cref="F:System.Web.Helpers.WebGridPagerModes.NextPrevious" /> flag of the <paramref name="mode" /> parameter must be set to display this page navigation element.</param>
<param name="nextText">The text for the HTML link element that is used to link to the next page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance. The <see cref="F:System.Web.Helpers.WebGridPagerModes.NextPrevious" /> flag of the <paramref name="mode" /> parameter must be set to display this page navigation element.</param>
<param name="lastText">The text for the HTML link element that is used to link to the last page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance. The <see cref="F:System.Web.Helpers.WebGridPagerModes.FirstLast" /> flag of the <paramref name="mode" /> parameter must be set to display this page navigation element.</param>
<param name="numericLinksCount">The number of numeric page links that are provided to nearby <see cref="T:System.Web.Helpers.WebGrid" /> pages. The text of each numeric page link contains the page number. The <see cref="F:System.Web.Helpers.WebGridPagerModes.Numeric" /> flag of the <paramref name="mode" /> parameter must be set to display these page navigation elements.</param>
<param name="htmlAttributes">An object that represents a collection of attributes (names and values) to set for the HTML table element that represents the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</param>
</member>
<member name="M:System.Web.Helpers.WebGrid.GetPageUrl(System.Int32)">
<summary>Returns a URL that can be used to display the specified data page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>A URL that can be used to display the specified data page of the grid.</returns>
<param name="pageIndex">The index of the <see cref="T:System.Web.Helpers.WebGrid" /> page to display.</param>
</member>
<member name="M:System.Web.Helpers.WebGrid.GetSortUrl(System.String)">
<summary>Returns a URL that can be used to sort the <see cref="T:System.Web.Helpers.WebGrid" /> instance by the specified column.</summary>
<returns>A URL that can be used to sort the grid.</returns>
<param name="column">The name of the data column to sort by.</param>
</member>
<member name="P:System.Web.Helpers.WebGrid.HasSelection">
<summary>Gets a value that indicates whether a row in the <see cref="T:System.Web.Helpers.WebGrid" /> instance is selected.</summary>
<returns>true if a row is currently selected; otherwise, false.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.IsAjaxEnabled">
<summary>Returns a value that indicates whether the <see cref="T:System.Web.Helpers.WebGrid" /> instance can use Ajax calls to refresh the display.</summary>
<returns>true if the instance supports Ajax calls; otherwise, false..</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.PageCount">
<summary>Gets the number of pages that the <see cref="T:System.Web.Helpers.WebGrid" /> instance contains.</summary>
<returns>The page count.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.PageFieldName">
<summary>Gets the full name of the query-string field that is used to specify the current page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The full name of the query string field that is used to specify the current page of the grid.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.PageIndex">
<summary>Gets or sets the index of the current page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The index of the current page.</returns>
</member>
<member name="M:System.Web.Helpers.WebGrid.Pager(System.Web.Helpers.WebGridPagerModes,System.String,System.String,System.String,System.String,System.Int32)">
<summary>Returns the HTML markup that is used to provide the specified paging support for the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The HTML markup that provides paging support for the grid.</returns>
<param name="mode">A bitwise combination of the enumeration values that specify the methods that are provided for moving between the pages of the grid. The default is the bitwise OR of the <see cref="F:System.Web.Helpers.WebGridPagerModes.NextPrevious" /> and <see cref="F:System.Web.Helpers.WebGridPagerModes.Numeric" /> flags.</param>
<param name="firstText">The text for the HTML link element that navigates to the first page of the grid.</param>
<param name="previousText">The text for the HTML link element that navigates to the previous page of the grid.</param>
<param name="nextText">The text for the HTML link element that navigates to the next page of the grid.</param>
<param name="lastText">The text for the HTML link element that navigates to the last page of the grid.</param>
<param name="numericLinksCount">The number of numeric page links to display. The default is 5.</param>
</member>
<member name="P:System.Web.Helpers.WebGrid.Rows">
<summary>Gets a list that contains the rows that are on the current page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance after the grid has been sorted.</summary>
<returns>The list of rows.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.RowsPerPage">
<summary>Gets the number of rows that are displayed on each page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The number of rows that are displayed on each page of the grid.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.SelectedIndex">
<summary>Gets or sets the index of the selected row relative to the current page of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The index of the selected row relative to the current page.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.SelectedRow">
<summary>Gets the currently selected row of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The currently selected row.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.SelectionFieldName">
<summary>Gets the full name of the query-string field that is used to specify the selected row of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The full name of the query string field that is used to specify the selected row of the grid.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.SortColumn">
<summary>Gets or sets the name of the data column that the <see cref="T:System.Web.Helpers.WebGrid" /> instance is sorted by.</summary>
<returns>The name of the data column that is used to sort the grid.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.SortDirection">
<summary>Gets or sets the direction in which the <see cref="T:System.Web.Helpers.WebGrid" /> instance is sorted.</summary>
<returns>The sort direction.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.SortDirectionFieldName">
<summary>Gets the full name of the query-string field that is used to specify the sort direction of the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The full name of the query string field that is used to specify the sort direction of the grid.</returns>
</member>
<member name="P:System.Web.Helpers.WebGrid.SortFieldName">
<summary>Gets the full name of the query-string field that is used to specify the name of the data column that the <see cref="T:System.Web.Helpers.WebGrid" /> instance is sorted by.</summary>
<returns>The full name of the query-string field that is used to specify the name of the data column that the grid is sorted by.</returns>
</member>
<member name="M:System.Web.Helpers.WebGrid.Table(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Collections.Generic.IEnumerable{System.Web.Helpers.WebGridColumn},System.Collections.Generic.IEnumerable{System.String},System.Func{System.Object,System.Object},System.Object)">
<summary>Returns the HTML markup that is used to render the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
<returns>The HTML markup that represents the fully-populated <see cref="T:System.Web.Helpers.WebGrid" /> instance.</returns>
<param name="tableStyle">The name of the CSS class that is used to style the whole table.</param>
<param name="headerStyle">The name of the CSS class that is used to style the table header.</param>
<param name="footerStyle">The name of the CSS class that is used to style the table footer.</param>
<param name="rowStyle">The name of the CSS class that is used to style each table row.</param>
<param name="alternatingRowStyle">The name of the CSS class that is used to style even-numbered table rows.</param>
<param name="selectedRowStyle">The name of the CSS class that is used use to style the selected table row.</param>
<param name="caption">The table caption.</param>
<param name="displayHeader">true to display the table header; otherwise, false. The default is true.</param>
<param name="fillEmptyRows">true to insert additional rows in the last page when there are insufficient data items to fill the last page; otherwise, false. The default is false. Additional rows are populated using the text specified by the <paramref name="emptyRowCellValue" /> parameter.</param>
<param name="emptyRowCellValue">The text that is used to populate additional rows in the last page when there are insufficient data items to fill the last page. The <paramref name="fillEmptyRows" /> parameter must be set to true to display these additional rows.</param>
<param name="columns">A collection of <see cref="T:System.Web.Helpers.WebGridColumn" /> instances that specify how each column is displayed. This includes which data column is associated with each grid column, and how to format the data values that each grid column contains.</param>
<param name="exclusions">A collection that contains the names of the data columns to exclude when the grid auto-populates columns.</param>
<param name="footer">A function that returns the HTML markup that is used to render the table footer.</param>
<param name="htmlAttributes">An object that represents a collection of attributes (names and values) to set for the HTML table element that represents the <see cref="T:System.Web.Helpers.WebGrid" /> instance.</param>
</member>
<member name="P:System.Web.Helpers.WebGrid.TotalRowCount">
<summary>Gets the total number of rows that the <see cref="T:System.Web.Helpers.WebGrid" /> instance contains.</summary>
<returns>The total number of rows in the grid. This value includes all rows from every page, but does not include the additional rows inserted in the last page when there are insufficient data items to fill the last page.</returns>
</member>
<member name="T:System.Web.Helpers.WebGridColumn">
<summary>Represents a column in a <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
</member>
<member name="M:System.Web.Helpers.WebGridColumn.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Helpers.WebGridColumn" /> class.</summary>
</member>
<member name="P:System.Web.Helpers.WebGridColumn.CanSort">
<summary>Gets or sets a value that indicates whether the <see cref="T:System.Web.Helpers.WebGrid" /> column can be sorted.</summary>
<returns>true to indicate that the column can be sorted; otherwise, false.</returns>
</member>
<member name="P:System.Web.Helpers.WebGridColumn.ColumnName">
<summary>Gets or sets the name of the data item that is associated with the <see cref="T:System.Web.Helpers.WebGrid" /> column.</summary>
<returns>The name of the data item.</returns>
</member>
<member name="P:System.Web.Helpers.WebGridColumn.Format">
<summary>Gets or sets a function that is used to format the data item that is associated with the <see cref="T:System.Web.Helpers.WebGrid" /> column.</summary>
<returns>The function that is used to format that data item that is associated with the column.</returns>
</member>
<member name="P:System.Web.Helpers.WebGridColumn.Header">
<summary>Gets or sets the text that is rendered in the header of the <see cref="T:System.Web.Helpers.WebGrid" /> column.</summary>
<returns>The text that is rendered to the column header.</returns>
</member>
<member name="P:System.Web.Helpers.WebGridColumn.Style">
<summary>Gets or sets the CSS class attribute that is rendered as part of the HTML table cells that are associated with the <see cref="T:System.Web.Helpers.WebGrid" /> column.</summary>
<returns>The CSS class attribute that is applied to cells that are associated with the column.</returns>
</member>
<member name="T:System.Web.Helpers.WebGridPagerModes">
<summary>Specifies flags that describe the methods that are provided for moving between the pages of a <see cref="T:System.Web.Helpers.WebGrid" /> instance.This enumeration has a <see cref="T:System.FlagsAttribute" /> attribute that allows a bitwise combination of its member values.</summary>
</member>
<member name="F:System.Web.Helpers.WebGridPagerModes.All">
<summary>Indicates that all methods for moving between <see cref="T:System.Web.Helpers.WebGrid" /> pages are provided.</summary>
</member>
<member name="F:System.Web.Helpers.WebGridPagerModes.FirstLast">
<summary>Indicates that methods for moving directly to the first or last <see cref="F:System.Web.Helpers.WebGrid" /> page are provided.</summary>
</member>
<member name="F:System.Web.Helpers.WebGridPagerModes.NextPrevious">
<summary>Indicates that methods for moving to the next or previous <see cref="F:System.Web.Helpers.WebGrid" /> page are provided.</summary>
</member>
<member name="F:System.Web.Helpers.WebGridPagerModes.Numeric">
<summary>Indicates that methods for moving to a nearby <see cref="F:System.Web.Helpers.WebGrid" /> page by using a page number are provided.</summary>
</member>
<member name="T:System.Web.Helpers.WebGridRow">
<summary>Represents a row in a <see cref="T:System.Web.Helpers.WebGrid" /> instance.</summary>
</member>
<member name="M:System.Web.Helpers.WebGridRow.#ctor(System.Web.Helpers.WebGrid,System.Object,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Helpers.WebGridRow" /> class using the specified <see cref="T:System.Web.Helpers.WebGrid" /> instance, row value, and index.</summary>
<param name="webGrid">The <see cref="T:System.Web.Helpers.WebGrid" /> instance that contains the row.</param>
<param name="value">An object that contains a property member for each value in the row.</param>
<param name="rowIndex">The index of the row.</param>
</member>
<member name="M:System.Web.Helpers.WebGridRow.GetEnumerator">
<summary>Returns an enumerator that can be used to iterate through the values of the <see cref="T:System.Web.Helpers.WebGridRow" /> instance.</summary>
<returns>An enumerator that can be used to iterate through the values of the row.</returns>
</member>
<member name="M:System.Web.Helpers.WebGridRow.GetSelectLink(System.String)">
<summary>Returns an HTML element (a link) that users can use to select the row.</summary>
<returns>The link that users can click to select the row.</returns>
<param name="text">The inner text of the link element. If <paramref name="text" /> is empty or null, "Select" is used.</param>
</member>
<member name="M:System.Web.Helpers.WebGridRow.GetSelectUrl">
<summary>Returns the URL that can be used to select the row.</summary>
<returns>The URL that is used to select a row.</returns>
</member>
<member name="P:System.Web.Helpers.WebGridRow.Item(System.Int32)">
<summary>Returns the value at the specified index in the <see cref="T:System.Web.Helpers.WebGridRow" /> instance.</summary>
<returns>The value at the specified index.</returns>
<param name="index">The zero-based index of the value in the row to return.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than 0 or greater than or equal to the number of values in the row.</exception>
</member>
<member name="P:System.Web.Helpers.WebGridRow.Item(System.String)">
<summary>Returns the value that has the specified name in the <see cref="T:System.Web.Helpers.WebGridRow" /> instance.</summary>
<returns>The specified value.</returns>
<param name="name">The name of the value in the row to return.</param>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is Nothing or empty.</exception>
<exception cref="T:System.InvalidOperationException">
<paramref name="name" /> specifies a value that does not exist.</exception>
</member>
<member name="M:System.Web.Helpers.WebGridRow.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that can be used to iterate through a collection.</summary>
<returns>An enumerator that can be used to iterate through the collection.</returns>
</member>
<member name="M:System.Web.Helpers.WebGridRow.ToString">
<summary>Returns a string that represents all of the values of the <see cref="T:System.Web.Helpers.WebGridRow" /> instance.</summary>
<returns>A string that represents the row's values.</returns>
</member>
<member name="M:System.Web.Helpers.WebGridRow.TryGetMember(System.Dynamic.GetMemberBinder,System.Object@)">
<summary>Returns the value of a <see cref="T:System.Web.Helpers.WebGridRow" /> member that is described by the specified binder.</summary>
<returns>true if the value of the item was successfully retrieved; otherwise, false.</returns>
<param name="binder">The getter of the bound property member.</param>
<param name="result">When this method returns, contains an object that holds the value of the item described by <paramref name="binder" />. This parameter is passed uninitialized.</param>
</member>
<member name="P:System.Web.Helpers.WebGridRow.Value">
<summary>Gets an object that contains a property member for each value in the row.</summary>
<returns>An object that contains each value in the row as a property.</returns>
</member>
<member name="P:System.Web.Helpers.WebGridRow.WebGrid">
<summary>Gets the <see cref="T:System.Web.Helpers.WebGrid" /> instance that the row belongs to.</summary>
<returns>The <see cref="T:System.Web.Helpers.WebGrid" /> instance that contains the row.</returns>
</member>
<member name="T:System.Web.Helpers.WebImage">
<summary>Represents an object that lets you display and manage images in a web page.</summary>
</member>
<member name="M:System.Web.Helpers.WebImage.#ctor(System.Byte[])">
<summary>Initializes a new instance of the <see cref="T:System.Web.Helpers.WebImage" /> class using a byte array to represent the image.</summary>
<param name="content">The image.</param>
</member>
<member name="M:System.Web.Helpers.WebImage.#ctor(System.IO.Stream)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Helpers.WebImage" /> class using a stream to represent the image.</summary>
<param name="imageStream">The image.</param>
</member>
<member name="M:System.Web.Helpers.WebImage.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Helpers.WebImage" /> class using a path to represent the image location.</summary>
<param name="filePath">The path of the file that contains the image.</param>
</member>
<member name="M:System.Web.Helpers.WebImage.AddImageWatermark(System.String,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32)">
<summary>Adds a watermark image using a path to the watermark image.</summary>
<returns>The watermarked image.</returns>
<param name="watermarkImageFilePath">The path of a file that contains the watermark image.</param>
<param name="width">The width, in pixels, of the watermark image.</param>
<param name="height">The height, in pixels, of the watermark image.</param>
<param name="horizontalAlign">The horizontal alignment for watermark image. Values can be "Left", "Right", or "Center".</param>
<param name="verticalAlign">The vertical alignment for the watermark image. Values can be "Top", "Middle", or "Bottom".</param>
<param name="opacity">The opacity for the watermark image, specified as a value between 0 and 100.</param>
<param name="padding">The size, in pixels, of the padding around the watermark image.</param>
</member>
<member name="M:System.Web.Helpers.WebImage.AddImageWatermark(System.Web.Helpers.WebImage,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32)">
<summary>Adds a watermark image using the specified image object.</summary>
<returns>The watermarked image.</returns>
<param name="watermarkImage">A <see cref="T:System.Web.Helpers.WebImage" /> object.</param>
<param name="width">The width, in pixels, of the watermark image.</param>
<param name="height">The height, in pixels, of the watermark image.</param>
<param name="horizontalAlign">The horizontal alignment for watermark image. Values can be "Left", "Right", or "Center".</param>
<param name="verticalAlign">The vertical alignment for the watermark image. Values can be "Top", "Middle", or "Bottom".</param>
<param name="opacity">The opacity for the watermark image, specified as a value between 0 and 100.</param>
<param name="padding">The size, in pixels, of the padding around the watermark image.</param>
</member>
<member name="M:System.Web.Helpers.WebImage.AddTextWatermark(System.String,System.String,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32)">
<summary>Adds watermark text to the image.</summary>
<returns>The watermarked image.</returns>
<param name="text">The text to use as a watermark.</param>
<param name="fontColor">The color of the watermark text.</param>
<param name="fontSize">The font size of the watermark text.</param>
<param name="fontStyle">The font style of the watermark text.</param>
<param name="fontFamily">The font type of the watermark text.</param>
<param name="horizontalAlign">The horizontal alignment for watermark text. Values can be "Left", "Right", or "Center".</param>
<param name="verticalAlign">The vertical alignment for the watermark text. Values can be "Top", "Middle", or "Bottom".</param>
<param name="opacity">The opacity for the watermark image, specified as a value between 0 and 100.</param>
<param name="padding">The size, in pixels, of the padding around the watermark text.</param>
</member>
<member name="M:System.Web.Helpers.WebImage.Clone">
<summary>Copies the <see cref="T:System.Web.Helpers.WebImage" /> object.</summary>
<returns>The image.</returns>
</member>
<member name="M:System.Web.Helpers.WebImage.Crop(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>Crops an image.</summary>
<returns>The cropped image.</returns>
<param name="top">The number of pixels to remove from the top.</param>
<param name="left">The number of pixels to remove from the left.</param>
<param name="bottom">The number of pixels to remove from the bottom.</param>
<param name="right">The number of pixels to remove from the right.</param>
</member>
<member name="P:System.Web.Helpers.WebImage.FileName">
<summary>Gets or sets the file name of the <see cref="T:System.Web.Helpers.WebImage" /> object.</summary>
<returns>The file name.</returns>
</member>
<member name="M:System.Web.Helpers.WebImage.FlipHorizontal">
<summary>Flips an image horizontally.</summary>
<returns>The flipped image.</returns>
</member>
<member name="M:System.Web.Helpers.WebImage.FlipVertical">
<summary>Flips an image vertically.</summary>
<returns>The flipped image.</returns>
</member>
<member name="M:System.Web.Helpers.WebImage.GetBytes(System.String)">
<summary>Returns the image as a byte array.</summary>
<returns>The image.</returns>
<param name="requestedFormat">The <see cref="P:System.Web.Helpers.WebImage.ImageFormat" /> value of the <see cref="T:System.Web.Helpers.WebImage" /> object.</param>
</member>
<member name="M:System.Web.Helpers.WebImage.GetImageFromRequest(System.String)">
<summary>Returns an image that has been uploaded using the browser.</summary>
<returns>The image.</returns>
<param name="postedFileName">(Optional) The name of the file that has been posted. If no file name is specified, the first file that was uploaded is returned.</param>
</member>
<member name="P:System.Web.Helpers.WebImage.Height">
<summary>Gets the height, in pixels, of the image.</summary>
<returns>The height.</returns>
</member>
<member name="P:System.Web.Helpers.WebImage.ImageFormat">
<summary>Gets the format of the image (for example, "jpeg" or "png").</summary>
<returns>The file format of the image.</returns>
</member>
<member name="M:System.Web.Helpers.WebImage.Resize(System.Int32,System.Int32,System.Boolean,System.Boolean)">
<summary>Resizes an image.</summary>
<returns>The resized image.</returns>
<param name="width">The width, in pixels, of the <see cref="T:System.Web.Helpers.WebImage" /> object.</param>
<param name="height">The height, in pixels, of the <see cref="T:System.Web.Helpers.WebImage" /> object.</param>
<param name="preserveAspectRatio">true to preserve the aspect ratio of the image; otherwise, false.</param>
<param name="preventEnlarge">true to prevent the enlargement of the image; otherwise, false.</param>
</member>
<member name="M:System.Web.Helpers.WebImage.RotateLeft">
<summary>Rotates an image to the left.</summary>
<returns>The rotated image.</returns>
</member>
<member name="M:System.Web.Helpers.WebImage.RotateRight">
<summary>Rotates an image to the right.</summary>
<returns>The rotated image.</returns>
</member>
<member name="M:System.Web.Helpers.WebImage.Save(System.String,System.String,System.Boolean)">
<summary>Saves the image using the specified file name.</summary>
<returns>The image.</returns>
<param name="filePath">The path to save the image to.</param>
<param name="imageFormat">The format to use when the image file is saved, such as "gif", or "png".</param>
<param name="forceCorrectExtension">true to force the correct file-name extension to be used for the format that is specified in <paramref name="imageFormat" />; otherwise, false. If there is a mismatch between the file type and the specified file-name extension, and if <paramref name="forceCorrectExtension" /> is true, the correct extension will be appended to the file name. For example, a PNG file named Photograph.txt is saved using the name Photograph.txt.png.</param>
</member>
<member name="P:System.Web.Helpers.WebImage.Width">
<summary>Gets the width, in pixels, of the image.</summary>
<returns>The width.</returns>
</member>
<member name="M:System.Web.Helpers.WebImage.Write(System.String)">
<summary>Renders an image to the browser.</summary>
<returns>The image.</returns>
<param name="requestedFormat">(Optional) The file format to use when the image is written.</param>
</member>
<member name="T:System.Web.Helpers.WebMail">
<summary>Provides a way to construct and send an email message using Simple Mail Transfer Protocol (SMTP).</summary>
</member>
<member name="P:System.Web.Helpers.WebMail.EnableSsl">
<summary>Gets or sets a value that indicates whether Secure Sockets Layer (SSL) is used to encrypt the connection when an email message is sent.</summary>
<returns>true if SSL is used to encrypt the connection; otherwise, false.</returns>
</member>
<member name="P:System.Web.Helpers.WebMail.From">
<summary>Gets or sets the email address of the sender.</summary>
<returns>The email address of the sender.</returns>
</member>
<member name="P:System.Web.Helpers.WebMail.Password">
<summary>Gets or sets the password of the sender's email account.</summary>
<returns>The sender's password.</returns>
</member>
<member name="M:System.Web.Helpers.WebMail.Send(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean,System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.String,System.String,System.String)">
<summary>Sends the specified message to an SMTP server for delivery.</summary>
<param name="to">The email address of the recipient or recipients. Separate multiple recipients using a semicolon (;).</param>
<param name="subject">The subject line for the email message.</param>
<param name="body">The body of the email message. If <paramref name="isBodyHtml" /> is true, HTML in the body is interpreted as markup.</param>
<param name="from">(Optional) The email address of the message sender, or null to not specify a sender. The default value is null.</param>
<param name="cc">(Optional) The email addresses of additional recipients to send a copy of the message to, or null if there are no additional recipients. Separate multiple recipients using a semicolon (;). The default value is null.</param>
<param name="filesToAttach">(Optional) A collection of file names that specifies the files to attach to the email message, or null if there are no files to attach. The default value is null.</param>
<param name="isBodyHtml">(Optional) true to specify that the email message body is in HTML format; false to indicate that the body is in plain-text format. The default value is true.</param>
<param name="additionalHeaders">(Optional) A collection of headers to add to the normal SMTP headers included in this email message, or null to send no additional headers. The default value is null.</param>
<param name="bcc">(Optional) The email addresses of additional recipients to send a "blind" copy of the message to, or null if there are no additional recipients. Separate multiple recipients using a semicolon (;). The default value is null.</param>
<param name="contentEncoding">(Optional) The encoding to use for the body of the message. Possible values are property values for the <see cref="T:System.Text.Encoding" /> class, such as <see cref="P:System.Text.Encoding.UTF8" />. The default value is null.</param>
<param name="headerEncoding">(Optional) The encoding to use for the header of the message. Possible values are property values for the <see cref="T:System.Text.Encoding" /> class, such as <see cref="P:System.Text.Encoding.UTF8" />. The default value is null.</param>
<param name="priority">(Optional) A value ("Normal", "Low", "High") that specifies the priority of the message. The default is "Normal".</param>
<param name="replyTo">(Optional) The email address that will be used when the recipient replies to the message. The default value is null, which indicates that the reply address is the value of the From property. </param>
</member>
<member name="P:System.Web.Helpers.WebMail.SmtpPort">
<summary>Gets or sets the port that is used for SMTP transactions.</summary>
<returns>The port that is used for SMTP transactions.</returns>
</member>
<member name="P:System.Web.Helpers.WebMail.SmtpServer">
<summary>Gets or sets the name of the SMTP server that is used to transmit the email message.</summary>
<returns>The SMTP server.</returns>
</member>
<member name="P:System.Web.Helpers.WebMail.SmtpUseDefaultCredentials">
<summary>Gets or sets a value that indicates whether the default credentials are sent with the requests.</summary>
<returns>true if credentials are sent with the email message; otherwise, false.</returns>
</member>
<member name="P:System.Web.Helpers.WebMail.UserName">
<summary>Gets or sets the name of email account that is used to send email.</summary>
<returns>The name of the user account.</returns>
</member>
</members>
</doc>

Binary file not shown.

View File

@ -0,0 +1,229 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Web.Http.Common</name>
</assembly>
<members>
<member name="T:System.Web.Http.HttpRequestMessageCommonExtensions">
<summary> Provides extension methods for the <see cref="T:System.Net.Http.HttpRequestMessage" /> class. </summary>
</member>
<member name="M:System.Web.Http.HttpRequestMessageCommonExtensions.CreateResponse(System.Net.Http.HttpRequestMessage)">
<summary> Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />. </summary>
<returns>An initialized <see cref="T:System.Net.Http.HttpResponseMessage" />.</returns>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Web.Http.HttpRequestMessageCommonExtensions.CreateResponse(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode)">
<summary> Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />. </summary>
<returns>An initialized <see cref="T:System.Net.Http.HttpResponseMessage" />.</returns>
<param name="request">The HTTP request.</param>
<param name="statusCode">The HTTP status code.</param>
</member>
<member name="T:System.Web.Http.RouteParameter">
<summary> The <see cref="T:System.Web.Http.RouteParameter" /> class can be used to indicate properties about a route parameter (the literals and placeholders located within segments of a <see cref="M:IHttpRoute.RouteTemplate" />). It can for example be used to indicate that a route parameter is optional. </summary>
</member>
<member name="F:System.Web.Http.RouteParameter.Optional">
<summary> Optional Parameter </summary>
</member>
<member name="M:System.Web.Http.RouteParameter.ToString">
<summary> Returns a <see cref="T:System.String" /> that represents this instance. </summary>
<returns> A <see cref="T:System.String" /> that represents this instance. </returns>
</member>
<member name="T:System.Web.Http.Common.Error">
<summary> Utility class for creating, logging and unwrapping <see cref="T:System.Exception" /> instances. </summary>
</member>
<member name="M:System.Web.Http.Common.Error.Argument(System.String,System.Object[])">
<summary> Creates an <see cref="T:System.ArgumentException" /> with the provided properties and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.Argument(System.String,System.String,System.Object[])">
<summary> Creates an <see cref="T:System.ArgumentException" /> with the provided properties and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ArgumentNull(System.String)">
<summary> Creates an <see cref="T:System.ArgumentNullException" /> with the provided properties and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ArgumentNull(System.String,System.String,System.Object[])">
<summary> Creates an <see cref="T:System.ArgumentNullException" /> with the provided properties and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ArgumentNullOrEmpty(System.String)">
<summary> Creates an <see cref="T:System.ArgumentException" /> with a default message and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ArgumentOutOfRange(System.String,System.Object,System.String,System.Object[])">
<summary> Creates an <see cref="T:System.ArgumentOutOfRangeException" /> with the provided properties and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
<param name="actualValue">The value of the argument that causes this exception.</param>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ArgumentTooLarge(System.String,System.Object,System.Object)">
<summary> Creates an <see cref="T:System.ArgumentOutOfRangeException" /> with a message saying that the argument must be less than or equal to maxValue and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
<param name="actualValue">The value of the argument that causes this exception.</param>
<param name="maxValue">The maximum size of the argument.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ArgumentTooSmall(System.String,System.Object,System.Object)">
<summary> Creates an <see cref="T:System.ArgumentOutOfRangeException" /> with a message saying that the argument must be greater than or equal to minValue and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
<param name="actualValue">The value of the argument that causes this exception.</param>
<param name="minValue">The minimum size of the argument.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ArgumentUriHasQueryOrFragment(System.String,System.Uri)">
<summary> Creates an <see cref="T:System.ArgumentException" /> with a message saying that the argument must be an absolute URI without a query or fragment identifier and then logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
<param name="actualValue">The value of the argument that causes this exception.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ArgumentUriNotAbsolute(System.String,System.Uri)">
<summary> Creates an <see cref="T:System.ArgumentException" /> with a message saying that the argument must be an absolute URI and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
<param name="actualValue">The value of the argument that causes this exception.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ArgumentUriNotHttpOrHttpsScheme(System.String,System.Uri)">
<summary> Creates an <see cref="T:System.ArgumentException" /> with a message saying that the argument must be an "http" or "https" URI and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
<param name="actualValue">The value of the argument that causes this exception.</param>
</member>
<member name="M:System.Web.Http.Common.Error.AsError``1(System.AggregateException)">
<summary> Unwraps and logs an <see cref="T:System.AggregateException" /> as <see cref="F:TraceLevel.Error" /> using &lt;typeparamref name="TPreferredException" /&gt; as the preferred unwrapped <see cref="T:System.Exception" /> to return. </summary>
<returns>The unwrapped and logged exception.</returns>
<param name="aggregateException">The <see cref="T:System.AggregateException" /> to unwrap and log</param>
<typeparam name="TPreferredException">The preferred <see cref="T:System.Type" /> to unwrap. If not present then the first <see cref="T:System.Exception" /> is returned instead.</typeparam>
</member>
<member name="M:System.Web.Http.Common.Error.AsError(System.Exception)">
<summary> Unwraps and logs an <see cref="T:System.Exception" /> as <see cref="F:TraceLevel.Error" />. </summary>
<returns>The unwrapped and logged exception.</returns>
<param name="exception">The exception to unwrap and log</param>
</member>
<member name="M:System.Web.Http.Common.Error.AsInformation``1(System.AggregateException)">
<summary> Unwraps and logs an <see cref="T:System.AggregateException" /> as <see cref="F:TraceLevel.Info" /> using &lt;typeparamref name="TPreferredException" /&gt; as the preferred unwrapped <see cref="T:System.Exception" /> to return. </summary>
<returns>The unwrapped and logged exception.</returns>
<param name="aggregateException">The <see cref="T:System.AggregateException" /> to unwrap and log</param>
<typeparam name="TPreferredException">The preferred <see cref="T:System.Type" /> to unwrap. If not present then the first <see cref="T:System.Exception" /> is returned instead.</typeparam>
</member>
<member name="M:System.Web.Http.Common.Error.AsInformation(System.Exception)">
<summary> Unwraps and logs an <see cref="T:System.Exception" /> as <see cref="F:TraceLevel.Info" />. </summary>
<returns>The unwrapped and logged exception.</returns>
<param name="exception">The exception to unwrap and log</param>
</member>
<member name="M:System.Web.Http.Common.Error.AsVerbose``1(System.AggregateException)">
<summary> Unwraps and logs an <see cref="T:System.AggregateException" /> as <see cref="F:TraceLevel.Verbose" /> using &lt;typeparamref name="TPreferredException" /&gt; as the preferred unwrapped <see cref="T:System.Exception" /> to return. </summary>
<returns>The unwrapped and logged exception.</returns>
<param name="aggregateException">The <see cref="T:System.AggregateException" /> to unwrap and log</param>
<typeparam name="TPreferredException">The preferred <see cref="T:System.Type" /> to unwrap. If not present then the first <see cref="T:System.Exception" /> is returned instead.</typeparam>
</member>
<member name="M:System.Web.Http.Common.Error.AsVerbose(System.Exception)">
<summary> Unwraps and logs an <see cref="T:System.Exception" /> as <see cref="F:TraceLevel.Verbose" />. </summary>
<returns>The unwrapped and logged exception.</returns>
<param name="exception">The exception to unwrap and log</param>
</member>
<member name="M:System.Web.Http.Common.Error.AsWarning``1(System.AggregateException)">
<summary> Unwraps and logs an <see cref="T:System.AggregateException" /> as <see cref="F:TraceLevel.Warning" /> using &lt;typeparamref name="TPreferredException" /&gt; as the preferred unwrapped <see cref="T:System.Exception" /> to return. </summary>
<returns>The unwrapped and logged exception.</returns>
<param name="aggregateException">The <see cref="T:System.AggregateException" /> to unwrap and log</param>
<typeparam name="TPreferredException">The preferred <see cref="T:System.Type" /> to unwrap. If not present then the first <see cref="T:System.Exception" /> is returned instead.</typeparam>
</member>
<member name="M:System.Web.Http.Common.Error.AsWarning(System.Exception)">
<summary> Unwraps and logs an <see cref="T:System.Exception" /> as <see cref="F:TraceLevel.Warning" />. </summary>
<returns>The unwrapped and logged exception.</returns>
<param name="exception">The exception to unwrap and log</param>
</member>
<member name="M:System.Web.Http.Common.Error.Format(System.String,System.Object[])">
<summary> Formats the specified resource string using <see cref="M:CultureInfo.CurrentCulture" />. </summary>
<returns>The formatted string.</returns>
<param name="format">A composite format string.</param>
<param name="args">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.InvalidEnumArgument(System.String,System.Int32,System.Type)">
<summary> Creates an <see cref="T:System.ComponentModel.InvalidEnumArgumentException" /> and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="parameterName">The name of the parameter that caused the current exception.</param>
<param name="invalidValue">The value of the argument that failed.</param>
<param name="enumClass">A <see cref="T:System.Type" /> that represents the enumeration class with the valid values.</param>
</member>
<member name="M:System.Web.Http.Common.Error.InvalidOperation(System.Exception,System.String,System.Object[])">
<summary> Creates an <see cref="T:System.InvalidOperationException" /> and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="innerException">Inner exception</param>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.InvalidOperation(System.String,System.Object[])">
<summary> Creates an <see cref="T:System.InvalidOperationException" /> and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.KeyNotFound">
<summary> Creates an <see cref="T:System.Collections.Generic.KeyNotFoundException" /> with a message saying that the key was not found and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
</member>
<member name="M:System.Web.Http.Common.Error.KeyNotFound(System.String,System.Object[])">
<summary> Creates an <see cref="T:System.Collections.Generic.KeyNotFoundException" /> with a message saying that the key was not found and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.NotSupported(System.String,System.Object[])">
<summary> Creates an <see cref="T:System.NotSupportedException" /> and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.ObjectDisposed(System.String,System.Object[])">
<summary> Creates an <see cref="T:System.ObjectDisposedException" /> initialized according to guidelines and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.OperationCanceled">
<summary> Creates an <see cref="T:System.OperationCanceledException" /> initialized with the provided parameters and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
</member>
<member name="M:System.Web.Http.Common.Error.OperationCanceled(System.String,System.Object[])">
<summary> Creates an <see cref="T:System.OperationCanceledException" /> initialized with the provided parameters and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
<param name="messageFormat">A composite format string explaining the reason for the exception.</param>
<param name="messageArgs">An object array that contains zero or more objects to format.</param>
</member>
<member name="M:System.Web.Http.Common.Error.PropertyNull">
<summary> Creates an <see cref="T:System.ArgumentNullException" /> with the provided properties and logs it with <see cref="F:TraceLevel.Error" />. </summary>
<returns>The logged <see cref="T:System.Exception" />.</returns>
</member>
<member name="T:System.Web.Http.Common.HttpMethodHelper">
<summary> Various helper methods for the static members of <see cref="T:System.Net.Http.HttpMethod" />. </summary>
</member>
<member name="M:System.Web.Http.Common.HttpMethodHelper.GetHttpMethod(System.String)">
<summary> Gets the static <see cref="T:System.Net.Http.HttpMethod" /> instance for any given HTTP method name. </summary>
<returns>An existing static <see cref="T:System.Net.Http.HttpMethod" /> or a new instance if the method was not found.</returns>
<param name="method">The HTTP request method.</param>
</member>
<member name="T:System.Web.Http.Common.ILogger">
<summary> General purpose logging interface. </summary>
</member>
<member name="M:System.Web.Http.Common.ILogger.Log(System.String,System.Diagnostics.TraceLevel,System.Func`1)"></member>
<member name="M:System.Web.Http.Common.ILogger.LogException(System.String,System.Diagnostics.TraceLevel,System.Exception)">
<summary> Logs the given exception at the given level under the given category. </summary>
<param name="category">The category under which to log the message. It can be empty but it cannot be null.</param>
<param name="level">The <see cref="T:System.Diagnostics.TraceLevel" /> at which to log the exception.</param>
<param name="exception">The <see cref="T:System.Exception" /> to log. It cannot be null.</param>
</member>
</members>
</doc>

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More