@tsonic/efcore-sqlserver 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +4791 -0
- package/Azure/internal/index.d.ts +433 -0
- package/Azure/internal/metadata.json +2772 -0
- package/Azure.Core/bindings.json +8215 -0
- package/Azure.Core/internal/index.d.ts +665 -0
- package/Azure.Core/internal/metadata.json +5291 -0
- package/Azure.Core.Cryptography/bindings.json +158 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
- package/Azure.Core.Cryptography/internal/metadata.json +122 -0
- package/Azure.Core.Cryptography.d.ts +15 -0
- package/Azure.Core.Cryptography.js +9 -0
- package/Azure.Core.Diagnostics/bindings.json +154 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
- package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
- package/Azure.Core.Diagnostics.d.ts +13 -0
- package/Azure.Core.Diagnostics.js +9 -0
- package/Azure.Core.Extensions/bindings.json +158 -0
- package/Azure.Core.Extensions/internal/index.d.ts +42 -0
- package/Azure.Core.Extensions/internal/metadata.json +139 -0
- package/Azure.Core.Extensions.d.ts +16 -0
- package/Azure.Core.Extensions.js +9 -0
- package/Azure.Core.GeoJson/bindings.json +2736 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
- package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
- package/Azure.Core.GeoJson.d.ts +29 -0
- package/Azure.Core.GeoJson.js +9 -0
- package/Azure.Core.Pipeline/bindings.json +1894 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
- package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
- package/Azure.Core.Pipeline.d.ts +32 -0
- package/Azure.Core.Pipeline.js +9 -0
- package/Azure.Core.Serialization/bindings.json +691 -0
- package/Azure.Core.Serialization/internal/index.d.ts +90 -0
- package/Azure.Core.Serialization/internal/metadata.json +468 -0
- package/Azure.Core.Serialization.d.ts +23 -0
- package/Azure.Core.Serialization.js +9 -0
- package/Azure.Core.d.ts +60 -0
- package/Azure.Core.js +9 -0
- package/Azure.Identity/bindings.json +11689 -0
- package/Azure.Identity/internal/index.d.ts +884 -0
- package/Azure.Identity/internal/metadata.json +5255 -0
- package/Azure.Identity.d.ts +75 -0
- package/Azure.Identity.js +9 -0
- package/Azure.Messaging/bindings.json +515 -0
- package/Azure.Messaging/internal/index.d.ts +62 -0
- package/Azure.Messaging/internal/metadata.json +316 -0
- package/Azure.Messaging.d.ts +17 -0
- package/Azure.Messaging.js +9 -0
- package/Azure.d.ts +69 -0
- package/Azure.js +9 -0
- package/LICENSE +21 -0
- package/Microsoft.Data/bindings.json +74 -0
- package/Microsoft.Data/internal/index.d.ts +33 -0
- package/Microsoft.Data/internal/metadata.json +59 -0
- package/Microsoft.Data.Sql/bindings.json +221 -0
- package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
- package/Microsoft.Data.Sql/internal/metadata.json +136 -0
- package/Microsoft.Data.Sql.d.ts +15 -0
- package/Microsoft.Data.Sql.js +9 -0
- package/Microsoft.Data.SqlClient/bindings.json +17875 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
- package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
- package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
- package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
- package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
- package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
- package/Microsoft.Data.SqlClient.Server.js +9 -0
- package/Microsoft.Data.SqlClient.d.ts +92 -0
- package/Microsoft.Data.SqlClient.js +9 -0
- package/Microsoft.Data.SqlTypes/bindings.json +902 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
- package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
- package/Microsoft.Data.SqlTypes.d.ts +17 -0
- package/Microsoft.Data.SqlTypes.js +9 -0
- package/Microsoft.Data.d.ts +15 -0
- package/Microsoft.Data.js +9 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Identity.Client/bindings.json +23512 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
- package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
- package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
- package/Microsoft.Identity.Client.Advanced.js +9 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
- package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
- package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
- package/Microsoft.Identity.Client.AppConfig.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
- package/Microsoft.Identity.Client.AuthScheme.js +9 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
- package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
- package/Microsoft.Identity.Client.Cache.d.ts +13 -0
- package/Microsoft.Identity.Client.Cache.js +9 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
- package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
- package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
- package/Microsoft.Identity.Client.Extensibility.js +9 -0
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
- package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
- package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
- package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
- package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
- package/Microsoft.Identity.Client.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
- package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.RP/bindings.json +83 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
- package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
- package/Microsoft.Identity.Client.RP.d.ts +18 -0
- package/Microsoft.Identity.Client.RP.js +9 -0
- package/Microsoft.Identity.Client.Region/bindings.json +167 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
- package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
- package/Microsoft.Identity.Client.Region.d.ts +12 -0
- package/Microsoft.Identity.Client.Region.js +9 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
- package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
- package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
- package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
- package/Microsoft.Identity.Client.Utils.d.ts +13 -0
- package/Microsoft.Identity.Client.Utils.js +9 -0
- package/Microsoft.Identity.Client.d.ts +124 -0
- package/Microsoft.Identity.Client.js +9 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
- package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
- package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
- package/Microsoft.IdentityModel.Abstractions.js +9 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
- package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
- package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
- package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
- package/Microsoft.IdentityModel.Logging.d.ts +21 -0
- package/Microsoft.IdentityModel.Logging.js +9 -0
- package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
- package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
- package/Microsoft.IdentityModel.Protocols.js +9 -0
- package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
- package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
- package/Microsoft.IdentityModel.Tokens.js +9 -0
- package/Microsoft.SqlServer.Server/bindings.json +1337 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
- package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
- package/Microsoft.SqlServer.Server.d.ts +23 -0
- package/Microsoft.SqlServer.Server.js +9 -0
- package/README.md +5 -0
- package/System/bindings.json +877 -0
- package/System/internal/index.d.ts +67 -0
- package/System/internal/metadata.json +523 -0
- package/System.ClientModel/bindings.json +975 -0
- package/System.ClientModel/internal/index.d.ts +152 -0
- package/System.ClientModel/internal/metadata.json +637 -0
- package/System.ClientModel.Primitives/bindings.json +5278 -0
- package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
- package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
- package/System.ClientModel.Primitives.d.ts +65 -0
- package/System.ClientModel.Primitives.js +9 -0
- package/System.ClientModel.d.ts +42 -0
- package/System.ClientModel.js +9 -0
- package/System.Configuration/bindings.json +22798 -0
- package/System.Configuration/internal/index.d.ts +2085 -0
- package/System.Configuration/internal/metadata.json +11888 -0
- package/System.Configuration.Internal/bindings.json +3313 -0
- package/System.Configuration.Internal/internal/index.d.ts +228 -0
- package/System.Configuration.Internal/internal/metadata.json +2269 -0
- package/System.Configuration.Internal.d.ts +30 -0
- package/System.Configuration.Internal.js +9 -0
- package/System.Configuration.Provider/bindings.json +447 -0
- package/System.Configuration.Provider/internal/index.d.ts +63 -0
- package/System.Configuration.Provider/internal/metadata.json +284 -0
- package/System.Configuration.Provider.d.ts +17 -0
- package/System.Configuration.Provider.js +9 -0
- package/System.Configuration.d.ts +166 -0
- package/System.Configuration.js +9 -0
- package/System.Diagnostics/bindings.json +44 -0
- package/System.Diagnostics/internal/index.d.ts +18 -0
- package/System.Diagnostics/internal/metadata.json +48 -0
- package/System.Diagnostics.d.ts +12 -0
- package/System.Diagnostics.js +9 -0
- package/System.Drawing.Configuration/bindings.json +178 -0
- package/System.Drawing.Configuration/internal/index.d.ts +25 -0
- package/System.Drawing.Configuration/internal/metadata.json +46 -0
- package/System.Drawing.Configuration.d.ts +13 -0
- package/System.Drawing.Configuration.js +9 -0
- package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
- package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
- package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
- package/System.IdentityModel.Tokens.Jwt.js +9 -0
- package/System.Security.Cryptography/bindings.json +146 -0
- package/System.Security.Cryptography/internal/index.d.ts +25 -0
- package/System.Security.Cryptography/internal/metadata.json +104 -0
- package/System.Security.Cryptography.d.ts +13 -0
- package/System.Security.Cryptography.js +9 -0
- package/System.Text.Json.Serialization/bindings.json +96 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
- package/System.Text.Json.Serialization/internal/metadata.json +70 -0
- package/System.Text.Json.Serialization.d.ts +15 -0
- package/System.Text.Json.Serialization.js +9 -0
- package/System.d.ts +21 -0
- package/System.js +9 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +14 -0
- package/__build/scripts/generate.sh +113 -0
- package/__internal/extensions/index.d.ts +153 -0
- package/families.json +30 -0
- package/package.json +27 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,2085 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Configuration
|
|
3
|
+
// Assembly: System.Configuration.ConfigurationManager
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
6
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
8
|
+
// Import types from other namespaces
|
|
9
|
+
import * as System_Configuration_Internal_Internal from "../../System.Configuration.Internal/internal/index.js";
|
|
10
|
+
import type { IConfigErrorInfo } from "../../System.Configuration.Internal/internal/index.js";
|
|
11
|
+
import * as System_Configuration_Provider_Internal from "../../System.Configuration.Provider/internal/index.js";
|
|
12
|
+
import type { ProviderBase, ProviderCollection } from "../../System.Configuration.Provider/internal/index.js";
|
|
13
|
+
import type { UriIdnScope } from "../../System/internal/index.js";
|
|
14
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
15
|
+
import type { Hashtable, ICollection, IDictionary, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from "@tsonic/dotnet/System.Collections.js";
|
|
16
|
+
import * as System_Collections_Specialized_Internal from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
17
|
+
import type { NameObjectCollectionBase, NameValueCollection, StringCollection } from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
18
|
+
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
|
|
19
|
+
import type { CancelEventArgs, INotifyPropertyChanged, ITypeDescriptorContext, PropertyChangedEventHandler, TypeConverter } from "@tsonic/dotnet/System.ComponentModel.js";
|
|
20
|
+
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
|
|
21
|
+
import * as System_Lib from "@tsonic/dotnet/System.js";
|
|
22
|
+
import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Enum, EventArgs, Exception, Func, GenericUriParserOptions, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
|
|
23
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
24
|
+
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
25
|
+
import type { FrameworkName } from "@tsonic/dotnet/System.Runtime.Versioning.js";
|
|
26
|
+
import type { RSAParameters } from "@tsonic/dotnet/System.Security.Cryptography.js";
|
|
27
|
+
import * as System_Xml_Internal from "@tsonic/dotnet/System.Xml.js";
|
|
28
|
+
import type { XmlAttribute, XmlCDataSection, XmlComment, XmlDocument, XmlElement, XmlNode, XmlReader, XmlSignificantWhitespace, XmlText, XmlTextReader, XmlWhitespace } from "@tsonic/dotnet/System.Xml.js";
|
|
29
|
+
import * as System_Xml_XPath_Internal from "@tsonic/dotnet/System.Xml.XPath.js";
|
|
30
|
+
import type { IXPathNavigable } from "@tsonic/dotnet/System.Xml.XPath.js";
|
|
31
|
+
|
|
32
|
+
export enum ConfigurationAllowDefinition {
|
|
33
|
+
machineOnly = 0,
|
|
34
|
+
machineToWebRoot = 100,
|
|
35
|
+
machineToApplication = 200,
|
|
36
|
+
everywhere = 300
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
export enum ConfigurationAllowExeDefinition {
|
|
41
|
+
machineOnly = 0,
|
|
42
|
+
machineToApplication = 100,
|
|
43
|
+
machineToRoamingUser = 200,
|
|
44
|
+
machineToLocalUser = 300
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
export enum ConfigurationElementCollectionType {
|
|
49
|
+
basicMap = 0,
|
|
50
|
+
addRemoveClearMap = 1,
|
|
51
|
+
basicMapAlternate = 2,
|
|
52
|
+
addRemoveClearMapAlternate = 3
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
export enum ConfigurationPropertyOptions {
|
|
57
|
+
none = 0,
|
|
58
|
+
isDefaultCollection = 1,
|
|
59
|
+
isRequired = 2,
|
|
60
|
+
isKey = 4,
|
|
61
|
+
isTypeStringTransformationRequired = 8,
|
|
62
|
+
isAssemblyStringTransformationRequired = 16,
|
|
63
|
+
isVersionCheckRequired = 32
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
export enum ConfigurationSaveMode {
|
|
68
|
+
modified = 0,
|
|
69
|
+
minimal = 1,
|
|
70
|
+
full = 2
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
export enum ConfigurationUserLevel {
|
|
75
|
+
none = 0,
|
|
76
|
+
perUserRoaming = 10,
|
|
77
|
+
perUserRoamingAndLocal = 20
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
export enum OverrideMode {
|
|
82
|
+
inherit = 0,
|
|
83
|
+
allow = 1,
|
|
84
|
+
deny = 2
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
export enum PropertyValueOrigin {
|
|
89
|
+
default_ = 0,
|
|
90
|
+
inherited = 1,
|
|
91
|
+
setHere = 2
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
export enum SettingsManageability {
|
|
96
|
+
roaming = 0
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
export enum SettingsSerializeAs {
|
|
101
|
+
string_ = 0,
|
|
102
|
+
xml = 1,
|
|
103
|
+
binary = 2,
|
|
104
|
+
providerSpecific = 3
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
export enum SpecialSetting {
|
|
109
|
+
connectionString = 0,
|
|
110
|
+
webServiceUrl = 1
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
export type SettingChangingEventHandler = (sender: unknown, e: SettingChangingEventArgs) => void;
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
export type SettingsLoadedEventHandler = (sender: unknown, e: SettingsLoadedEventArgs) => void;
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
export type SettingsSavingEventHandler = (sender: unknown, e: CancelEventArgs) => void;
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
export type ValidatorCallback = (value: unknown) => void;
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
export interface IApplicationSettingsProvider$instance {
|
|
127
|
+
getPreviousVersion(context: SettingsContext, property: SettingsProperty): SettingsPropertyValue;
|
|
128
|
+
reset(context: SettingsContext): void;
|
|
129
|
+
upgrade(context: SettingsContext, properties: SettingsPropertyCollection): void;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
export type IApplicationSettingsProvider = IApplicationSettingsProvider$instance;
|
|
134
|
+
|
|
135
|
+
export interface IConfigurationSectionHandler$instance {
|
|
136
|
+
create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
export type IConfigurationSectionHandler = IConfigurationSectionHandler$instance;
|
|
141
|
+
|
|
142
|
+
export interface IConfigurationSystem$instance {
|
|
143
|
+
getConfig(configKey: string): unknown;
|
|
144
|
+
init(): void;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
export type IConfigurationSystem = IConfigurationSystem$instance;
|
|
149
|
+
|
|
150
|
+
export interface IPersistComponentSettings$instance {
|
|
151
|
+
saveSettings: boolean;
|
|
152
|
+
settingsKey: string;
|
|
153
|
+
loadComponentSettings(): void;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
export type IPersistComponentSettings = IPersistComponentSettings$instance;
|
|
158
|
+
|
|
159
|
+
export interface ISettingsProviderService$instance {
|
|
160
|
+
getSettingsProvider(property: SettingsProperty): SettingsProvider;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
export type ISettingsProviderService = ISettingsProviderService$instance;
|
|
165
|
+
|
|
166
|
+
export interface ApplicationScopedSettingAttribute$instance extends SettingAttribute {
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
export const ApplicationScopedSettingAttribute: {
|
|
171
|
+
new(): ApplicationScopedSettingAttribute;
|
|
172
|
+
};
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
export type ApplicationScopedSettingAttribute = ApplicationScopedSettingAttribute$instance;
|
|
176
|
+
|
|
177
|
+
export interface ApplicationSettingsBase$instance extends SettingsBase {
|
|
178
|
+
readonly context: SettingsContext;
|
|
179
|
+
item: unknown;
|
|
180
|
+
readonly properties: SettingsPropertyCollection;
|
|
181
|
+
readonly propertyValues: SettingsPropertyValueCollection;
|
|
182
|
+
readonly providers: SettingsProviderCollection;
|
|
183
|
+
settingsKey: string;
|
|
184
|
+
getPreviousVersion(propertyName: string): unknown;
|
|
185
|
+
reload(): void;
|
|
186
|
+
reset(): void;
|
|
187
|
+
save(): void;
|
|
188
|
+
upgrade(): void;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
export const ApplicationSettingsBase: {
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
export type ApplicationSettingsBase = ApplicationSettingsBase$instance;
|
|
197
|
+
|
|
198
|
+
export interface ApplicationSettingsGroup$instance extends ConfigurationSectionGroup {
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
export const ApplicationSettingsGroup: {
|
|
203
|
+
new(): ApplicationSettingsGroup;
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
export type ApplicationSettingsGroup = ApplicationSettingsGroup$instance;
|
|
208
|
+
|
|
209
|
+
export interface AppSettingsReader$instance {
|
|
210
|
+
getValue(key: string, type_: Type): unknown;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
export const AppSettingsReader: {
|
|
215
|
+
new(): AppSettingsReader;
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
export type AppSettingsReader = AppSettingsReader$instance;
|
|
220
|
+
|
|
221
|
+
export interface AppSettingsSection$instance extends ConfigurationSection {
|
|
222
|
+
file: string;
|
|
223
|
+
readonly settings: KeyValueConfigurationCollection;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
export const AppSettingsSection: {
|
|
228
|
+
new(): AppSettingsSection;
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
export type AppSettingsSection = AppSettingsSection$instance;
|
|
233
|
+
|
|
234
|
+
export interface CallbackValidator$instance extends ConfigurationValidatorBase {
|
|
235
|
+
canValidate(type_: Type): boolean;
|
|
236
|
+
validate(value: unknown): void;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
export const CallbackValidator: {
|
|
241
|
+
new(type_: Type, callback: ValidatorCallback): CallbackValidator;
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
export type CallbackValidator = CallbackValidator$instance;
|
|
246
|
+
|
|
247
|
+
export interface CallbackValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
248
|
+
callbackMethodName: string;
|
|
249
|
+
type_: Type;
|
|
250
|
+
readonly validatorInstance: ConfigurationValidatorBase;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
export const CallbackValidatorAttribute: {
|
|
255
|
+
new(): CallbackValidatorAttribute;
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
export type CallbackValidatorAttribute = CallbackValidatorAttribute$instance;
|
|
260
|
+
|
|
261
|
+
export interface ClientSettingsSection$instance extends ConfigurationSection {
|
|
262
|
+
readonly settings: SettingElementCollection;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
export const ClientSettingsSection: {
|
|
267
|
+
new(): ClientSettingsSection;
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
export type ClientSettingsSection = ClientSettingsSection$instance;
|
|
272
|
+
|
|
273
|
+
export interface CommaDelimitedStringCollection$instance extends StringCollection {
|
|
274
|
+
readonly isModified: boolean;
|
|
275
|
+
readonly isReadOnly: boolean;
|
|
276
|
+
item: string;
|
|
277
|
+
add(value: string): void;
|
|
278
|
+
addRange(range: string[]): void;
|
|
279
|
+
clear(): void;
|
|
280
|
+
clone(): CommaDelimitedStringCollection;
|
|
281
|
+
insert(index: int, value: string): void;
|
|
282
|
+
remove(value: string): void;
|
|
283
|
+
setReadOnly(): void;
|
|
284
|
+
toString(): string | undefined;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
export const CommaDelimitedStringCollection: {
|
|
289
|
+
new(): CommaDelimitedStringCollection;
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
export type CommaDelimitedStringCollection = CommaDelimitedStringCollection$instance;
|
|
294
|
+
|
|
295
|
+
export interface CommaDelimitedStringCollectionConverter$instance extends ConfigurationConverterBase {
|
|
296
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
297
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
export const CommaDelimitedStringCollectionConverter: {
|
|
302
|
+
new(): CommaDelimitedStringCollectionConverter;
|
|
303
|
+
};
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
export type CommaDelimitedStringCollectionConverter = CommaDelimitedStringCollectionConverter$instance;
|
|
307
|
+
|
|
308
|
+
export interface Configuration$instance {
|
|
309
|
+
readonly appSettings: AppSettingsSection;
|
|
310
|
+
assemblyStringTransformer: Func<System_Internal.String, System_Internal.String>;
|
|
311
|
+
readonly connectionStrings: ConnectionStringsSection;
|
|
312
|
+
readonly evaluationContext: ContextInformation;
|
|
313
|
+
readonly filePath: string;
|
|
314
|
+
readonly hasFile: boolean;
|
|
315
|
+
readonly locations: ConfigurationLocationCollection;
|
|
316
|
+
namespaceDeclared: boolean;
|
|
317
|
+
readonly rootSectionGroup: ConfigurationSectionGroup;
|
|
318
|
+
readonly sectionGroups: ConfigurationSectionGroupCollection;
|
|
319
|
+
readonly sections: ConfigurationSectionCollection;
|
|
320
|
+
targetFramework: FrameworkName;
|
|
321
|
+
typeStringTransformer: Func<System_Internal.String, System_Internal.String>;
|
|
322
|
+
getSection(sectionName: string): ConfigurationSection;
|
|
323
|
+
getSectionGroup(sectionGroupName: string): ConfigurationSectionGroup;
|
|
324
|
+
save(): void;
|
|
325
|
+
save(saveMode: ConfigurationSaveMode): void;
|
|
326
|
+
save(saveMode: ConfigurationSaveMode, forceSaveAll: boolean): void;
|
|
327
|
+
saveAs(filename: string): void;
|
|
328
|
+
saveAs(filename: string, saveMode: ConfigurationSaveMode): void;
|
|
329
|
+
saveAs(filename: string, saveMode: ConfigurationSaveMode, forceSaveAll: boolean): void;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
export const Configuration: {
|
|
334
|
+
new(): Configuration;
|
|
335
|
+
};
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
export type Configuration = Configuration$instance;
|
|
339
|
+
|
|
340
|
+
export interface ConfigurationCollectionAttribute$instance extends Attribute {
|
|
341
|
+
addItemName: string;
|
|
342
|
+
clearItemsName: string;
|
|
343
|
+
collectionType: ConfigurationElementCollectionType;
|
|
344
|
+
readonly itemType: Type;
|
|
345
|
+
removeItemName: string;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
export const ConfigurationCollectionAttribute: {
|
|
350
|
+
new(itemType: Type): ConfigurationCollectionAttribute;
|
|
351
|
+
};
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
export type ConfigurationCollectionAttribute = ConfigurationCollectionAttribute$instance;
|
|
355
|
+
|
|
356
|
+
export interface ConfigurationConverterBase$instance extends TypeConverter {
|
|
357
|
+
canConvertFrom(ctx: ITypeDescriptorContext, type_: Type): boolean;
|
|
358
|
+
canConvertTo(ctx: ITypeDescriptorContext, type_: Type): boolean;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
export const ConfigurationConverterBase: {
|
|
363
|
+
};
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
export type ConfigurationConverterBase = ConfigurationConverterBase$instance;
|
|
367
|
+
|
|
368
|
+
export interface ConfigurationElement$instance {
|
|
369
|
+
readonly currentConfiguration: Configuration;
|
|
370
|
+
readonly elementInformation: ElementInformation;
|
|
371
|
+
readonly lockAllAttributesExcept: ConfigurationLockCollection;
|
|
372
|
+
readonly lockAllElementsExcept: ConfigurationLockCollection;
|
|
373
|
+
readonly lockAttributes: ConfigurationLockCollection;
|
|
374
|
+
readonly lockElements: ConfigurationLockCollection;
|
|
375
|
+
lockItem: boolean;
|
|
376
|
+
equals(compareTo: unknown): boolean;
|
|
377
|
+
getHashCode(): int;
|
|
378
|
+
isReadOnly(): boolean;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
export const ConfigurationElement: {
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
export type ConfigurationElement = ConfigurationElement$instance;
|
|
387
|
+
|
|
388
|
+
export interface ConfigurationElementCollection$instance extends ConfigurationElement {
|
|
389
|
+
readonly collectionType: ConfigurationElementCollectionType;
|
|
390
|
+
readonly count: int;
|
|
391
|
+
emitClear: boolean;
|
|
392
|
+
readonly isSynchronized: boolean;
|
|
393
|
+
readonly syncRoot: unknown;
|
|
394
|
+
copyTo(array: ConfigurationElement[], index: int): void;
|
|
395
|
+
equals(compareTo: unknown): boolean;
|
|
396
|
+
getEnumerator(): IEnumerator;
|
|
397
|
+
getHashCode(): int;
|
|
398
|
+
isReadOnly(): boolean;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
export const ConfigurationElementCollection: {
|
|
403
|
+
};
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
export type ConfigurationElementCollection = ConfigurationElementCollection$instance;
|
|
407
|
+
|
|
408
|
+
export interface ConfigurationElementProperty$instance {
|
|
409
|
+
readonly validator: ConfigurationValidatorBase;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
export const ConfigurationElementProperty: {
|
|
414
|
+
new(validator: ConfigurationValidatorBase): ConfigurationElementProperty;
|
|
415
|
+
};
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
export type ConfigurationElementProperty = ConfigurationElementProperty$instance;
|
|
419
|
+
|
|
420
|
+
export interface ConfigurationErrorsException$instance extends ConfigurationException {
|
|
421
|
+
readonly errors: ICollection;
|
|
422
|
+
readonly filename: string;
|
|
423
|
+
readonly line: int;
|
|
424
|
+
readonly message: string;
|
|
425
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
export const ConfigurationErrorsException: {
|
|
430
|
+
new(message: string, inner: Exception, filename: string, line: int): ConfigurationErrorsException;
|
|
431
|
+
new(): ConfigurationErrorsException;
|
|
432
|
+
new(message: string): ConfigurationErrorsException;
|
|
433
|
+
new(message: string, inner: Exception): ConfigurationErrorsException;
|
|
434
|
+
new(message: string, filename: string, line: int): ConfigurationErrorsException;
|
|
435
|
+
new(message: string, node: XmlNode): ConfigurationErrorsException;
|
|
436
|
+
new(message: string, inner: Exception, node: XmlNode): ConfigurationErrorsException;
|
|
437
|
+
new(message: string, reader: XmlReader): ConfigurationErrorsException;
|
|
438
|
+
new(message: string, inner: Exception, reader: XmlReader): ConfigurationErrorsException;
|
|
439
|
+
getFilename(node: XmlNode): string;
|
|
440
|
+
getFilename(reader: XmlReader): string;
|
|
441
|
+
getLineNumber(node: XmlNode): int;
|
|
442
|
+
getLineNumber(reader: XmlReader): int;
|
|
443
|
+
};
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
export type ConfigurationErrorsException = ConfigurationErrorsException$instance;
|
|
447
|
+
|
|
448
|
+
export interface ConfigurationException$instance extends SystemException {
|
|
449
|
+
readonly bareMessage: string;
|
|
450
|
+
readonly filename: string;
|
|
451
|
+
readonly line: int;
|
|
452
|
+
readonly message: string;
|
|
453
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
export const ConfigurationException: {
|
|
458
|
+
new(): ConfigurationException;
|
|
459
|
+
new(message: string): ConfigurationException;
|
|
460
|
+
new(message: string, inner: Exception): ConfigurationException;
|
|
461
|
+
new(message: string, node: XmlNode): ConfigurationException;
|
|
462
|
+
new(message: string, inner: Exception, node: XmlNode): ConfigurationException;
|
|
463
|
+
new(message: string, filename: string, line: int): ConfigurationException;
|
|
464
|
+
new(message: string, inner: Exception, filename: string, line: int): ConfigurationException;
|
|
465
|
+
getXmlNodeFilename(node: XmlNode): string;
|
|
466
|
+
getXmlNodeLineNumber(node: XmlNode): int;
|
|
467
|
+
};
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
export type ConfigurationException = ConfigurationException$instance;
|
|
471
|
+
|
|
472
|
+
export interface ConfigurationFileMap$instance {
|
|
473
|
+
machineConfigFilename: string;
|
|
474
|
+
clone(): unknown;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
export const ConfigurationFileMap: {
|
|
479
|
+
new(): ConfigurationFileMap;
|
|
480
|
+
new(machineConfigFilename: string): ConfigurationFileMap;
|
|
481
|
+
};
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
export type ConfigurationFileMap = ConfigurationFileMap$instance;
|
|
485
|
+
|
|
486
|
+
export interface ConfigurationLocation$instance {
|
|
487
|
+
readonly path: string;
|
|
488
|
+
openConfiguration(): Configuration;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
export const ConfigurationLocation: {
|
|
493
|
+
new(): ConfigurationLocation;
|
|
494
|
+
};
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
export type ConfigurationLocation = ConfigurationLocation$instance;
|
|
498
|
+
|
|
499
|
+
export interface ConfigurationLocationCollection$instance extends ReadOnlyCollectionBase {
|
|
500
|
+
readonly item: ConfigurationLocation;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
export const ConfigurationLocationCollection: {
|
|
505
|
+
new(): ConfigurationLocationCollection;
|
|
506
|
+
};
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
export type ConfigurationLocationCollection = ConfigurationLocationCollection$instance;
|
|
510
|
+
|
|
511
|
+
export interface ConfigurationLockCollection$instance {
|
|
512
|
+
readonly attributeList: string;
|
|
513
|
+
readonly count: int;
|
|
514
|
+
readonly hasParentElements: boolean;
|
|
515
|
+
readonly isModified: boolean;
|
|
516
|
+
readonly isSynchronized: boolean;
|
|
517
|
+
readonly syncRoot: unknown;
|
|
518
|
+
add(name: string): void;
|
|
519
|
+
clear(): void;
|
|
520
|
+
contains(name: string): boolean;
|
|
521
|
+
copyTo(array: string[], index: int): void;
|
|
522
|
+
getEnumerator(): IEnumerator;
|
|
523
|
+
isReadOnly(name: string): boolean;
|
|
524
|
+
remove(name: string): void;
|
|
525
|
+
setFromList(attributeList: string): void;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
export const ConfigurationLockCollection: {
|
|
530
|
+
new(): ConfigurationLockCollection;
|
|
531
|
+
};
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
export type ConfigurationLockCollection = ConfigurationLockCollection$instance;
|
|
535
|
+
|
|
536
|
+
export interface ConfigurationProperty$instance {
|
|
537
|
+
readonly converter: TypeConverter;
|
|
538
|
+
readonly defaultValue: unknown;
|
|
539
|
+
readonly description: string;
|
|
540
|
+
readonly isAssemblyStringTransformationRequired: boolean;
|
|
541
|
+
readonly isDefaultCollection: boolean;
|
|
542
|
+
readonly isKey: boolean;
|
|
543
|
+
readonly isRequired: boolean;
|
|
544
|
+
readonly isTypeStringTransformationRequired: boolean;
|
|
545
|
+
readonly isVersionCheckRequired: boolean;
|
|
546
|
+
readonly name: string;
|
|
547
|
+
readonly type_: Type;
|
|
548
|
+
readonly validator: ConfigurationValidatorBase;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
export const ConfigurationProperty: {
|
|
553
|
+
new(name: string, type_: Type): ConfigurationProperty;
|
|
554
|
+
new(name: string, type_: Type, defaultValue: unknown): ConfigurationProperty;
|
|
555
|
+
new(name: string, type_: Type, defaultValue: unknown, options: ConfigurationPropertyOptions): ConfigurationProperty;
|
|
556
|
+
new(name: string, type_: Type, defaultValue: unknown, typeConverter: TypeConverter, validator: ConfigurationValidatorBase, options: ConfigurationPropertyOptions): ConfigurationProperty;
|
|
557
|
+
new(name: string, type_: Type, defaultValue: unknown, typeConverter: TypeConverter, validator: ConfigurationValidatorBase, options: ConfigurationPropertyOptions, description: string): ConfigurationProperty;
|
|
558
|
+
};
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
export type ConfigurationProperty = ConfigurationProperty$instance;
|
|
562
|
+
|
|
563
|
+
export interface ConfigurationPropertyAttribute$instance extends Attribute {
|
|
564
|
+
defaultValue: unknown;
|
|
565
|
+
isDefaultCollection: boolean;
|
|
566
|
+
isKey: boolean;
|
|
567
|
+
isRequired: boolean;
|
|
568
|
+
readonly name: string;
|
|
569
|
+
options: ConfigurationPropertyOptions;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
export const ConfigurationPropertyAttribute: {
|
|
574
|
+
new(name: string): ConfigurationPropertyAttribute;
|
|
575
|
+
};
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
export type ConfigurationPropertyAttribute = ConfigurationPropertyAttribute$instance;
|
|
579
|
+
|
|
580
|
+
export interface ConfigurationPropertyCollection$instance {
|
|
581
|
+
readonly count: int;
|
|
582
|
+
readonly isSynchronized: boolean;
|
|
583
|
+
readonly item: ConfigurationProperty;
|
|
584
|
+
readonly syncRoot: unknown;
|
|
585
|
+
add(property: ConfigurationProperty): void;
|
|
586
|
+
clear(): void;
|
|
587
|
+
contains(name: string): boolean;
|
|
588
|
+
copyTo(array: ConfigurationProperty[], index: int): void;
|
|
589
|
+
getEnumerator(): IEnumerator;
|
|
590
|
+
remove(name: string): boolean;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
export const ConfigurationPropertyCollection: {
|
|
595
|
+
new(): ConfigurationPropertyCollection;
|
|
596
|
+
};
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
export type ConfigurationPropertyCollection = ConfigurationPropertyCollection$instance;
|
|
600
|
+
|
|
601
|
+
export interface ConfigurationSection$instance extends ConfigurationElement {
|
|
602
|
+
readonly sectionInformation: SectionInformation;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
export const ConfigurationSection: {
|
|
607
|
+
};
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
export type ConfigurationSection = ConfigurationSection$instance;
|
|
611
|
+
|
|
612
|
+
export interface ConfigurationSectionCollection$instance extends NameObjectCollectionBase {
|
|
613
|
+
add(name: string, section: ConfigurationSection): void;
|
|
614
|
+
clear(): void;
|
|
615
|
+
copyTo(array: ConfigurationSection[], index: int): void;
|
|
616
|
+
get_(index: int): ConfigurationSection;
|
|
617
|
+
get_(name: string): ConfigurationSection;
|
|
618
|
+
get_Item(name: string): ConfigurationSection;
|
|
619
|
+
get_Item(index: int): ConfigurationSection;
|
|
620
|
+
getEnumerator(): IEnumerator;
|
|
621
|
+
getKey(index: int): string;
|
|
622
|
+
remove(name: string): void;
|
|
623
|
+
removeAt(index: int): void;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
export const ConfigurationSectionCollection: {
|
|
628
|
+
new(): ConfigurationSectionCollection;
|
|
629
|
+
};
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
export type ConfigurationSectionCollection = ConfigurationSectionCollection$instance;
|
|
633
|
+
|
|
634
|
+
export interface ConfigurationSectionGroup$instance {
|
|
635
|
+
readonly isDeclarationRequired: boolean;
|
|
636
|
+
readonly isDeclared: boolean;
|
|
637
|
+
readonly name: string;
|
|
638
|
+
readonly sectionGroupName: string;
|
|
639
|
+
readonly sectionGroups: ConfigurationSectionGroupCollection;
|
|
640
|
+
readonly sections: ConfigurationSectionCollection;
|
|
641
|
+
type_: string;
|
|
642
|
+
forceDeclaration(): void;
|
|
643
|
+
forceDeclaration(force: boolean): void;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
export const ConfigurationSectionGroup: {
|
|
648
|
+
new(): ConfigurationSectionGroup;
|
|
649
|
+
};
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
export type ConfigurationSectionGroup = ConfigurationSectionGroup$instance;
|
|
653
|
+
|
|
654
|
+
export interface ConfigurationSectionGroupCollection$instance extends NameObjectCollectionBase {
|
|
655
|
+
add(name: string, sectionGroup: ConfigurationSectionGroup): void;
|
|
656
|
+
clear(): void;
|
|
657
|
+
copyTo(array: ConfigurationSectionGroup[], index: int): void;
|
|
658
|
+
get_(index: int): ConfigurationSectionGroup;
|
|
659
|
+
get_(name: string): ConfigurationSectionGroup;
|
|
660
|
+
get_Item(name: string): ConfigurationSectionGroup;
|
|
661
|
+
get_Item(index: int): ConfigurationSectionGroup;
|
|
662
|
+
getEnumerator(): IEnumerator;
|
|
663
|
+
getKey(index: int): string;
|
|
664
|
+
remove(name: string): void;
|
|
665
|
+
removeAt(index: int): void;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
export const ConfigurationSectionGroupCollection: {
|
|
670
|
+
new(): ConfigurationSectionGroupCollection;
|
|
671
|
+
};
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
export type ConfigurationSectionGroupCollection = ConfigurationSectionGroupCollection$instance;
|
|
675
|
+
|
|
676
|
+
export interface ConfigurationSettings$instance {
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
export const ConfigurationSettings: {
|
|
681
|
+
new(): ConfigurationSettings;
|
|
682
|
+
readonly appSettings: NameValueCollection;
|
|
683
|
+
getConfig(sectionName: string): unknown;
|
|
684
|
+
};
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
export type ConfigurationSettings = ConfigurationSettings$instance;
|
|
688
|
+
|
|
689
|
+
export interface ConfigurationValidatorAttribute$instance extends Attribute {
|
|
690
|
+
readonly validatorInstance: ConfigurationValidatorBase;
|
|
691
|
+
readonly validatorType: Type;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
export const ConfigurationValidatorAttribute: {
|
|
696
|
+
new(validator: Type): ConfigurationValidatorAttribute;
|
|
697
|
+
};
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
export type ConfigurationValidatorAttribute = ConfigurationValidatorAttribute$instance;
|
|
701
|
+
|
|
702
|
+
export interface ConfigurationValidatorBase$instance {
|
|
703
|
+
canValidate(type_: Type): boolean;
|
|
704
|
+
validate(value: unknown): void;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
export const ConfigurationValidatorBase: {
|
|
709
|
+
};
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
export type ConfigurationValidatorBase = ConfigurationValidatorBase$instance;
|
|
713
|
+
|
|
714
|
+
export interface ConfigXmlDocument$instance extends XmlDocument {
|
|
715
|
+
readonly filename: string;
|
|
716
|
+
readonly lineNumber: int;
|
|
717
|
+
createAttribute(prefix: string, localName: string, namespaceUri: string): XmlAttribute;
|
|
718
|
+
createCDataSection(data: string): XmlCDataSection;
|
|
719
|
+
createComment(data: string): XmlComment;
|
|
720
|
+
createElement(prefix: string, localName: string, namespaceUri: string): XmlElement;
|
|
721
|
+
createSignificantWhitespace(data: string): XmlSignificantWhitespace;
|
|
722
|
+
createTextNode(text: string): XmlText;
|
|
723
|
+
createWhitespace(data: string): XmlWhitespace;
|
|
724
|
+
load(filename: string): void;
|
|
725
|
+
loadSingleElement(filename: string, sourceReader: XmlTextReader): void;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
export const ConfigXmlDocument: {
|
|
730
|
+
new(): ConfigXmlDocument;
|
|
731
|
+
};
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
export interface __ConfigXmlDocument$views {
|
|
735
|
+
As_IConfigErrorInfo(): System_Configuration_Internal_Internal.IConfigErrorInfo$instance;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
export interface ConfigXmlDocument$instance extends System_Configuration_Internal_Internal.IConfigErrorInfo$instance {}
|
|
739
|
+
|
|
740
|
+
export type ConfigXmlDocument = ConfigXmlDocument$instance & __ConfigXmlDocument$views;
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
export interface ConnectionStringSettings$instance extends ConfigurationElement {
|
|
744
|
+
connectionString: string;
|
|
745
|
+
name: string;
|
|
746
|
+
providerName: string;
|
|
747
|
+
toString(): string | undefined;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
export const ConnectionStringSettings: {
|
|
752
|
+
new(): ConnectionStringSettings;
|
|
753
|
+
new(name: string, connectionString: string): ConnectionStringSettings;
|
|
754
|
+
new(name: string, connectionString: string, providerName: string): ConnectionStringSettings;
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
export type ConnectionStringSettings = ConnectionStringSettings$instance;
|
|
759
|
+
|
|
760
|
+
export interface ConnectionStringSettingsCollection$instance extends ConfigurationElementCollection {
|
|
761
|
+
add(settings: ConnectionStringSettings): void;
|
|
762
|
+
clear(): void;
|
|
763
|
+
get_Item(index: int): ConnectionStringSettings;
|
|
764
|
+
get_Item(name: string): ConnectionStringSettings;
|
|
765
|
+
indexOf(settings: ConnectionStringSettings): int;
|
|
766
|
+
remove(settings: ConnectionStringSettings): void;
|
|
767
|
+
remove(name: string): void;
|
|
768
|
+
removeAt(index: int): void;
|
|
769
|
+
set_Item(index: int, value: ConnectionStringSettings): void;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
export const ConnectionStringSettingsCollection: {
|
|
774
|
+
new(): ConnectionStringSettingsCollection;
|
|
775
|
+
};
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
export type ConnectionStringSettingsCollection = ConnectionStringSettingsCollection$instance;
|
|
779
|
+
|
|
780
|
+
export interface ConnectionStringsSection$instance extends ConfigurationSection {
|
|
781
|
+
readonly connectionStrings: ConnectionStringSettingsCollection;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
export const ConnectionStringsSection: {
|
|
786
|
+
new(): ConnectionStringsSection;
|
|
787
|
+
};
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
export type ConnectionStringsSection = ConnectionStringsSection$instance;
|
|
791
|
+
|
|
792
|
+
export interface ContextInformation$instance {
|
|
793
|
+
readonly hostingContext: unknown;
|
|
794
|
+
readonly isMachineLevel: boolean;
|
|
795
|
+
getSection(sectionName: string): unknown;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
export const ContextInformation: {
|
|
800
|
+
new(): ContextInformation;
|
|
801
|
+
};
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
export type ContextInformation = ContextInformation$instance;
|
|
805
|
+
|
|
806
|
+
export interface DefaultSection$instance extends ConfigurationSection {
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
export const DefaultSection: {
|
|
811
|
+
new(): DefaultSection;
|
|
812
|
+
};
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
export type DefaultSection = DefaultSection$instance;
|
|
816
|
+
|
|
817
|
+
export interface DefaultSettingValueAttribute$instance extends Attribute {
|
|
818
|
+
readonly value: string;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
export const DefaultSettingValueAttribute: {
|
|
823
|
+
new(value: string): DefaultSettingValueAttribute;
|
|
824
|
+
};
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
export type DefaultSettingValueAttribute = DefaultSettingValueAttribute$instance;
|
|
828
|
+
|
|
829
|
+
export interface DefaultValidator$instance extends ConfigurationValidatorBase {
|
|
830
|
+
canValidate(type_: Type): boolean;
|
|
831
|
+
validate(value: unknown): void;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
export const DefaultValidator: {
|
|
836
|
+
new(): DefaultValidator;
|
|
837
|
+
};
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
export type DefaultValidator = DefaultValidator$instance;
|
|
841
|
+
|
|
842
|
+
export interface DictionarySectionHandler$instance {
|
|
843
|
+
create(parent: unknown, context: unknown, section: XmlNode): unknown;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
export const DictionarySectionHandler: {
|
|
848
|
+
new(): DictionarySectionHandler;
|
|
849
|
+
};
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
export interface __DictionarySectionHandler$views {
|
|
853
|
+
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
export interface DictionarySectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
857
|
+
|
|
858
|
+
export type DictionarySectionHandler = DictionarySectionHandler$instance & __DictionarySectionHandler$views;
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
export interface DpapiProtectedConfigurationProvider$instance extends ProtectedConfigurationProvider {
|
|
862
|
+
readonly useMachineProtection: boolean;
|
|
863
|
+
decrypt(encryptedNode: XmlNode): XmlNode;
|
|
864
|
+
encrypt(node: XmlNode): XmlNode;
|
|
865
|
+
initialize(name: string, configurationValues: NameValueCollection): void;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
export const DpapiProtectedConfigurationProvider: {
|
|
870
|
+
new(): DpapiProtectedConfigurationProvider;
|
|
871
|
+
};
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
export type DpapiProtectedConfigurationProvider = DpapiProtectedConfigurationProvider$instance;
|
|
875
|
+
|
|
876
|
+
export interface ElementInformation$instance {
|
|
877
|
+
readonly errors: ICollection;
|
|
878
|
+
readonly isCollection: boolean;
|
|
879
|
+
readonly isLocked: boolean;
|
|
880
|
+
readonly isPresent: boolean;
|
|
881
|
+
readonly lineNumber: int;
|
|
882
|
+
readonly properties: PropertyInformationCollection;
|
|
883
|
+
readonly source: string;
|
|
884
|
+
readonly type_: Type;
|
|
885
|
+
readonly validator: ConfigurationValidatorBase;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
export const ElementInformation: {
|
|
890
|
+
new(): ElementInformation;
|
|
891
|
+
};
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
export type ElementInformation = ElementInformation$instance;
|
|
895
|
+
|
|
896
|
+
export interface ExeConfigurationFileMap$instance extends ConfigurationFileMap {
|
|
897
|
+
exeConfigFilename: string;
|
|
898
|
+
localUserConfigFilename: string;
|
|
899
|
+
roamingUserConfigFilename: string;
|
|
900
|
+
clone(): unknown;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
export const ExeConfigurationFileMap: {
|
|
905
|
+
new(): ExeConfigurationFileMap;
|
|
906
|
+
new(machineConfigFileName: string): ExeConfigurationFileMap;
|
|
907
|
+
};
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
export type ExeConfigurationFileMap = ExeConfigurationFileMap$instance;
|
|
911
|
+
|
|
912
|
+
export interface ExeContext$instance {
|
|
913
|
+
readonly exePath: string;
|
|
914
|
+
readonly userLevel: ConfigurationUserLevel;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
export const ExeContext: {
|
|
919
|
+
new(): ExeContext;
|
|
920
|
+
};
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
export type ExeContext = ExeContext$instance;
|
|
924
|
+
|
|
925
|
+
export interface GenericEnumConverter$instance extends ConfigurationConverterBase {
|
|
926
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
927
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
export const GenericEnumConverter: {
|
|
932
|
+
new(typeEnum: Type): GenericEnumConverter;
|
|
933
|
+
};
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
export type GenericEnumConverter = GenericEnumConverter$instance;
|
|
937
|
+
|
|
938
|
+
export interface IdnElement$instance extends ConfigurationElement {
|
|
939
|
+
enabled: UriIdnScope;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
export const IdnElement: {
|
|
944
|
+
new(): IdnElement;
|
|
945
|
+
};
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
export type IdnElement = IdnElement$instance;
|
|
949
|
+
|
|
950
|
+
export interface IgnoreSection$instance extends ConfigurationSection {
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
export const IgnoreSection: {
|
|
955
|
+
new(): IgnoreSection;
|
|
956
|
+
};
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
export type IgnoreSection = IgnoreSection$instance;
|
|
960
|
+
|
|
961
|
+
export interface IgnoreSectionHandler$instance {
|
|
962
|
+
create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
export const IgnoreSectionHandler: {
|
|
967
|
+
new(): IgnoreSectionHandler;
|
|
968
|
+
};
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
export interface __IgnoreSectionHandler$views {
|
|
972
|
+
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
export interface IgnoreSectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
976
|
+
|
|
977
|
+
export type IgnoreSectionHandler = IgnoreSectionHandler$instance & __IgnoreSectionHandler$views;
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
export interface InfiniteIntConverter$instance extends ConfigurationConverterBase {
|
|
981
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
982
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
export const InfiniteIntConverter: {
|
|
987
|
+
new(): InfiniteIntConverter;
|
|
988
|
+
};
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
export type InfiniteIntConverter = InfiniteIntConverter$instance;
|
|
992
|
+
|
|
993
|
+
export interface InfiniteTimeSpanConverter$instance extends ConfigurationConverterBase {
|
|
994
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
995
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
export const InfiniteTimeSpanConverter: {
|
|
1000
|
+
new(): InfiniteTimeSpanConverter;
|
|
1001
|
+
};
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
export type InfiniteTimeSpanConverter = InfiniteTimeSpanConverter$instance;
|
|
1005
|
+
|
|
1006
|
+
export interface IntegerValidator$instance extends ConfigurationValidatorBase {
|
|
1007
|
+
canValidate(type_: Type): boolean;
|
|
1008
|
+
validate(value: unknown): void;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
export const IntegerValidator: {
|
|
1013
|
+
new(minValue: int, maxValue: int): IntegerValidator;
|
|
1014
|
+
new(minValue: int, maxValue: int, rangeIsExclusive: boolean): IntegerValidator;
|
|
1015
|
+
new(minValue: int, maxValue: int, rangeIsExclusive: boolean, resolution: int): IntegerValidator;
|
|
1016
|
+
};
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
export type IntegerValidator = IntegerValidator$instance;
|
|
1020
|
+
|
|
1021
|
+
export interface IntegerValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1022
|
+
excludeRange: boolean;
|
|
1023
|
+
maxValue: int;
|
|
1024
|
+
minValue: int;
|
|
1025
|
+
readonly validatorInstance: ConfigurationValidatorBase;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
export const IntegerValidatorAttribute: {
|
|
1030
|
+
new(): IntegerValidatorAttribute;
|
|
1031
|
+
};
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
export type IntegerValidatorAttribute = IntegerValidatorAttribute$instance;
|
|
1035
|
+
|
|
1036
|
+
export interface IriParsingElement$instance extends ConfigurationElement {
|
|
1037
|
+
enabled: boolean;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
export const IriParsingElement: {
|
|
1042
|
+
new(): IriParsingElement;
|
|
1043
|
+
};
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
export type IriParsingElement = IriParsingElement$instance;
|
|
1047
|
+
|
|
1048
|
+
export interface KeyValueConfigurationCollection$instance extends ConfigurationElementCollection {
|
|
1049
|
+
readonly allKeys: string[];
|
|
1050
|
+
readonly item: KeyValueConfigurationElement;
|
|
1051
|
+
add(keyValue: KeyValueConfigurationElement): void;
|
|
1052
|
+
add(key: string, value: string): void;
|
|
1053
|
+
clear(): void;
|
|
1054
|
+
remove(key: string): void;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
export const KeyValueConfigurationCollection: {
|
|
1059
|
+
new(): KeyValueConfigurationCollection;
|
|
1060
|
+
};
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
export type KeyValueConfigurationCollection = KeyValueConfigurationCollection$instance;
|
|
1064
|
+
|
|
1065
|
+
export interface KeyValueConfigurationElement$instance extends ConfigurationElement {
|
|
1066
|
+
readonly key: string;
|
|
1067
|
+
value: string;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
export const KeyValueConfigurationElement: {
|
|
1072
|
+
new(key: string, value: string): KeyValueConfigurationElement;
|
|
1073
|
+
};
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
export type KeyValueConfigurationElement = KeyValueConfigurationElement$instance;
|
|
1077
|
+
|
|
1078
|
+
export interface LocalFileSettingsProvider$instance extends SettingsProvider {
|
|
1079
|
+
applicationName: string;
|
|
1080
|
+
getPreviousVersion(context: SettingsContext, property: SettingsProperty): SettingsPropertyValue;
|
|
1081
|
+
getPropertyValues(context: SettingsContext, properties: SettingsPropertyCollection): SettingsPropertyValueCollection;
|
|
1082
|
+
initialize(name: string, values: NameValueCollection): void;
|
|
1083
|
+
reset(context: SettingsContext): void;
|
|
1084
|
+
setPropertyValues(context: SettingsContext, values: SettingsPropertyValueCollection): void;
|
|
1085
|
+
upgrade(context: SettingsContext, properties: SettingsPropertyCollection): void;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
export const LocalFileSettingsProvider: {
|
|
1090
|
+
new(): LocalFileSettingsProvider;
|
|
1091
|
+
};
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
export interface __LocalFileSettingsProvider$views {
|
|
1095
|
+
As_IApplicationSettingsProvider(): IApplicationSettingsProvider$instance;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export interface LocalFileSettingsProvider$instance extends IApplicationSettingsProvider$instance {}
|
|
1099
|
+
|
|
1100
|
+
export type LocalFileSettingsProvider = LocalFileSettingsProvider$instance & __LocalFileSettingsProvider$views;
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
export interface LongValidator$instance extends ConfigurationValidatorBase {
|
|
1104
|
+
canValidate(type_: Type): boolean;
|
|
1105
|
+
validate(value: unknown): void;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
export const LongValidator: {
|
|
1110
|
+
new(minValue: long, maxValue: long): LongValidator;
|
|
1111
|
+
new(minValue: long, maxValue: long, rangeIsExclusive: boolean): LongValidator;
|
|
1112
|
+
new(minValue: long, maxValue: long, rangeIsExclusive: boolean, resolution: long): LongValidator;
|
|
1113
|
+
};
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
export type LongValidator = LongValidator$instance;
|
|
1117
|
+
|
|
1118
|
+
export interface LongValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1119
|
+
excludeRange: boolean;
|
|
1120
|
+
maxValue: long;
|
|
1121
|
+
minValue: long;
|
|
1122
|
+
readonly validatorInstance: ConfigurationValidatorBase;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
export const LongValidatorAttribute: {
|
|
1127
|
+
new(): LongValidatorAttribute;
|
|
1128
|
+
};
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
export type LongValidatorAttribute = LongValidatorAttribute$instance;
|
|
1132
|
+
|
|
1133
|
+
export interface NameValueConfigurationCollection$instance extends ConfigurationElementCollection {
|
|
1134
|
+
readonly allKeys: string[];
|
|
1135
|
+
item: NameValueConfigurationElement;
|
|
1136
|
+
add(nameValue: NameValueConfigurationElement): void;
|
|
1137
|
+
clear(): void;
|
|
1138
|
+
remove(nameValue: NameValueConfigurationElement): void;
|
|
1139
|
+
remove(name: string): void;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
export const NameValueConfigurationCollection: {
|
|
1144
|
+
new(): NameValueConfigurationCollection;
|
|
1145
|
+
};
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
export type NameValueConfigurationCollection = NameValueConfigurationCollection$instance;
|
|
1149
|
+
|
|
1150
|
+
export interface NameValueConfigurationElement$instance extends ConfigurationElement {
|
|
1151
|
+
readonly name: string;
|
|
1152
|
+
value: string;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
export const NameValueConfigurationElement: {
|
|
1157
|
+
new(name: string, value: string): NameValueConfigurationElement;
|
|
1158
|
+
};
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
export type NameValueConfigurationElement = NameValueConfigurationElement$instance;
|
|
1162
|
+
|
|
1163
|
+
export interface NameValueFileSectionHandler$instance {
|
|
1164
|
+
create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
export const NameValueFileSectionHandler: {
|
|
1169
|
+
new(): NameValueFileSectionHandler;
|
|
1170
|
+
};
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
export interface __NameValueFileSectionHandler$views {
|
|
1174
|
+
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
export interface NameValueFileSectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
1178
|
+
|
|
1179
|
+
export type NameValueFileSectionHandler = NameValueFileSectionHandler$instance & __NameValueFileSectionHandler$views;
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
export interface NameValueSectionHandler$instance {
|
|
1183
|
+
create(parent: unknown, context: unknown, section: XmlNode): unknown;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
export const NameValueSectionHandler: {
|
|
1188
|
+
new(): NameValueSectionHandler;
|
|
1189
|
+
};
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
export interface __NameValueSectionHandler$views {
|
|
1193
|
+
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
export interface NameValueSectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
1197
|
+
|
|
1198
|
+
export type NameValueSectionHandler = NameValueSectionHandler$instance & __NameValueSectionHandler$views;
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
export interface NoSettingsVersionUpgradeAttribute$instance extends Attribute {
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
export const NoSettingsVersionUpgradeAttribute: {
|
|
1206
|
+
new(): NoSettingsVersionUpgradeAttribute;
|
|
1207
|
+
};
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
export type NoSettingsVersionUpgradeAttribute = NoSettingsVersionUpgradeAttribute$instance;
|
|
1211
|
+
|
|
1212
|
+
export interface PositiveTimeSpanValidator$instance extends ConfigurationValidatorBase {
|
|
1213
|
+
canValidate(type_: Type): boolean;
|
|
1214
|
+
validate(value: unknown): void;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
export const PositiveTimeSpanValidator: {
|
|
1219
|
+
new(): PositiveTimeSpanValidator;
|
|
1220
|
+
};
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
export type PositiveTimeSpanValidator = PositiveTimeSpanValidator$instance;
|
|
1224
|
+
|
|
1225
|
+
export interface PositiveTimeSpanValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1226
|
+
readonly validatorInstance: ConfigurationValidatorBase;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
export const PositiveTimeSpanValidatorAttribute: {
|
|
1231
|
+
new(): PositiveTimeSpanValidatorAttribute;
|
|
1232
|
+
};
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
export type PositiveTimeSpanValidatorAttribute = PositiveTimeSpanValidatorAttribute$instance;
|
|
1236
|
+
|
|
1237
|
+
export interface PropertyInformation$instance {
|
|
1238
|
+
readonly converter: TypeConverter;
|
|
1239
|
+
readonly defaultValue: unknown;
|
|
1240
|
+
readonly description: string;
|
|
1241
|
+
readonly isKey: boolean;
|
|
1242
|
+
readonly isLocked: boolean;
|
|
1243
|
+
readonly isModified: boolean;
|
|
1244
|
+
readonly isRequired: boolean;
|
|
1245
|
+
readonly lineNumber: int;
|
|
1246
|
+
readonly name: string;
|
|
1247
|
+
readonly source: string;
|
|
1248
|
+
readonly type_: Type;
|
|
1249
|
+
readonly validator: ConfigurationValidatorBase;
|
|
1250
|
+
value: unknown;
|
|
1251
|
+
readonly valueOrigin: PropertyValueOrigin;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
export const PropertyInformation: {
|
|
1256
|
+
new(): PropertyInformation;
|
|
1257
|
+
};
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
export type PropertyInformation = PropertyInformation$instance;
|
|
1261
|
+
|
|
1262
|
+
export interface PropertyInformationCollection$instance extends NameObjectCollectionBase {
|
|
1263
|
+
readonly item: PropertyInformation;
|
|
1264
|
+
copyTo(array: PropertyInformation[], index: int): void;
|
|
1265
|
+
getEnumerator(): IEnumerator;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
export const PropertyInformationCollection: {
|
|
1270
|
+
new(): PropertyInformationCollection;
|
|
1271
|
+
};
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
export type PropertyInformationCollection = PropertyInformationCollection$instance;
|
|
1275
|
+
|
|
1276
|
+
export interface ProtectedConfigurationProvider$instance extends ProviderBase {
|
|
1277
|
+
decrypt(encryptedNode: XmlNode): XmlNode;
|
|
1278
|
+
encrypt(node: XmlNode): XmlNode;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
export const ProtectedConfigurationProvider: {
|
|
1283
|
+
};
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
export type ProtectedConfigurationProvider = ProtectedConfigurationProvider$instance;
|
|
1287
|
+
|
|
1288
|
+
export interface ProtectedConfigurationProviderCollection$instance extends ProviderCollection {
|
|
1289
|
+
readonly item: ProtectedConfigurationProvider | ProviderBase;
|
|
1290
|
+
add(provider: ProviderBase): void;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
export const ProtectedConfigurationProviderCollection: {
|
|
1295
|
+
new(): ProtectedConfigurationProviderCollection;
|
|
1296
|
+
};
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
export type ProtectedConfigurationProviderCollection = ProtectedConfigurationProviderCollection$instance;
|
|
1300
|
+
|
|
1301
|
+
export interface ProtectedConfigurationSection$instance extends ConfigurationSection {
|
|
1302
|
+
defaultProvider: string;
|
|
1303
|
+
readonly providers: ProviderSettingsCollection;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
export const ProtectedConfigurationSection: {
|
|
1308
|
+
new(): ProtectedConfigurationSection;
|
|
1309
|
+
};
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
export type ProtectedConfigurationSection = ProtectedConfigurationSection$instance;
|
|
1313
|
+
|
|
1314
|
+
export interface ProtectedProviderSettings$instance extends ConfigurationElement {
|
|
1315
|
+
readonly providers: ProviderSettingsCollection;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
export const ProtectedProviderSettings: {
|
|
1320
|
+
new(): ProtectedProviderSettings;
|
|
1321
|
+
};
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
export type ProtectedProviderSettings = ProtectedProviderSettings$instance;
|
|
1325
|
+
|
|
1326
|
+
export interface ProviderSettings$instance extends ConfigurationElement {
|
|
1327
|
+
name: string;
|
|
1328
|
+
readonly parameters: NameValueCollection;
|
|
1329
|
+
type_: string;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
export const ProviderSettings: {
|
|
1334
|
+
new(): ProviderSettings;
|
|
1335
|
+
new(name: string, type_: string): ProviderSettings;
|
|
1336
|
+
};
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
export type ProviderSettings = ProviderSettings$instance;
|
|
1340
|
+
|
|
1341
|
+
export interface ProviderSettingsCollection$instance extends ConfigurationElementCollection {
|
|
1342
|
+
add(provider: ProviderSettings): void;
|
|
1343
|
+
clear(): void;
|
|
1344
|
+
get_Item(key: string): ProviderSettings;
|
|
1345
|
+
get_Item(index: int): ProviderSettings;
|
|
1346
|
+
remove(name: string): void;
|
|
1347
|
+
set_Item(index: int, value: ProviderSettings): void;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
|
|
1351
|
+
export const ProviderSettingsCollection: {
|
|
1352
|
+
new(): ProviderSettingsCollection;
|
|
1353
|
+
};
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
export type ProviderSettingsCollection = ProviderSettingsCollection$instance;
|
|
1357
|
+
|
|
1358
|
+
export interface RegexStringValidator$instance extends ConfigurationValidatorBase {
|
|
1359
|
+
canValidate(type_: Type): boolean;
|
|
1360
|
+
validate(value: unknown): void;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
export const RegexStringValidator: {
|
|
1365
|
+
new(regex: string): RegexStringValidator;
|
|
1366
|
+
};
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
export type RegexStringValidator = RegexStringValidator$instance;
|
|
1370
|
+
|
|
1371
|
+
export interface RegexStringValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1372
|
+
readonly regex: string;
|
|
1373
|
+
readonly validatorInstance: ConfigurationValidatorBase;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
export const RegexStringValidatorAttribute: {
|
|
1378
|
+
new(regex: string): RegexStringValidatorAttribute;
|
|
1379
|
+
};
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
export type RegexStringValidatorAttribute = RegexStringValidatorAttribute$instance;
|
|
1383
|
+
|
|
1384
|
+
export interface RsaProtectedConfigurationProvider$instance extends ProtectedConfigurationProvider {
|
|
1385
|
+
readonly cspProviderName: string;
|
|
1386
|
+
readonly keyContainerName: string;
|
|
1387
|
+
readonly rsaPublicKey: RSAParameters;
|
|
1388
|
+
readonly useFIPS: boolean;
|
|
1389
|
+
readonly useMachineContainer: boolean;
|
|
1390
|
+
readonly useOAEP: boolean;
|
|
1391
|
+
addKey(keySize: int, exportable: boolean): void;
|
|
1392
|
+
decrypt(encryptedNode: XmlNode): XmlNode;
|
|
1393
|
+
deleteKey(): void;
|
|
1394
|
+
encrypt(node: XmlNode): XmlNode;
|
|
1395
|
+
exportKey(xmlFileName: string, includePrivateParameters: boolean): void;
|
|
1396
|
+
importKey(xmlFileName: string, exportable: boolean): void;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
export const RsaProtectedConfigurationProvider: {
|
|
1401
|
+
new(): RsaProtectedConfigurationProvider;
|
|
1402
|
+
};
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
export type RsaProtectedConfigurationProvider = RsaProtectedConfigurationProvider$instance;
|
|
1406
|
+
|
|
1407
|
+
export interface SchemeSettingElement$instance extends ConfigurationElement {
|
|
1408
|
+
readonly genericUriParserOptions: GenericUriParserOptions;
|
|
1409
|
+
readonly name: string;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
export const SchemeSettingElement: {
|
|
1414
|
+
new(): SchemeSettingElement;
|
|
1415
|
+
};
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
export type SchemeSettingElement = SchemeSettingElement$instance;
|
|
1419
|
+
|
|
1420
|
+
export interface SchemeSettingElementCollection$instance extends ConfigurationElementCollection {
|
|
1421
|
+
readonly collectionType: ConfigurationElementCollectionType;
|
|
1422
|
+
get_Item(index: int): SchemeSettingElement;
|
|
1423
|
+
get_Item(name: string): SchemeSettingElement;
|
|
1424
|
+
indexOf(element: SchemeSettingElement): int;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
export const SchemeSettingElementCollection: {
|
|
1429
|
+
new(): SchemeSettingElementCollection;
|
|
1430
|
+
};
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
export type SchemeSettingElementCollection = SchemeSettingElementCollection$instance;
|
|
1434
|
+
|
|
1435
|
+
export interface SectionInformation$instance {
|
|
1436
|
+
allowDefinition: ConfigurationAllowDefinition;
|
|
1437
|
+
allowExeDefinition: ConfigurationAllowExeDefinition;
|
|
1438
|
+
allowLocation: boolean;
|
|
1439
|
+
allowOverride: boolean;
|
|
1440
|
+
configSource: string;
|
|
1441
|
+
forceSave: boolean;
|
|
1442
|
+
inheritInChildApplications: boolean;
|
|
1443
|
+
readonly isDeclarationRequired: boolean;
|
|
1444
|
+
readonly isDeclared: boolean;
|
|
1445
|
+
readonly isLocked: boolean;
|
|
1446
|
+
readonly isProtected: boolean;
|
|
1447
|
+
readonly name: string;
|
|
1448
|
+
overrideMode: OverrideMode;
|
|
1449
|
+
overrideModeDefault: OverrideMode;
|
|
1450
|
+
readonly overrideModeEffective: OverrideMode;
|
|
1451
|
+
readonly protectionProvider: ProtectedConfigurationProvider;
|
|
1452
|
+
requirePermission: boolean;
|
|
1453
|
+
restartOnExternalChanges: boolean;
|
|
1454
|
+
readonly sectionName: string;
|
|
1455
|
+
type_: string;
|
|
1456
|
+
forceDeclaration(): void;
|
|
1457
|
+
forceDeclaration(force: boolean): void;
|
|
1458
|
+
getParentSection(): ConfigurationSection;
|
|
1459
|
+
getRawXml(): string;
|
|
1460
|
+
protectSection(protectionProvider: string): void;
|
|
1461
|
+
revertToParent(): void;
|
|
1462
|
+
setRawXml(rawXml: string): void;
|
|
1463
|
+
unprotectSection(): void;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
export const SectionInformation: {
|
|
1468
|
+
new(): SectionInformation;
|
|
1469
|
+
};
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
export type SectionInformation = SectionInformation$instance;
|
|
1473
|
+
|
|
1474
|
+
export interface SettingAttribute$instance extends Attribute {
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
export const SettingAttribute: {
|
|
1479
|
+
new(): SettingAttribute;
|
|
1480
|
+
};
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
export type SettingAttribute = SettingAttribute$instance;
|
|
1484
|
+
|
|
1485
|
+
export interface SettingChangingEventArgs$instance extends CancelEventArgs {
|
|
1486
|
+
readonly newValue: unknown;
|
|
1487
|
+
readonly settingClass: string;
|
|
1488
|
+
readonly settingKey: string;
|
|
1489
|
+
readonly settingName: string;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
export const SettingChangingEventArgs: {
|
|
1494
|
+
new(settingName: string, settingClass: string, settingKey: string, newValue: unknown, cancel: boolean): SettingChangingEventArgs;
|
|
1495
|
+
};
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
export type SettingChangingEventArgs = SettingChangingEventArgs$instance;
|
|
1499
|
+
|
|
1500
|
+
export interface SettingElement$instance extends ConfigurationElement {
|
|
1501
|
+
name: string;
|
|
1502
|
+
serializeAs: SettingsSerializeAs;
|
|
1503
|
+
value: SettingValueElement;
|
|
1504
|
+
equals(settings: unknown): boolean;
|
|
1505
|
+
getHashCode(): int;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
export const SettingElement: {
|
|
1510
|
+
new(): SettingElement;
|
|
1511
|
+
new(name: string, serializeAs: SettingsSerializeAs): SettingElement;
|
|
1512
|
+
};
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
export type SettingElement = SettingElement$instance;
|
|
1516
|
+
|
|
1517
|
+
export interface SettingElementCollection$instance extends ConfigurationElementCollection {
|
|
1518
|
+
readonly collectionType: ConfigurationElementCollectionType;
|
|
1519
|
+
add(element: SettingElement): void;
|
|
1520
|
+
clear(): void;
|
|
1521
|
+
get_(elementKey: string): SettingElement;
|
|
1522
|
+
remove(element: SettingElement): void;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
export const SettingElementCollection: {
|
|
1527
|
+
new(): SettingElementCollection;
|
|
1528
|
+
};
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
export type SettingElementCollection = SettingElementCollection$instance;
|
|
1532
|
+
|
|
1533
|
+
export interface SettingsAttributeDictionary$instance extends Hashtable {
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
export const SettingsAttributeDictionary: {
|
|
1538
|
+
new(): SettingsAttributeDictionary;
|
|
1539
|
+
new(attributes: SettingsAttributeDictionary): SettingsAttributeDictionary;
|
|
1540
|
+
};
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
export type SettingsAttributeDictionary = SettingsAttributeDictionary$instance;
|
|
1544
|
+
|
|
1545
|
+
export interface SettingsBase$instance {
|
|
1546
|
+
readonly context: SettingsContext;
|
|
1547
|
+
readonly isSynchronized: boolean;
|
|
1548
|
+
item: unknown;
|
|
1549
|
+
readonly properties: SettingsPropertyCollection;
|
|
1550
|
+
readonly propertyValues: SettingsPropertyValueCollection;
|
|
1551
|
+
readonly providers: SettingsProviderCollection;
|
|
1552
|
+
initialize(context: SettingsContext, properties: SettingsPropertyCollection, providers: SettingsProviderCollection): void;
|
|
1553
|
+
save(): void;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
|
|
1557
|
+
export const SettingsBase: {
|
|
1558
|
+
synchronized(settingsBase: SettingsBase): SettingsBase;
|
|
1559
|
+
};
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
export type SettingsBase = SettingsBase$instance;
|
|
1563
|
+
|
|
1564
|
+
export interface SettingsContext$instance extends Hashtable {
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
export const SettingsContext: {
|
|
1569
|
+
new(): SettingsContext;
|
|
1570
|
+
};
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
export type SettingsContext = SettingsContext$instance;
|
|
1574
|
+
|
|
1575
|
+
export interface SettingsDescriptionAttribute$instance extends Attribute {
|
|
1576
|
+
readonly description: string;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
export const SettingsDescriptionAttribute: {
|
|
1581
|
+
new(description: string): SettingsDescriptionAttribute;
|
|
1582
|
+
};
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
export type SettingsDescriptionAttribute = SettingsDescriptionAttribute$instance;
|
|
1586
|
+
|
|
1587
|
+
export interface SettingsGroupDescriptionAttribute$instance extends Attribute {
|
|
1588
|
+
readonly description: string;
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
export const SettingsGroupDescriptionAttribute: {
|
|
1593
|
+
new(description: string): SettingsGroupDescriptionAttribute;
|
|
1594
|
+
};
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
export type SettingsGroupDescriptionAttribute = SettingsGroupDescriptionAttribute$instance;
|
|
1598
|
+
|
|
1599
|
+
export interface SettingsGroupNameAttribute$instance extends Attribute {
|
|
1600
|
+
readonly groupName: string;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
export const SettingsGroupNameAttribute: {
|
|
1605
|
+
new(groupName: string): SettingsGroupNameAttribute;
|
|
1606
|
+
};
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
export type SettingsGroupNameAttribute = SettingsGroupNameAttribute$instance;
|
|
1610
|
+
|
|
1611
|
+
export interface SettingsLoadedEventArgs$instance extends EventArgs {
|
|
1612
|
+
readonly provider: SettingsProvider;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
export const SettingsLoadedEventArgs: {
|
|
1617
|
+
new(provider: SettingsProvider): SettingsLoadedEventArgs;
|
|
1618
|
+
};
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
export type SettingsLoadedEventArgs = SettingsLoadedEventArgs$instance;
|
|
1622
|
+
|
|
1623
|
+
export interface SettingsManageabilityAttribute$instance extends Attribute {
|
|
1624
|
+
readonly manageability: SettingsManageability;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
export const SettingsManageabilityAttribute: {
|
|
1629
|
+
new(manageability: SettingsManageability): SettingsManageabilityAttribute;
|
|
1630
|
+
};
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
export type SettingsManageabilityAttribute = SettingsManageabilityAttribute$instance;
|
|
1634
|
+
|
|
1635
|
+
export interface SettingsProperty$instance {
|
|
1636
|
+
readonly attributes: SettingsAttributeDictionary;
|
|
1637
|
+
defaultValue: unknown;
|
|
1638
|
+
isReadOnly: boolean;
|
|
1639
|
+
name: string;
|
|
1640
|
+
propertyType: Type;
|
|
1641
|
+
get provider(): SettingsProvider | undefined;
|
|
1642
|
+
set provider(value: SettingsProvider);
|
|
1643
|
+
serializeAs: SettingsSerializeAs;
|
|
1644
|
+
throwOnErrorDeserializing: boolean;
|
|
1645
|
+
throwOnErrorSerializing: boolean;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
export const SettingsProperty: {
|
|
1650
|
+
new(name: string): SettingsProperty;
|
|
1651
|
+
new(name: string, propertyType: Type, provider: SettingsProvider, isReadOnly: boolean, defaultValue: unknown, serializeAs: SettingsSerializeAs, attributes: SettingsAttributeDictionary, throwOnErrorDeserializing: boolean, throwOnErrorSerializing: boolean): SettingsProperty;
|
|
1652
|
+
new(propertyToCopy: SettingsProperty): SettingsProperty;
|
|
1653
|
+
};
|
|
1654
|
+
|
|
1655
|
+
|
|
1656
|
+
export type SettingsProperty = SettingsProperty$instance;
|
|
1657
|
+
|
|
1658
|
+
export interface SettingsPropertyCollection$instance {
|
|
1659
|
+
readonly count: int;
|
|
1660
|
+
readonly isSynchronized: boolean;
|
|
1661
|
+
readonly item: SettingsProperty;
|
|
1662
|
+
readonly syncRoot: unknown;
|
|
1663
|
+
add(property: SettingsProperty): void;
|
|
1664
|
+
clear(): void;
|
|
1665
|
+
clone(): unknown;
|
|
1666
|
+
copyTo(array: ClrArray, index: int): void;
|
|
1667
|
+
getEnumerator(): IEnumerator;
|
|
1668
|
+
remove(name: string): void;
|
|
1669
|
+
setReadOnly(): void;
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
export const SettingsPropertyCollection: {
|
|
1674
|
+
new(): SettingsPropertyCollection;
|
|
1675
|
+
};
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
export type SettingsPropertyCollection = SettingsPropertyCollection$instance;
|
|
1679
|
+
|
|
1680
|
+
export interface SettingsPropertyIsReadOnlyException$instance extends Exception {
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
|
|
1684
|
+
export const SettingsPropertyIsReadOnlyException: {
|
|
1685
|
+
new(message: string): SettingsPropertyIsReadOnlyException;
|
|
1686
|
+
new(message: string, innerException: Exception): SettingsPropertyIsReadOnlyException;
|
|
1687
|
+
new(): SettingsPropertyIsReadOnlyException;
|
|
1688
|
+
};
|
|
1689
|
+
|
|
1690
|
+
|
|
1691
|
+
export type SettingsPropertyIsReadOnlyException = SettingsPropertyIsReadOnlyException$instance;
|
|
1692
|
+
|
|
1693
|
+
export interface SettingsPropertyNotFoundException$instance extends Exception {
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
export const SettingsPropertyNotFoundException: {
|
|
1698
|
+
new(message: string): SettingsPropertyNotFoundException;
|
|
1699
|
+
new(message: string, innerException: Exception): SettingsPropertyNotFoundException;
|
|
1700
|
+
new(): SettingsPropertyNotFoundException;
|
|
1701
|
+
};
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
export type SettingsPropertyNotFoundException = SettingsPropertyNotFoundException$instance;
|
|
1705
|
+
|
|
1706
|
+
export interface SettingsPropertyValue$instance {
|
|
1707
|
+
deserialized: boolean;
|
|
1708
|
+
isDirty: boolean;
|
|
1709
|
+
readonly name: string;
|
|
1710
|
+
readonly property: SettingsProperty;
|
|
1711
|
+
propertyValue: unknown;
|
|
1712
|
+
serializedValue: unknown;
|
|
1713
|
+
readonly usingDefaultValue: boolean;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
export const SettingsPropertyValue: {
|
|
1718
|
+
new(property: SettingsProperty): SettingsPropertyValue;
|
|
1719
|
+
};
|
|
1720
|
+
|
|
1721
|
+
|
|
1722
|
+
export type SettingsPropertyValue = SettingsPropertyValue$instance;
|
|
1723
|
+
|
|
1724
|
+
export interface SettingsPropertyValueCollection$instance {
|
|
1725
|
+
readonly count: int;
|
|
1726
|
+
readonly isSynchronized: boolean;
|
|
1727
|
+
readonly item: SettingsPropertyValue;
|
|
1728
|
+
readonly syncRoot: unknown;
|
|
1729
|
+
add(property: SettingsPropertyValue): void;
|
|
1730
|
+
clear(): void;
|
|
1731
|
+
clone(): unknown;
|
|
1732
|
+
copyTo(array: ClrArray, index: int): void;
|
|
1733
|
+
getEnumerator(): IEnumerator;
|
|
1734
|
+
remove(name: string): void;
|
|
1735
|
+
setReadOnly(): void;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
export const SettingsPropertyValueCollection: {
|
|
1740
|
+
new(): SettingsPropertyValueCollection;
|
|
1741
|
+
};
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
export type SettingsPropertyValueCollection = SettingsPropertyValueCollection$instance;
|
|
1745
|
+
|
|
1746
|
+
export interface SettingsPropertyWrongTypeException$instance extends Exception {
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
export const SettingsPropertyWrongTypeException: {
|
|
1751
|
+
new(message: string): SettingsPropertyWrongTypeException;
|
|
1752
|
+
new(message: string, innerException: Exception): SettingsPropertyWrongTypeException;
|
|
1753
|
+
new(): SettingsPropertyWrongTypeException;
|
|
1754
|
+
};
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
export type SettingsPropertyWrongTypeException = SettingsPropertyWrongTypeException$instance;
|
|
1758
|
+
|
|
1759
|
+
export interface SettingsProvider$instance extends ProviderBase {
|
|
1760
|
+
applicationName: string;
|
|
1761
|
+
getPropertyValues(context: SettingsContext, collection: SettingsPropertyCollection): SettingsPropertyValueCollection;
|
|
1762
|
+
setPropertyValues(context: SettingsContext, collection: SettingsPropertyValueCollection): void;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
export const SettingsProvider: {
|
|
1767
|
+
};
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
export type SettingsProvider = SettingsProvider$instance;
|
|
1771
|
+
|
|
1772
|
+
export interface SettingsProviderAttribute$instance extends Attribute {
|
|
1773
|
+
readonly providerTypeName: string;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
export const SettingsProviderAttribute: {
|
|
1778
|
+
new(providerTypeName: string): SettingsProviderAttribute;
|
|
1779
|
+
new(providerType: Type): SettingsProviderAttribute;
|
|
1780
|
+
};
|
|
1781
|
+
|
|
1782
|
+
|
|
1783
|
+
export type SettingsProviderAttribute = SettingsProviderAttribute$instance;
|
|
1784
|
+
|
|
1785
|
+
export interface SettingsProviderCollection$instance extends ProviderCollection {
|
|
1786
|
+
readonly item: ProviderBase | SettingsProvider;
|
|
1787
|
+
add(provider: ProviderBase): void;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
export const SettingsProviderCollection: {
|
|
1792
|
+
new(): SettingsProviderCollection;
|
|
1793
|
+
};
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
export type SettingsProviderCollection = SettingsProviderCollection$instance;
|
|
1797
|
+
|
|
1798
|
+
export interface SettingsSerializeAsAttribute$instance extends Attribute {
|
|
1799
|
+
readonly serializeAs: SettingsSerializeAs;
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
|
|
1803
|
+
export const SettingsSerializeAsAttribute: {
|
|
1804
|
+
new(serializeAs: SettingsSerializeAs): SettingsSerializeAsAttribute;
|
|
1805
|
+
};
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
export type SettingsSerializeAsAttribute = SettingsSerializeAsAttribute$instance;
|
|
1809
|
+
|
|
1810
|
+
export interface SettingValueElement$instance extends ConfigurationElement {
|
|
1811
|
+
valueXml: XmlNode;
|
|
1812
|
+
equals(settingValue: unknown): boolean;
|
|
1813
|
+
getHashCode(): int;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
export const SettingValueElement: {
|
|
1818
|
+
new(): SettingValueElement;
|
|
1819
|
+
};
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
export type SettingValueElement = SettingValueElement$instance;
|
|
1823
|
+
|
|
1824
|
+
export interface SingleTagSectionHandler$instance {
|
|
1825
|
+
create(parent: unknown, context: unknown, section: XmlNode): unknown;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
export const SingleTagSectionHandler: {
|
|
1830
|
+
new(): SingleTagSectionHandler;
|
|
1831
|
+
};
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
export interface __SingleTagSectionHandler$views {
|
|
1835
|
+
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
export interface SingleTagSectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
1839
|
+
|
|
1840
|
+
export type SingleTagSectionHandler = SingleTagSectionHandler$instance & __SingleTagSectionHandler$views;
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
export interface SpecialSettingAttribute$instance extends Attribute {
|
|
1844
|
+
readonly specialSetting: SpecialSetting;
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
export const SpecialSettingAttribute: {
|
|
1849
|
+
new(specialSetting: SpecialSetting): SpecialSettingAttribute;
|
|
1850
|
+
};
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
export type SpecialSettingAttribute = SpecialSettingAttribute$instance;
|
|
1854
|
+
|
|
1855
|
+
export interface StringValidator$instance extends ConfigurationValidatorBase {
|
|
1856
|
+
canValidate(type_: Type): boolean;
|
|
1857
|
+
validate(value: unknown): void;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
export const StringValidator: {
|
|
1862
|
+
new(minLength: int): StringValidator;
|
|
1863
|
+
new(minLength: int, maxLength: int): StringValidator;
|
|
1864
|
+
new(minLength: int, maxLength: int, invalidCharacters: string): StringValidator;
|
|
1865
|
+
};
|
|
1866
|
+
|
|
1867
|
+
|
|
1868
|
+
export type StringValidator = StringValidator$instance;
|
|
1869
|
+
|
|
1870
|
+
export interface StringValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1871
|
+
invalidCharacters: string;
|
|
1872
|
+
maxLength: int;
|
|
1873
|
+
minLength: int;
|
|
1874
|
+
readonly validatorInstance: ConfigurationValidatorBase;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
export const StringValidatorAttribute: {
|
|
1879
|
+
new(): StringValidatorAttribute;
|
|
1880
|
+
};
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
export type StringValidatorAttribute = StringValidatorAttribute$instance;
|
|
1884
|
+
|
|
1885
|
+
export interface SubclassTypeValidator$instance extends ConfigurationValidatorBase {
|
|
1886
|
+
canValidate(type_: Type): boolean;
|
|
1887
|
+
validate(value: unknown): void;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
export const SubclassTypeValidator: {
|
|
1892
|
+
new(baseClass: Type): SubclassTypeValidator;
|
|
1893
|
+
};
|
|
1894
|
+
|
|
1895
|
+
|
|
1896
|
+
export type SubclassTypeValidator = SubclassTypeValidator$instance;
|
|
1897
|
+
|
|
1898
|
+
export interface SubclassTypeValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1899
|
+
readonly baseClass: Type;
|
|
1900
|
+
readonly validatorInstance: ConfigurationValidatorBase;
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
export const SubclassTypeValidatorAttribute: {
|
|
1905
|
+
new(baseClass: Type): SubclassTypeValidatorAttribute;
|
|
1906
|
+
};
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
export type SubclassTypeValidatorAttribute = SubclassTypeValidatorAttribute$instance;
|
|
1910
|
+
|
|
1911
|
+
export interface TimeSpanMinutesConverter$instance extends ConfigurationConverterBase {
|
|
1912
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
1913
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
export const TimeSpanMinutesConverter: {
|
|
1918
|
+
new(): TimeSpanMinutesConverter;
|
|
1919
|
+
};
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
export type TimeSpanMinutesConverter = TimeSpanMinutesConverter$instance;
|
|
1923
|
+
|
|
1924
|
+
export interface TimeSpanMinutesOrInfiniteConverter$instance extends TimeSpanMinutesConverter {
|
|
1925
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
1926
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
1927
|
+
}
|
|
1928
|
+
|
|
1929
|
+
|
|
1930
|
+
export const TimeSpanMinutesOrInfiniteConverter: {
|
|
1931
|
+
new(): TimeSpanMinutesOrInfiniteConverter;
|
|
1932
|
+
};
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
export type TimeSpanMinutesOrInfiniteConverter = TimeSpanMinutesOrInfiniteConverter$instance;
|
|
1936
|
+
|
|
1937
|
+
export interface TimeSpanSecondsConverter$instance extends ConfigurationConverterBase {
|
|
1938
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
1939
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
|
|
1943
|
+
export const TimeSpanSecondsConverter: {
|
|
1944
|
+
new(): TimeSpanSecondsConverter;
|
|
1945
|
+
};
|
|
1946
|
+
|
|
1947
|
+
|
|
1948
|
+
export type TimeSpanSecondsConverter = TimeSpanSecondsConverter$instance;
|
|
1949
|
+
|
|
1950
|
+
export interface TimeSpanSecondsOrInfiniteConverter$instance extends TimeSpanSecondsConverter {
|
|
1951
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
1952
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
export const TimeSpanSecondsOrInfiniteConverter: {
|
|
1957
|
+
new(): TimeSpanSecondsOrInfiniteConverter;
|
|
1958
|
+
};
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
export type TimeSpanSecondsOrInfiniteConverter = TimeSpanSecondsOrInfiniteConverter$instance;
|
|
1962
|
+
|
|
1963
|
+
export interface TimeSpanValidator$instance extends ConfigurationValidatorBase {
|
|
1964
|
+
canValidate(type_: Type): boolean;
|
|
1965
|
+
validate(value: unknown): void;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
export const TimeSpanValidator: {
|
|
1970
|
+
new(minValue: TimeSpan, maxValue: TimeSpan): TimeSpanValidator;
|
|
1971
|
+
new(minValue: TimeSpan, maxValue: TimeSpan, rangeIsExclusive: boolean): TimeSpanValidator;
|
|
1972
|
+
new(minValue: TimeSpan, maxValue: TimeSpan, rangeIsExclusive: boolean, resolutionInSeconds: long): TimeSpanValidator;
|
|
1973
|
+
};
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
export type TimeSpanValidator = TimeSpanValidator$instance;
|
|
1977
|
+
|
|
1978
|
+
export interface TimeSpanValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1979
|
+
excludeRange: boolean;
|
|
1980
|
+
readonly maxValue: TimeSpan;
|
|
1981
|
+
maxValueString: string;
|
|
1982
|
+
readonly minValue: TimeSpan;
|
|
1983
|
+
minValueString: string;
|
|
1984
|
+
readonly validatorInstance: ConfigurationValidatorBase;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
export const TimeSpanValidatorAttribute: {
|
|
1989
|
+
new(): TimeSpanValidatorAttribute;
|
|
1990
|
+
readonly timeSpanMinValue: string;
|
|
1991
|
+
readonly timeSpanMaxValue: string;
|
|
1992
|
+
};
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
export type TimeSpanValidatorAttribute = TimeSpanValidatorAttribute$instance;
|
|
1996
|
+
|
|
1997
|
+
export interface TypeNameConverter$instance extends ConfigurationConverterBase {
|
|
1998
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
1999
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
export const TypeNameConverter: {
|
|
2004
|
+
new(): TypeNameConverter;
|
|
2005
|
+
};
|
|
2006
|
+
|
|
2007
|
+
|
|
2008
|
+
export type TypeNameConverter = TypeNameConverter$instance;
|
|
2009
|
+
|
|
2010
|
+
export interface UriSection$instance extends ConfigurationSection {
|
|
2011
|
+
readonly idn: IdnElement;
|
|
2012
|
+
readonly iriParsing: IriParsingElement;
|
|
2013
|
+
readonly schemeSettings: SchemeSettingElementCollection;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
|
|
2017
|
+
export const UriSection: {
|
|
2018
|
+
new(): UriSection;
|
|
2019
|
+
};
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
export type UriSection = UriSection$instance;
|
|
2023
|
+
|
|
2024
|
+
export interface UserScopedSettingAttribute$instance extends SettingAttribute {
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
export const UserScopedSettingAttribute: {
|
|
2029
|
+
new(): UserScopedSettingAttribute;
|
|
2030
|
+
};
|
|
2031
|
+
|
|
2032
|
+
|
|
2033
|
+
export type UserScopedSettingAttribute = UserScopedSettingAttribute$instance;
|
|
2034
|
+
|
|
2035
|
+
export interface UserSettingsGroup$instance extends ConfigurationSectionGroup {
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
export const UserSettingsGroup: {
|
|
2040
|
+
new(): UserSettingsGroup;
|
|
2041
|
+
};
|
|
2042
|
+
|
|
2043
|
+
|
|
2044
|
+
export type UserSettingsGroup = UserSettingsGroup$instance;
|
|
2045
|
+
|
|
2046
|
+
export interface WhiteSpaceTrimStringConverter$instance extends ConfigurationConverterBase {
|
|
2047
|
+
convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
2048
|
+
convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type_: Type): unknown;
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
export const WhiteSpaceTrimStringConverter: {
|
|
2053
|
+
new(): WhiteSpaceTrimStringConverter;
|
|
2054
|
+
};
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
export type WhiteSpaceTrimStringConverter = WhiteSpaceTrimStringConverter$instance;
|
|
2058
|
+
|
|
2059
|
+
export abstract class ConfigurationManager$instance {
|
|
2060
|
+
static readonly appSettings: NameValueCollection;
|
|
2061
|
+
static readonly connectionStrings: ConnectionStringSettingsCollection;
|
|
2062
|
+
static getSection(sectionName: string): unknown;
|
|
2063
|
+
static openExeConfiguration(userLevel: ConfigurationUserLevel): Configuration;
|
|
2064
|
+
static openExeConfiguration(exePath: string): Configuration;
|
|
2065
|
+
static openMachineConfiguration(): Configuration;
|
|
2066
|
+
static openMappedExeConfiguration(fileMap: ExeConfigurationFileMap, userLevel: ConfigurationUserLevel, preLoad: boolean): Configuration;
|
|
2067
|
+
static openMappedExeConfiguration(fileMap: ExeConfigurationFileMap, userLevel: ConfigurationUserLevel): Configuration;
|
|
2068
|
+
static openMappedMachineConfiguration(fileMap: ConfigurationFileMap): Configuration;
|
|
2069
|
+
static refreshSection(sectionName: string): void;
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
|
|
2073
|
+
export type ConfigurationManager = ConfigurationManager$instance;
|
|
2074
|
+
|
|
2075
|
+
export abstract class ProtectedConfiguration$instance {
|
|
2076
|
+
static readonly rsaProviderName: string;
|
|
2077
|
+
static readonly dataProtectionProviderName: string;
|
|
2078
|
+
static readonly protectedDataSectionName: string;
|
|
2079
|
+
static readonly providers: ProtectedConfigurationProviderCollection;
|
|
2080
|
+
static readonly defaultProvider: string;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
export type ProtectedConfiguration = ProtectedConfiguration$instance;
|
|
2085
|
+
|