@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
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 +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -12,11 +12,11 @@ import * as System_Configuration_Provider_Internal from "../../System.Configurat
|
|
|
12
12
|
import type { ProviderBase, ProviderCollection } from "../../System.Configuration.Provider/internal/index.js";
|
|
13
13
|
import type { UriIdnScope } from "../../System/internal/index.js";
|
|
14
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";
|
|
15
|
+
import type { Hashtable, ICollection, IComparer, IDictionary, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from "@tsonic/dotnet/System.Collections.js";
|
|
16
16
|
import * as System_Collections_Specialized_Internal from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
17
17
|
import type { NameObjectCollectionBase, NameValueCollection, StringCollection } from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
18
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";
|
|
19
|
+
import type { CancelEventArgs, IComponent, INotifyPropertyChanged, ITypeDescriptorContext, PropertyChangedEventArgs, PropertyChangedEventHandler, TypeConverter } from "@tsonic/dotnet/System.ComponentModel.js";
|
|
20
20
|
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
|
|
21
21
|
import * as System_Lib from "@tsonic/dotnet/System.js";
|
|
22
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";
|
|
@@ -25,7 +25,7 @@ import type { IDeserializationCallback, ISerializable, SerializationInfo, Stream
|
|
|
25
25
|
import type { FrameworkName } from "@tsonic/dotnet/System.Runtime.Versioning.js";
|
|
26
26
|
import type { RSAParameters } from "@tsonic/dotnet/System.Security.Cryptography.js";
|
|
27
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";
|
|
28
|
+
import type { XmlAttribute, XmlCDataSection, XmlComment, XmlDocument, XmlElement, XmlNode, XmlReader, XmlSignificantWhitespace, XmlText, XmlTextReader, XmlWhitespace, XmlWriter } from "@tsonic/dotnet/System.Xml.js";
|
|
29
29
|
import * as System_Xml_XPath_Internal from "@tsonic/dotnet/System.Xml.XPath.js";
|
|
30
30
|
import type { IXPathNavigable } from "@tsonic/dotnet/System.Xml.XPath.js";
|
|
31
31
|
|
|
@@ -124,6 +124,8 @@ export type ValidatorCallback = (value: unknown) => void;
|
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
export interface IApplicationSettingsProvider$instance {
|
|
127
|
+
readonly __tsonic_iface_System_Configuration_IApplicationSettingsProvider: never;
|
|
128
|
+
|
|
127
129
|
GetPreviousVersion(context: SettingsContext, property: SettingsProperty): SettingsPropertyValue;
|
|
128
130
|
Reset(context: SettingsContext): void;
|
|
129
131
|
Upgrade(context: SettingsContext, properties: SettingsPropertyCollection): void;
|
|
@@ -133,6 +135,8 @@ export interface IApplicationSettingsProvider$instance {
|
|
|
133
135
|
export type IApplicationSettingsProvider = IApplicationSettingsProvider$instance;
|
|
134
136
|
|
|
135
137
|
export interface IConfigurationSectionHandler$instance {
|
|
138
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
139
|
+
|
|
136
140
|
Create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
|
|
137
141
|
}
|
|
138
142
|
|
|
@@ -140,6 +144,8 @@ export interface IConfigurationSectionHandler$instance {
|
|
|
140
144
|
export type IConfigurationSectionHandler = IConfigurationSectionHandler$instance;
|
|
141
145
|
|
|
142
146
|
export interface IConfigurationSystem$instance {
|
|
147
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSystem: never;
|
|
148
|
+
|
|
143
149
|
GetConfig(configKey: string): unknown;
|
|
144
150
|
Init(): void;
|
|
145
151
|
}
|
|
@@ -148,6 +154,8 @@ export interface IConfigurationSystem$instance {
|
|
|
148
154
|
export type IConfigurationSystem = IConfigurationSystem$instance;
|
|
149
155
|
|
|
150
156
|
export interface IPersistComponentSettings$instance {
|
|
157
|
+
readonly __tsonic_iface_System_Configuration_IPersistComponentSettings: never;
|
|
158
|
+
|
|
151
159
|
SaveSettings: boolean;
|
|
152
160
|
SettingsKey: string;
|
|
153
161
|
LoadComponentSettings(): void;
|
|
@@ -157,6 +165,8 @@ export interface IPersistComponentSettings$instance {
|
|
|
157
165
|
export type IPersistComponentSettings = IPersistComponentSettings$instance;
|
|
158
166
|
|
|
159
167
|
export interface ISettingsProviderService$instance {
|
|
168
|
+
readonly __tsonic_iface_System_Configuration_ISettingsProviderService: never;
|
|
169
|
+
|
|
160
170
|
GetSettingsProvider(property: SettingsProperty): SettingsProvider;
|
|
161
171
|
}
|
|
162
172
|
|
|
@@ -175,13 +185,19 @@ export const ApplicationScopedSettingAttribute: {
|
|
|
175
185
|
export type ApplicationScopedSettingAttribute = ApplicationScopedSettingAttribute$instance;
|
|
176
186
|
|
|
177
187
|
export interface ApplicationSettingsBase$instance extends SettingsBase {
|
|
188
|
+
readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
|
|
189
|
+
|
|
178
190
|
readonly Context: SettingsContext;
|
|
179
|
-
|
|
191
|
+
[propertyName: string]: unknown;
|
|
180
192
|
readonly Properties: SettingsPropertyCollection;
|
|
181
193
|
readonly PropertyValues: SettingsPropertyValueCollection;
|
|
182
194
|
readonly Providers: SettingsProviderCollection;
|
|
183
195
|
SettingsKey: string;
|
|
184
196
|
GetPreviousVersion(propertyName: string): unknown;
|
|
197
|
+
OnPropertyChanged(sender: unknown, e: PropertyChangedEventArgs): void;
|
|
198
|
+
OnSettingChanging(sender: unknown, e: SettingChangingEventArgs): void;
|
|
199
|
+
OnSettingsLoaded(sender: unknown, e: SettingsLoadedEventArgs): void;
|
|
200
|
+
OnSettingsSaving(sender: unknown, e: CancelEventArgs): void;
|
|
185
201
|
Reload(): void;
|
|
186
202
|
Reset(): void;
|
|
187
203
|
Save(): void;
|
|
@@ -189,7 +205,7 @@ export interface ApplicationSettingsBase$instance extends SettingsBase {
|
|
|
189
205
|
}
|
|
190
206
|
|
|
191
207
|
|
|
192
|
-
export const ApplicationSettingsBase: {
|
|
208
|
+
export const ApplicationSettingsBase: (abstract new() => ApplicationSettingsBase) & (abstract new(owner: IComponent) => ApplicationSettingsBase) & (abstract new(settingsKey: string) => ApplicationSettingsBase) & (abstract new(owner: IComponent, settingsKey: string) => ApplicationSettingsBase) & {
|
|
193
209
|
};
|
|
194
210
|
|
|
195
211
|
|
|
@@ -220,7 +236,11 @@ export type AppSettingsReader = AppSettingsReader$instance;
|
|
|
220
236
|
|
|
221
237
|
export interface AppSettingsSection$instance extends ConfigurationSection {
|
|
222
238
|
File: string;
|
|
239
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
223
240
|
readonly Settings: KeyValueConfigurationCollection;
|
|
241
|
+
DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
|
|
242
|
+
GetRuntimeObject(): unknown;
|
|
243
|
+
Reset(parentSection: ConfigurationElement): void;
|
|
224
244
|
}
|
|
225
245
|
|
|
226
246
|
|
|
@@ -259,6 +279,7 @@ export const CallbackValidatorAttribute: {
|
|
|
259
279
|
export type CallbackValidatorAttribute = CallbackValidatorAttribute$instance;
|
|
260
280
|
|
|
261
281
|
export interface ClientSettingsSection$instance extends ConfigurationSection {
|
|
282
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
262
283
|
readonly Settings: SettingElementCollection;
|
|
263
284
|
}
|
|
264
285
|
|
|
@@ -271,9 +292,13 @@ export const ClientSettingsSection: {
|
|
|
271
292
|
export type ClientSettingsSection = ClientSettingsSection$instance;
|
|
272
293
|
|
|
273
294
|
export interface CommaDelimitedStringCollection$instance extends StringCollection {
|
|
295
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
296
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
297
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
298
|
+
|
|
274
299
|
readonly IsModified: boolean;
|
|
275
|
-
|
|
276
|
-
|
|
300
|
+
IsReadOnly: boolean;
|
|
301
|
+
[index: number]: string;
|
|
277
302
|
Add(value: string): void;
|
|
278
303
|
AddRange(range: string[]): void;
|
|
279
304
|
Clear(): void;
|
|
@@ -281,7 +306,7 @@ export interface CommaDelimitedStringCollection$instance extends StringCollectio
|
|
|
281
306
|
Insert(index: int, value: string): void;
|
|
282
307
|
Remove(value: string): void;
|
|
283
308
|
SetReadOnly(): void;
|
|
284
|
-
ToString(): string
|
|
309
|
+
ToString(): string;
|
|
285
310
|
}
|
|
286
311
|
|
|
287
312
|
|
|
@@ -331,7 +356,6 @@ export interface Configuration$instance {
|
|
|
331
356
|
|
|
332
357
|
|
|
333
358
|
export const Configuration: {
|
|
334
|
-
new(): Configuration;
|
|
335
359
|
};
|
|
336
360
|
|
|
337
361
|
|
|
@@ -359,7 +383,7 @@ export interface ConfigurationConverterBase$instance extends TypeConverter {
|
|
|
359
383
|
}
|
|
360
384
|
|
|
361
385
|
|
|
362
|
-
export const ConfigurationConverterBase: {
|
|
386
|
+
export const ConfigurationConverterBase: (abstract new() => ConfigurationConverterBase) & {
|
|
363
387
|
};
|
|
364
388
|
|
|
365
389
|
|
|
@@ -368,38 +392,77 @@ export type ConfigurationConverterBase = ConfigurationConverterBase$instance;
|
|
|
368
392
|
export interface ConfigurationElement$instance {
|
|
369
393
|
readonly CurrentConfiguration: Configuration;
|
|
370
394
|
readonly ElementInformation: ElementInformation;
|
|
395
|
+
readonly ElementProperty: ConfigurationElementProperty;
|
|
371
396
|
readonly LockAllAttributesExcept: ConfigurationLockCollection;
|
|
372
397
|
readonly LockAllElementsExcept: ConfigurationLockCollection;
|
|
373
398
|
readonly LockAttributes: ConfigurationLockCollection;
|
|
374
399
|
readonly LockElements: ConfigurationLockCollection;
|
|
375
400
|
LockItem: boolean;
|
|
401
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
402
|
+
DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
|
|
376
403
|
Equals(compareTo: unknown): boolean;
|
|
377
404
|
GetHashCode(): int;
|
|
405
|
+
GetTransformedAssemblyString(assemblyName: string): string;
|
|
406
|
+
GetTransformedTypeString(typeName: string): string;
|
|
407
|
+
Init(): void;
|
|
408
|
+
InitializeDefault(): void;
|
|
409
|
+
IsModified(): boolean;
|
|
378
410
|
IsReadOnly(): boolean;
|
|
411
|
+
ListErrors(errorList: IList): void;
|
|
412
|
+
OnDeserializeUnrecognizedAttribute(name: string, value: string): boolean;
|
|
413
|
+
OnDeserializeUnrecognizedElement(elementName: string, reader: XmlReader): boolean;
|
|
414
|
+
OnRequiredPropertyNotFound(name: string): unknown;
|
|
415
|
+
PostDeserialize(): void;
|
|
416
|
+
PreSerialize(writer: XmlWriter): void;
|
|
417
|
+
Reset(parentElement: ConfigurationElement): void;
|
|
418
|
+
ResetModified(): void;
|
|
419
|
+
SerializeElement(writer: XmlWriter, serializeCollectionKey: boolean): boolean;
|
|
420
|
+
SerializeToXmlElement(writer: XmlWriter, elementName: string): boolean;
|
|
421
|
+
SetReadOnly(): void;
|
|
422
|
+
Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
379
423
|
}
|
|
380
424
|
|
|
381
425
|
|
|
382
|
-
export const ConfigurationElement: {
|
|
426
|
+
export const ConfigurationElement: (abstract new() => ConfigurationElement) & {
|
|
383
427
|
};
|
|
384
428
|
|
|
385
429
|
|
|
386
430
|
export type ConfigurationElement = ConfigurationElement$instance;
|
|
387
431
|
|
|
388
432
|
export interface ConfigurationElementCollection$instance extends ConfigurationElement {
|
|
433
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
434
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
435
|
+
|
|
389
436
|
readonly CollectionType: ConfigurationElementCollectionType;
|
|
390
437
|
readonly Count: int;
|
|
438
|
+
readonly ElementName: string;
|
|
391
439
|
EmitClear: boolean;
|
|
392
440
|
readonly IsSynchronized: boolean;
|
|
393
441
|
readonly SyncRoot: unknown;
|
|
442
|
+
readonly ThrowOnDuplicate: boolean;
|
|
443
|
+
BaseAdd(element: ConfigurationElement): void;
|
|
444
|
+
BaseAdd(index: int, element: ConfigurationElement): void;
|
|
394
445
|
CopyTo(array: ConfigurationElement[], index: int): void;
|
|
446
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
447
|
+
CreateNewElement(): ConfigurationElement;
|
|
395
448
|
Equals(compareTo: unknown): boolean;
|
|
449
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
396
450
|
GetEnumerator(): IEnumerator;
|
|
397
451
|
GetHashCode(): int;
|
|
452
|
+
IsElementName(elementName: string): boolean;
|
|
453
|
+
IsElementRemovable(element: ConfigurationElement): boolean;
|
|
454
|
+
IsModified(): boolean;
|
|
398
455
|
IsReadOnly(): boolean;
|
|
456
|
+
OnDeserializeUnrecognizedElement(elementName: string, reader: XmlReader): boolean;
|
|
457
|
+
Reset(parentElement: ConfigurationElement): void;
|
|
458
|
+
ResetModified(): void;
|
|
459
|
+
SerializeElement(writer: XmlWriter, serializeCollectionKey: boolean): boolean;
|
|
460
|
+
SetReadOnly(): void;
|
|
461
|
+
Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
399
462
|
}
|
|
400
463
|
|
|
401
464
|
|
|
402
|
-
export const ConfigurationElementCollection: {
|
|
465
|
+
export const ConfigurationElementCollection: (abstract new() => ConfigurationElementCollection) & (abstract new(comparer: IComparer) => ConfigurationElementCollection) & {
|
|
403
466
|
};
|
|
404
467
|
|
|
405
468
|
|
|
@@ -418,6 +481,8 @@ export const ConfigurationElementProperty: {
|
|
|
418
481
|
export type ConfigurationElementProperty = ConfigurationElementProperty$instance;
|
|
419
482
|
|
|
420
483
|
export interface ConfigurationErrorsException$instance extends ConfigurationException {
|
|
484
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
485
|
+
|
|
421
486
|
readonly Errors: ICollection;
|
|
422
487
|
readonly Filename: string;
|
|
423
488
|
readonly Line: int;
|
|
@@ -446,6 +511,8 @@ export const ConfigurationErrorsException: {
|
|
|
446
511
|
export type ConfigurationErrorsException = ConfigurationErrorsException$instance;
|
|
447
512
|
|
|
448
513
|
export interface ConfigurationException$instance extends SystemException {
|
|
514
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
515
|
+
|
|
449
516
|
readonly BareMessage: string;
|
|
450
517
|
readonly Filename: string;
|
|
451
518
|
readonly Line: int;
|
|
@@ -470,6 +537,8 @@ export const ConfigurationException: {
|
|
|
470
537
|
export type ConfigurationException = ConfigurationException$instance;
|
|
471
538
|
|
|
472
539
|
export interface ConfigurationFileMap$instance {
|
|
540
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
541
|
+
|
|
473
542
|
MachineConfigFilename: string;
|
|
474
543
|
Clone(): unknown;
|
|
475
544
|
}
|
|
@@ -490,29 +559,33 @@ export interface ConfigurationLocation$instance {
|
|
|
490
559
|
|
|
491
560
|
|
|
492
561
|
export const ConfigurationLocation: {
|
|
493
|
-
new(): ConfigurationLocation;
|
|
494
562
|
};
|
|
495
563
|
|
|
496
564
|
|
|
497
565
|
export type ConfigurationLocation = ConfigurationLocation$instance;
|
|
498
566
|
|
|
499
567
|
export interface ConfigurationLocationCollection$instance extends ReadOnlyCollectionBase {
|
|
500
|
-
readonly
|
|
568
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
569
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
570
|
+
|
|
571
|
+
readonly [index: number]: ConfigurationLocation;
|
|
501
572
|
}
|
|
502
573
|
|
|
503
574
|
|
|
504
575
|
export const ConfigurationLocationCollection: {
|
|
505
|
-
new(): ConfigurationLocationCollection;
|
|
506
576
|
};
|
|
507
577
|
|
|
508
578
|
|
|
509
579
|
export type ConfigurationLocationCollection = ConfigurationLocationCollection$instance;
|
|
510
580
|
|
|
511
581
|
export interface ConfigurationLockCollection$instance {
|
|
582
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
583
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
584
|
+
|
|
512
585
|
readonly AttributeList: string;
|
|
513
586
|
readonly Count: int;
|
|
514
587
|
readonly HasParentElements: boolean;
|
|
515
|
-
|
|
588
|
+
IsModified: boolean;
|
|
516
589
|
readonly IsSynchronized: boolean;
|
|
517
590
|
readonly SyncRoot: unknown;
|
|
518
591
|
Add(name: string): void;
|
|
@@ -527,7 +600,6 @@ export interface ConfigurationLockCollection$instance {
|
|
|
527
600
|
|
|
528
601
|
|
|
529
602
|
export const ConfigurationLockCollection: {
|
|
530
|
-
new(): ConfigurationLockCollection;
|
|
531
603
|
};
|
|
532
604
|
|
|
533
605
|
|
|
@@ -535,17 +607,17 @@ export type ConfigurationLockCollection = ConfigurationLockCollection$instance;
|
|
|
535
607
|
|
|
536
608
|
export interface ConfigurationProperty$instance {
|
|
537
609
|
readonly Converter: TypeConverter;
|
|
538
|
-
|
|
539
|
-
|
|
610
|
+
DefaultValue: unknown;
|
|
611
|
+
Description: string;
|
|
540
612
|
readonly IsAssemblyStringTransformationRequired: boolean;
|
|
541
613
|
readonly IsDefaultCollection: boolean;
|
|
542
614
|
readonly IsKey: boolean;
|
|
543
615
|
readonly IsRequired: boolean;
|
|
544
616
|
readonly IsTypeStringTransformationRequired: boolean;
|
|
545
617
|
readonly IsVersionCheckRequired: boolean;
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
618
|
+
Name: string;
|
|
619
|
+
Type: Type;
|
|
620
|
+
Validator: ConfigurationValidatorBase;
|
|
549
621
|
}
|
|
550
622
|
|
|
551
623
|
|
|
@@ -578,9 +650,12 @@ export const ConfigurationPropertyAttribute: {
|
|
|
578
650
|
export type ConfigurationPropertyAttribute = ConfigurationPropertyAttribute$instance;
|
|
579
651
|
|
|
580
652
|
export interface ConfigurationPropertyCollection$instance {
|
|
653
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
654
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
655
|
+
|
|
581
656
|
readonly Count: int;
|
|
582
657
|
readonly IsSynchronized: boolean;
|
|
583
|
-
readonly
|
|
658
|
+
readonly [name: string]: ConfigurationProperty;
|
|
584
659
|
readonly SyncRoot: unknown;
|
|
585
660
|
Add(property: ConfigurationProperty): void;
|
|
586
661
|
Clear(): void;
|
|
@@ -600,16 +675,29 @@ export type ConfigurationPropertyCollection = ConfigurationPropertyCollection$in
|
|
|
600
675
|
|
|
601
676
|
export interface ConfigurationSection$instance extends ConfigurationElement {
|
|
602
677
|
readonly SectionInformation: SectionInformation;
|
|
678
|
+
DeserializeSection(reader: XmlReader): void;
|
|
679
|
+
GetRuntimeObject(): unknown;
|
|
680
|
+
IsModified(): boolean;
|
|
681
|
+
ResetModified(): void;
|
|
682
|
+
SerializeSection(parentElement: ConfigurationElement, name: string, saveMode: ConfigurationSaveMode): string;
|
|
683
|
+
ShouldSerializeElementInTargetVersion(element: ConfigurationElement, elementName: string, targetFramework: FrameworkName): boolean;
|
|
684
|
+
ShouldSerializePropertyInTargetVersion(property: ConfigurationProperty, propertyName: string, targetFramework: FrameworkName, parentConfigurationElement: ConfigurationElement): boolean;
|
|
685
|
+
ShouldSerializeSectionInTargetVersion(targetFramework: FrameworkName): boolean;
|
|
603
686
|
}
|
|
604
687
|
|
|
605
688
|
|
|
606
|
-
export const ConfigurationSection: {
|
|
689
|
+
export const ConfigurationSection: (abstract new() => ConfigurationSection) & {
|
|
607
690
|
};
|
|
608
691
|
|
|
609
692
|
|
|
610
693
|
export type ConfigurationSection = ConfigurationSection$instance;
|
|
611
694
|
|
|
612
695
|
export interface ConfigurationSectionCollection$instance extends NameObjectCollectionBase {
|
|
696
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
697
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
698
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
699
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
700
|
+
|
|
613
701
|
Add(name: string, section: ConfigurationSection): void;
|
|
614
702
|
Clear(): void;
|
|
615
703
|
CopyTo(array: ConfigurationSection[], index: int): void;
|
|
@@ -625,22 +713,22 @@ export interface ConfigurationSectionCollection$instance extends NameObjectColle
|
|
|
625
713
|
|
|
626
714
|
|
|
627
715
|
export const ConfigurationSectionCollection: {
|
|
628
|
-
new(): ConfigurationSectionCollection;
|
|
629
716
|
};
|
|
630
717
|
|
|
631
718
|
|
|
632
719
|
export type ConfigurationSectionCollection = ConfigurationSectionCollection$instance;
|
|
633
720
|
|
|
634
721
|
export interface ConfigurationSectionGroup$instance {
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
722
|
+
IsDeclarationRequired: boolean;
|
|
723
|
+
IsDeclared: boolean;
|
|
724
|
+
Name: string;
|
|
725
|
+
SectionGroupName: string;
|
|
639
726
|
readonly SectionGroups: ConfigurationSectionGroupCollection;
|
|
640
727
|
readonly Sections: ConfigurationSectionCollection;
|
|
641
728
|
Type: string;
|
|
642
729
|
ForceDeclaration(): void;
|
|
643
730
|
ForceDeclaration(force: boolean): void;
|
|
731
|
+
ShouldSerializeSectionGroupInTargetVersion(targetFramework: FrameworkName): boolean;
|
|
644
732
|
}
|
|
645
733
|
|
|
646
734
|
|
|
@@ -652,6 +740,11 @@ export const ConfigurationSectionGroup: {
|
|
|
652
740
|
export type ConfigurationSectionGroup = ConfigurationSectionGroup$instance;
|
|
653
741
|
|
|
654
742
|
export interface ConfigurationSectionGroupCollection$instance extends NameObjectCollectionBase {
|
|
743
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
744
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
745
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
746
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
747
|
+
|
|
655
748
|
Add(name: string, sectionGroup: ConfigurationSectionGroup): void;
|
|
656
749
|
Clear(): void;
|
|
657
750
|
CopyTo(array: ConfigurationSectionGroup[], index: int): void;
|
|
@@ -667,7 +760,6 @@ export interface ConfigurationSectionGroupCollection$instance extends NameObject
|
|
|
667
760
|
|
|
668
761
|
|
|
669
762
|
export const ConfigurationSectionGroupCollection: {
|
|
670
|
-
new(): ConfigurationSectionGroupCollection;
|
|
671
763
|
};
|
|
672
764
|
|
|
673
765
|
|
|
@@ -678,7 +770,6 @@ export interface ConfigurationSettings$instance {
|
|
|
678
770
|
|
|
679
771
|
|
|
680
772
|
export const ConfigurationSettings: {
|
|
681
|
-
new(): ConfigurationSettings;
|
|
682
773
|
readonly AppSettings: NameValueCollection;
|
|
683
774
|
GetConfig(sectionName: string): unknown;
|
|
684
775
|
};
|
|
@@ -705,13 +796,18 @@ export interface ConfigurationValidatorBase$instance {
|
|
|
705
796
|
}
|
|
706
797
|
|
|
707
798
|
|
|
708
|
-
export const ConfigurationValidatorBase: {
|
|
799
|
+
export const ConfigurationValidatorBase: (abstract new() => ConfigurationValidatorBase) & {
|
|
709
800
|
};
|
|
710
801
|
|
|
711
802
|
|
|
712
803
|
export type ConfigurationValidatorBase = ConfigurationValidatorBase$instance;
|
|
713
804
|
|
|
714
805
|
export interface ConfigXmlDocument$instance extends XmlDocument {
|
|
806
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
807
|
+
readonly __tsonic_iface_System_Configuration_Internal_IConfigErrorInfo: never;
|
|
808
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
809
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
810
|
+
|
|
715
811
|
readonly Filename: string;
|
|
716
812
|
readonly LineNumber: int;
|
|
717
813
|
CreateAttribute(prefix: string, localName: string, namespaceUri: string): XmlAttribute;
|
|
@@ -735,7 +831,7 @@ export interface __ConfigXmlDocument$views {
|
|
|
735
831
|
As_IConfigErrorInfo(): System_Configuration_Internal_Internal.IConfigErrorInfo$instance;
|
|
736
832
|
}
|
|
737
833
|
|
|
738
|
-
export interface ConfigXmlDocument$instance extends System_Configuration_Internal_Internal.IConfigErrorInfo$instance {}
|
|
834
|
+
export interface ConfigXmlDocument$instance extends System_Configuration_Internal_Internal.IConfigErrorInfo$instance, System_Lib.ICloneable, System_Xml_XPath_Internal.IXPathNavigable {}
|
|
739
835
|
|
|
740
836
|
export type ConfigXmlDocument = ConfigXmlDocument$instance & __ConfigXmlDocument$views;
|
|
741
837
|
|
|
@@ -743,8 +839,9 @@ export type ConfigXmlDocument = ConfigXmlDocument$instance & __ConfigXmlDocument
|
|
|
743
839
|
export interface ConnectionStringSettings$instance extends ConfigurationElement {
|
|
744
840
|
ConnectionString: string;
|
|
745
841
|
Name: string;
|
|
842
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
746
843
|
ProviderName: string;
|
|
747
|
-
ToString(): string
|
|
844
|
+
ToString(): string;
|
|
748
845
|
}
|
|
749
846
|
|
|
750
847
|
|
|
@@ -758,10 +855,19 @@ export const ConnectionStringSettings: {
|
|
|
758
855
|
export type ConnectionStringSettings = ConnectionStringSettings$instance;
|
|
759
856
|
|
|
760
857
|
export interface ConnectionStringSettingsCollection$instance extends ConfigurationElementCollection {
|
|
858
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
859
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
860
|
+
|
|
861
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
761
862
|
Add(settings: ConnectionStringSettings): void;
|
|
863
|
+
BaseAdd(index: int, element: ConfigurationElement): void;
|
|
864
|
+
BaseAdd(element: ConfigurationElement): void;
|
|
762
865
|
Clear(): void;
|
|
866
|
+
CreateNewElement(): ConfigurationElement;
|
|
867
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
763
868
|
get_Item(index: int): ConnectionStringSettings;
|
|
764
869
|
get_Item(name: string): ConnectionStringSettings;
|
|
870
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
765
871
|
IndexOf(settings: ConnectionStringSettings): int;
|
|
766
872
|
Remove(settings: ConnectionStringSettings): void;
|
|
767
873
|
Remove(name: string): void;
|
|
@@ -779,6 +885,8 @@ export type ConnectionStringSettingsCollection = ConnectionStringSettingsCollect
|
|
|
779
885
|
|
|
780
886
|
export interface ConnectionStringsSection$instance extends ConfigurationSection {
|
|
781
887
|
readonly ConnectionStrings: ConnectionStringSettingsCollection;
|
|
888
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
889
|
+
GetRuntimeObject(): unknown;
|
|
782
890
|
}
|
|
783
891
|
|
|
784
892
|
|
|
@@ -797,13 +905,18 @@ export interface ContextInformation$instance {
|
|
|
797
905
|
|
|
798
906
|
|
|
799
907
|
export const ContextInformation: {
|
|
800
|
-
new(): ContextInformation;
|
|
801
908
|
};
|
|
802
909
|
|
|
803
910
|
|
|
804
911
|
export type ContextInformation = ContextInformation$instance;
|
|
805
912
|
|
|
806
913
|
export interface DefaultSection$instance extends ConfigurationSection {
|
|
914
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
915
|
+
DeserializeSection(xmlReader: XmlReader): void;
|
|
916
|
+
IsModified(): boolean;
|
|
917
|
+
Reset(parentSection: ConfigurationElement): void;
|
|
918
|
+
ResetModified(): void;
|
|
919
|
+
SerializeSection(parentSection: ConfigurationElement, name: string, saveMode: ConfigurationSaveMode): string;
|
|
807
920
|
}
|
|
808
921
|
|
|
809
922
|
|
|
@@ -840,6 +953,10 @@ export const DefaultValidator: {
|
|
|
840
953
|
export type DefaultValidator = DefaultValidator$instance;
|
|
841
954
|
|
|
842
955
|
export interface DictionarySectionHandler$instance {
|
|
956
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
957
|
+
|
|
958
|
+
readonly KeyAttributeName: string;
|
|
959
|
+
readonly ValueAttributeName: string;
|
|
843
960
|
Create(parent: unknown, context: unknown, section: XmlNode): unknown;
|
|
844
961
|
}
|
|
845
962
|
|
|
@@ -887,13 +1004,14 @@ export interface ElementInformation$instance {
|
|
|
887
1004
|
|
|
888
1005
|
|
|
889
1006
|
export const ElementInformation: {
|
|
890
|
-
new(): ElementInformation;
|
|
891
1007
|
};
|
|
892
1008
|
|
|
893
1009
|
|
|
894
1010
|
export type ElementInformation = ElementInformation$instance;
|
|
895
1011
|
|
|
896
1012
|
export interface ExeConfigurationFileMap$instance extends ConfigurationFileMap {
|
|
1013
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1014
|
+
|
|
897
1015
|
ExeConfigFilename: string;
|
|
898
1016
|
LocalUserConfigFilename: string;
|
|
899
1017
|
RoamingUserConfigFilename: string;
|
|
@@ -916,7 +1034,6 @@ export interface ExeContext$instance {
|
|
|
916
1034
|
|
|
917
1035
|
|
|
918
1036
|
export const ExeContext: {
|
|
919
|
-
new(): ExeContext;
|
|
920
1037
|
};
|
|
921
1038
|
|
|
922
1039
|
|
|
@@ -937,6 +1054,7 @@ export type GenericEnumConverter = GenericEnumConverter$instance;
|
|
|
937
1054
|
|
|
938
1055
|
export interface IdnElement$instance extends ConfigurationElement {
|
|
939
1056
|
Enabled: UriIdnScope;
|
|
1057
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
940
1058
|
}
|
|
941
1059
|
|
|
942
1060
|
|
|
@@ -948,6 +1066,12 @@ export const IdnElement: {
|
|
|
948
1066
|
export type IdnElement = IdnElement$instance;
|
|
949
1067
|
|
|
950
1068
|
export interface IgnoreSection$instance extends ConfigurationSection {
|
|
1069
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1070
|
+
DeserializeSection(xmlReader: XmlReader): void;
|
|
1071
|
+
IsModified(): boolean;
|
|
1072
|
+
Reset(parentSection: ConfigurationElement): void;
|
|
1073
|
+
ResetModified(): void;
|
|
1074
|
+
SerializeSection(parentSection: ConfigurationElement, name: string, saveMode: ConfigurationSaveMode): string;
|
|
951
1075
|
}
|
|
952
1076
|
|
|
953
1077
|
|
|
@@ -959,6 +1083,8 @@ export const IgnoreSection: {
|
|
|
959
1083
|
export type IgnoreSection = IgnoreSection$instance;
|
|
960
1084
|
|
|
961
1085
|
export interface IgnoreSectionHandler$instance {
|
|
1086
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
1087
|
+
|
|
962
1088
|
Create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
|
|
963
1089
|
}
|
|
964
1090
|
|
|
@@ -1035,6 +1161,7 @@ export type IntegerValidatorAttribute = IntegerValidatorAttribute$instance;
|
|
|
1035
1161
|
|
|
1036
1162
|
export interface IriParsingElement$instance extends ConfigurationElement {
|
|
1037
1163
|
Enabled: boolean;
|
|
1164
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1038
1165
|
}
|
|
1039
1166
|
|
|
1040
1167
|
|
|
@@ -1046,11 +1173,19 @@ export const IriParsingElement: {
|
|
|
1046
1173
|
export type IriParsingElement = IriParsingElement$instance;
|
|
1047
1174
|
|
|
1048
1175
|
export interface KeyValueConfigurationCollection$instance extends ConfigurationElementCollection {
|
|
1176
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1177
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1178
|
+
|
|
1049
1179
|
readonly AllKeys: string[];
|
|
1050
|
-
readonly
|
|
1180
|
+
readonly [key: string]: KeyValueConfigurationElement;
|
|
1181
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1182
|
+
readonly ThrowOnDuplicate: boolean;
|
|
1051
1183
|
Add(keyValue: KeyValueConfigurationElement): void;
|
|
1052
1184
|
Add(key: string, value: string): void;
|
|
1053
1185
|
Clear(): void;
|
|
1186
|
+
CreateNewElement(): ConfigurationElement;
|
|
1187
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1188
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1054
1189
|
Remove(key: string): void;
|
|
1055
1190
|
}
|
|
1056
1191
|
|
|
@@ -1064,7 +1199,9 @@ export type KeyValueConfigurationCollection = KeyValueConfigurationCollection$in
|
|
|
1064
1199
|
|
|
1065
1200
|
export interface KeyValueConfigurationElement$instance extends ConfigurationElement {
|
|
1066
1201
|
readonly Key: string;
|
|
1202
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1067
1203
|
Value: string;
|
|
1204
|
+
Init(): void;
|
|
1068
1205
|
}
|
|
1069
1206
|
|
|
1070
1207
|
|
|
@@ -1076,6 +1213,8 @@ export const KeyValueConfigurationElement: {
|
|
|
1076
1213
|
export type KeyValueConfigurationElement = KeyValueConfigurationElement$instance;
|
|
1077
1214
|
|
|
1078
1215
|
export interface LocalFileSettingsProvider$instance extends SettingsProvider {
|
|
1216
|
+
readonly __tsonic_iface_System_Configuration_IApplicationSettingsProvider: never;
|
|
1217
|
+
|
|
1079
1218
|
ApplicationName: string;
|
|
1080
1219
|
GetPreviousVersion(context: SettingsContext, property: SettingsProperty): SettingsPropertyValue;
|
|
1081
1220
|
GetPropertyValues(context: SettingsContext, properties: SettingsPropertyCollection): SettingsPropertyValueCollection;
|
|
@@ -1131,10 +1270,17 @@ export const LongValidatorAttribute: {
|
|
|
1131
1270
|
export type LongValidatorAttribute = LongValidatorAttribute$instance;
|
|
1132
1271
|
|
|
1133
1272
|
export interface NameValueConfigurationCollection$instance extends ConfigurationElementCollection {
|
|
1273
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1274
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1275
|
+
|
|
1134
1276
|
readonly AllKeys: string[];
|
|
1135
|
-
|
|
1277
|
+
[name: string]: NameValueConfigurationElement;
|
|
1278
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1136
1279
|
Add(nameValue: NameValueConfigurationElement): void;
|
|
1137
1280
|
Clear(): void;
|
|
1281
|
+
CreateNewElement(): ConfigurationElement;
|
|
1282
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1283
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1138
1284
|
Remove(nameValue: NameValueConfigurationElement): void;
|
|
1139
1285
|
Remove(name: string): void;
|
|
1140
1286
|
}
|
|
@@ -1149,6 +1295,7 @@ export type NameValueConfigurationCollection = NameValueConfigurationCollection$
|
|
|
1149
1295
|
|
|
1150
1296
|
export interface NameValueConfigurationElement$instance extends ConfigurationElement {
|
|
1151
1297
|
readonly Name: string;
|
|
1298
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1152
1299
|
Value: string;
|
|
1153
1300
|
}
|
|
1154
1301
|
|
|
@@ -1161,6 +1308,8 @@ export const NameValueConfigurationElement: {
|
|
|
1161
1308
|
export type NameValueConfigurationElement = NameValueConfigurationElement$instance;
|
|
1162
1309
|
|
|
1163
1310
|
export interface NameValueFileSectionHandler$instance {
|
|
1311
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
1312
|
+
|
|
1164
1313
|
Create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
|
|
1165
1314
|
}
|
|
1166
1315
|
|
|
@@ -1180,6 +1329,10 @@ export type NameValueFileSectionHandler = NameValueFileSectionHandler$instance &
|
|
|
1180
1329
|
|
|
1181
1330
|
|
|
1182
1331
|
export interface NameValueSectionHandler$instance {
|
|
1332
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
1333
|
+
|
|
1334
|
+
readonly KeyAttributeName: string;
|
|
1335
|
+
readonly ValueAttributeName: string;
|
|
1183
1336
|
Create(parent: unknown, context: unknown, section: XmlNode): unknown;
|
|
1184
1337
|
}
|
|
1185
1338
|
|
|
@@ -1253,21 +1406,24 @@ export interface PropertyInformation$instance {
|
|
|
1253
1406
|
|
|
1254
1407
|
|
|
1255
1408
|
export const PropertyInformation: {
|
|
1256
|
-
new(): PropertyInformation;
|
|
1257
1409
|
};
|
|
1258
1410
|
|
|
1259
1411
|
|
|
1260
1412
|
export type PropertyInformation = PropertyInformation$instance;
|
|
1261
1413
|
|
|
1262
1414
|
export interface PropertyInformationCollection$instance extends NameObjectCollectionBase {
|
|
1263
|
-
readonly
|
|
1415
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1416
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1417
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1418
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1419
|
+
|
|
1420
|
+
readonly [propertyName: string]: PropertyInformation;
|
|
1264
1421
|
CopyTo(array: PropertyInformation[], index: int): void;
|
|
1265
1422
|
GetEnumerator(): IEnumerator;
|
|
1266
1423
|
}
|
|
1267
1424
|
|
|
1268
1425
|
|
|
1269
1426
|
export const PropertyInformationCollection: {
|
|
1270
|
-
new(): PropertyInformationCollection;
|
|
1271
1427
|
};
|
|
1272
1428
|
|
|
1273
1429
|
|
|
@@ -1279,14 +1435,17 @@ export interface ProtectedConfigurationProvider$instance extends ProviderBase {
|
|
|
1279
1435
|
}
|
|
1280
1436
|
|
|
1281
1437
|
|
|
1282
|
-
export const ProtectedConfigurationProvider: {
|
|
1438
|
+
export const ProtectedConfigurationProvider: (abstract new() => ProtectedConfigurationProvider) & {
|
|
1283
1439
|
};
|
|
1284
1440
|
|
|
1285
1441
|
|
|
1286
1442
|
export type ProtectedConfigurationProvider = ProtectedConfigurationProvider$instance;
|
|
1287
1443
|
|
|
1288
1444
|
export interface ProtectedConfigurationProviderCollection$instance extends ProviderCollection {
|
|
1289
|
-
readonly
|
|
1445
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1446
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1447
|
+
|
|
1448
|
+
readonly [name: string]: ProtectedConfigurationProvider | ProviderBase;
|
|
1290
1449
|
Add(provider: ProviderBase): void;
|
|
1291
1450
|
}
|
|
1292
1451
|
|
|
@@ -1300,6 +1459,7 @@ export type ProtectedConfigurationProviderCollection = ProtectedConfigurationPro
|
|
|
1300
1459
|
|
|
1301
1460
|
export interface ProtectedConfigurationSection$instance extends ConfigurationSection {
|
|
1302
1461
|
DefaultProvider: string;
|
|
1462
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1303
1463
|
readonly Providers: ProviderSettingsCollection;
|
|
1304
1464
|
}
|
|
1305
1465
|
|
|
@@ -1312,6 +1472,7 @@ export const ProtectedConfigurationSection: {
|
|
|
1312
1472
|
export type ProtectedConfigurationSection = ProtectedConfigurationSection$instance;
|
|
1313
1473
|
|
|
1314
1474
|
export interface ProtectedProviderSettings$instance extends ConfigurationElement {
|
|
1475
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1315
1476
|
readonly Providers: ProviderSettingsCollection;
|
|
1316
1477
|
}
|
|
1317
1478
|
|
|
@@ -1326,7 +1487,12 @@ export type ProtectedProviderSettings = ProtectedProviderSettings$instance;
|
|
|
1326
1487
|
export interface ProviderSettings$instance extends ConfigurationElement {
|
|
1327
1488
|
Name: string;
|
|
1328
1489
|
readonly Parameters: NameValueCollection;
|
|
1490
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1329
1491
|
Type: string;
|
|
1492
|
+
IsModified(): boolean;
|
|
1493
|
+
OnDeserializeUnrecognizedAttribute(name: string, value: string): boolean;
|
|
1494
|
+
Reset(parentElement: ConfigurationElement): void;
|
|
1495
|
+
Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
1330
1496
|
}
|
|
1331
1497
|
|
|
1332
1498
|
|
|
@@ -1339,10 +1505,17 @@ export const ProviderSettings: {
|
|
|
1339
1505
|
export type ProviderSettings = ProviderSettings$instance;
|
|
1340
1506
|
|
|
1341
1507
|
export interface ProviderSettingsCollection$instance extends ConfigurationElementCollection {
|
|
1508
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1509
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1510
|
+
|
|
1511
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1342
1512
|
Add(provider: ProviderSettings): void;
|
|
1343
1513
|
Clear(): void;
|
|
1514
|
+
CreateNewElement(): ConfigurationElement;
|
|
1515
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1344
1516
|
get_Item(key: string): ProviderSettings;
|
|
1345
1517
|
get_Item(index: int): ProviderSettings;
|
|
1518
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1346
1519
|
Remove(name: string): void;
|
|
1347
1520
|
set_Item(index: int, value: ProviderSettings): void;
|
|
1348
1521
|
}
|
|
@@ -1407,6 +1580,7 @@ export type RsaProtectedConfigurationProvider = RsaProtectedConfigurationProvide
|
|
|
1407
1580
|
export interface SchemeSettingElement$instance extends ConfigurationElement {
|
|
1408
1581
|
readonly GenericUriParserOptions: GenericUriParserOptions;
|
|
1409
1582
|
readonly Name: string;
|
|
1583
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1410
1584
|
}
|
|
1411
1585
|
|
|
1412
1586
|
|
|
@@ -1418,9 +1592,15 @@ export const SchemeSettingElement: {
|
|
|
1418
1592
|
export type SchemeSettingElement = SchemeSettingElement$instance;
|
|
1419
1593
|
|
|
1420
1594
|
export interface SchemeSettingElementCollection$instance extends ConfigurationElementCollection {
|
|
1595
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1596
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1597
|
+
|
|
1421
1598
|
readonly CollectionType: ConfigurationElementCollectionType;
|
|
1599
|
+
CreateNewElement(): ConfigurationElement;
|
|
1600
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1422
1601
|
get_Item(index: int): SchemeSettingElement;
|
|
1423
1602
|
get_Item(name: string): SchemeSettingElement;
|
|
1603
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1424
1604
|
IndexOf(element: SchemeSettingElement): int;
|
|
1425
1605
|
}
|
|
1426
1606
|
|
|
@@ -1444,7 +1624,7 @@ export interface SectionInformation$instance {
|
|
|
1444
1624
|
readonly IsDeclared: boolean;
|
|
1445
1625
|
readonly IsLocked: boolean;
|
|
1446
1626
|
readonly IsProtected: boolean;
|
|
1447
|
-
|
|
1627
|
+
Name: string;
|
|
1448
1628
|
OverrideMode: OverrideMode;
|
|
1449
1629
|
OverrideModeDefault: OverrideMode;
|
|
1450
1630
|
readonly OverrideModeEffective: OverrideMode;
|
|
@@ -1465,7 +1645,6 @@ export interface SectionInformation$instance {
|
|
|
1465
1645
|
|
|
1466
1646
|
|
|
1467
1647
|
export const SectionInformation: {
|
|
1468
|
-
new(): SectionInformation;
|
|
1469
1648
|
};
|
|
1470
1649
|
|
|
1471
1650
|
|
|
@@ -1499,6 +1678,7 @@ export type SettingChangingEventArgs = SettingChangingEventArgs$instance;
|
|
|
1499
1678
|
|
|
1500
1679
|
export interface SettingElement$instance extends ConfigurationElement {
|
|
1501
1680
|
Name: string;
|
|
1681
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1502
1682
|
SerializeAs: SettingsSerializeAs;
|
|
1503
1683
|
Value: SettingValueElement;
|
|
1504
1684
|
Equals(settings: unknown): boolean;
|
|
@@ -1515,10 +1695,17 @@ export const SettingElement: {
|
|
|
1515
1695
|
export type SettingElement = SettingElement$instance;
|
|
1516
1696
|
|
|
1517
1697
|
export interface SettingElementCollection$instance extends ConfigurationElementCollection {
|
|
1698
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1699
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1700
|
+
|
|
1518
1701
|
readonly CollectionType: ConfigurationElementCollectionType;
|
|
1702
|
+
readonly ElementName: string;
|
|
1519
1703
|
Add(element: SettingElement): void;
|
|
1520
1704
|
Clear(): void;
|
|
1705
|
+
CreateNewElement(): ConfigurationElement;
|
|
1706
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1521
1707
|
Get(elementKey: string): SettingElement;
|
|
1708
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1522
1709
|
Remove(element: SettingElement): void;
|
|
1523
1710
|
}
|
|
1524
1711
|
|
|
@@ -1531,6 +1718,13 @@ export const SettingElementCollection: {
|
|
|
1531
1718
|
export type SettingElementCollection = SettingElementCollection$instance;
|
|
1532
1719
|
|
|
1533
1720
|
export interface SettingsAttributeDictionary$instance extends Hashtable {
|
|
1721
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1722
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
1723
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1724
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1725
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1726
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1727
|
+
|
|
1534
1728
|
}
|
|
1535
1729
|
|
|
1536
1730
|
|
|
@@ -1545,7 +1739,7 @@ export type SettingsAttributeDictionary = SettingsAttributeDictionary$instance;
|
|
|
1545
1739
|
export interface SettingsBase$instance {
|
|
1546
1740
|
readonly Context: SettingsContext;
|
|
1547
1741
|
readonly IsSynchronized: boolean;
|
|
1548
|
-
|
|
1742
|
+
[propertyName: string]: unknown;
|
|
1549
1743
|
readonly Properties: SettingsPropertyCollection;
|
|
1550
1744
|
readonly PropertyValues: SettingsPropertyValueCollection;
|
|
1551
1745
|
readonly Providers: SettingsProviderCollection;
|
|
@@ -1554,7 +1748,7 @@ export interface SettingsBase$instance {
|
|
|
1554
1748
|
}
|
|
1555
1749
|
|
|
1556
1750
|
|
|
1557
|
-
export const SettingsBase: {
|
|
1751
|
+
export const SettingsBase: (abstract new() => SettingsBase) & {
|
|
1558
1752
|
Synchronized(settingsBase: SettingsBase): SettingsBase;
|
|
1559
1753
|
};
|
|
1560
1754
|
|
|
@@ -1562,6 +1756,13 @@ export const SettingsBase: {
|
|
|
1562
1756
|
export type SettingsBase = SettingsBase$instance;
|
|
1563
1757
|
|
|
1564
1758
|
export interface SettingsContext$instance extends Hashtable {
|
|
1759
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1760
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
1761
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1762
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1763
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1764
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1765
|
+
|
|
1565
1766
|
}
|
|
1566
1767
|
|
|
1567
1768
|
|
|
@@ -1633,13 +1834,12 @@ export const SettingsManageabilityAttribute: {
|
|
|
1633
1834
|
export type SettingsManageabilityAttribute = SettingsManageabilityAttribute$instance;
|
|
1634
1835
|
|
|
1635
1836
|
export interface SettingsProperty$instance {
|
|
1636
|
-
|
|
1837
|
+
Attributes: SettingsAttributeDictionary;
|
|
1637
1838
|
DefaultValue: unknown;
|
|
1638
1839
|
IsReadOnly: boolean;
|
|
1639
1840
|
Name: string;
|
|
1640
1841
|
PropertyType: Type;
|
|
1641
|
-
|
|
1642
|
-
set Provider(value: SettingsProvider);
|
|
1842
|
+
Provider: SettingsProvider;
|
|
1643
1843
|
SerializeAs: SettingsSerializeAs;
|
|
1644
1844
|
ThrowOnErrorDeserializing: boolean;
|
|
1645
1845
|
ThrowOnErrorSerializing: boolean;
|
|
@@ -1656,15 +1856,25 @@ export const SettingsProperty: {
|
|
|
1656
1856
|
export type SettingsProperty = SettingsProperty$instance;
|
|
1657
1857
|
|
|
1658
1858
|
export interface SettingsPropertyCollection$instance {
|
|
1859
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1860
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1861
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1862
|
+
|
|
1659
1863
|
readonly Count: int;
|
|
1660
1864
|
readonly IsSynchronized: boolean;
|
|
1661
|
-
readonly
|
|
1865
|
+
readonly [name: string]: SettingsProperty;
|
|
1662
1866
|
readonly SyncRoot: unknown;
|
|
1663
1867
|
Add(property: SettingsProperty): void;
|
|
1664
1868
|
Clear(): void;
|
|
1665
1869
|
Clone(): unknown;
|
|
1666
1870
|
CopyTo(array: ClrArray, index: int): void;
|
|
1667
1871
|
GetEnumerator(): IEnumerator;
|
|
1872
|
+
OnAdd(property: SettingsProperty): void;
|
|
1873
|
+
OnAddComplete(property: SettingsProperty): void;
|
|
1874
|
+
OnClear(): void;
|
|
1875
|
+
OnClearComplete(): void;
|
|
1876
|
+
OnRemove(property: SettingsProperty): void;
|
|
1877
|
+
OnRemoveComplete(property: SettingsProperty): void;
|
|
1668
1878
|
Remove(name: string): void;
|
|
1669
1879
|
SetReadOnly(): void;
|
|
1670
1880
|
}
|
|
@@ -1678,6 +1888,8 @@ export const SettingsPropertyCollection: {
|
|
|
1678
1888
|
export type SettingsPropertyCollection = SettingsPropertyCollection$instance;
|
|
1679
1889
|
|
|
1680
1890
|
export interface SettingsPropertyIsReadOnlyException$instance extends Exception {
|
|
1891
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1892
|
+
|
|
1681
1893
|
}
|
|
1682
1894
|
|
|
1683
1895
|
|
|
@@ -1691,6 +1903,8 @@ export const SettingsPropertyIsReadOnlyException: {
|
|
|
1691
1903
|
export type SettingsPropertyIsReadOnlyException = SettingsPropertyIsReadOnlyException$instance;
|
|
1692
1904
|
|
|
1693
1905
|
export interface SettingsPropertyNotFoundException$instance extends Exception {
|
|
1906
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1907
|
+
|
|
1694
1908
|
}
|
|
1695
1909
|
|
|
1696
1910
|
|
|
@@ -1707,10 +1921,10 @@ export interface SettingsPropertyValue$instance {
|
|
|
1707
1921
|
Deserialized: boolean;
|
|
1708
1922
|
IsDirty: boolean;
|
|
1709
1923
|
readonly Name: string;
|
|
1710
|
-
|
|
1924
|
+
Property: SettingsProperty;
|
|
1711
1925
|
PropertyValue: unknown;
|
|
1712
1926
|
SerializedValue: unknown;
|
|
1713
|
-
|
|
1927
|
+
UsingDefaultValue: boolean;
|
|
1714
1928
|
}
|
|
1715
1929
|
|
|
1716
1930
|
|
|
@@ -1722,9 +1936,13 @@ export const SettingsPropertyValue: {
|
|
|
1722
1936
|
export type SettingsPropertyValue = SettingsPropertyValue$instance;
|
|
1723
1937
|
|
|
1724
1938
|
export interface SettingsPropertyValueCollection$instance {
|
|
1939
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1940
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1941
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1942
|
+
|
|
1725
1943
|
readonly Count: int;
|
|
1726
1944
|
readonly IsSynchronized: boolean;
|
|
1727
|
-
readonly
|
|
1945
|
+
readonly [name: string]: SettingsPropertyValue;
|
|
1728
1946
|
readonly SyncRoot: unknown;
|
|
1729
1947
|
Add(property: SettingsPropertyValue): void;
|
|
1730
1948
|
Clear(): void;
|
|
@@ -1744,6 +1962,8 @@ export const SettingsPropertyValueCollection: {
|
|
|
1744
1962
|
export type SettingsPropertyValueCollection = SettingsPropertyValueCollection$instance;
|
|
1745
1963
|
|
|
1746
1964
|
export interface SettingsPropertyWrongTypeException$instance extends Exception {
|
|
1965
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1966
|
+
|
|
1747
1967
|
}
|
|
1748
1968
|
|
|
1749
1969
|
|
|
@@ -1763,7 +1983,7 @@ export interface SettingsProvider$instance extends ProviderBase {
|
|
|
1763
1983
|
}
|
|
1764
1984
|
|
|
1765
1985
|
|
|
1766
|
-
export const SettingsProvider: {
|
|
1986
|
+
export const SettingsProvider: (abstract new() => SettingsProvider) & {
|
|
1767
1987
|
};
|
|
1768
1988
|
|
|
1769
1989
|
|
|
@@ -1783,7 +2003,10 @@ export const SettingsProviderAttribute: {
|
|
|
1783
2003
|
export type SettingsProviderAttribute = SettingsProviderAttribute$instance;
|
|
1784
2004
|
|
|
1785
2005
|
export interface SettingsProviderCollection$instance extends ProviderCollection {
|
|
1786
|
-
readonly
|
|
2006
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2007
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2008
|
+
|
|
2009
|
+
readonly [name: string]: ProviderBase | SettingsProvider;
|
|
1787
2010
|
Add(provider: ProviderBase): void;
|
|
1788
2011
|
}
|
|
1789
2012
|
|
|
@@ -1808,9 +2031,16 @@ export const SettingsSerializeAsAttribute: {
|
|
|
1808
2031
|
export type SettingsSerializeAsAttribute = SettingsSerializeAsAttribute$instance;
|
|
1809
2032
|
|
|
1810
2033
|
export interface SettingValueElement$instance extends ConfigurationElement {
|
|
2034
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1811
2035
|
ValueXml: XmlNode;
|
|
2036
|
+
DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
|
|
1812
2037
|
Equals(settingValue: unknown): boolean;
|
|
1813
2038
|
GetHashCode(): int;
|
|
2039
|
+
IsModified(): boolean;
|
|
2040
|
+
Reset(parentElement: ConfigurationElement): void;
|
|
2041
|
+
ResetModified(): void;
|
|
2042
|
+
SerializeToXmlElement(writer: XmlWriter, elementName: string): boolean;
|
|
2043
|
+
Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
1814
2044
|
}
|
|
1815
2045
|
|
|
1816
2046
|
|
|
@@ -1822,6 +2052,8 @@ export const SettingValueElement: {
|
|
|
1822
2052
|
export type SettingValueElement = SettingValueElement$instance;
|
|
1823
2053
|
|
|
1824
2054
|
export interface SingleTagSectionHandler$instance {
|
|
2055
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
2056
|
+
|
|
1825
2057
|
Create(parent: unknown, context: unknown, section: XmlNode): unknown;
|
|
1826
2058
|
}
|
|
1827
2059
|
|
|
@@ -1977,9 +2209,9 @@ export type TimeSpanValidator = TimeSpanValidator$instance;
|
|
|
1977
2209
|
|
|
1978
2210
|
export interface TimeSpanValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1979
2211
|
ExcludeRange: boolean;
|
|
1980
|
-
|
|
2212
|
+
MaxValue: TimeSpan;
|
|
1981
2213
|
MaxValueString: string;
|
|
1982
|
-
|
|
2214
|
+
MinValue: TimeSpan;
|
|
1983
2215
|
MinValueString: string;
|
|
1984
2216
|
readonly ValidatorInstance: ConfigurationValidatorBase;
|
|
1985
2217
|
}
|
|
@@ -2010,6 +2242,7 @@ export type TypeNameConverter = TypeNameConverter$instance;
|
|
|
2010
2242
|
export interface UriSection$instance extends ConfigurationSection {
|
|
2011
2243
|
readonly Idn: IdnElement;
|
|
2012
2244
|
readonly IriParsing: IriParsingElement;
|
|
2245
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
2013
2246
|
readonly SchemeSettings: SchemeSettingElementCollection;
|
|
2014
2247
|
}
|
|
2015
2248
|
|