@tsonic/efcore-sqlserver 10.0.2 → 10.0.7
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/internal/index.d.ts +119 -85
- package/Azure.Core/internal/index.d.ts +151 -92
- package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
- package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
- package/Azure.Core.Extensions/internal/index.d.ts +12 -4
- package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
- package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
- package/Azure.Core.Serialization/internal/index.d.ts +29 -20
- package/Azure.Identity/internal/index.d.ts +265 -118
- package/Azure.Messaging/internal/index.d.ts +16 -16
- package/Microsoft.Data/internal/index.d.ts +9 -6
- package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
- package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
- package/System/internal/index.d.ts +19 -17
- package/System.ClientModel/internal/index.d.ts +54 -43
- package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +529 -340
- package/System.Configuration.Internal/internal/index.d.ts +33 -8
- package/System.Configuration.Provider/internal/index.d.ts +20 -11
- package/System.Diagnostics/internal/index.d.ts +2 -2
- package/System.Drawing.Configuration/internal/index.d.ts +7 -9
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
- package/__internal/extensions/index.d.ts +1004 -53
- package/package.json +5 -5
|
@@ -11,23 +11,23 @@ import type { IConfigErrorInfo } from "../../System.Configuration.Internal/inter
|
|
|
11
11
|
import * as System_Configuration_Provider_Internal from "../../System.Configuration.Provider/internal/index.js";
|
|
12
12
|
import type { ProviderBase, ProviderCollection } from "../../System.Configuration.Provider/internal/index.js";
|
|
13
13
|
import type { UriIdnScope } from "../../System/internal/index.js";
|
|
14
|
-
import * as
|
|
15
|
-
import type {
|
|
16
|
-
import * as
|
|
17
|
-
import type {
|
|
18
|
-
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
|
|
19
|
-
import type { CancelEventArgs, IComponent, INotifyPropertyChanged, ITypeDescriptorContext, PropertyChangedEventArgs, PropertyChangedEventHandler, TypeConverter } from "@tsonic/dotnet/System.ComponentModel.js";
|
|
20
|
-
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
|
|
21
|
-
import * as
|
|
22
|
-
import type {
|
|
23
|
-
import
|
|
24
|
-
import type {
|
|
25
|
-
import
|
|
26
|
-
import type {
|
|
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, XmlWriter } from "@tsonic/dotnet/System.Xml.js";
|
|
29
|
-
import * as
|
|
30
|
-
import type {
|
|
14
|
+
import * as System_Collections_Specialized_Internal from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
|
|
15
|
+
import type { NameObjectCollectionBase, NameValueCollection, StringCollection } from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
|
|
16
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
17
|
+
import type { Hashtable, ICollection, IComparer, IDictionary, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
18
|
+
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
|
|
19
|
+
import type { CancelEventArgs, IComponent, INotifyPropertyChanged, ITypeDescriptorContext, PropertyChangedEventArgs, PropertyChangedEventHandler, TypeConverter } from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
|
|
20
|
+
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization/internal/index.js";
|
|
21
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
22
|
+
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
23
|
+
import type { FrameworkName } from "@tsonic/dotnet/System.Runtime.Versioning/internal/index.js";
|
|
24
|
+
import type { RSAParameters } from "@tsonic/dotnet/System.Security.Cryptography/internal/index.js";
|
|
25
|
+
import * as System_Xml_XPath_Internal from "@tsonic/dotnet/System.Xml.XPath/internal/index.js";
|
|
26
|
+
import type { IXPathNavigable } from "@tsonic/dotnet/System.Xml.XPath/internal/index.js";
|
|
27
|
+
import * as System_Xml_Internal from "@tsonic/dotnet/System.Xml/internal/index.js";
|
|
28
|
+
import type { XmlAttribute, XmlCDataSection, XmlComment, XmlDocument, XmlElement, XmlNode, XmlReader, XmlSignificantWhitespace, XmlText, XmlTextReader, XmlWhitespace, XmlWriter } from "@tsonic/dotnet/System.Xml/internal/index.js";
|
|
29
|
+
import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
|
|
30
|
+
import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Enum, EventArgs, Exception, Func_2, 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/internal/index.js";
|
|
31
31
|
|
|
32
32
|
export enum ConfigurationAllowDefinition {
|
|
33
33
|
MachineOnly = 0,
|
|
@@ -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
|
|
|
@@ -164,6 +174,8 @@ export interface ISettingsProviderService$instance {
|
|
|
164
174
|
export type ISettingsProviderService = ISettingsProviderService$instance;
|
|
165
175
|
|
|
166
176
|
export interface ApplicationScopedSettingAttribute$instance extends SettingAttribute {
|
|
177
|
+
readonly __tsonic_type_System_Configuration_ApplicationScopedSettingAttribute: never;
|
|
178
|
+
|
|
167
179
|
}
|
|
168
180
|
|
|
169
181
|
|
|
@@ -174,22 +186,22 @@ export const ApplicationScopedSettingAttribute: {
|
|
|
174
186
|
|
|
175
187
|
export type ApplicationScopedSettingAttribute = ApplicationScopedSettingAttribute$instance;
|
|
176
188
|
|
|
177
|
-
export
|
|
178
|
-
|
|
179
|
-
protected OnSettingChanging(sender: unknown, e: SettingChangingEventArgs): void;
|
|
180
|
-
protected OnSettingsLoaded(sender: unknown, e: SettingsLoadedEventArgs): void;
|
|
181
|
-
protected OnSettingsSaving(sender: unknown, e: CancelEventArgs): void;
|
|
182
|
-
}
|
|
189
|
+
export interface ApplicationSettingsBase$instance extends SettingsBase {
|
|
190
|
+
readonly __tsonic_type_System_Configuration_ApplicationSettingsBase: never;
|
|
183
191
|
|
|
192
|
+
readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
|
|
184
193
|
|
|
185
|
-
export interface ApplicationSettingsBase$instance extends ApplicationSettingsBase$protected, SettingsBase {
|
|
186
194
|
readonly Context: SettingsContext;
|
|
187
|
-
|
|
195
|
+
[propertyName: string]: unknown;
|
|
188
196
|
readonly Properties: SettingsPropertyCollection;
|
|
189
197
|
readonly PropertyValues: SettingsPropertyValueCollection;
|
|
190
198
|
readonly Providers: SettingsProviderCollection;
|
|
191
199
|
SettingsKey: string;
|
|
192
200
|
GetPreviousVersion(propertyName: string): unknown;
|
|
201
|
+
OnPropertyChanged(sender: unknown, e: PropertyChangedEventArgs): void;
|
|
202
|
+
OnSettingChanging(sender: unknown, e: SettingChangingEventArgs): void;
|
|
203
|
+
OnSettingsLoaded(sender: unknown, e: SettingsLoadedEventArgs): void;
|
|
204
|
+
OnSettingsSaving(sender: unknown, e: CancelEventArgs): void;
|
|
193
205
|
Reload(): void;
|
|
194
206
|
Reset(): void;
|
|
195
207
|
Save(): void;
|
|
@@ -197,17 +209,15 @@ export interface ApplicationSettingsBase$instance extends ApplicationSettingsBas
|
|
|
197
209
|
}
|
|
198
210
|
|
|
199
211
|
|
|
200
|
-
export const ApplicationSettingsBase: {
|
|
201
|
-
new(): ApplicationSettingsBase;
|
|
202
|
-
new(owner: IComponent): ApplicationSettingsBase;
|
|
203
|
-
new(settingsKey: string): ApplicationSettingsBase;
|
|
204
|
-
new(owner: IComponent, settingsKey: string): ApplicationSettingsBase;
|
|
212
|
+
export const ApplicationSettingsBase: (abstract new() => ApplicationSettingsBase) & (abstract new(owner: IComponent) => ApplicationSettingsBase) & (abstract new(settingsKey: string) => ApplicationSettingsBase) & (abstract new(owner: IComponent, settingsKey: string) => ApplicationSettingsBase) & {
|
|
205
213
|
};
|
|
206
214
|
|
|
207
215
|
|
|
208
216
|
export type ApplicationSettingsBase = ApplicationSettingsBase$instance;
|
|
209
217
|
|
|
210
218
|
export interface ApplicationSettingsGroup$instance extends ConfigurationSectionGroup {
|
|
219
|
+
readonly __tsonic_type_System_Configuration_ApplicationSettingsGroup: never;
|
|
220
|
+
|
|
211
221
|
}
|
|
212
222
|
|
|
213
223
|
|
|
@@ -219,6 +229,8 @@ export const ApplicationSettingsGroup: {
|
|
|
219
229
|
export type ApplicationSettingsGroup = ApplicationSettingsGroup$instance;
|
|
220
230
|
|
|
221
231
|
export interface AppSettingsReader$instance {
|
|
232
|
+
readonly __tsonic_type_System_Configuration_AppSettingsReader: never;
|
|
233
|
+
|
|
222
234
|
GetValue(key: string, type: Type): unknown;
|
|
223
235
|
}
|
|
224
236
|
|
|
@@ -230,17 +242,15 @@ export const AppSettingsReader: {
|
|
|
230
242
|
|
|
231
243
|
export type AppSettingsReader = AppSettingsReader$instance;
|
|
232
244
|
|
|
233
|
-
export
|
|
234
|
-
|
|
235
|
-
protected DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
|
|
236
|
-
protected GetRuntimeObject(): unknown;
|
|
237
|
-
protected Reset(parentSection: ConfigurationElement): void;
|
|
238
|
-
}
|
|
239
|
-
|
|
245
|
+
export interface AppSettingsSection$instance extends ConfigurationSection {
|
|
246
|
+
readonly __tsonic_type_System_Configuration_AppSettingsSection: never;
|
|
240
247
|
|
|
241
|
-
export interface AppSettingsSection$instance extends AppSettingsSection$protected, ConfigurationSection {
|
|
242
248
|
File: string;
|
|
249
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
243
250
|
readonly Settings: KeyValueConfigurationCollection;
|
|
251
|
+
DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
|
|
252
|
+
GetRuntimeObject(): unknown;
|
|
253
|
+
Reset(parentSection: ConfigurationElement): void;
|
|
244
254
|
}
|
|
245
255
|
|
|
246
256
|
|
|
@@ -252,6 +262,8 @@ export const AppSettingsSection: {
|
|
|
252
262
|
export type AppSettingsSection = AppSettingsSection$instance;
|
|
253
263
|
|
|
254
264
|
export interface CallbackValidator$instance extends ConfigurationValidatorBase {
|
|
265
|
+
readonly __tsonic_type_System_Configuration_CallbackValidator: never;
|
|
266
|
+
|
|
255
267
|
CanValidate(type: Type): boolean;
|
|
256
268
|
Validate(value: unknown): void;
|
|
257
269
|
}
|
|
@@ -265,6 +277,8 @@ export const CallbackValidator: {
|
|
|
265
277
|
export type CallbackValidator = CallbackValidator$instance;
|
|
266
278
|
|
|
267
279
|
export interface CallbackValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
280
|
+
readonly __tsonic_type_System_Configuration_CallbackValidatorAttribute: never;
|
|
281
|
+
|
|
268
282
|
CallbackMethodName: string;
|
|
269
283
|
Type: Type;
|
|
270
284
|
readonly ValidatorInstance: ConfigurationValidatorBase;
|
|
@@ -278,12 +292,10 @@ export const CallbackValidatorAttribute: {
|
|
|
278
292
|
|
|
279
293
|
export type CallbackValidatorAttribute = CallbackValidatorAttribute$instance;
|
|
280
294
|
|
|
281
|
-
export
|
|
282
|
-
|
|
283
|
-
}
|
|
284
|
-
|
|
295
|
+
export interface ClientSettingsSection$instance extends ConfigurationSection {
|
|
296
|
+
readonly __tsonic_type_System_Configuration_ClientSettingsSection: never;
|
|
285
297
|
|
|
286
|
-
|
|
298
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
287
299
|
readonly Settings: SettingElementCollection;
|
|
288
300
|
}
|
|
289
301
|
|
|
@@ -296,9 +308,15 @@ export const ClientSettingsSection: {
|
|
|
296
308
|
export type ClientSettingsSection = ClientSettingsSection$instance;
|
|
297
309
|
|
|
298
310
|
export interface CommaDelimitedStringCollection$instance extends StringCollection {
|
|
311
|
+
readonly __tsonic_type_System_Configuration_CommaDelimitedStringCollection: never;
|
|
312
|
+
|
|
313
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
314
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
315
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
316
|
+
|
|
299
317
|
readonly IsModified: boolean;
|
|
300
318
|
IsReadOnly: boolean;
|
|
301
|
-
|
|
319
|
+
[index: number]: string;
|
|
302
320
|
Add(value: string): void;
|
|
303
321
|
AddRange(range: string[]): void;
|
|
304
322
|
Clear(): void;
|
|
@@ -306,7 +324,7 @@ export interface CommaDelimitedStringCollection$instance extends StringCollectio
|
|
|
306
324
|
Insert(index: int, value: string): void;
|
|
307
325
|
Remove(value: string): void;
|
|
308
326
|
SetReadOnly(): void;
|
|
309
|
-
ToString(): string
|
|
327
|
+
ToString(): string;
|
|
310
328
|
}
|
|
311
329
|
|
|
312
330
|
|
|
@@ -318,6 +336,8 @@ export const CommaDelimitedStringCollection: {
|
|
|
318
336
|
export type CommaDelimitedStringCollection = CommaDelimitedStringCollection$instance;
|
|
319
337
|
|
|
320
338
|
export interface CommaDelimitedStringCollectionConverter$instance extends ConfigurationConverterBase {
|
|
339
|
+
readonly __tsonic_type_System_Configuration_CommaDelimitedStringCollectionConverter: never;
|
|
340
|
+
|
|
321
341
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
322
342
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
323
343
|
}
|
|
@@ -331,8 +351,10 @@ export const CommaDelimitedStringCollectionConverter: {
|
|
|
331
351
|
export type CommaDelimitedStringCollectionConverter = CommaDelimitedStringCollectionConverter$instance;
|
|
332
352
|
|
|
333
353
|
export interface Configuration$instance {
|
|
354
|
+
readonly __tsonic_type_System_Configuration_Configuration: never;
|
|
355
|
+
|
|
334
356
|
readonly AppSettings: AppSettingsSection;
|
|
335
|
-
AssemblyStringTransformer:
|
|
357
|
+
AssemblyStringTransformer: Func_2<System_Internal.String, System_Internal.String>;
|
|
336
358
|
readonly ConnectionStrings: ConnectionStringsSection;
|
|
337
359
|
readonly EvaluationContext: ContextInformation;
|
|
338
360
|
readonly FilePath: string;
|
|
@@ -343,7 +365,7 @@ export interface Configuration$instance {
|
|
|
343
365
|
readonly SectionGroups: ConfigurationSectionGroupCollection;
|
|
344
366
|
readonly Sections: ConfigurationSectionCollection;
|
|
345
367
|
TargetFramework: FrameworkName;
|
|
346
|
-
TypeStringTransformer:
|
|
368
|
+
TypeStringTransformer: Func_2<System_Internal.String, System_Internal.String>;
|
|
347
369
|
GetSection(sectionName: string): ConfigurationSection;
|
|
348
370
|
GetSectionGroup(sectionGroupName: string): ConfigurationSectionGroup;
|
|
349
371
|
Save(): void;
|
|
@@ -356,13 +378,14 @@ export interface Configuration$instance {
|
|
|
356
378
|
|
|
357
379
|
|
|
358
380
|
export const Configuration: {
|
|
359
|
-
new(): Configuration;
|
|
360
381
|
};
|
|
361
382
|
|
|
362
383
|
|
|
363
384
|
export type Configuration = Configuration$instance;
|
|
364
385
|
|
|
365
386
|
export interface ConfigurationCollectionAttribute$instance extends Attribute {
|
|
387
|
+
readonly __tsonic_type_System_Configuration_ConfigurationCollectionAttribute: never;
|
|
388
|
+
|
|
366
389
|
AddItemName: string;
|
|
367
390
|
ClearItemsName: string;
|
|
368
391
|
CollectionType: ConfigurationElementCollectionType;
|
|
@@ -379,106 +402,105 @@ export const ConfigurationCollectionAttribute: {
|
|
|
379
402
|
export type ConfigurationCollectionAttribute = ConfigurationCollectionAttribute$instance;
|
|
380
403
|
|
|
381
404
|
export interface ConfigurationConverterBase$instance extends TypeConverter {
|
|
405
|
+
readonly __tsonic_type_System_Configuration_ConfigurationConverterBase: never;
|
|
406
|
+
|
|
382
407
|
CanConvertFrom(ctx: ITypeDescriptorContext, type: Type): boolean;
|
|
383
408
|
CanConvertTo(ctx: ITypeDescriptorContext, type: Type): boolean;
|
|
384
409
|
}
|
|
385
410
|
|
|
386
411
|
|
|
387
|
-
export const ConfigurationConverterBase: {
|
|
388
|
-
new(): ConfigurationConverterBase;
|
|
412
|
+
export const ConfigurationConverterBase: (abstract new() => ConfigurationConverterBase) & {
|
|
389
413
|
};
|
|
390
414
|
|
|
391
415
|
|
|
392
416
|
export type ConfigurationConverterBase = ConfigurationConverterBase$instance;
|
|
393
417
|
|
|
394
|
-
export
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
protected DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
|
|
398
|
-
protected GetTransformedAssemblyString(assemblyName: string): string;
|
|
399
|
-
protected GetTransformedTypeString(typeName: string): string;
|
|
400
|
-
protected Init(): void;
|
|
401
|
-
protected InitializeDefault(): void;
|
|
402
|
-
protected IsModified(): boolean;
|
|
403
|
-
protected ListErrors(errorList: IList): void;
|
|
404
|
-
protected OnDeserializeUnrecognizedAttribute(name: string, value: string): boolean;
|
|
405
|
-
protected OnDeserializeUnrecognizedElement(elementName: string, reader: XmlReader): boolean;
|
|
406
|
-
protected OnRequiredPropertyNotFound(name: string): unknown;
|
|
407
|
-
protected PostDeserialize(): void;
|
|
408
|
-
protected PreSerialize(writer: XmlWriter): void;
|
|
409
|
-
protected Reset(parentElement: ConfigurationElement): void;
|
|
410
|
-
protected ResetModified(): void;
|
|
411
|
-
protected SerializeElement(writer: XmlWriter, serializeCollectionKey: boolean): boolean;
|
|
412
|
-
protected SerializeToXmlElement(writer: XmlWriter, elementName: string): boolean;
|
|
413
|
-
protected SetReadOnly(): void;
|
|
414
|
-
protected Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
export interface ConfigurationElement$instance extends ConfigurationElement$protected {
|
|
418
|
+
export interface ConfigurationElement$instance {
|
|
419
|
+
readonly __tsonic_type_System_Configuration_ConfigurationElement: never;
|
|
420
|
+
|
|
419
421
|
readonly CurrentConfiguration: Configuration;
|
|
420
422
|
readonly ElementInformation: ElementInformation;
|
|
423
|
+
readonly ElementProperty: ConfigurationElementProperty;
|
|
421
424
|
readonly LockAllAttributesExcept: ConfigurationLockCollection;
|
|
422
425
|
readonly LockAllElementsExcept: ConfigurationLockCollection;
|
|
423
426
|
readonly LockAttributes: ConfigurationLockCollection;
|
|
424
427
|
readonly LockElements: ConfigurationLockCollection;
|
|
425
428
|
LockItem: boolean;
|
|
429
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
430
|
+
DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
|
|
426
431
|
Equals(compareTo: unknown): boolean;
|
|
427
432
|
GetHashCode(): int;
|
|
433
|
+
GetTransformedAssemblyString(assemblyName: string): string;
|
|
434
|
+
GetTransformedTypeString(typeName: string): string;
|
|
435
|
+
Init(): void;
|
|
436
|
+
InitializeDefault(): void;
|
|
437
|
+
IsModified(): boolean;
|
|
428
438
|
IsReadOnly(): boolean;
|
|
439
|
+
ListErrors(errorList: IList): void;
|
|
440
|
+
OnDeserializeUnrecognizedAttribute(name: string, value: string): boolean;
|
|
441
|
+
OnDeserializeUnrecognizedElement(elementName: string, reader: XmlReader): boolean;
|
|
442
|
+
OnRequiredPropertyNotFound(name: string): unknown;
|
|
443
|
+
PostDeserialize(): void;
|
|
444
|
+
PreSerialize(writer: XmlWriter): void;
|
|
445
|
+
Reset(parentElement: ConfigurationElement): void;
|
|
446
|
+
ResetModified(): void;
|
|
447
|
+
SerializeElement(writer: XmlWriter, serializeCollectionKey: boolean): boolean;
|
|
448
|
+
SerializeToXmlElement(writer: XmlWriter, elementName: string): boolean;
|
|
449
|
+
SetReadOnly(): void;
|
|
450
|
+
Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
429
451
|
}
|
|
430
452
|
|
|
431
453
|
|
|
432
|
-
export const ConfigurationElement: {
|
|
433
|
-
new(): ConfigurationElement;
|
|
454
|
+
export const ConfigurationElement: (abstract new() => ConfigurationElement) & {
|
|
434
455
|
};
|
|
435
456
|
|
|
436
457
|
|
|
437
458
|
export type ConfigurationElement = ConfigurationElement$instance;
|
|
438
459
|
|
|
439
|
-
export
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
protected CreateNewElement(elementName: string): ConfigurationElement;
|
|
446
|
-
protected abstract GetElementKey(element: ConfigurationElement): unknown;
|
|
447
|
-
protected IsElementName(elementName: string): boolean;
|
|
448
|
-
protected IsElementRemovable(element: ConfigurationElement): boolean;
|
|
449
|
-
protected IsModified(): boolean;
|
|
450
|
-
protected OnDeserializeUnrecognizedElement(elementName: string, reader: XmlReader): boolean;
|
|
451
|
-
protected Reset(parentElement: ConfigurationElement): void;
|
|
452
|
-
protected ResetModified(): void;
|
|
453
|
-
protected SerializeElement(writer: XmlWriter, serializeCollectionKey: boolean): boolean;
|
|
454
|
-
protected SetReadOnly(): void;
|
|
455
|
-
protected Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
export interface ConfigurationElementCollection$instance extends ConfigurationElementCollection$protected, ConfigurationElement {
|
|
460
|
+
export interface ConfigurationElementCollection$instance extends ConfigurationElement {
|
|
461
|
+
readonly __tsonic_type_System_Configuration_ConfigurationElementCollection: never;
|
|
462
|
+
|
|
463
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
464
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
465
|
+
|
|
460
466
|
readonly CollectionType: ConfigurationElementCollectionType;
|
|
461
467
|
readonly Count: int;
|
|
468
|
+
readonly ElementName: string;
|
|
462
469
|
EmitClear: boolean;
|
|
463
470
|
readonly IsSynchronized: boolean;
|
|
464
471
|
readonly SyncRoot: unknown;
|
|
472
|
+
readonly ThrowOnDuplicate: boolean;
|
|
473
|
+
BaseAdd(element: ConfigurationElement): void;
|
|
474
|
+
BaseAdd(index: int, element: ConfigurationElement): void;
|
|
465
475
|
CopyTo(array: ConfigurationElement[], index: int): void;
|
|
476
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
477
|
+
CreateNewElement(): ConfigurationElement;
|
|
466
478
|
Equals(compareTo: unknown): boolean;
|
|
479
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
467
480
|
GetEnumerator(): IEnumerator;
|
|
468
481
|
GetHashCode(): int;
|
|
482
|
+
IsElementName(elementName: string): boolean;
|
|
483
|
+
IsElementRemovable(element: ConfigurationElement): boolean;
|
|
484
|
+
IsModified(): boolean;
|
|
469
485
|
IsReadOnly(): boolean;
|
|
486
|
+
OnDeserializeUnrecognizedElement(elementName: string, reader: XmlReader): boolean;
|
|
487
|
+
Reset(parentElement: ConfigurationElement): void;
|
|
488
|
+
ResetModified(): void;
|
|
489
|
+
SerializeElement(writer: XmlWriter, serializeCollectionKey: boolean): boolean;
|
|
490
|
+
SetReadOnly(): void;
|
|
491
|
+
Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
470
492
|
}
|
|
471
493
|
|
|
472
494
|
|
|
473
|
-
export const ConfigurationElementCollection: {
|
|
474
|
-
new(): ConfigurationElementCollection;
|
|
475
|
-
new(comparer: IComparer): ConfigurationElementCollection;
|
|
495
|
+
export const ConfigurationElementCollection: (abstract new() => ConfigurationElementCollection) & (abstract new(comparer: IComparer) => ConfigurationElementCollection) & {
|
|
476
496
|
};
|
|
477
497
|
|
|
478
498
|
|
|
479
499
|
export type ConfigurationElementCollection = ConfigurationElementCollection$instance;
|
|
480
500
|
|
|
481
501
|
export interface ConfigurationElementProperty$instance {
|
|
502
|
+
readonly __tsonic_type_System_Configuration_ConfigurationElementProperty: never;
|
|
503
|
+
|
|
482
504
|
readonly Validator: ConfigurationValidatorBase;
|
|
483
505
|
}
|
|
484
506
|
|
|
@@ -491,6 +513,10 @@ export const ConfigurationElementProperty: {
|
|
|
491
513
|
export type ConfigurationElementProperty = ConfigurationElementProperty$instance;
|
|
492
514
|
|
|
493
515
|
export interface ConfigurationErrorsException$instance extends ConfigurationException {
|
|
516
|
+
readonly __tsonic_type_System_Configuration_ConfigurationErrorsException: never;
|
|
517
|
+
|
|
518
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
519
|
+
|
|
494
520
|
readonly Errors: ICollection;
|
|
495
521
|
readonly Filename: string;
|
|
496
522
|
readonly Line: int;
|
|
@@ -509,7 +535,6 @@ export const ConfigurationErrorsException: {
|
|
|
509
535
|
new(message: string, inner: Exception, node: XmlNode): ConfigurationErrorsException;
|
|
510
536
|
new(message: string, reader: XmlReader): ConfigurationErrorsException;
|
|
511
537
|
new(message: string, inner: Exception, reader: XmlReader): ConfigurationErrorsException;
|
|
512
|
-
new(info: SerializationInfo, context: StreamingContext): ConfigurationErrorsException;
|
|
513
538
|
GetFilename(node: XmlNode): string;
|
|
514
539
|
GetFilename(reader: XmlReader): string;
|
|
515
540
|
GetLineNumber(node: XmlNode): int;
|
|
@@ -520,6 +545,10 @@ export const ConfigurationErrorsException: {
|
|
|
520
545
|
export type ConfigurationErrorsException = ConfigurationErrorsException$instance;
|
|
521
546
|
|
|
522
547
|
export interface ConfigurationException$instance extends SystemException {
|
|
548
|
+
readonly __tsonic_type_System_Configuration_ConfigurationException: never;
|
|
549
|
+
|
|
550
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
551
|
+
|
|
523
552
|
readonly BareMessage: string;
|
|
524
553
|
readonly Filename: string;
|
|
525
554
|
readonly Line: int;
|
|
@@ -529,7 +558,6 @@ export interface ConfigurationException$instance extends SystemException {
|
|
|
529
558
|
|
|
530
559
|
|
|
531
560
|
export const ConfigurationException: {
|
|
532
|
-
new(info: SerializationInfo, context: StreamingContext): ConfigurationException;
|
|
533
561
|
new(): ConfigurationException;
|
|
534
562
|
new(message: string): ConfigurationException;
|
|
535
563
|
new(message: string, inner: Exception): ConfigurationException;
|
|
@@ -545,6 +573,10 @@ export const ConfigurationException: {
|
|
|
545
573
|
export type ConfigurationException = ConfigurationException$instance;
|
|
546
574
|
|
|
547
575
|
export interface ConfigurationFileMap$instance {
|
|
576
|
+
readonly __tsonic_type_System_Configuration_ConfigurationFileMap: never;
|
|
577
|
+
|
|
578
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
579
|
+
|
|
548
580
|
MachineConfigFilename: string;
|
|
549
581
|
Clone(): unknown;
|
|
550
582
|
}
|
|
@@ -559,31 +591,41 @@ export const ConfigurationFileMap: {
|
|
|
559
591
|
export type ConfigurationFileMap = ConfigurationFileMap$instance;
|
|
560
592
|
|
|
561
593
|
export interface ConfigurationLocation$instance {
|
|
594
|
+
readonly __tsonic_type_System_Configuration_ConfigurationLocation: never;
|
|
595
|
+
|
|
562
596
|
readonly Path: string;
|
|
563
597
|
OpenConfiguration(): Configuration;
|
|
564
598
|
}
|
|
565
599
|
|
|
566
600
|
|
|
567
601
|
export const ConfigurationLocation: {
|
|
568
|
-
new(): ConfigurationLocation;
|
|
569
602
|
};
|
|
570
603
|
|
|
571
604
|
|
|
572
605
|
export type ConfigurationLocation = ConfigurationLocation$instance;
|
|
573
606
|
|
|
574
607
|
export interface ConfigurationLocationCollection$instance extends ReadOnlyCollectionBase {
|
|
575
|
-
readonly
|
|
608
|
+
readonly __tsonic_type_System_Configuration_ConfigurationLocationCollection: never;
|
|
609
|
+
|
|
610
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
611
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
612
|
+
|
|
613
|
+
readonly [index: number]: ConfigurationLocation;
|
|
576
614
|
}
|
|
577
615
|
|
|
578
616
|
|
|
579
617
|
export const ConfigurationLocationCollection: {
|
|
580
|
-
new(): ConfigurationLocationCollection;
|
|
581
618
|
};
|
|
582
619
|
|
|
583
620
|
|
|
584
621
|
export type ConfigurationLocationCollection = ConfigurationLocationCollection$instance;
|
|
585
622
|
|
|
586
623
|
export interface ConfigurationLockCollection$instance {
|
|
624
|
+
readonly __tsonic_type_System_Configuration_ConfigurationLockCollection: never;
|
|
625
|
+
|
|
626
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
627
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
628
|
+
|
|
587
629
|
readonly AttributeList: string;
|
|
588
630
|
readonly Count: int;
|
|
589
631
|
readonly HasParentElements: boolean;
|
|
@@ -602,13 +644,14 @@ export interface ConfigurationLockCollection$instance {
|
|
|
602
644
|
|
|
603
645
|
|
|
604
646
|
export const ConfigurationLockCollection: {
|
|
605
|
-
new(): ConfigurationLockCollection;
|
|
606
647
|
};
|
|
607
648
|
|
|
608
649
|
|
|
609
650
|
export type ConfigurationLockCollection = ConfigurationLockCollection$instance;
|
|
610
651
|
|
|
611
652
|
export interface ConfigurationProperty$instance {
|
|
653
|
+
readonly __tsonic_type_System_Configuration_ConfigurationProperty: never;
|
|
654
|
+
|
|
612
655
|
readonly Converter: TypeConverter;
|
|
613
656
|
DefaultValue: unknown;
|
|
614
657
|
Description: string;
|
|
@@ -636,6 +679,8 @@ export const ConfigurationProperty: {
|
|
|
636
679
|
export type ConfigurationProperty = ConfigurationProperty$instance;
|
|
637
680
|
|
|
638
681
|
export interface ConfigurationPropertyAttribute$instance extends Attribute {
|
|
682
|
+
readonly __tsonic_type_System_Configuration_ConfigurationPropertyAttribute: never;
|
|
683
|
+
|
|
639
684
|
DefaultValue: unknown;
|
|
640
685
|
IsDefaultCollection: boolean;
|
|
641
686
|
IsKey: boolean;
|
|
@@ -653,9 +698,14 @@ export const ConfigurationPropertyAttribute: {
|
|
|
653
698
|
export type ConfigurationPropertyAttribute = ConfigurationPropertyAttribute$instance;
|
|
654
699
|
|
|
655
700
|
export interface ConfigurationPropertyCollection$instance {
|
|
701
|
+
readonly __tsonic_type_System_Configuration_ConfigurationPropertyCollection: never;
|
|
702
|
+
|
|
703
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
704
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
705
|
+
|
|
656
706
|
readonly Count: int;
|
|
657
707
|
readonly IsSynchronized: boolean;
|
|
658
|
-
readonly
|
|
708
|
+
readonly [name: string]: ConfigurationProperty;
|
|
659
709
|
readonly SyncRoot: unknown;
|
|
660
710
|
Add(property: ConfigurationProperty): void;
|
|
661
711
|
Clear(): void;
|
|
@@ -673,31 +723,35 @@ export const ConfigurationPropertyCollection: {
|
|
|
673
723
|
|
|
674
724
|
export type ConfigurationPropertyCollection = ConfigurationPropertyCollection$instance;
|
|
675
725
|
|
|
676
|
-
export
|
|
677
|
-
|
|
678
|
-
protected GetRuntimeObject(): unknown;
|
|
679
|
-
protected IsModified(): boolean;
|
|
680
|
-
protected ResetModified(): void;
|
|
681
|
-
protected SerializeSection(parentElement: ConfigurationElement, name: string, saveMode: ConfigurationSaveMode): string;
|
|
682
|
-
protected ShouldSerializeElementInTargetVersion(element: ConfigurationElement, elementName: string, targetFramework: FrameworkName): boolean;
|
|
683
|
-
protected ShouldSerializePropertyInTargetVersion(property: ConfigurationProperty, propertyName: string, targetFramework: FrameworkName, parentConfigurationElement: ConfigurationElement): boolean;
|
|
684
|
-
protected ShouldSerializeSectionInTargetVersion(targetFramework: FrameworkName): boolean;
|
|
685
|
-
}
|
|
726
|
+
export interface ConfigurationSection$instance extends ConfigurationElement {
|
|
727
|
+
readonly __tsonic_type_System_Configuration_ConfigurationSection: never;
|
|
686
728
|
|
|
687
|
-
|
|
688
|
-
export interface ConfigurationSection$instance extends ConfigurationSection$protected, ConfigurationElement {
|
|
689
729
|
readonly SectionInformation: SectionInformation;
|
|
730
|
+
DeserializeSection(reader: XmlReader): void;
|
|
731
|
+
GetRuntimeObject(): unknown;
|
|
732
|
+
IsModified(): boolean;
|
|
733
|
+
ResetModified(): void;
|
|
734
|
+
SerializeSection(parentElement: ConfigurationElement, name: string, saveMode: ConfigurationSaveMode): string;
|
|
735
|
+
ShouldSerializeElementInTargetVersion(element: ConfigurationElement, elementName: string, targetFramework: FrameworkName): boolean;
|
|
736
|
+
ShouldSerializePropertyInTargetVersion(property: ConfigurationProperty, propertyName: string, targetFramework: FrameworkName, parentConfigurationElement: ConfigurationElement): boolean;
|
|
737
|
+
ShouldSerializeSectionInTargetVersion(targetFramework: FrameworkName): boolean;
|
|
690
738
|
}
|
|
691
739
|
|
|
692
740
|
|
|
693
|
-
export const ConfigurationSection: {
|
|
694
|
-
new(): ConfigurationSection;
|
|
741
|
+
export const ConfigurationSection: (abstract new() => ConfigurationSection) & {
|
|
695
742
|
};
|
|
696
743
|
|
|
697
744
|
|
|
698
745
|
export type ConfigurationSection = ConfigurationSection$instance;
|
|
699
746
|
|
|
700
747
|
export interface ConfigurationSectionCollection$instance extends NameObjectCollectionBase {
|
|
748
|
+
readonly __tsonic_type_System_Configuration_ConfigurationSectionCollection: never;
|
|
749
|
+
|
|
750
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
751
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
752
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
753
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
754
|
+
|
|
701
755
|
Add(name: string, section: ConfigurationSection): void;
|
|
702
756
|
Clear(): void;
|
|
703
757
|
CopyTo(array: ConfigurationSection[], index: int): void;
|
|
@@ -713,18 +767,14 @@ export interface ConfigurationSectionCollection$instance extends NameObjectColle
|
|
|
713
767
|
|
|
714
768
|
|
|
715
769
|
export const ConfigurationSectionCollection: {
|
|
716
|
-
new(): ConfigurationSectionCollection;
|
|
717
770
|
};
|
|
718
771
|
|
|
719
772
|
|
|
720
773
|
export type ConfigurationSectionCollection = ConfigurationSectionCollection$instance;
|
|
721
774
|
|
|
722
|
-
export
|
|
723
|
-
|
|
724
|
-
}
|
|
725
|
-
|
|
775
|
+
export interface ConfigurationSectionGroup$instance {
|
|
776
|
+
readonly __tsonic_type_System_Configuration_ConfigurationSectionGroup: never;
|
|
726
777
|
|
|
727
|
-
export interface ConfigurationSectionGroup$instance extends ConfigurationSectionGroup$protected {
|
|
728
778
|
IsDeclarationRequired: boolean;
|
|
729
779
|
IsDeclared: boolean;
|
|
730
780
|
Name: string;
|
|
@@ -734,6 +784,7 @@ export interface ConfigurationSectionGroup$instance extends ConfigurationSection
|
|
|
734
784
|
Type: string;
|
|
735
785
|
ForceDeclaration(): void;
|
|
736
786
|
ForceDeclaration(force: boolean): void;
|
|
787
|
+
ShouldSerializeSectionGroupInTargetVersion(targetFramework: FrameworkName): boolean;
|
|
737
788
|
}
|
|
738
789
|
|
|
739
790
|
|
|
@@ -745,6 +796,13 @@ export const ConfigurationSectionGroup: {
|
|
|
745
796
|
export type ConfigurationSectionGroup = ConfigurationSectionGroup$instance;
|
|
746
797
|
|
|
747
798
|
export interface ConfigurationSectionGroupCollection$instance extends NameObjectCollectionBase {
|
|
799
|
+
readonly __tsonic_type_System_Configuration_ConfigurationSectionGroupCollection: never;
|
|
800
|
+
|
|
801
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
802
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
803
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
804
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
805
|
+
|
|
748
806
|
Add(name: string, sectionGroup: ConfigurationSectionGroup): void;
|
|
749
807
|
Clear(): void;
|
|
750
808
|
CopyTo(array: ConfigurationSectionGroup[], index: int): void;
|
|
@@ -760,18 +818,18 @@ export interface ConfigurationSectionGroupCollection$instance extends NameObject
|
|
|
760
818
|
|
|
761
819
|
|
|
762
820
|
export const ConfigurationSectionGroupCollection: {
|
|
763
|
-
new(): ConfigurationSectionGroupCollection;
|
|
764
821
|
};
|
|
765
822
|
|
|
766
823
|
|
|
767
824
|
export type ConfigurationSectionGroupCollection = ConfigurationSectionGroupCollection$instance;
|
|
768
825
|
|
|
769
826
|
export interface ConfigurationSettings$instance {
|
|
827
|
+
readonly __tsonic_type_System_Configuration_ConfigurationSettings: never;
|
|
828
|
+
|
|
770
829
|
}
|
|
771
830
|
|
|
772
831
|
|
|
773
832
|
export const ConfigurationSettings: {
|
|
774
|
-
new(): ConfigurationSettings;
|
|
775
833
|
readonly AppSettings: NameValueCollection;
|
|
776
834
|
GetConfig(sectionName: string): unknown;
|
|
777
835
|
};
|
|
@@ -780,13 +838,14 @@ export const ConfigurationSettings: {
|
|
|
780
838
|
export type ConfigurationSettings = ConfigurationSettings$instance;
|
|
781
839
|
|
|
782
840
|
export interface ConfigurationValidatorAttribute$instance extends Attribute {
|
|
841
|
+
readonly __tsonic_type_System_Configuration_ConfigurationValidatorAttribute: never;
|
|
842
|
+
|
|
783
843
|
readonly ValidatorInstance: ConfigurationValidatorBase;
|
|
784
844
|
readonly ValidatorType: Type;
|
|
785
845
|
}
|
|
786
846
|
|
|
787
847
|
|
|
788
848
|
export const ConfigurationValidatorAttribute: {
|
|
789
|
-
new(): ConfigurationValidatorAttribute;
|
|
790
849
|
new(validator: Type): ConfigurationValidatorAttribute;
|
|
791
850
|
};
|
|
792
851
|
|
|
@@ -794,19 +853,27 @@ export const ConfigurationValidatorAttribute: {
|
|
|
794
853
|
export type ConfigurationValidatorAttribute = ConfigurationValidatorAttribute$instance;
|
|
795
854
|
|
|
796
855
|
export interface ConfigurationValidatorBase$instance {
|
|
856
|
+
readonly __tsonic_type_System_Configuration_ConfigurationValidatorBase: never;
|
|
857
|
+
|
|
797
858
|
CanValidate(type: Type): boolean;
|
|
798
859
|
Validate(value: unknown): void;
|
|
799
860
|
}
|
|
800
861
|
|
|
801
862
|
|
|
802
|
-
export const ConfigurationValidatorBase: {
|
|
803
|
-
new(): ConfigurationValidatorBase;
|
|
863
|
+
export const ConfigurationValidatorBase: (abstract new() => ConfigurationValidatorBase) & {
|
|
804
864
|
};
|
|
805
865
|
|
|
806
866
|
|
|
807
867
|
export type ConfigurationValidatorBase = ConfigurationValidatorBase$instance;
|
|
808
868
|
|
|
809
|
-
export interface ConfigXmlDocument$instance extends XmlDocument {
|
|
869
|
+
export interface ConfigXmlDocument$instance extends XmlDocument, System_Configuration_Internal_Internal.IConfigErrorInfo$instance, System_Lib.ICloneable, System_Xml_XPath_Internal.IXPathNavigable {
|
|
870
|
+
readonly __tsonic_type_System_Configuration_ConfigXmlDocument: never;
|
|
871
|
+
|
|
872
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
873
|
+
readonly __tsonic_iface_System_Configuration_Internal_IConfigErrorInfo: never;
|
|
874
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
875
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
876
|
+
|
|
810
877
|
readonly Filename: string;
|
|
811
878
|
readonly LineNumber: int;
|
|
812
879
|
CreateAttribute(prefix: string, localName: string, namespaceUri: string): XmlAttribute;
|
|
@@ -830,21 +897,17 @@ export interface __ConfigXmlDocument$views {
|
|
|
830
897
|
As_IConfigErrorInfo(): System_Configuration_Internal_Internal.IConfigErrorInfo$instance;
|
|
831
898
|
}
|
|
832
899
|
|
|
833
|
-
export interface ConfigXmlDocument$instance extends System_Configuration_Internal_Internal.IConfigErrorInfo$instance {}
|
|
834
|
-
|
|
835
900
|
export type ConfigXmlDocument = ConfigXmlDocument$instance & __ConfigXmlDocument$views;
|
|
836
901
|
|
|
837
902
|
|
|
838
|
-
export
|
|
839
|
-
|
|
840
|
-
}
|
|
903
|
+
export interface ConnectionStringSettings$instance extends ConfigurationElement {
|
|
904
|
+
readonly __tsonic_type_System_Configuration_ConnectionStringSettings: never;
|
|
841
905
|
|
|
842
|
-
|
|
843
|
-
export interface ConnectionStringSettings$instance extends ConnectionStringSettings$protected, ConfigurationElement {
|
|
844
906
|
ConnectionString: string;
|
|
845
907
|
Name: string;
|
|
908
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
846
909
|
ProviderName: string;
|
|
847
|
-
ToString(): string
|
|
910
|
+
ToString(): string;
|
|
848
911
|
}
|
|
849
912
|
|
|
850
913
|
|
|
@@ -857,21 +920,22 @@ export const ConnectionStringSettings: {
|
|
|
857
920
|
|
|
858
921
|
export type ConnectionStringSettings = ConnectionStringSettings$instance;
|
|
859
922
|
|
|
860
|
-
export
|
|
861
|
-
|
|
862
|
-
protected BaseAdd(element: ConfigurationElement): void;
|
|
863
|
-
protected BaseAdd3(index: int, element: ConfigurationElement): void;
|
|
864
|
-
protected CreateNewElement2(): ConfigurationElement;
|
|
865
|
-
protected CreateNewElement(elementName: string): ConfigurationElement;
|
|
866
|
-
protected GetElementKey(element: ConfigurationElement): unknown;
|
|
867
|
-
}
|
|
923
|
+
export interface ConnectionStringSettingsCollection$instance extends ConfigurationElementCollection {
|
|
924
|
+
readonly __tsonic_type_System_Configuration_ConnectionStringSettingsCollection: never;
|
|
868
925
|
|
|
926
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
927
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
869
928
|
|
|
870
|
-
|
|
929
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
871
930
|
Add(settings: ConnectionStringSettings): void;
|
|
931
|
+
BaseAdd(index: int, element: ConfigurationElement): void;
|
|
932
|
+
BaseAdd(element: ConfigurationElement): void;
|
|
872
933
|
Clear(): void;
|
|
934
|
+
CreateNewElement(): ConfigurationElement;
|
|
935
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
873
936
|
get_Item(index: int): ConnectionStringSettings;
|
|
874
937
|
get_Item(name: string): ConnectionStringSettings;
|
|
938
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
875
939
|
IndexOf(settings: ConnectionStringSettings): int;
|
|
876
940
|
Remove(settings: ConnectionStringSettings): void;
|
|
877
941
|
Remove(name: string): void;
|
|
@@ -887,14 +951,12 @@ export const ConnectionStringSettingsCollection: {
|
|
|
887
951
|
|
|
888
952
|
export type ConnectionStringSettingsCollection = ConnectionStringSettingsCollection$instance;
|
|
889
953
|
|
|
890
|
-
export
|
|
891
|
-
|
|
892
|
-
protected GetRuntimeObject(): unknown;
|
|
893
|
-
}
|
|
894
|
-
|
|
954
|
+
export interface ConnectionStringsSection$instance extends ConfigurationSection {
|
|
955
|
+
readonly __tsonic_type_System_Configuration_ConnectionStringsSection: never;
|
|
895
956
|
|
|
896
|
-
export interface ConnectionStringsSection$instance extends ConnectionStringsSection$protected, ConfigurationSection {
|
|
897
957
|
readonly ConnectionStrings: ConnectionStringSettingsCollection;
|
|
958
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
959
|
+
GetRuntimeObject(): unknown;
|
|
898
960
|
}
|
|
899
961
|
|
|
900
962
|
|
|
@@ -906,6 +968,8 @@ export const ConnectionStringsSection: {
|
|
|
906
968
|
export type ConnectionStringsSection = ConnectionStringsSection$instance;
|
|
907
969
|
|
|
908
970
|
export interface ContextInformation$instance {
|
|
971
|
+
readonly __tsonic_type_System_Configuration_ContextInformation: never;
|
|
972
|
+
|
|
909
973
|
readonly HostingContext: unknown;
|
|
910
974
|
readonly IsMachineLevel: boolean;
|
|
911
975
|
GetSection(sectionName: string): unknown;
|
|
@@ -913,23 +977,20 @@ export interface ContextInformation$instance {
|
|
|
913
977
|
|
|
914
978
|
|
|
915
979
|
export const ContextInformation: {
|
|
916
|
-
new(): ContextInformation;
|
|
917
980
|
};
|
|
918
981
|
|
|
919
982
|
|
|
920
983
|
export type ContextInformation = ContextInformation$instance;
|
|
921
984
|
|
|
922
|
-
export
|
|
923
|
-
|
|
924
|
-
protected DeserializeSection(xmlReader: XmlReader): void;
|
|
925
|
-
protected IsModified(): boolean;
|
|
926
|
-
protected Reset(parentSection: ConfigurationElement): void;
|
|
927
|
-
protected ResetModified(): void;
|
|
928
|
-
protected SerializeSection(parentSection: ConfigurationElement, name: string, saveMode: ConfigurationSaveMode): string;
|
|
929
|
-
}
|
|
985
|
+
export interface DefaultSection$instance extends ConfigurationSection {
|
|
986
|
+
readonly __tsonic_type_System_Configuration_DefaultSection: never;
|
|
930
987
|
|
|
931
|
-
|
|
932
|
-
|
|
988
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
989
|
+
DeserializeSection(xmlReader: XmlReader): void;
|
|
990
|
+
IsModified(): boolean;
|
|
991
|
+
Reset(parentSection: ConfigurationElement): void;
|
|
992
|
+
ResetModified(): void;
|
|
993
|
+
SerializeSection(parentSection: ConfigurationElement, name: string, saveMode: ConfigurationSaveMode): string;
|
|
933
994
|
}
|
|
934
995
|
|
|
935
996
|
|
|
@@ -941,6 +1002,8 @@ export const DefaultSection: {
|
|
|
941
1002
|
export type DefaultSection = DefaultSection$instance;
|
|
942
1003
|
|
|
943
1004
|
export interface DefaultSettingValueAttribute$instance extends Attribute {
|
|
1005
|
+
readonly __tsonic_type_System_Configuration_DefaultSettingValueAttribute: never;
|
|
1006
|
+
|
|
944
1007
|
readonly Value: string;
|
|
945
1008
|
}
|
|
946
1009
|
|
|
@@ -953,6 +1016,8 @@ export const DefaultSettingValueAttribute: {
|
|
|
953
1016
|
export type DefaultSettingValueAttribute = DefaultSettingValueAttribute$instance;
|
|
954
1017
|
|
|
955
1018
|
export interface DefaultValidator$instance extends ConfigurationValidatorBase {
|
|
1019
|
+
readonly __tsonic_type_System_Configuration_DefaultValidator: never;
|
|
1020
|
+
|
|
956
1021
|
CanValidate(type: Type): boolean;
|
|
957
1022
|
Validate(value: unknown): void;
|
|
958
1023
|
}
|
|
@@ -965,13 +1030,13 @@ export const DefaultValidator: {
|
|
|
965
1030
|
|
|
966
1031
|
export type DefaultValidator = DefaultValidator$instance;
|
|
967
1032
|
|
|
968
|
-
export
|
|
969
|
-
|
|
970
|
-
protected readonly ValueAttributeName: string;
|
|
971
|
-
}
|
|
1033
|
+
export interface DictionarySectionHandler$instance extends IConfigurationSectionHandler$instance {
|
|
1034
|
+
readonly __tsonic_type_System_Configuration_DictionarySectionHandler: never;
|
|
972
1035
|
|
|
1036
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
973
1037
|
|
|
974
|
-
|
|
1038
|
+
readonly KeyAttributeName: string;
|
|
1039
|
+
readonly ValueAttributeName: string;
|
|
975
1040
|
Create(parent: unknown, context: unknown, section: XmlNode): unknown;
|
|
976
1041
|
}
|
|
977
1042
|
|
|
@@ -985,12 +1050,12 @@ export interface __DictionarySectionHandler$views {
|
|
|
985
1050
|
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
986
1051
|
}
|
|
987
1052
|
|
|
988
|
-
export interface DictionarySectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
989
|
-
|
|
990
1053
|
export type DictionarySectionHandler = DictionarySectionHandler$instance & __DictionarySectionHandler$views;
|
|
991
1054
|
|
|
992
1055
|
|
|
993
1056
|
export interface DpapiProtectedConfigurationProvider$instance extends ProtectedConfigurationProvider {
|
|
1057
|
+
readonly __tsonic_type_System_Configuration_DpapiProtectedConfigurationProvider: never;
|
|
1058
|
+
|
|
994
1059
|
readonly UseMachineProtection: boolean;
|
|
995
1060
|
Decrypt(encryptedNode: XmlNode): XmlNode;
|
|
996
1061
|
Encrypt(node: XmlNode): XmlNode;
|
|
@@ -1006,6 +1071,8 @@ export const DpapiProtectedConfigurationProvider: {
|
|
|
1006
1071
|
export type DpapiProtectedConfigurationProvider = DpapiProtectedConfigurationProvider$instance;
|
|
1007
1072
|
|
|
1008
1073
|
export interface ElementInformation$instance {
|
|
1074
|
+
readonly __tsonic_type_System_Configuration_ElementInformation: never;
|
|
1075
|
+
|
|
1009
1076
|
readonly Errors: ICollection;
|
|
1010
1077
|
readonly IsCollection: boolean;
|
|
1011
1078
|
readonly IsLocked: boolean;
|
|
@@ -1019,13 +1086,16 @@ export interface ElementInformation$instance {
|
|
|
1019
1086
|
|
|
1020
1087
|
|
|
1021
1088
|
export const ElementInformation: {
|
|
1022
|
-
new(): ElementInformation;
|
|
1023
1089
|
};
|
|
1024
1090
|
|
|
1025
1091
|
|
|
1026
1092
|
export type ElementInformation = ElementInformation$instance;
|
|
1027
1093
|
|
|
1028
1094
|
export interface ExeConfigurationFileMap$instance extends ConfigurationFileMap {
|
|
1095
|
+
readonly __tsonic_type_System_Configuration_ExeConfigurationFileMap: never;
|
|
1096
|
+
|
|
1097
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1098
|
+
|
|
1029
1099
|
ExeConfigFilename: string;
|
|
1030
1100
|
LocalUserConfigFilename: string;
|
|
1031
1101
|
RoamingUserConfigFilename: string;
|
|
@@ -1042,19 +1112,22 @@ export const ExeConfigurationFileMap: {
|
|
|
1042
1112
|
export type ExeConfigurationFileMap = ExeConfigurationFileMap$instance;
|
|
1043
1113
|
|
|
1044
1114
|
export interface ExeContext$instance {
|
|
1115
|
+
readonly __tsonic_type_System_Configuration_ExeContext: never;
|
|
1116
|
+
|
|
1045
1117
|
readonly ExePath: string;
|
|
1046
1118
|
readonly UserLevel: ConfigurationUserLevel;
|
|
1047
1119
|
}
|
|
1048
1120
|
|
|
1049
1121
|
|
|
1050
1122
|
export const ExeContext: {
|
|
1051
|
-
new(): ExeContext;
|
|
1052
1123
|
};
|
|
1053
1124
|
|
|
1054
1125
|
|
|
1055
1126
|
export type ExeContext = ExeContext$instance;
|
|
1056
1127
|
|
|
1057
1128
|
export interface GenericEnumConverter$instance extends ConfigurationConverterBase {
|
|
1129
|
+
readonly __tsonic_type_System_Configuration_GenericEnumConverter: never;
|
|
1130
|
+
|
|
1058
1131
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
1059
1132
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
1060
1133
|
}
|
|
@@ -1067,13 +1140,11 @@ export const GenericEnumConverter: {
|
|
|
1067
1140
|
|
|
1068
1141
|
export type GenericEnumConverter = GenericEnumConverter$instance;
|
|
1069
1142
|
|
|
1070
|
-
export
|
|
1071
|
-
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1143
|
+
export interface IdnElement$instance extends ConfigurationElement {
|
|
1144
|
+
readonly __tsonic_type_System_Configuration_IdnElement: never;
|
|
1074
1145
|
|
|
1075
|
-
export interface IdnElement$instance extends IdnElement$protected, ConfigurationElement {
|
|
1076
1146
|
Enabled: UriIdnScope;
|
|
1147
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1077
1148
|
}
|
|
1078
1149
|
|
|
1079
1150
|
|
|
@@ -1084,17 +1155,15 @@ export const IdnElement: {
|
|
|
1084
1155
|
|
|
1085
1156
|
export type IdnElement = IdnElement$instance;
|
|
1086
1157
|
|
|
1087
|
-
export
|
|
1088
|
-
|
|
1089
|
-
protected DeserializeSection(xmlReader: XmlReader): void;
|
|
1090
|
-
protected IsModified(): boolean;
|
|
1091
|
-
protected Reset(parentSection: ConfigurationElement): void;
|
|
1092
|
-
protected ResetModified(): void;
|
|
1093
|
-
protected SerializeSection(parentSection: ConfigurationElement, name: string, saveMode: ConfigurationSaveMode): string;
|
|
1094
|
-
}
|
|
1158
|
+
export interface IgnoreSection$instance extends ConfigurationSection {
|
|
1159
|
+
readonly __tsonic_type_System_Configuration_IgnoreSection: never;
|
|
1095
1160
|
|
|
1096
|
-
|
|
1097
|
-
|
|
1161
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1162
|
+
DeserializeSection(xmlReader: XmlReader): void;
|
|
1163
|
+
IsModified(): boolean;
|
|
1164
|
+
Reset(parentSection: ConfigurationElement): void;
|
|
1165
|
+
ResetModified(): void;
|
|
1166
|
+
SerializeSection(parentSection: ConfigurationElement, name: string, saveMode: ConfigurationSaveMode): string;
|
|
1098
1167
|
}
|
|
1099
1168
|
|
|
1100
1169
|
|
|
@@ -1105,7 +1174,11 @@ export const IgnoreSection: {
|
|
|
1105
1174
|
|
|
1106
1175
|
export type IgnoreSection = IgnoreSection$instance;
|
|
1107
1176
|
|
|
1108
|
-
export interface IgnoreSectionHandler$instance {
|
|
1177
|
+
export interface IgnoreSectionHandler$instance extends IConfigurationSectionHandler$instance {
|
|
1178
|
+
readonly __tsonic_type_System_Configuration_IgnoreSectionHandler: never;
|
|
1179
|
+
|
|
1180
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
1181
|
+
|
|
1109
1182
|
Create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
|
|
1110
1183
|
}
|
|
1111
1184
|
|
|
@@ -1119,12 +1192,12 @@ export interface __IgnoreSectionHandler$views {
|
|
|
1119
1192
|
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
1120
1193
|
}
|
|
1121
1194
|
|
|
1122
|
-
export interface IgnoreSectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
1123
|
-
|
|
1124
1195
|
export type IgnoreSectionHandler = IgnoreSectionHandler$instance & __IgnoreSectionHandler$views;
|
|
1125
1196
|
|
|
1126
1197
|
|
|
1127
1198
|
export interface InfiniteIntConverter$instance extends ConfigurationConverterBase {
|
|
1199
|
+
readonly __tsonic_type_System_Configuration_InfiniteIntConverter: never;
|
|
1200
|
+
|
|
1128
1201
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
1129
1202
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
1130
1203
|
}
|
|
@@ -1138,6 +1211,8 @@ export const InfiniteIntConverter: {
|
|
|
1138
1211
|
export type InfiniteIntConverter = InfiniteIntConverter$instance;
|
|
1139
1212
|
|
|
1140
1213
|
export interface InfiniteTimeSpanConverter$instance extends ConfigurationConverterBase {
|
|
1214
|
+
readonly __tsonic_type_System_Configuration_InfiniteTimeSpanConverter: never;
|
|
1215
|
+
|
|
1141
1216
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
1142
1217
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
1143
1218
|
}
|
|
@@ -1151,6 +1226,8 @@ export const InfiniteTimeSpanConverter: {
|
|
|
1151
1226
|
export type InfiniteTimeSpanConverter = InfiniteTimeSpanConverter$instance;
|
|
1152
1227
|
|
|
1153
1228
|
export interface IntegerValidator$instance extends ConfigurationValidatorBase {
|
|
1229
|
+
readonly __tsonic_type_System_Configuration_IntegerValidator: never;
|
|
1230
|
+
|
|
1154
1231
|
CanValidate(type: Type): boolean;
|
|
1155
1232
|
Validate(value: unknown): void;
|
|
1156
1233
|
}
|
|
@@ -1166,6 +1243,8 @@ export const IntegerValidator: {
|
|
|
1166
1243
|
export type IntegerValidator = IntegerValidator$instance;
|
|
1167
1244
|
|
|
1168
1245
|
export interface IntegerValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1246
|
+
readonly __tsonic_type_System_Configuration_IntegerValidatorAttribute: never;
|
|
1247
|
+
|
|
1169
1248
|
ExcludeRange: boolean;
|
|
1170
1249
|
MaxValue: int;
|
|
1171
1250
|
MinValue: int;
|
|
@@ -1180,13 +1259,11 @@ export const IntegerValidatorAttribute: {
|
|
|
1180
1259
|
|
|
1181
1260
|
export type IntegerValidatorAttribute = IntegerValidatorAttribute$instance;
|
|
1182
1261
|
|
|
1183
|
-
export
|
|
1184
|
-
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1262
|
+
export interface IriParsingElement$instance extends ConfigurationElement {
|
|
1263
|
+
readonly __tsonic_type_System_Configuration_IriParsingElement: never;
|
|
1187
1264
|
|
|
1188
|
-
export interface IriParsingElement$instance extends IriParsingElement$protected, ConfigurationElement {
|
|
1189
1265
|
Enabled: boolean;
|
|
1266
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1190
1267
|
}
|
|
1191
1268
|
|
|
1192
1269
|
|
|
@@ -1197,21 +1274,22 @@ export const IriParsingElement: {
|
|
|
1197
1274
|
|
|
1198
1275
|
export type IriParsingElement = IriParsingElement$instance;
|
|
1199
1276
|
|
|
1200
|
-
export
|
|
1201
|
-
|
|
1202
|
-
protected readonly ThrowOnDuplicate: boolean;
|
|
1203
|
-
protected CreateNewElement2(): ConfigurationElement;
|
|
1204
|
-
protected CreateNewElement(elementName: string): ConfigurationElement;
|
|
1205
|
-
protected GetElementKey(element: ConfigurationElement): unknown;
|
|
1206
|
-
}
|
|
1277
|
+
export interface KeyValueConfigurationCollection$instance extends ConfigurationElementCollection {
|
|
1278
|
+
readonly __tsonic_type_System_Configuration_KeyValueConfigurationCollection: never;
|
|
1207
1279
|
|
|
1280
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1281
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1208
1282
|
|
|
1209
|
-
export interface KeyValueConfigurationCollection$instance extends KeyValueConfigurationCollection$protected, ConfigurationElementCollection {
|
|
1210
1283
|
readonly AllKeys: string[];
|
|
1211
|
-
readonly
|
|
1284
|
+
readonly [key: string]: KeyValueConfigurationElement;
|
|
1285
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1286
|
+
readonly ThrowOnDuplicate: boolean;
|
|
1212
1287
|
Add(keyValue: KeyValueConfigurationElement): void;
|
|
1213
1288
|
Add(key: string, value: string): void;
|
|
1214
1289
|
Clear(): void;
|
|
1290
|
+
CreateNewElement(): ConfigurationElement;
|
|
1291
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1292
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1215
1293
|
Remove(key: string): void;
|
|
1216
1294
|
}
|
|
1217
1295
|
|
|
@@ -1223,15 +1301,13 @@ export const KeyValueConfigurationCollection: {
|
|
|
1223
1301
|
|
|
1224
1302
|
export type KeyValueConfigurationCollection = KeyValueConfigurationCollection$instance;
|
|
1225
1303
|
|
|
1226
|
-
export
|
|
1227
|
-
|
|
1228
|
-
protected Init(): void;
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1304
|
+
export interface KeyValueConfigurationElement$instance extends ConfigurationElement {
|
|
1305
|
+
readonly __tsonic_type_System_Configuration_KeyValueConfigurationElement: never;
|
|
1231
1306
|
|
|
1232
|
-
export interface KeyValueConfigurationElement$instance extends KeyValueConfigurationElement$protected, ConfigurationElement {
|
|
1233
1307
|
readonly Key: string;
|
|
1308
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1234
1309
|
Value: string;
|
|
1310
|
+
Init(): void;
|
|
1235
1311
|
}
|
|
1236
1312
|
|
|
1237
1313
|
|
|
@@ -1242,7 +1318,11 @@ export const KeyValueConfigurationElement: {
|
|
|
1242
1318
|
|
|
1243
1319
|
export type KeyValueConfigurationElement = KeyValueConfigurationElement$instance;
|
|
1244
1320
|
|
|
1245
|
-
export interface LocalFileSettingsProvider$instance extends SettingsProvider {
|
|
1321
|
+
export interface LocalFileSettingsProvider$instance extends SettingsProvider, IApplicationSettingsProvider$instance {
|
|
1322
|
+
readonly __tsonic_type_System_Configuration_LocalFileSettingsProvider: never;
|
|
1323
|
+
|
|
1324
|
+
readonly __tsonic_iface_System_Configuration_IApplicationSettingsProvider: never;
|
|
1325
|
+
|
|
1246
1326
|
ApplicationName: string;
|
|
1247
1327
|
GetPreviousVersion(context: SettingsContext, property: SettingsProperty): SettingsPropertyValue;
|
|
1248
1328
|
GetPropertyValues(context: SettingsContext, properties: SettingsPropertyCollection): SettingsPropertyValueCollection;
|
|
@@ -1262,12 +1342,12 @@ export interface __LocalFileSettingsProvider$views {
|
|
|
1262
1342
|
As_IApplicationSettingsProvider(): IApplicationSettingsProvider$instance;
|
|
1263
1343
|
}
|
|
1264
1344
|
|
|
1265
|
-
export interface LocalFileSettingsProvider$instance extends IApplicationSettingsProvider$instance {}
|
|
1266
|
-
|
|
1267
1345
|
export type LocalFileSettingsProvider = LocalFileSettingsProvider$instance & __LocalFileSettingsProvider$views;
|
|
1268
1346
|
|
|
1269
1347
|
|
|
1270
1348
|
export interface LongValidator$instance extends ConfigurationValidatorBase {
|
|
1349
|
+
readonly __tsonic_type_System_Configuration_LongValidator: never;
|
|
1350
|
+
|
|
1271
1351
|
CanValidate(type: Type): boolean;
|
|
1272
1352
|
Validate(value: unknown): void;
|
|
1273
1353
|
}
|
|
@@ -1283,6 +1363,8 @@ export const LongValidator: {
|
|
|
1283
1363
|
export type LongValidator = LongValidator$instance;
|
|
1284
1364
|
|
|
1285
1365
|
export interface LongValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1366
|
+
readonly __tsonic_type_System_Configuration_LongValidatorAttribute: never;
|
|
1367
|
+
|
|
1286
1368
|
ExcludeRange: boolean;
|
|
1287
1369
|
MaxValue: long;
|
|
1288
1370
|
MinValue: long;
|
|
@@ -1297,19 +1379,20 @@ export const LongValidatorAttribute: {
|
|
|
1297
1379
|
|
|
1298
1380
|
export type LongValidatorAttribute = LongValidatorAttribute$instance;
|
|
1299
1381
|
|
|
1300
|
-
export
|
|
1301
|
-
|
|
1302
|
-
protected CreateNewElement2(): ConfigurationElement;
|
|
1303
|
-
protected CreateNewElement(elementName: string): ConfigurationElement;
|
|
1304
|
-
protected GetElementKey(element: ConfigurationElement): unknown;
|
|
1305
|
-
}
|
|
1382
|
+
export interface NameValueConfigurationCollection$instance extends ConfigurationElementCollection {
|
|
1383
|
+
readonly __tsonic_type_System_Configuration_NameValueConfigurationCollection: never;
|
|
1306
1384
|
|
|
1385
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1386
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1307
1387
|
|
|
1308
|
-
export interface NameValueConfigurationCollection$instance extends NameValueConfigurationCollection$protected, ConfigurationElementCollection {
|
|
1309
1388
|
readonly AllKeys: string[];
|
|
1310
|
-
|
|
1389
|
+
[name: string]: NameValueConfigurationElement;
|
|
1390
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1311
1391
|
Add(nameValue: NameValueConfigurationElement): void;
|
|
1312
1392
|
Clear(): void;
|
|
1393
|
+
CreateNewElement(): ConfigurationElement;
|
|
1394
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1395
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1313
1396
|
Remove(nameValue: NameValueConfigurationElement): void;
|
|
1314
1397
|
Remove(name: string): void;
|
|
1315
1398
|
}
|
|
@@ -1322,13 +1405,11 @@ export const NameValueConfigurationCollection: {
|
|
|
1322
1405
|
|
|
1323
1406
|
export type NameValueConfigurationCollection = NameValueConfigurationCollection$instance;
|
|
1324
1407
|
|
|
1325
|
-
export
|
|
1326
|
-
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1408
|
+
export interface NameValueConfigurationElement$instance extends ConfigurationElement {
|
|
1409
|
+
readonly __tsonic_type_System_Configuration_NameValueConfigurationElement: never;
|
|
1329
1410
|
|
|
1330
|
-
export interface NameValueConfigurationElement$instance extends NameValueConfigurationElement$protected, ConfigurationElement {
|
|
1331
1411
|
readonly Name: string;
|
|
1412
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1332
1413
|
Value: string;
|
|
1333
1414
|
}
|
|
1334
1415
|
|
|
@@ -1340,7 +1421,11 @@ export const NameValueConfigurationElement: {
|
|
|
1340
1421
|
|
|
1341
1422
|
export type NameValueConfigurationElement = NameValueConfigurationElement$instance;
|
|
1342
1423
|
|
|
1343
|
-
export interface NameValueFileSectionHandler$instance {
|
|
1424
|
+
export interface NameValueFileSectionHandler$instance extends IConfigurationSectionHandler$instance {
|
|
1425
|
+
readonly __tsonic_type_System_Configuration_NameValueFileSectionHandler: never;
|
|
1426
|
+
|
|
1427
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
1428
|
+
|
|
1344
1429
|
Create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
|
|
1345
1430
|
}
|
|
1346
1431
|
|
|
@@ -1354,18 +1439,16 @@ export interface __NameValueFileSectionHandler$views {
|
|
|
1354
1439
|
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
1355
1440
|
}
|
|
1356
1441
|
|
|
1357
|
-
export interface NameValueFileSectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
1358
|
-
|
|
1359
1442
|
export type NameValueFileSectionHandler = NameValueFileSectionHandler$instance & __NameValueFileSectionHandler$views;
|
|
1360
1443
|
|
|
1361
1444
|
|
|
1362
|
-
export
|
|
1363
|
-
|
|
1364
|
-
protected readonly ValueAttributeName: string;
|
|
1365
|
-
}
|
|
1445
|
+
export interface NameValueSectionHandler$instance extends IConfigurationSectionHandler$instance {
|
|
1446
|
+
readonly __tsonic_type_System_Configuration_NameValueSectionHandler: never;
|
|
1366
1447
|
|
|
1448
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
1367
1449
|
|
|
1368
|
-
|
|
1450
|
+
readonly KeyAttributeName: string;
|
|
1451
|
+
readonly ValueAttributeName: string;
|
|
1369
1452
|
Create(parent: unknown, context: unknown, section: XmlNode): unknown;
|
|
1370
1453
|
}
|
|
1371
1454
|
|
|
@@ -1379,12 +1462,12 @@ export interface __NameValueSectionHandler$views {
|
|
|
1379
1462
|
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
1380
1463
|
}
|
|
1381
1464
|
|
|
1382
|
-
export interface NameValueSectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
1383
|
-
|
|
1384
1465
|
export type NameValueSectionHandler = NameValueSectionHandler$instance & __NameValueSectionHandler$views;
|
|
1385
1466
|
|
|
1386
1467
|
|
|
1387
1468
|
export interface NoSettingsVersionUpgradeAttribute$instance extends Attribute {
|
|
1469
|
+
readonly __tsonic_type_System_Configuration_NoSettingsVersionUpgradeAttribute: never;
|
|
1470
|
+
|
|
1388
1471
|
}
|
|
1389
1472
|
|
|
1390
1473
|
|
|
@@ -1396,6 +1479,8 @@ export const NoSettingsVersionUpgradeAttribute: {
|
|
|
1396
1479
|
export type NoSettingsVersionUpgradeAttribute = NoSettingsVersionUpgradeAttribute$instance;
|
|
1397
1480
|
|
|
1398
1481
|
export interface PositiveTimeSpanValidator$instance extends ConfigurationValidatorBase {
|
|
1482
|
+
readonly __tsonic_type_System_Configuration_PositiveTimeSpanValidator: never;
|
|
1483
|
+
|
|
1399
1484
|
CanValidate(type: Type): boolean;
|
|
1400
1485
|
Validate(value: unknown): void;
|
|
1401
1486
|
}
|
|
@@ -1409,6 +1494,8 @@ export const PositiveTimeSpanValidator: {
|
|
|
1409
1494
|
export type PositiveTimeSpanValidator = PositiveTimeSpanValidator$instance;
|
|
1410
1495
|
|
|
1411
1496
|
export interface PositiveTimeSpanValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1497
|
+
readonly __tsonic_type_System_Configuration_PositiveTimeSpanValidatorAttribute: never;
|
|
1498
|
+
|
|
1412
1499
|
readonly ValidatorInstance: ConfigurationValidatorBase;
|
|
1413
1500
|
}
|
|
1414
1501
|
|
|
@@ -1421,6 +1508,8 @@ export const PositiveTimeSpanValidatorAttribute: {
|
|
|
1421
1508
|
export type PositiveTimeSpanValidatorAttribute = PositiveTimeSpanValidatorAttribute$instance;
|
|
1422
1509
|
|
|
1423
1510
|
export interface PropertyInformation$instance {
|
|
1511
|
+
readonly __tsonic_type_System_Configuration_PropertyInformation: never;
|
|
1512
|
+
|
|
1424
1513
|
readonly Converter: TypeConverter;
|
|
1425
1514
|
readonly DefaultValue: unknown;
|
|
1426
1515
|
readonly Description: string;
|
|
@@ -1439,41 +1528,52 @@ export interface PropertyInformation$instance {
|
|
|
1439
1528
|
|
|
1440
1529
|
|
|
1441
1530
|
export const PropertyInformation: {
|
|
1442
|
-
new(): PropertyInformation;
|
|
1443
1531
|
};
|
|
1444
1532
|
|
|
1445
1533
|
|
|
1446
1534
|
export type PropertyInformation = PropertyInformation$instance;
|
|
1447
1535
|
|
|
1448
1536
|
export interface PropertyInformationCollection$instance extends NameObjectCollectionBase {
|
|
1449
|
-
readonly
|
|
1537
|
+
readonly __tsonic_type_System_Configuration_PropertyInformationCollection: never;
|
|
1538
|
+
|
|
1539
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1540
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1541
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1542
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1543
|
+
|
|
1544
|
+
readonly [propertyName: string]: PropertyInformation;
|
|
1450
1545
|
CopyTo(array: PropertyInformation[], index: int): void;
|
|
1451
1546
|
GetEnumerator(): IEnumerator;
|
|
1452
1547
|
}
|
|
1453
1548
|
|
|
1454
1549
|
|
|
1455
1550
|
export const PropertyInformationCollection: {
|
|
1456
|
-
new(): PropertyInformationCollection;
|
|
1457
1551
|
};
|
|
1458
1552
|
|
|
1459
1553
|
|
|
1460
1554
|
export type PropertyInformationCollection = PropertyInformationCollection$instance;
|
|
1461
1555
|
|
|
1462
1556
|
export interface ProtectedConfigurationProvider$instance extends ProviderBase {
|
|
1557
|
+
readonly __tsonic_type_System_Configuration_ProtectedConfigurationProvider: never;
|
|
1558
|
+
|
|
1463
1559
|
Decrypt(encryptedNode: XmlNode): XmlNode;
|
|
1464
1560
|
Encrypt(node: XmlNode): XmlNode;
|
|
1465
1561
|
}
|
|
1466
1562
|
|
|
1467
1563
|
|
|
1468
|
-
export const ProtectedConfigurationProvider: {
|
|
1469
|
-
new(): ProtectedConfigurationProvider;
|
|
1564
|
+
export const ProtectedConfigurationProvider: (abstract new() => ProtectedConfigurationProvider) & {
|
|
1470
1565
|
};
|
|
1471
1566
|
|
|
1472
1567
|
|
|
1473
1568
|
export type ProtectedConfigurationProvider = ProtectedConfigurationProvider$instance;
|
|
1474
1569
|
|
|
1475
1570
|
export interface ProtectedConfigurationProviderCollection$instance extends ProviderCollection {
|
|
1476
|
-
readonly
|
|
1571
|
+
readonly __tsonic_type_System_Configuration_ProtectedConfigurationProviderCollection: never;
|
|
1572
|
+
|
|
1573
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1574
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1575
|
+
|
|
1576
|
+
readonly [name: string]: ProtectedConfigurationProvider | ProviderBase;
|
|
1477
1577
|
Add(provider: ProviderBase): void;
|
|
1478
1578
|
}
|
|
1479
1579
|
|
|
@@ -1485,13 +1585,11 @@ export const ProtectedConfigurationProviderCollection: {
|
|
|
1485
1585
|
|
|
1486
1586
|
export type ProtectedConfigurationProviderCollection = ProtectedConfigurationProviderCollection$instance;
|
|
1487
1587
|
|
|
1488
|
-
export
|
|
1489
|
-
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1588
|
+
export interface ProtectedConfigurationSection$instance extends ConfigurationSection {
|
|
1589
|
+
readonly __tsonic_type_System_Configuration_ProtectedConfigurationSection: never;
|
|
1492
1590
|
|
|
1493
|
-
export interface ProtectedConfigurationSection$instance extends ProtectedConfigurationSection$protected, ConfigurationSection {
|
|
1494
1591
|
DefaultProvider: string;
|
|
1592
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1495
1593
|
readonly Providers: ProviderSettingsCollection;
|
|
1496
1594
|
}
|
|
1497
1595
|
|
|
@@ -1503,12 +1601,10 @@ export const ProtectedConfigurationSection: {
|
|
|
1503
1601
|
|
|
1504
1602
|
export type ProtectedConfigurationSection = ProtectedConfigurationSection$instance;
|
|
1505
1603
|
|
|
1506
|
-
export
|
|
1507
|
-
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1604
|
+
export interface ProtectedProviderSettings$instance extends ConfigurationElement {
|
|
1605
|
+
readonly __tsonic_type_System_Configuration_ProtectedProviderSettings: never;
|
|
1510
1606
|
|
|
1511
|
-
|
|
1607
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1512
1608
|
readonly Providers: ProviderSettingsCollection;
|
|
1513
1609
|
}
|
|
1514
1610
|
|
|
@@ -1520,19 +1616,17 @@ export const ProtectedProviderSettings: {
|
|
|
1520
1616
|
|
|
1521
1617
|
export type ProtectedProviderSettings = ProtectedProviderSettings$instance;
|
|
1522
1618
|
|
|
1523
|
-
export
|
|
1524
|
-
|
|
1525
|
-
protected IsModified(): boolean;
|
|
1526
|
-
protected OnDeserializeUnrecognizedAttribute(name: string, value: string): boolean;
|
|
1527
|
-
protected Reset(parentElement: ConfigurationElement): void;
|
|
1528
|
-
protected Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1619
|
+
export interface ProviderSettings$instance extends ConfigurationElement {
|
|
1620
|
+
readonly __tsonic_type_System_Configuration_ProviderSettings: never;
|
|
1531
1621
|
|
|
1532
|
-
export interface ProviderSettings$instance extends ProviderSettings$protected, ConfigurationElement {
|
|
1533
1622
|
Name: string;
|
|
1534
1623
|
readonly Parameters: NameValueCollection;
|
|
1624
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1535
1625
|
Type: string;
|
|
1626
|
+
IsModified(): boolean;
|
|
1627
|
+
OnDeserializeUnrecognizedAttribute(name: string, value: string): boolean;
|
|
1628
|
+
Reset(parentElement: ConfigurationElement): void;
|
|
1629
|
+
Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
1536
1630
|
}
|
|
1537
1631
|
|
|
1538
1632
|
|
|
@@ -1544,19 +1638,20 @@ export const ProviderSettings: {
|
|
|
1544
1638
|
|
|
1545
1639
|
export type ProviderSettings = ProviderSettings$instance;
|
|
1546
1640
|
|
|
1547
|
-
export
|
|
1548
|
-
|
|
1549
|
-
protected CreateNewElement2(): ConfigurationElement;
|
|
1550
|
-
protected CreateNewElement(elementName: string): ConfigurationElement;
|
|
1551
|
-
protected GetElementKey(element: ConfigurationElement): unknown;
|
|
1552
|
-
}
|
|
1641
|
+
export interface ProviderSettingsCollection$instance extends ConfigurationElementCollection {
|
|
1642
|
+
readonly __tsonic_type_System_Configuration_ProviderSettingsCollection: never;
|
|
1553
1643
|
|
|
1644
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1645
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1554
1646
|
|
|
1555
|
-
|
|
1647
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1556
1648
|
Add(provider: ProviderSettings): void;
|
|
1557
1649
|
Clear(): void;
|
|
1650
|
+
CreateNewElement(): ConfigurationElement;
|
|
1651
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1558
1652
|
get_Item(key: string): ProviderSettings;
|
|
1559
1653
|
get_Item(index: int): ProviderSettings;
|
|
1654
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1560
1655
|
Remove(name: string): void;
|
|
1561
1656
|
set_Item(index: int, value: ProviderSettings): void;
|
|
1562
1657
|
}
|
|
@@ -1570,6 +1665,8 @@ export const ProviderSettingsCollection: {
|
|
|
1570
1665
|
export type ProviderSettingsCollection = ProviderSettingsCollection$instance;
|
|
1571
1666
|
|
|
1572
1667
|
export interface RegexStringValidator$instance extends ConfigurationValidatorBase {
|
|
1668
|
+
readonly __tsonic_type_System_Configuration_RegexStringValidator: never;
|
|
1669
|
+
|
|
1573
1670
|
CanValidate(type: Type): boolean;
|
|
1574
1671
|
Validate(value: unknown): void;
|
|
1575
1672
|
}
|
|
@@ -1583,6 +1680,8 @@ export const RegexStringValidator: {
|
|
|
1583
1680
|
export type RegexStringValidator = RegexStringValidator$instance;
|
|
1584
1681
|
|
|
1585
1682
|
export interface RegexStringValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
1683
|
+
readonly __tsonic_type_System_Configuration_RegexStringValidatorAttribute: never;
|
|
1684
|
+
|
|
1586
1685
|
readonly Regex: string;
|
|
1587
1686
|
readonly ValidatorInstance: ConfigurationValidatorBase;
|
|
1588
1687
|
}
|
|
@@ -1596,6 +1695,8 @@ export const RegexStringValidatorAttribute: {
|
|
|
1596
1695
|
export type RegexStringValidatorAttribute = RegexStringValidatorAttribute$instance;
|
|
1597
1696
|
|
|
1598
1697
|
export interface RsaProtectedConfigurationProvider$instance extends ProtectedConfigurationProvider {
|
|
1698
|
+
readonly __tsonic_type_System_Configuration_RsaProtectedConfigurationProvider: never;
|
|
1699
|
+
|
|
1599
1700
|
readonly CspProviderName: string;
|
|
1600
1701
|
readonly KeyContainerName: string;
|
|
1601
1702
|
readonly RsaPublicKey: RSAParameters;
|
|
@@ -1618,14 +1719,12 @@ export const RsaProtectedConfigurationProvider: {
|
|
|
1618
1719
|
|
|
1619
1720
|
export type RsaProtectedConfigurationProvider = RsaProtectedConfigurationProvider$instance;
|
|
1620
1721
|
|
|
1621
|
-
export
|
|
1622
|
-
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1722
|
+
export interface SchemeSettingElement$instance extends ConfigurationElement {
|
|
1723
|
+
readonly __tsonic_type_System_Configuration_SchemeSettingElement: never;
|
|
1625
1724
|
|
|
1626
|
-
export interface SchemeSettingElement$instance extends SchemeSettingElement$protected, ConfigurationElement {
|
|
1627
1725
|
readonly GenericUriParserOptions: GenericUriParserOptions;
|
|
1628
1726
|
readonly Name: string;
|
|
1727
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1629
1728
|
}
|
|
1630
1729
|
|
|
1631
1730
|
|
|
@@ -1636,17 +1735,18 @@ export const SchemeSettingElement: {
|
|
|
1636
1735
|
|
|
1637
1736
|
export type SchemeSettingElement = SchemeSettingElement$instance;
|
|
1638
1737
|
|
|
1639
|
-
export
|
|
1640
|
-
|
|
1641
|
-
protected CreateNewElement(elementName: string): ConfigurationElement;
|
|
1642
|
-
protected GetElementKey(element: ConfigurationElement): unknown;
|
|
1643
|
-
}
|
|
1738
|
+
export interface SchemeSettingElementCollection$instance extends ConfigurationElementCollection {
|
|
1739
|
+
readonly __tsonic_type_System_Configuration_SchemeSettingElementCollection: never;
|
|
1644
1740
|
|
|
1741
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1742
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1645
1743
|
|
|
1646
|
-
export interface SchemeSettingElementCollection$instance extends SchemeSettingElementCollection$protected, ConfigurationElementCollection {
|
|
1647
1744
|
readonly CollectionType: ConfigurationElementCollectionType;
|
|
1745
|
+
CreateNewElement(): ConfigurationElement;
|
|
1746
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1648
1747
|
get_Item(index: int): SchemeSettingElement;
|
|
1649
1748
|
get_Item(name: string): SchemeSettingElement;
|
|
1749
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1650
1750
|
IndexOf(element: SchemeSettingElement): int;
|
|
1651
1751
|
}
|
|
1652
1752
|
|
|
@@ -1659,6 +1759,8 @@ export const SchemeSettingElementCollection: {
|
|
|
1659
1759
|
export type SchemeSettingElementCollection = SchemeSettingElementCollection$instance;
|
|
1660
1760
|
|
|
1661
1761
|
export interface SectionInformation$instance {
|
|
1762
|
+
readonly __tsonic_type_System_Configuration_SectionInformation: never;
|
|
1763
|
+
|
|
1662
1764
|
AllowDefinition: ConfigurationAllowDefinition;
|
|
1663
1765
|
AllowExeDefinition: ConfigurationAllowExeDefinition;
|
|
1664
1766
|
AllowLocation: boolean;
|
|
@@ -1691,13 +1793,14 @@ export interface SectionInformation$instance {
|
|
|
1691
1793
|
|
|
1692
1794
|
|
|
1693
1795
|
export const SectionInformation: {
|
|
1694
|
-
new(): SectionInformation;
|
|
1695
1796
|
};
|
|
1696
1797
|
|
|
1697
1798
|
|
|
1698
1799
|
export type SectionInformation = SectionInformation$instance;
|
|
1699
1800
|
|
|
1700
1801
|
export interface SettingAttribute$instance extends Attribute {
|
|
1802
|
+
readonly __tsonic_type_System_Configuration_SettingAttribute: never;
|
|
1803
|
+
|
|
1701
1804
|
}
|
|
1702
1805
|
|
|
1703
1806
|
|
|
@@ -1709,6 +1812,8 @@ export const SettingAttribute: {
|
|
|
1709
1812
|
export type SettingAttribute = SettingAttribute$instance;
|
|
1710
1813
|
|
|
1711
1814
|
export interface SettingChangingEventArgs$instance extends CancelEventArgs {
|
|
1815
|
+
readonly __tsonic_type_System_Configuration_SettingChangingEventArgs: never;
|
|
1816
|
+
|
|
1712
1817
|
readonly NewValue: unknown;
|
|
1713
1818
|
readonly SettingClass: string;
|
|
1714
1819
|
readonly SettingKey: string;
|
|
@@ -1723,13 +1828,11 @@ export const SettingChangingEventArgs: {
|
|
|
1723
1828
|
|
|
1724
1829
|
export type SettingChangingEventArgs = SettingChangingEventArgs$instance;
|
|
1725
1830
|
|
|
1726
|
-
export
|
|
1727
|
-
|
|
1728
|
-
}
|
|
1831
|
+
export interface SettingElement$instance extends ConfigurationElement {
|
|
1832
|
+
readonly __tsonic_type_System_Configuration_SettingElement: never;
|
|
1729
1833
|
|
|
1730
|
-
|
|
1731
|
-
export interface SettingElement$instance extends SettingElement$protected, ConfigurationElement {
|
|
1732
1834
|
Name: string;
|
|
1835
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
1733
1836
|
SerializeAs: SettingsSerializeAs;
|
|
1734
1837
|
Value: SettingValueElement;
|
|
1735
1838
|
Equals(settings: unknown): boolean;
|
|
@@ -1745,19 +1848,20 @@ export const SettingElement: {
|
|
|
1745
1848
|
|
|
1746
1849
|
export type SettingElement = SettingElement$instance;
|
|
1747
1850
|
|
|
1748
|
-
export
|
|
1749
|
-
|
|
1750
|
-
protected CreateNewElement2(): ConfigurationElement;
|
|
1751
|
-
protected CreateNewElement(elementName: string): ConfigurationElement;
|
|
1752
|
-
protected GetElementKey(element: ConfigurationElement): unknown;
|
|
1753
|
-
}
|
|
1851
|
+
export interface SettingElementCollection$instance extends ConfigurationElementCollection {
|
|
1852
|
+
readonly __tsonic_type_System_Configuration_SettingElementCollection: never;
|
|
1754
1853
|
|
|
1854
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1855
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1755
1856
|
|
|
1756
|
-
export interface SettingElementCollection$instance extends SettingElementCollection$protected, ConfigurationElementCollection {
|
|
1757
1857
|
readonly CollectionType: ConfigurationElementCollectionType;
|
|
1858
|
+
readonly ElementName: string;
|
|
1758
1859
|
Add(element: SettingElement): void;
|
|
1759
1860
|
Clear(): void;
|
|
1861
|
+
CreateNewElement(): ConfigurationElement;
|
|
1862
|
+
CreateNewElement(elementName: string): ConfigurationElement;
|
|
1760
1863
|
Get(elementKey: string): SettingElement;
|
|
1864
|
+
GetElementKey(element: ConfigurationElement): unknown;
|
|
1761
1865
|
Remove(element: SettingElement): void;
|
|
1762
1866
|
}
|
|
1763
1867
|
|
|
@@ -1770,22 +1874,32 @@ export const SettingElementCollection: {
|
|
|
1770
1874
|
export type SettingElementCollection = SettingElementCollection$instance;
|
|
1771
1875
|
|
|
1772
1876
|
export interface SettingsAttributeDictionary$instance extends Hashtable {
|
|
1877
|
+
readonly __tsonic_type_System_Configuration_SettingsAttributeDictionary: never;
|
|
1878
|
+
|
|
1879
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1880
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
1881
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1882
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1883
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1884
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1885
|
+
|
|
1773
1886
|
}
|
|
1774
1887
|
|
|
1775
1888
|
|
|
1776
1889
|
export const SettingsAttributeDictionary: {
|
|
1777
1890
|
new(): SettingsAttributeDictionary;
|
|
1778
1891
|
new(attributes: SettingsAttributeDictionary): SettingsAttributeDictionary;
|
|
1779
|
-
new(serializationInfo: SerializationInfo, streamingContext: StreamingContext): SettingsAttributeDictionary;
|
|
1780
1892
|
};
|
|
1781
1893
|
|
|
1782
1894
|
|
|
1783
1895
|
export type SettingsAttributeDictionary = SettingsAttributeDictionary$instance;
|
|
1784
1896
|
|
|
1785
1897
|
export interface SettingsBase$instance {
|
|
1898
|
+
readonly __tsonic_type_System_Configuration_SettingsBase: never;
|
|
1899
|
+
|
|
1786
1900
|
readonly Context: SettingsContext;
|
|
1787
1901
|
readonly IsSynchronized: boolean;
|
|
1788
|
-
|
|
1902
|
+
[propertyName: string]: unknown;
|
|
1789
1903
|
readonly Properties: SettingsPropertyCollection;
|
|
1790
1904
|
readonly PropertyValues: SettingsPropertyValueCollection;
|
|
1791
1905
|
readonly Providers: SettingsProviderCollection;
|
|
@@ -1794,8 +1908,7 @@ export interface SettingsBase$instance {
|
|
|
1794
1908
|
}
|
|
1795
1909
|
|
|
1796
1910
|
|
|
1797
|
-
export const SettingsBase: {
|
|
1798
|
-
new(): SettingsBase;
|
|
1911
|
+
export const SettingsBase: (abstract new() => SettingsBase) & {
|
|
1799
1912
|
Synchronized(settingsBase: SettingsBase): SettingsBase;
|
|
1800
1913
|
};
|
|
1801
1914
|
|
|
@@ -1803,18 +1916,28 @@ export const SettingsBase: {
|
|
|
1803
1916
|
export type SettingsBase = SettingsBase$instance;
|
|
1804
1917
|
|
|
1805
1918
|
export interface SettingsContext$instance extends Hashtable {
|
|
1919
|
+
readonly __tsonic_type_System_Configuration_SettingsContext: never;
|
|
1920
|
+
|
|
1921
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1922
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
1923
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1924
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1925
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1926
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1927
|
+
|
|
1806
1928
|
}
|
|
1807
1929
|
|
|
1808
1930
|
|
|
1809
1931
|
export const SettingsContext: {
|
|
1810
1932
|
new(): SettingsContext;
|
|
1811
|
-
new(serializationInfo: SerializationInfo, streamingContext: StreamingContext): SettingsContext;
|
|
1812
1933
|
};
|
|
1813
1934
|
|
|
1814
1935
|
|
|
1815
1936
|
export type SettingsContext = SettingsContext$instance;
|
|
1816
1937
|
|
|
1817
1938
|
export interface SettingsDescriptionAttribute$instance extends Attribute {
|
|
1939
|
+
readonly __tsonic_type_System_Configuration_SettingsDescriptionAttribute: never;
|
|
1940
|
+
|
|
1818
1941
|
readonly Description: string;
|
|
1819
1942
|
}
|
|
1820
1943
|
|
|
@@ -1827,6 +1950,8 @@ export const SettingsDescriptionAttribute: {
|
|
|
1827
1950
|
export type SettingsDescriptionAttribute = SettingsDescriptionAttribute$instance;
|
|
1828
1951
|
|
|
1829
1952
|
export interface SettingsGroupDescriptionAttribute$instance extends Attribute {
|
|
1953
|
+
readonly __tsonic_type_System_Configuration_SettingsGroupDescriptionAttribute: never;
|
|
1954
|
+
|
|
1830
1955
|
readonly Description: string;
|
|
1831
1956
|
}
|
|
1832
1957
|
|
|
@@ -1839,6 +1964,8 @@ export const SettingsGroupDescriptionAttribute: {
|
|
|
1839
1964
|
export type SettingsGroupDescriptionAttribute = SettingsGroupDescriptionAttribute$instance;
|
|
1840
1965
|
|
|
1841
1966
|
export interface SettingsGroupNameAttribute$instance extends Attribute {
|
|
1967
|
+
readonly __tsonic_type_System_Configuration_SettingsGroupNameAttribute: never;
|
|
1968
|
+
|
|
1842
1969
|
readonly GroupName: string;
|
|
1843
1970
|
}
|
|
1844
1971
|
|
|
@@ -1851,6 +1978,8 @@ export const SettingsGroupNameAttribute: {
|
|
|
1851
1978
|
export type SettingsGroupNameAttribute = SettingsGroupNameAttribute$instance;
|
|
1852
1979
|
|
|
1853
1980
|
export interface SettingsLoadedEventArgs$instance extends EventArgs {
|
|
1981
|
+
readonly __tsonic_type_System_Configuration_SettingsLoadedEventArgs: never;
|
|
1982
|
+
|
|
1854
1983
|
readonly Provider: SettingsProvider;
|
|
1855
1984
|
}
|
|
1856
1985
|
|
|
@@ -1863,6 +1992,8 @@ export const SettingsLoadedEventArgs: {
|
|
|
1863
1992
|
export type SettingsLoadedEventArgs = SettingsLoadedEventArgs$instance;
|
|
1864
1993
|
|
|
1865
1994
|
export interface SettingsManageabilityAttribute$instance extends Attribute {
|
|
1995
|
+
readonly __tsonic_type_System_Configuration_SettingsManageabilityAttribute: never;
|
|
1996
|
+
|
|
1866
1997
|
readonly Manageability: SettingsManageability;
|
|
1867
1998
|
}
|
|
1868
1999
|
|
|
@@ -1875,13 +2006,14 @@ export const SettingsManageabilityAttribute: {
|
|
|
1875
2006
|
export type SettingsManageabilityAttribute = SettingsManageabilityAttribute$instance;
|
|
1876
2007
|
|
|
1877
2008
|
export interface SettingsProperty$instance {
|
|
2009
|
+
readonly __tsonic_type_System_Configuration_SettingsProperty: never;
|
|
2010
|
+
|
|
1878
2011
|
Attributes: SettingsAttributeDictionary;
|
|
1879
2012
|
DefaultValue: unknown;
|
|
1880
2013
|
IsReadOnly: boolean;
|
|
1881
2014
|
Name: string;
|
|
1882
2015
|
PropertyType: Type;
|
|
1883
|
-
|
|
1884
|
-
set Provider(value: SettingsProvider);
|
|
2016
|
+
Provider: SettingsProvider;
|
|
1885
2017
|
SerializeAs: SettingsSerializeAs;
|
|
1886
2018
|
ThrowOnErrorDeserializing: boolean;
|
|
1887
2019
|
ThrowOnErrorSerializing: boolean;
|
|
@@ -1897,26 +2029,28 @@ export const SettingsProperty: {
|
|
|
1897
2029
|
|
|
1898
2030
|
export type SettingsProperty = SettingsProperty$instance;
|
|
1899
2031
|
|
|
1900
|
-
export
|
|
1901
|
-
|
|
1902
|
-
protected OnAddComplete(property: SettingsProperty): void;
|
|
1903
|
-
protected OnClear(): void;
|
|
1904
|
-
protected OnClearComplete(): void;
|
|
1905
|
-
protected OnRemove(property: SettingsProperty): void;
|
|
1906
|
-
protected OnRemoveComplete(property: SettingsProperty): void;
|
|
1907
|
-
}
|
|
2032
|
+
export interface SettingsPropertyCollection$instance {
|
|
2033
|
+
readonly __tsonic_type_System_Configuration_SettingsPropertyCollection: never;
|
|
1908
2034
|
|
|
2035
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2036
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2037
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1909
2038
|
|
|
1910
|
-
export interface SettingsPropertyCollection$instance extends SettingsPropertyCollection$protected {
|
|
1911
2039
|
readonly Count: int;
|
|
1912
2040
|
readonly IsSynchronized: boolean;
|
|
1913
|
-
readonly
|
|
2041
|
+
readonly [name: string]: SettingsProperty;
|
|
1914
2042
|
readonly SyncRoot: unknown;
|
|
1915
2043
|
Add(property: SettingsProperty): void;
|
|
1916
2044
|
Clear(): void;
|
|
1917
2045
|
Clone(): unknown;
|
|
1918
2046
|
CopyTo(array: ClrArray, index: int): void;
|
|
1919
2047
|
GetEnumerator(): IEnumerator;
|
|
2048
|
+
OnAdd(property: SettingsProperty): void;
|
|
2049
|
+
OnAddComplete(property: SettingsProperty): void;
|
|
2050
|
+
OnClear(): void;
|
|
2051
|
+
OnClearComplete(): void;
|
|
2052
|
+
OnRemove(property: SettingsProperty): void;
|
|
2053
|
+
OnRemoveComplete(property: SettingsProperty): void;
|
|
1920
2054
|
Remove(name: string): void;
|
|
1921
2055
|
SetReadOnly(): void;
|
|
1922
2056
|
}
|
|
@@ -1930,13 +2064,16 @@ export const SettingsPropertyCollection: {
|
|
|
1930
2064
|
export type SettingsPropertyCollection = SettingsPropertyCollection$instance;
|
|
1931
2065
|
|
|
1932
2066
|
export interface SettingsPropertyIsReadOnlyException$instance extends Exception {
|
|
2067
|
+
readonly __tsonic_type_System_Configuration_SettingsPropertyIsReadOnlyException: never;
|
|
2068
|
+
|
|
2069
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2070
|
+
|
|
1933
2071
|
}
|
|
1934
2072
|
|
|
1935
2073
|
|
|
1936
2074
|
export const SettingsPropertyIsReadOnlyException: {
|
|
1937
2075
|
new(message: string): SettingsPropertyIsReadOnlyException;
|
|
1938
2076
|
new(message: string, innerException: Exception): SettingsPropertyIsReadOnlyException;
|
|
1939
|
-
new(info: SerializationInfo, context: StreamingContext): SettingsPropertyIsReadOnlyException;
|
|
1940
2077
|
new(): SettingsPropertyIsReadOnlyException;
|
|
1941
2078
|
};
|
|
1942
2079
|
|
|
@@ -1944,13 +2081,16 @@ export const SettingsPropertyIsReadOnlyException: {
|
|
|
1944
2081
|
export type SettingsPropertyIsReadOnlyException = SettingsPropertyIsReadOnlyException$instance;
|
|
1945
2082
|
|
|
1946
2083
|
export interface SettingsPropertyNotFoundException$instance extends Exception {
|
|
2084
|
+
readonly __tsonic_type_System_Configuration_SettingsPropertyNotFoundException: never;
|
|
2085
|
+
|
|
2086
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2087
|
+
|
|
1947
2088
|
}
|
|
1948
2089
|
|
|
1949
2090
|
|
|
1950
2091
|
export const SettingsPropertyNotFoundException: {
|
|
1951
2092
|
new(message: string): SettingsPropertyNotFoundException;
|
|
1952
2093
|
new(message: string, innerException: Exception): SettingsPropertyNotFoundException;
|
|
1953
|
-
new(info: SerializationInfo, context: StreamingContext): SettingsPropertyNotFoundException;
|
|
1954
2094
|
new(): SettingsPropertyNotFoundException;
|
|
1955
2095
|
};
|
|
1956
2096
|
|
|
@@ -1958,6 +2098,8 @@ export const SettingsPropertyNotFoundException: {
|
|
|
1958
2098
|
export type SettingsPropertyNotFoundException = SettingsPropertyNotFoundException$instance;
|
|
1959
2099
|
|
|
1960
2100
|
export interface SettingsPropertyValue$instance {
|
|
2101
|
+
readonly __tsonic_type_System_Configuration_SettingsPropertyValue: never;
|
|
2102
|
+
|
|
1961
2103
|
Deserialized: boolean;
|
|
1962
2104
|
IsDirty: boolean;
|
|
1963
2105
|
readonly Name: string;
|
|
@@ -1976,9 +2118,15 @@ export const SettingsPropertyValue: {
|
|
|
1976
2118
|
export type SettingsPropertyValue = SettingsPropertyValue$instance;
|
|
1977
2119
|
|
|
1978
2120
|
export interface SettingsPropertyValueCollection$instance {
|
|
2121
|
+
readonly __tsonic_type_System_Configuration_SettingsPropertyValueCollection: never;
|
|
2122
|
+
|
|
2123
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2124
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2125
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
2126
|
+
|
|
1979
2127
|
readonly Count: int;
|
|
1980
2128
|
readonly IsSynchronized: boolean;
|
|
1981
|
-
readonly
|
|
2129
|
+
readonly [name: string]: SettingsPropertyValue;
|
|
1982
2130
|
readonly SyncRoot: unknown;
|
|
1983
2131
|
Add(property: SettingsPropertyValue): void;
|
|
1984
2132
|
Clear(): void;
|
|
@@ -1998,13 +2146,16 @@ export const SettingsPropertyValueCollection: {
|
|
|
1998
2146
|
export type SettingsPropertyValueCollection = SettingsPropertyValueCollection$instance;
|
|
1999
2147
|
|
|
2000
2148
|
export interface SettingsPropertyWrongTypeException$instance extends Exception {
|
|
2149
|
+
readonly __tsonic_type_System_Configuration_SettingsPropertyWrongTypeException: never;
|
|
2150
|
+
|
|
2151
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2152
|
+
|
|
2001
2153
|
}
|
|
2002
2154
|
|
|
2003
2155
|
|
|
2004
2156
|
export const SettingsPropertyWrongTypeException: {
|
|
2005
2157
|
new(message: string): SettingsPropertyWrongTypeException;
|
|
2006
2158
|
new(message: string, innerException: Exception): SettingsPropertyWrongTypeException;
|
|
2007
|
-
new(info: SerializationInfo, context: StreamingContext): SettingsPropertyWrongTypeException;
|
|
2008
2159
|
new(): SettingsPropertyWrongTypeException;
|
|
2009
2160
|
};
|
|
2010
2161
|
|
|
@@ -2012,20 +2163,23 @@ export const SettingsPropertyWrongTypeException: {
|
|
|
2012
2163
|
export type SettingsPropertyWrongTypeException = SettingsPropertyWrongTypeException$instance;
|
|
2013
2164
|
|
|
2014
2165
|
export interface SettingsProvider$instance extends ProviderBase {
|
|
2166
|
+
readonly __tsonic_type_System_Configuration_SettingsProvider: never;
|
|
2167
|
+
|
|
2015
2168
|
ApplicationName: string;
|
|
2016
2169
|
GetPropertyValues(context: SettingsContext, collection: SettingsPropertyCollection): SettingsPropertyValueCollection;
|
|
2017
2170
|
SetPropertyValues(context: SettingsContext, collection: SettingsPropertyValueCollection): void;
|
|
2018
2171
|
}
|
|
2019
2172
|
|
|
2020
2173
|
|
|
2021
|
-
export const SettingsProvider: {
|
|
2022
|
-
new(): SettingsProvider;
|
|
2174
|
+
export const SettingsProvider: (abstract new() => SettingsProvider) & {
|
|
2023
2175
|
};
|
|
2024
2176
|
|
|
2025
2177
|
|
|
2026
2178
|
export type SettingsProvider = SettingsProvider$instance;
|
|
2027
2179
|
|
|
2028
2180
|
export interface SettingsProviderAttribute$instance extends Attribute {
|
|
2181
|
+
readonly __tsonic_type_System_Configuration_SettingsProviderAttribute: never;
|
|
2182
|
+
|
|
2029
2183
|
readonly ProviderTypeName: string;
|
|
2030
2184
|
}
|
|
2031
2185
|
|
|
@@ -2039,7 +2193,12 @@ export const SettingsProviderAttribute: {
|
|
|
2039
2193
|
export type SettingsProviderAttribute = SettingsProviderAttribute$instance;
|
|
2040
2194
|
|
|
2041
2195
|
export interface SettingsProviderCollection$instance extends ProviderCollection {
|
|
2042
|
-
readonly
|
|
2196
|
+
readonly __tsonic_type_System_Configuration_SettingsProviderCollection: never;
|
|
2197
|
+
|
|
2198
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2199
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2200
|
+
|
|
2201
|
+
readonly [name: string]: ProviderBase | SettingsProvider;
|
|
2043
2202
|
Add(provider: ProviderBase): void;
|
|
2044
2203
|
}
|
|
2045
2204
|
|
|
@@ -2052,6 +2211,8 @@ export const SettingsProviderCollection: {
|
|
|
2052
2211
|
export type SettingsProviderCollection = SettingsProviderCollection$instance;
|
|
2053
2212
|
|
|
2054
2213
|
export interface SettingsSerializeAsAttribute$instance extends Attribute {
|
|
2214
|
+
readonly __tsonic_type_System_Configuration_SettingsSerializeAsAttribute: never;
|
|
2215
|
+
|
|
2055
2216
|
readonly SerializeAs: SettingsSerializeAs;
|
|
2056
2217
|
}
|
|
2057
2218
|
|
|
@@ -2063,21 +2224,19 @@ export const SettingsSerializeAsAttribute: {
|
|
|
2063
2224
|
|
|
2064
2225
|
export type SettingsSerializeAsAttribute = SettingsSerializeAsAttribute$instance;
|
|
2065
2226
|
|
|
2066
|
-
export
|
|
2067
|
-
|
|
2068
|
-
protected DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
|
|
2069
|
-
protected IsModified(): boolean;
|
|
2070
|
-
protected Reset(parentElement: ConfigurationElement): void;
|
|
2071
|
-
protected ResetModified(): void;
|
|
2072
|
-
protected SerializeToXmlElement(writer: XmlWriter, elementName: string): boolean;
|
|
2073
|
-
protected Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2227
|
+
export interface SettingValueElement$instance extends ConfigurationElement {
|
|
2228
|
+
readonly __tsonic_type_System_Configuration_SettingValueElement: never;
|
|
2076
2229
|
|
|
2077
|
-
|
|
2230
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
2078
2231
|
ValueXml: XmlNode;
|
|
2232
|
+
DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
|
|
2079
2233
|
Equals(settingValue: unknown): boolean;
|
|
2080
2234
|
GetHashCode(): int;
|
|
2235
|
+
IsModified(): boolean;
|
|
2236
|
+
Reset(parentElement: ConfigurationElement): void;
|
|
2237
|
+
ResetModified(): void;
|
|
2238
|
+
SerializeToXmlElement(writer: XmlWriter, elementName: string): boolean;
|
|
2239
|
+
Unmerge(sourceElement: ConfigurationElement, parentElement: ConfigurationElement, saveMode: ConfigurationSaveMode): void;
|
|
2081
2240
|
}
|
|
2082
2241
|
|
|
2083
2242
|
|
|
@@ -2088,7 +2247,11 @@ export const SettingValueElement: {
|
|
|
2088
2247
|
|
|
2089
2248
|
export type SettingValueElement = SettingValueElement$instance;
|
|
2090
2249
|
|
|
2091
|
-
export interface SingleTagSectionHandler$instance {
|
|
2250
|
+
export interface SingleTagSectionHandler$instance extends IConfigurationSectionHandler$instance {
|
|
2251
|
+
readonly __tsonic_type_System_Configuration_SingleTagSectionHandler: never;
|
|
2252
|
+
|
|
2253
|
+
readonly __tsonic_iface_System_Configuration_IConfigurationSectionHandler: never;
|
|
2254
|
+
|
|
2092
2255
|
Create(parent: unknown, context: unknown, section: XmlNode): unknown;
|
|
2093
2256
|
}
|
|
2094
2257
|
|
|
@@ -2102,12 +2265,12 @@ export interface __SingleTagSectionHandler$views {
|
|
|
2102
2265
|
As_IConfigurationSectionHandler(): IConfigurationSectionHandler$instance;
|
|
2103
2266
|
}
|
|
2104
2267
|
|
|
2105
|
-
export interface SingleTagSectionHandler$instance extends IConfigurationSectionHandler$instance {}
|
|
2106
|
-
|
|
2107
2268
|
export type SingleTagSectionHandler = SingleTagSectionHandler$instance & __SingleTagSectionHandler$views;
|
|
2108
2269
|
|
|
2109
2270
|
|
|
2110
2271
|
export interface SpecialSettingAttribute$instance extends Attribute {
|
|
2272
|
+
readonly __tsonic_type_System_Configuration_SpecialSettingAttribute: never;
|
|
2273
|
+
|
|
2111
2274
|
readonly SpecialSetting: SpecialSetting;
|
|
2112
2275
|
}
|
|
2113
2276
|
|
|
@@ -2120,6 +2283,8 @@ export const SpecialSettingAttribute: {
|
|
|
2120
2283
|
export type SpecialSettingAttribute = SpecialSettingAttribute$instance;
|
|
2121
2284
|
|
|
2122
2285
|
export interface StringValidator$instance extends ConfigurationValidatorBase {
|
|
2286
|
+
readonly __tsonic_type_System_Configuration_StringValidator: never;
|
|
2287
|
+
|
|
2123
2288
|
CanValidate(type: Type): boolean;
|
|
2124
2289
|
Validate(value: unknown): void;
|
|
2125
2290
|
}
|
|
@@ -2135,6 +2300,8 @@ export const StringValidator: {
|
|
|
2135
2300
|
export type StringValidator = StringValidator$instance;
|
|
2136
2301
|
|
|
2137
2302
|
export interface StringValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
2303
|
+
readonly __tsonic_type_System_Configuration_StringValidatorAttribute: never;
|
|
2304
|
+
|
|
2138
2305
|
InvalidCharacters: string;
|
|
2139
2306
|
MaxLength: int;
|
|
2140
2307
|
MinLength: int;
|
|
@@ -2150,6 +2317,8 @@ export const StringValidatorAttribute: {
|
|
|
2150
2317
|
export type StringValidatorAttribute = StringValidatorAttribute$instance;
|
|
2151
2318
|
|
|
2152
2319
|
export interface SubclassTypeValidator$instance extends ConfigurationValidatorBase {
|
|
2320
|
+
readonly __tsonic_type_System_Configuration_SubclassTypeValidator: never;
|
|
2321
|
+
|
|
2153
2322
|
CanValidate(type: Type): boolean;
|
|
2154
2323
|
Validate(value: unknown): void;
|
|
2155
2324
|
}
|
|
@@ -2163,6 +2332,8 @@ export const SubclassTypeValidator: {
|
|
|
2163
2332
|
export type SubclassTypeValidator = SubclassTypeValidator$instance;
|
|
2164
2333
|
|
|
2165
2334
|
export interface SubclassTypeValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
2335
|
+
readonly __tsonic_type_System_Configuration_SubclassTypeValidatorAttribute: never;
|
|
2336
|
+
|
|
2166
2337
|
readonly BaseClass: Type;
|
|
2167
2338
|
readonly ValidatorInstance: ConfigurationValidatorBase;
|
|
2168
2339
|
}
|
|
@@ -2176,6 +2347,8 @@ export const SubclassTypeValidatorAttribute: {
|
|
|
2176
2347
|
export type SubclassTypeValidatorAttribute = SubclassTypeValidatorAttribute$instance;
|
|
2177
2348
|
|
|
2178
2349
|
export interface TimeSpanMinutesConverter$instance extends ConfigurationConverterBase {
|
|
2350
|
+
readonly __tsonic_type_System_Configuration_TimeSpanMinutesConverter: never;
|
|
2351
|
+
|
|
2179
2352
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
2180
2353
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
2181
2354
|
}
|
|
@@ -2189,6 +2362,8 @@ export const TimeSpanMinutesConverter: {
|
|
|
2189
2362
|
export type TimeSpanMinutesConverter = TimeSpanMinutesConverter$instance;
|
|
2190
2363
|
|
|
2191
2364
|
export interface TimeSpanMinutesOrInfiniteConverter$instance extends TimeSpanMinutesConverter {
|
|
2365
|
+
readonly __tsonic_type_System_Configuration_TimeSpanMinutesOrInfiniteConverter: never;
|
|
2366
|
+
|
|
2192
2367
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
2193
2368
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
2194
2369
|
}
|
|
@@ -2202,6 +2377,8 @@ export const TimeSpanMinutesOrInfiniteConverter: {
|
|
|
2202
2377
|
export type TimeSpanMinutesOrInfiniteConverter = TimeSpanMinutesOrInfiniteConverter$instance;
|
|
2203
2378
|
|
|
2204
2379
|
export interface TimeSpanSecondsConverter$instance extends ConfigurationConverterBase {
|
|
2380
|
+
readonly __tsonic_type_System_Configuration_TimeSpanSecondsConverter: never;
|
|
2381
|
+
|
|
2205
2382
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
2206
2383
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
2207
2384
|
}
|
|
@@ -2215,6 +2392,8 @@ export const TimeSpanSecondsConverter: {
|
|
|
2215
2392
|
export type TimeSpanSecondsConverter = TimeSpanSecondsConverter$instance;
|
|
2216
2393
|
|
|
2217
2394
|
export interface TimeSpanSecondsOrInfiniteConverter$instance extends TimeSpanSecondsConverter {
|
|
2395
|
+
readonly __tsonic_type_System_Configuration_TimeSpanSecondsOrInfiniteConverter: never;
|
|
2396
|
+
|
|
2218
2397
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
2219
2398
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
2220
2399
|
}
|
|
@@ -2228,6 +2407,8 @@ export const TimeSpanSecondsOrInfiniteConverter: {
|
|
|
2228
2407
|
export type TimeSpanSecondsOrInfiniteConverter = TimeSpanSecondsOrInfiniteConverter$instance;
|
|
2229
2408
|
|
|
2230
2409
|
export interface TimeSpanValidator$instance extends ConfigurationValidatorBase {
|
|
2410
|
+
readonly __tsonic_type_System_Configuration_TimeSpanValidator: never;
|
|
2411
|
+
|
|
2231
2412
|
CanValidate(type: Type): boolean;
|
|
2232
2413
|
Validate(value: unknown): void;
|
|
2233
2414
|
}
|
|
@@ -2243,6 +2424,8 @@ export const TimeSpanValidator: {
|
|
|
2243
2424
|
export type TimeSpanValidator = TimeSpanValidator$instance;
|
|
2244
2425
|
|
|
2245
2426
|
export interface TimeSpanValidatorAttribute$instance extends ConfigurationValidatorAttribute {
|
|
2427
|
+
readonly __tsonic_type_System_Configuration_TimeSpanValidatorAttribute: never;
|
|
2428
|
+
|
|
2246
2429
|
ExcludeRange: boolean;
|
|
2247
2430
|
MaxValue: TimeSpan;
|
|
2248
2431
|
MaxValueString: string;
|
|
@@ -2262,6 +2445,8 @@ export const TimeSpanValidatorAttribute: {
|
|
|
2262
2445
|
export type TimeSpanValidatorAttribute = TimeSpanValidatorAttribute$instance;
|
|
2263
2446
|
|
|
2264
2447
|
export interface TypeNameConverter$instance extends ConfigurationConverterBase {
|
|
2448
|
+
readonly __tsonic_type_System_Configuration_TypeNameConverter: never;
|
|
2449
|
+
|
|
2265
2450
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
2266
2451
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
2267
2452
|
}
|
|
@@ -2274,14 +2459,12 @@ export const TypeNameConverter: {
|
|
|
2274
2459
|
|
|
2275
2460
|
export type TypeNameConverter = TypeNameConverter$instance;
|
|
2276
2461
|
|
|
2277
|
-
export
|
|
2278
|
-
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2462
|
+
export interface UriSection$instance extends ConfigurationSection {
|
|
2463
|
+
readonly __tsonic_type_System_Configuration_UriSection: never;
|
|
2281
2464
|
|
|
2282
|
-
export interface UriSection$instance extends UriSection$protected, ConfigurationSection {
|
|
2283
2465
|
readonly Idn: IdnElement;
|
|
2284
2466
|
readonly IriParsing: IriParsingElement;
|
|
2467
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
2285
2468
|
readonly SchemeSettings: SchemeSettingElementCollection;
|
|
2286
2469
|
}
|
|
2287
2470
|
|
|
@@ -2294,6 +2477,8 @@ export const UriSection: {
|
|
|
2294
2477
|
export type UriSection = UriSection$instance;
|
|
2295
2478
|
|
|
2296
2479
|
export interface UserScopedSettingAttribute$instance extends SettingAttribute {
|
|
2480
|
+
readonly __tsonic_type_System_Configuration_UserScopedSettingAttribute: never;
|
|
2481
|
+
|
|
2297
2482
|
}
|
|
2298
2483
|
|
|
2299
2484
|
|
|
@@ -2305,6 +2490,8 @@ export const UserScopedSettingAttribute: {
|
|
|
2305
2490
|
export type UserScopedSettingAttribute = UserScopedSettingAttribute$instance;
|
|
2306
2491
|
|
|
2307
2492
|
export interface UserSettingsGroup$instance extends ConfigurationSectionGroup {
|
|
2493
|
+
readonly __tsonic_type_System_Configuration_UserSettingsGroup: never;
|
|
2494
|
+
|
|
2308
2495
|
}
|
|
2309
2496
|
|
|
2310
2497
|
|
|
@@ -2316,6 +2503,8 @@ export const UserSettingsGroup: {
|
|
|
2316
2503
|
export type UserSettingsGroup = UserSettingsGroup$instance;
|
|
2317
2504
|
|
|
2318
2505
|
export interface WhiteSpaceTrimStringConverter$instance extends ConfigurationConverterBase {
|
|
2506
|
+
readonly __tsonic_type_System_Configuration_WhiteSpaceTrimStringConverter: never;
|
|
2507
|
+
|
|
2319
2508
|
ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
|
|
2320
2509
|
ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
|
|
2321
2510
|
}
|