Commit 95e2a99c authored by charleslee's avatar charleslee

Remove ignored files

parent 7e544bf5
This diff is collapsed.
This diff is collapsed.
......@@ -17,6 +17,7 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using System.Web.Http;
using System.Web.Http.Cors;
using WebAPI.Models;
using static WebAPI.Models.CommonModel;
......@@ -35,6 +36,8 @@ namespace WebAPI.Controllers
#region 報價規則
[Route("GetFeeOfferConfigList")]
[EnableCors(origins: "http://120.78.73.107:8888,https://ipeasy.purplevineip.com,https://ipeasy.essenptl.com",
headers: "*", methods: "*", SupportsCredentials = true)]
[HttpPost]
public MessageList GetFeeOfferConfigList(Boolean ischeck)
......
<?xml version="1.0" encoding="utf-8"?>
<!--
此檔案由您的 Web 專案發佈/封裝處理序使用。您可以藉由編輯此 MSBuild 檔案,
自訂此處理序的行為。若要深入了解,請前往 https://go.microsoft.com/fwlink/?LinkID=208121。
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>FileSystem</WebPublishMethod>
<PublishProvider>FileSystem</PublishProvider>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<publishUrl>.\publish</publishUrl>
<DeleteExistingFiles>True</DeleteExistingFiles>
</PropertyGroup>
</Project>
\ No newline at end of file
......@@ -14,6 +14,11 @@
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<connectionStrings>
<add name="DefaultConnection"
connectionString="Data Source=47.91.213.74,6002;Initial Catalog=IPEasy;Persist Security Info=True;User ID=ipeasy;Password=ipeasy.123" providerName="System.Data.SqlClient"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
......
......@@ -14,7 +14,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WebAPI</RootNamespace>
<AssemblyName>WebAPI</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
......@@ -228,7 +228,8 @@
<Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" />
<Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
<Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
<None Include="Properties\PublishProfiles\debug.pubxml" />
<None Include="Properties\PublishProfiles\release.pubxml" />
<None Include="Scripts\jquery-3.4.1.intellisense.js" />
<Content Include="Scripts\jquery-3.4.1.js" />
<Content Include="Scripts\jquery-3.4.1.min.js" />
......@@ -324,4 +325,8 @@
</Target>
<Target Name="AfterBuild">
</Target> -->
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
<Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
<TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
</Target>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort>44339</IISExpressSSLPort>
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
<Controller_SelectedScaffolderID>ApiControllerEmptyScaffolder</Controller_SelectedScaffolderID>
<Controller_SelectedScaffolderCategoryPath>root/Controller</Controller_SelectedScaffolderCategoryPath>
<WebStackScaffolding_ControllerDialogWidth>600</WebStackScaffolding_ControllerDialogWidth>
<WebStackScaffolding_IsLayoutPageSelected>True</WebStackScaffolding_IsLayoutPageSelected>
<WebStackScaffolding_IsPartialViewSelected>False</WebStackScaffolding_IsPartialViewSelected>
<WebStackScaffolding_IsReferencingScriptLibrariesSelected>True</WebStackScaffolding_IsReferencingScriptLibrariesSelected>
<WebStackScaffolding_LayoutPageFile />
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>True</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0"?>
<doc>
<assembly>
<name>EastAsiaNumericFormatter</name>
</assembly>
<members>
<member name="T:Microsoft.International.Formatters.EastAsiaNumericFormatter">
<summary>
提供一个格式化类,把数值型的数据转换为东亚的本地数字表示形式的字符串。
</summary>
<remarks>
这个类支持以下的东亚语言:
<list type="bullet">
<item>
简体中文
</item>
<item>
繁体中文
</item>
<item>
日语
</item>
<item>
韩语
</item>
</list>
这个类支持以下格式化字符串:
<list type="bullet">
<item>
标准格式(L):又称大写。
</item>
<item>
普通格式(Ln):又称小写。
</item>
<item>
货币格式(Lc):用来表示货币。
</item>
<item>
字译格式(Lt):以数字符号字母表示数值型数据,只支持日文。
</item>
</list>
为了解释文化和格式化组合如何工作,我们将以“12345”举例。
<list type="bullet">
<item>
简体中文
<list type="bullet">
<item>
标准:壹万贰仟叁佰肆拾伍
</item>
<item>
普通:一万二千三百四十五
</item>
<item>
货币:壹万贰仟叁佰肆拾伍
</item>
<item>
字译:抛出ArgumentException异常
</item>
</list>
</item>
<item>
繁体中文
<list type="bullet">
<item>
标准:壹萬貳仟參佰肆拾伍
</item>
<item>
普通:一萬二千三百四十五
</item>
<item>
货币:壹萬貳仟參佰肆拾伍
</item>
<item>
字译:抛出ArgumentException异常
</item>
</list>
</item>
<item>
日语
<list type="bullet">
<item>
标准:壱萬弐阡参百四拾伍
</item>
<item>
普通:一万二千三百四十五
</item>
<item>
货币:抛出ArgumentException异常
</item>
<item>
字译:一二三四五
</item>
</list>
</item>
<item>
韩语
<list type="bullet">
<item>
标准:일만 이천삼백사십오
</item>
<item>
普通:抛出ArgumentException异常
</item>
<item>
货币:일만 이천삼백사십오
</item>
<item>
字译:抛出ArgumentException异常
</item>
</list>
</item>
<item>
其他语言:抛出ArgumentException异常
</item>
</list>
被支持的数据类型,包括 double、float、int、uint、long、ulong、short、ushort、sbyte、byte和decimal。
</remarks>
<example>
以下的代码演示了一个把数值转换为东亚的本地数字表示形式的字符串的实例。
<code source = "../../Example_CS/Program.cs" lang = "cs"></code>
<code source = "../../Example_VB/Main.vb" lang = "vbnet"></code>
<code source = "../../Example_CPP/Example_CPP.cpp" lang = "cpp"></code>
</example>
</member>
<member name="M:Microsoft.International.Formatters.EastAsiaNumericFormatter.#ctor">
<summary>
初始化EastAsiaNumericFormatter类的一个新实例。
</summary>
</member>
<member name="M:Microsoft.International.Formatters.EastAsiaNumericFormatter.GetFormat(System.Type)">
<summary>
返回一个实现了ICustomFormatter接口的格式化对象。
</summary>
<remarks>
请参阅<see cref="T:Microsoft.International.Formatters.EastAsiaNumericFormatter"/>来查看使用EastAsiaNumericFormatter的实例。
</remarks>
<param name="formatType">格式类型。</param>
<returns>
如果参数formatType是<see cref="T:System.ICustomFormatter"/>,则返回formatType本身,否则返回一个空引用。
</returns>
</member>
<member name="M:Microsoft.International.Formatters.EastAsiaNumericFormatter.Format(System.String,System.Object,System.IFormatProvider)">
<summary>
将对象格式化为东亚文化表示形式。
</summary>
<remarks>
请参阅<see cref="T:Microsoft.International.Formatters.EastAsiaNumericFormatter"/>来查看使用EastAsiaNumericFormatter的实例。
</remarks>
<param name="format">格式类型。</param>
<param name="arg">将被格式化的数据。</param>
<param name="formatProvider">格式提供者。</param>
<returns>用东亚语言格式化过的本地化字符串。</returns>
<exception cref="T:System.ArgumentNullException">
format,arg或者culture是一个空引用。
</exception>
<exception cref="T:System.ArgumentException">
localFmt在此文化中不被支持。
</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
arg超出范围。
</exception>
<exception cref="T:System.ArgumentException">
arg是一个无效类型。
</exception>
</member>
<member name="M:Microsoft.International.Formatters.EastAsiaNumericFormatter.FormatWithCulture(System.String,System.Object,System.IFormatProvider,System.Globalization.CultureInfo)">
<summary>
将对象格式化为指定的东亚文化表示形式。
</summary>
<remarks>
请参阅<see cref="T:Microsoft.International.Formatters.EastAsiaNumericFormatter">EastAsiaNumericFormatter</see>以获取使用EastAsiaNumericFormatter的实例。
</remarks>
<param name="format">格式类型。</param>
<param name="arg">将被格式化的数据。</param>
<param name="formatProvider">格式提供者。</param>
<param name="culture">文化类型。</param>
<returns>用东亚语言格式化过的本地化字符串。</returns>
<exception cref="T:System.ArgumentNullException">
format,arg或者culture是一个空引用。
</exception>
<exception cref="T:System.ArgumentException">
localFmt在此文化中不被支持。
</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
num超出范围。
</exception>
<exception cref="T:System.ArgumentException">
arg是一个无效类型。
</exception>
</member>
</members>
</doc>
\ No newline at end of file
<?xml version="1.0"?>
<doc>
<assembly>
<name>ExcelDataReader.DataSet</name>
</assembly>
<members>
<member name="T:ExcelDataReader.ExcelDataReaderExtensions">
<summary>
ExcelDataReader DataSet extensions
</summary>
</member>
<member name="M:ExcelDataReader.ExcelDataReaderExtensions.AsDataSet(ExcelDataReader.IExcelDataReader,ExcelDataReader.ExcelDataSetConfiguration)">
<summary>
Converts all sheets to a DataSet
</summary>
<param name="self">The IExcelDataReader instance</param>
<param name="configuration">An optional configuration object to modify the behavior of the conversion</param>
<returns>A dataset with all workbook contents</returns>
</member>
<member name="T:ExcelDataReader.ExcelDataSetConfiguration">
<summary>
Processing configuration options and callbacks for IExcelDataReader.AsDataSet().
</summary>
</member>
<member name="P:ExcelDataReader.ExcelDataSetConfiguration.UseColumnDataType">
<summary>
Gets or sets a value indicating whether to set the DataColumn.DataType property in a second pass.
</summary>
</member>
<member name="P:ExcelDataReader.ExcelDataSetConfiguration.ConfigureDataTable">
<summary>
Gets or sets a callback to obtain configuration options for a DataTable.
</summary>
</member>
<member name="P:ExcelDataReader.ExcelDataSetConfiguration.FilterSheet">
<summary>
Gets or sets a callback to determine whether to include the current sheet in the DataSet. Called once per sheet before ConfigureDataTable.
</summary>
</member>
<member name="T:ExcelDataReader.ExcelDataTableConfiguration">
<summary>
Processing configuration options and callbacks for AsDataTable().
</summary>
</member>
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.EmptyColumnNamePrefix">
<summary>
Gets or sets a value indicating the prefix of generated column names.
</summary>
</member>
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.UseHeaderRow">
<summary>
Gets or sets a value indicating whether to use a row from the data as column names.
</summary>
</member>
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.ReadHeaderRow">
<summary>
Gets or sets a callback to determine which row is the header row. Only called when UseHeaderRow = true.
</summary>
</member>
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.FilterRow">
<summary>
Gets or sets a callback to determine whether to include the current row in the DataTable.
</summary>
</member>
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.FilterColumn">
<summary>
Gets or sets a callback to determine whether to include the specific column in the DataTable. Called once per column after reading the headers.
</summary>
</member>
</members>
</doc>
This diff is collapsed.
<?xml version="1.0"?>
<doc>
<assembly>
<name>ExcelNumberFormat</name>
</assembly>
<members>
<member name="M:ExcelNumberFormat.CompatibleConvert.ToString(System.Object,System.IFormatProvider)">
<summary>
A backward-compatible version of <see cref="M:System.Convert.ToString(System.Object,System.IFormatProvider)"/>.
Starting from .net Core 3.0 the default precision used for formatting floating point number has changed.
To always format numbers the same way, no matter what version of runtime is used, we specify the precision explicitly.
</summary>
</member>
<member name="M:ExcelNumberFormat.Formatter.FormatThousands(System.String,System.Boolean,System.Boolean,System.Collections.Generic.List{System.String},System.Globalization.CultureInfo,System.Text.StringBuilder)">
<summary>
Prints right-aligned, left-padded integer before the decimal separator. With optional most-significant zero.
</summary>
</member>
<member name="M:ExcelNumberFormat.Formatter.FormatDecimals(System.String,System.Collections.Generic.List{System.String},System.Text.StringBuilder)">
<summary>
Prints left-aligned, right-padded integer after the decimal separator. Does not print significant zero.
</summary>
</member>
<member name="M:ExcelNumberFormat.Formatter.FormatDenominator(System.String,System.Collections.Generic.List{System.String},System.Text.StringBuilder)">
<summary>
Prints left-aligned, left-padded fraction integer denominator.
Assumes tokens contain only placeholders, valueString has fewer or equal number of digits as tokens.
</summary>
</member>
<member name="M:ExcelNumberFormat.Formatter.GetLeftAlignedValueDigit(System.String,System.String,System.Int32,System.Boolean,System.Int32@)">
<summary>
Returns the first digit from valueString. If the token is '?'
returns the first significant digit from valueString, or '0' if there are no significant digits.
The out valueIndex parameter contains the offset to the next digit in valueString.
</summary>
</member>
<member name="T:ExcelNumberFormat.NumberFormat">
<summary>
Parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
</summary>
</member>
<member name="M:ExcelNumberFormat.NumberFormat.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:ExcelNumberFormat.NumberFormat"/> class.
</summary>
<param name="formatString">The number format string.</param>
</member>
<member name="P:ExcelNumberFormat.NumberFormat.IsValid">
<summary>
Gets a value indicating whether the number format string is valid.
</summary>
</member>
<member name="P:ExcelNumberFormat.NumberFormat.FormatString">
<summary>
Gets the number format string.
</summary>
</member>
<member name="P:ExcelNumberFormat.NumberFormat.IsDateTimeFormat">
<summary>
Gets a value indicating whether the format represents a DateTime
</summary>
</member>
<member name="P:ExcelNumberFormat.NumberFormat.IsTimeSpanFormat">
<summary>
Gets a value indicating whether the format represents a TimeSpan
</summary>
</member>
<member name="M:ExcelNumberFormat.NumberFormat.Format(System.Object,System.Globalization.CultureInfo)">
<summary>
Formats a value with this number format in a specified culture.
</summary>
<param name="value">The value to format.</param>
<param name="culture">The culture to use for formatting.</param>
<returns>The formatted string.</returns>
</member>
<member name="M:ExcelNumberFormat.Parser.ParseNumberTokens(System.Collections.Generic.List{System.String},System.Int32,System.Collections.Generic.List{System.String}@,System.Boolean@,System.Collections.Generic.List{System.String}@)">
<summary>
Parses as many placeholders and literals needed to format a number with optional decimals.
Returns number of tokens parsed, or 0 if the tokens didn't form a number.
</summary>
</member>
</members>
</doc>
<?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.#ctor(Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings)">
<summary>
Creates an instance using the given ICompilerSettings
</summary>
<param name="compilerSettings"></param>
</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.ICompilerSettings">
<summary>
Provides settings for the C# and VB CodeProviders
</summary>
</member>
<member name="P:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings.CompilerFullPath">
<summary>
The full path to csc.exe or vbc.exe
</summary>
</member>
<member name="P:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings.CompilerServerTimeToLive">
<summary>
TTL in seconds
</summary>
</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.#ctor(Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings)">
<summary>
Creates an instance using the given ICompilerSettings
</summary>
<param name="compilerSettings"></param>
</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>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment