@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,30 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Configuration.Internal
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Configuration.Internal/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Configuration, ConfigurationAllowDefinition, ConfigurationAllowExeDefinition, ProtectedConfigurationProvider, ProtectedConfigurationSection } from './System.Configuration/internal/index.js';
|
|
10
|
+
import type { Stream } from '@tsonic/dotnet/System.IO.js';
|
|
11
|
+
import type { AsyncCallback, Boolean as ClrBoolean, EventArgs, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, Void } from '@tsonic/dotnet/System.js';
|
|
12
|
+
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
13
|
+
import type { PermissionSet } from '@tsonic/dotnet/System.Security.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { DelegatingConfigHost as DelegatingConfigHost } from './System.Configuration.Internal/internal/index.js';
|
|
17
|
+
export type IConfigErrorInfo = Internal.IConfigErrorInfo;
|
|
18
|
+
export type IConfigSystem = Internal.IConfigSystem;
|
|
19
|
+
export type IConfigurationManagerHelper = Internal.IConfigurationManagerHelper;
|
|
20
|
+
export type IConfigurationManagerInternal = Internal.IConfigurationManagerInternal;
|
|
21
|
+
export type IInternalConfigClientHost = Internal.IInternalConfigClientHost;
|
|
22
|
+
export type IInternalConfigConfigurationFactory = Internal.IInternalConfigConfigurationFactory;
|
|
23
|
+
export type IInternalConfigHost = Internal.IInternalConfigHost;
|
|
24
|
+
export type IInternalConfigRecord = Internal.IInternalConfigRecord;
|
|
25
|
+
export type IInternalConfigRoot = Internal.IInternalConfigRoot;
|
|
26
|
+
export type IInternalConfigSettingsFactory = Internal.IInternalConfigSettingsFactory;
|
|
27
|
+
export type IInternalConfigSystem = Internal.IInternalConfigSystem;
|
|
28
|
+
export { InternalConfigEventArgs as InternalConfigEventArgs } from './System.Configuration.Internal/internal/index.js';
|
|
29
|
+
export type InternalConfigEventHandler = Internal.InternalConfigEventHandler;
|
|
30
|
+
export type StreamChangeCallback = Internal.StreamChangeCallback;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Configuration.Internal
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace System.Configuration.Internal in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,447 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "System.Configuration.Provider",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderBase",
|
|
6
|
+
"clrName": "System.Configuration.Provider.ProviderBase",
|
|
7
|
+
"tsEmitName": "ProviderBase",
|
|
8
|
+
"assemblyName": "System.Configuration.ConfigurationManager",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderBase::Initialize(System.String,System.Collections.Specialized.NameValueCollection):System.Void",
|
|
13
|
+
"clrName": "Initialize",
|
|
14
|
+
"tsEmitName": "initialize",
|
|
15
|
+
"metadataToken": 100665641,
|
|
16
|
+
"canonicalSignature": "(System.String,System.Collections.Specialized.NameValueCollection):System.Void",
|
|
17
|
+
"normalizedSignature": "Initialize|(System.String,System.Collections.Specialized.NameValueCollection):System.Void|static=false",
|
|
18
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 2,
|
|
21
|
+
"declaringClrType": "System.Configuration.Provider.ProviderBase",
|
|
22
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"properties": [
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderBase::Name:System.String",
|
|
29
|
+
"clrName": "Name",
|
|
30
|
+
"tsEmitName": "name",
|
|
31
|
+
"metadataToken": 385876820,
|
|
32
|
+
"canonicalSignature": ":System.String",
|
|
33
|
+
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
34
|
+
"emitScope": "ClassSurface",
|
|
35
|
+
"isIndexer": false,
|
|
36
|
+
"hasGetter": true,
|
|
37
|
+
"hasSetter": false,
|
|
38
|
+
"declaringClrType": "System.Configuration.Provider.ProviderBase",
|
|
39
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderBase::Description:System.String",
|
|
43
|
+
"clrName": "Description",
|
|
44
|
+
"tsEmitName": "description",
|
|
45
|
+
"metadataToken": 385876821,
|
|
46
|
+
"canonicalSignature": ":System.String",
|
|
47
|
+
"normalizedSignature": "Description|:System.String|static=false|accessor=get",
|
|
48
|
+
"emitScope": "ClassSurface",
|
|
49
|
+
"isIndexer": false,
|
|
50
|
+
"hasGetter": true,
|
|
51
|
+
"hasSetter": false,
|
|
52
|
+
"declaringClrType": "System.Configuration.Provider.ProviderBase",
|
|
53
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"fields": [],
|
|
57
|
+
"events": [],
|
|
58
|
+
"constructors": [],
|
|
59
|
+
"exposedMethods": [
|
|
60
|
+
{
|
|
61
|
+
"tsName": "initialize",
|
|
62
|
+
"isStatic": false,
|
|
63
|
+
"tsSignatureId": "Initialize|(System.String,System.Collections.Specialized.NameValueCollection):System.Void|static=false",
|
|
64
|
+
"target": {
|
|
65
|
+
"declaringClrType": "System.Configuration.Provider.ProviderBase",
|
|
66
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
67
|
+
"metadataToken": 100665641
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"exposedProperties": [
|
|
72
|
+
{
|
|
73
|
+
"tsName": "name",
|
|
74
|
+
"isStatic": false,
|
|
75
|
+
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
76
|
+
"target": {
|
|
77
|
+
"declaringClrType": "System.Configuration.Provider.ProviderBase",
|
|
78
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
79
|
+
"metadataToken": 385876820
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"tsName": "description",
|
|
84
|
+
"isStatic": false,
|
|
85
|
+
"tsSignatureId": "Description|:System.String|static=false|accessor=get",
|
|
86
|
+
"target": {
|
|
87
|
+
"declaringClrType": "System.Configuration.Provider.ProviderBase",
|
|
88
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
89
|
+
"metadataToken": 385876821
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection",
|
|
96
|
+
"clrName": "System.Configuration.Provider.ProviderCollection",
|
|
97
|
+
"tsEmitName": "ProviderCollection",
|
|
98
|
+
"assemblyName": "System.Configuration.ConfigurationManager",
|
|
99
|
+
"metadataToken": 0,
|
|
100
|
+
"methods": [
|
|
101
|
+
{
|
|
102
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::GetEnumerator():System.Collections.IEnumerator",
|
|
103
|
+
"clrName": "GetEnumerator",
|
|
104
|
+
"tsEmitName": "getEnumerator",
|
|
105
|
+
"metadataToken": 100665645,
|
|
106
|
+
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
107
|
+
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
108
|
+
"emitScope": "ClassSurface",
|
|
109
|
+
"arity": 0,
|
|
110
|
+
"parameterCount": 0,
|
|
111
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
112
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
113
|
+
"isExtensionMethod": false
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Add(System.Configuration.Provider.ProviderBase):System.Void",
|
|
117
|
+
"clrName": "Add",
|
|
118
|
+
"tsEmitName": "add",
|
|
119
|
+
"metadataToken": 100665650,
|
|
120
|
+
"canonicalSignature": "(System.Configuration.Provider.ProviderBase):System.Void",
|
|
121
|
+
"normalizedSignature": "Add|(System.Configuration.Provider.ProviderBase):System.Void|static=false",
|
|
122
|
+
"emitScope": "ClassSurface",
|
|
123
|
+
"arity": 0,
|
|
124
|
+
"parameterCount": 1,
|
|
125
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
126
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
127
|
+
"isExtensionMethod": false
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Remove(System.String):System.Void",
|
|
131
|
+
"clrName": "Remove",
|
|
132
|
+
"tsEmitName": "remove",
|
|
133
|
+
"metadataToken": 100665651,
|
|
134
|
+
"canonicalSignature": "(System.String):System.Void",
|
|
135
|
+
"normalizedSignature": "Remove|(System.String):System.Void|static=false",
|
|
136
|
+
"emitScope": "ClassSurface",
|
|
137
|
+
"arity": 0,
|
|
138
|
+
"parameterCount": 1,
|
|
139
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
140
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
141
|
+
"isExtensionMethod": false
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::SetReadOnly():System.Void",
|
|
145
|
+
"clrName": "SetReadOnly",
|
|
146
|
+
"tsEmitName": "setReadOnly",
|
|
147
|
+
"metadataToken": 100665652,
|
|
148
|
+
"canonicalSignature": "():System.Void",
|
|
149
|
+
"normalizedSignature": "SetReadOnly|():System.Void|static=false",
|
|
150
|
+
"emitScope": "ClassSurface",
|
|
151
|
+
"arity": 0,
|
|
152
|
+
"parameterCount": 0,
|
|
153
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
154
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
155
|
+
"isExtensionMethod": false
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Clear():System.Void",
|
|
159
|
+
"clrName": "Clear",
|
|
160
|
+
"tsEmitName": "clear",
|
|
161
|
+
"metadataToken": 100665653,
|
|
162
|
+
"canonicalSignature": "():System.Void",
|
|
163
|
+
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
164
|
+
"emitScope": "ClassSurface",
|
|
165
|
+
"arity": 0,
|
|
166
|
+
"parameterCount": 0,
|
|
167
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
168
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
169
|
+
"isExtensionMethod": false
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::CopyTo(System.Configuration.Provider.ProviderBase[],System.Int32):System.Void",
|
|
173
|
+
"clrName": "CopyTo",
|
|
174
|
+
"tsEmitName": "copyTo",
|
|
175
|
+
"metadataToken": 100665654,
|
|
176
|
+
"canonicalSignature": "(System.Configuration.Provider.ProviderBase[],System.Int32):System.Void",
|
|
177
|
+
"normalizedSignature": "CopyTo|(System.Configuration.Provider.ProviderBase[],System.Int32):System.Void|static=false",
|
|
178
|
+
"emitScope": "ClassSurface",
|
|
179
|
+
"arity": 0,
|
|
180
|
+
"parameterCount": 2,
|
|
181
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
182
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
183
|
+
"isExtensionMethod": false
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"properties": [
|
|
187
|
+
{
|
|
188
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Item[System.String]:System.Configuration.Provider.ProviderBase",
|
|
189
|
+
"clrName": "Item",
|
|
190
|
+
"tsEmitName": "item",
|
|
191
|
+
"metadataToken": 385876822,
|
|
192
|
+
"canonicalSignature": "[System.String]:System.Configuration.Provider.ProviderBase",
|
|
193
|
+
"normalizedSignature": "Item|[System.String]:System.Configuration.Provider.ProviderBase|static=false|accessor=get",
|
|
194
|
+
"emitScope": "ClassSurface",
|
|
195
|
+
"isIndexer": true,
|
|
196
|
+
"hasGetter": true,
|
|
197
|
+
"hasSetter": false,
|
|
198
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
199
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Count:System.Int32",
|
|
203
|
+
"clrName": "Count",
|
|
204
|
+
"tsEmitName": "count",
|
|
205
|
+
"metadataToken": 385876823,
|
|
206
|
+
"canonicalSignature": ":System.Int32",
|
|
207
|
+
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
208
|
+
"emitScope": "ClassSurface",
|
|
209
|
+
"isIndexer": false,
|
|
210
|
+
"hasGetter": true,
|
|
211
|
+
"hasSetter": false,
|
|
212
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
213
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::IsSynchronized:System.Boolean",
|
|
217
|
+
"clrName": "IsSynchronized",
|
|
218
|
+
"tsEmitName": "isSynchronized",
|
|
219
|
+
"metadataToken": 385876824,
|
|
220
|
+
"canonicalSignature": ":System.Boolean",
|
|
221
|
+
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
222
|
+
"emitScope": "ClassSurface",
|
|
223
|
+
"isIndexer": false,
|
|
224
|
+
"hasGetter": true,
|
|
225
|
+
"hasSetter": false,
|
|
226
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
227
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::SyncRoot:System.Object",
|
|
231
|
+
"clrName": "SyncRoot",
|
|
232
|
+
"tsEmitName": "syncRoot",
|
|
233
|
+
"metadataToken": 385876825,
|
|
234
|
+
"canonicalSignature": ":System.Object",
|
|
235
|
+
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
236
|
+
"emitScope": "ClassSurface",
|
|
237
|
+
"isIndexer": false,
|
|
238
|
+
"hasGetter": true,
|
|
239
|
+
"hasSetter": false,
|
|
240
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
241
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"fields": [],
|
|
245
|
+
"events": [],
|
|
246
|
+
"constructors": [
|
|
247
|
+
{
|
|
248
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::.ctor():void",
|
|
249
|
+
"metadataToken": 100665643,
|
|
250
|
+
"canonicalSignature": "():void",
|
|
251
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
252
|
+
"isStatic": false,
|
|
253
|
+
"parameterCount": 0,
|
|
254
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
255
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"exposedMethods": [
|
|
259
|
+
{
|
|
260
|
+
"tsName": "getEnumerator",
|
|
261
|
+
"isStatic": false,
|
|
262
|
+
"tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
263
|
+
"target": {
|
|
264
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
265
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
266
|
+
"metadataToken": 100665645
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"tsName": "add",
|
|
271
|
+
"isStatic": false,
|
|
272
|
+
"tsSignatureId": "Add|(System.Configuration.Provider.ProviderBase):System.Void|static=false",
|
|
273
|
+
"target": {
|
|
274
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
275
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
276
|
+
"metadataToken": 100665650
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"tsName": "remove",
|
|
281
|
+
"isStatic": false,
|
|
282
|
+
"tsSignatureId": "Remove|(System.String):System.Void|static=false",
|
|
283
|
+
"target": {
|
|
284
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
285
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
286
|
+
"metadataToken": 100665651
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"tsName": "setReadOnly",
|
|
291
|
+
"isStatic": false,
|
|
292
|
+
"tsSignatureId": "SetReadOnly|():System.Void|static=false",
|
|
293
|
+
"target": {
|
|
294
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
295
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
296
|
+
"metadataToken": 100665652
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"tsName": "clear",
|
|
301
|
+
"isStatic": false,
|
|
302
|
+
"tsSignatureId": "Clear|():System.Void|static=false",
|
|
303
|
+
"target": {
|
|
304
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
305
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
306
|
+
"metadataToken": 100665653
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"tsName": "copyTo",
|
|
311
|
+
"isStatic": false,
|
|
312
|
+
"tsSignatureId": "CopyTo|(System.Configuration.Provider.ProviderBase[],System.Int32):System.Void|static=false",
|
|
313
|
+
"target": {
|
|
314
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
315
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
316
|
+
"metadataToken": 100665654
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"exposedProperties": [
|
|
321
|
+
{
|
|
322
|
+
"tsName": "item",
|
|
323
|
+
"isStatic": false,
|
|
324
|
+
"tsSignatureId": "Item|[System.String]:System.Configuration.Provider.ProviderBase|static=false|accessor=get",
|
|
325
|
+
"target": {
|
|
326
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
327
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
328
|
+
"metadataToken": 385876822
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"tsName": "count",
|
|
333
|
+
"isStatic": false,
|
|
334
|
+
"tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
|
|
335
|
+
"target": {
|
|
336
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
337
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
338
|
+
"metadataToken": 385876823
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"tsName": "isSynchronized",
|
|
343
|
+
"isStatic": false,
|
|
344
|
+
"tsSignatureId": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
345
|
+
"target": {
|
|
346
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
347
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
348
|
+
"metadataToken": 385876824
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"tsName": "syncRoot",
|
|
353
|
+
"isStatic": false,
|
|
354
|
+
"tsSignatureId": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
355
|
+
"target": {
|
|
356
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
357
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
358
|
+
"metadataToken": 385876825
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"exposedConstructors": [
|
|
363
|
+
{
|
|
364
|
+
"isStatic": false,
|
|
365
|
+
"tsSignatureId": "constructor|():void|static=false",
|
|
366
|
+
"target": {
|
|
367
|
+
"declaringClrType": "System.Configuration.Provider.ProviderCollection",
|
|
368
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
369
|
+
"metadataToken": 100665643
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderException",
|
|
376
|
+
"clrName": "System.Configuration.Provider.ProviderException",
|
|
377
|
+
"tsEmitName": "ProviderException",
|
|
378
|
+
"assemblyName": "System.Configuration.ConfigurationManager",
|
|
379
|
+
"metadataToken": 0,
|
|
380
|
+
"methods": [],
|
|
381
|
+
"properties": [],
|
|
382
|
+
"fields": [],
|
|
383
|
+
"events": [],
|
|
384
|
+
"constructors": [
|
|
385
|
+
{
|
|
386
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderException::.ctor():void",
|
|
387
|
+
"metadataToken": 100665655,
|
|
388
|
+
"canonicalSignature": "():void",
|
|
389
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
390
|
+
"isStatic": false,
|
|
391
|
+
"parameterCount": 0,
|
|
392
|
+
"declaringClrType": "System.Configuration.Provider.ProviderException",
|
|
393
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderException::.ctor(System.String):void",
|
|
397
|
+
"metadataToken": 100665656,
|
|
398
|
+
"canonicalSignature": "(System.String):void",
|
|
399
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
400
|
+
"isStatic": false,
|
|
401
|
+
"parameterCount": 1,
|
|
402
|
+
"declaringClrType": "System.Configuration.Provider.ProviderException",
|
|
403
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderException::.ctor(System.String,System.Exception):void",
|
|
407
|
+
"metadataToken": 100665657,
|
|
408
|
+
"canonicalSignature": "(System.String,System.Exception):void",
|
|
409
|
+
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
410
|
+
"isStatic": false,
|
|
411
|
+
"parameterCount": 2,
|
|
412
|
+
"declaringClrType": "System.Configuration.Provider.ProviderException",
|
|
413
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
414
|
+
}
|
|
415
|
+
],
|
|
416
|
+
"exposedConstructors": [
|
|
417
|
+
{
|
|
418
|
+
"isStatic": false,
|
|
419
|
+
"tsSignatureId": "constructor|():void|static=false",
|
|
420
|
+
"target": {
|
|
421
|
+
"declaringClrType": "System.Configuration.Provider.ProviderException",
|
|
422
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
423
|
+
"metadataToken": 100665655
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"isStatic": false,
|
|
428
|
+
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
429
|
+
"target": {
|
|
430
|
+
"declaringClrType": "System.Configuration.Provider.ProviderException",
|
|
431
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
432
|
+
"metadataToken": 100665656
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"isStatic": false,
|
|
437
|
+
"tsSignatureId": "constructor|(System.String,System.Exception):void|static=false",
|
|
438
|
+
"target": {
|
|
439
|
+
"declaringClrType": "System.Configuration.Provider.ProviderException",
|
|
440
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
441
|
+
"metadataToken": 100665657
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
}
|
|
446
|
+
]
|
|
447
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Configuration.Provider
|
|
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_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
10
|
+
import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
|
|
11
|
+
import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
13
|
+
import type { Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
14
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
15
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
16
|
+
|
|
17
|
+
export interface ProviderBase$instance {
|
|
18
|
+
readonly description: string;
|
|
19
|
+
readonly name: string;
|
|
20
|
+
initialize(name: string, config: NameValueCollection): void;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
export const ProviderBase: {
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
export type ProviderBase = ProviderBase$instance;
|
|
29
|
+
|
|
30
|
+
export interface ProviderCollection$instance {
|
|
31
|
+
readonly count: int;
|
|
32
|
+
readonly isSynchronized: boolean;
|
|
33
|
+
readonly item: ProviderBase | SettingsProvider;
|
|
34
|
+
readonly syncRoot: unknown;
|
|
35
|
+
add(provider: ProviderBase): void;
|
|
36
|
+
clear(): void;
|
|
37
|
+
copyTo(array: ProviderBase[], index: int): void;
|
|
38
|
+
getEnumerator(): IEnumerator;
|
|
39
|
+
remove(name: string): void;
|
|
40
|
+
setReadOnly(): void;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
export const ProviderCollection: {
|
|
45
|
+
new(): ProviderCollection;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
export type ProviderCollection = ProviderCollection$instance;
|
|
50
|
+
|
|
51
|
+
export interface ProviderException$instance extends Exception {
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
export const ProviderException: {
|
|
56
|
+
new(): ProviderException;
|
|
57
|
+
new(message: string): ProviderException;
|
|
58
|
+
new(message: string, innerException: Exception): ProviderException;
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
export type ProviderException = ProviderException$instance;
|
|
63
|
+
|