@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

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.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -12,11 +12,11 @@ import * as System_Configuration_Provider_Internal from "../../System.Configurat
12
12
  import type { ProviderBase, ProviderCollection } from "../../System.Configuration.Provider/internal/index.js";
13
13
  import type { UriIdnScope } from "../../System/internal/index.js";
14
14
  import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
15
- import type { Hashtable, ICollection, IDictionary, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from "@tsonic/dotnet/System.Collections.js";
15
+ import type { Hashtable, ICollection, IComparer, IDictionary, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from "@tsonic/dotnet/System.Collections.js";
16
16
  import * as System_Collections_Specialized_Internal from "@tsonic/dotnet/System.Collections.Specialized.js";
17
17
  import type { NameObjectCollectionBase, NameValueCollection, StringCollection } from "@tsonic/dotnet/System.Collections.Specialized.js";
18
18
  import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
19
- import type { CancelEventArgs, INotifyPropertyChanged, ITypeDescriptorContext, PropertyChangedEventHandler, TypeConverter } from "@tsonic/dotnet/System.ComponentModel.js";
19
+ import type { CancelEventArgs, IComponent, INotifyPropertyChanged, ITypeDescriptorContext, PropertyChangedEventArgs, PropertyChangedEventHandler, TypeConverter } from "@tsonic/dotnet/System.ComponentModel.js";
20
20
  import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
21
21
  import * as System_Lib from "@tsonic/dotnet/System.js";
22
22
  import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Enum, EventArgs, Exception, Func, GenericUriParserOptions, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
@@ -25,89 +25,89 @@ import type { IDeserializationCallback, ISerializable, SerializationInfo, Stream
25
25
  import type { FrameworkName } from "@tsonic/dotnet/System.Runtime.Versioning.js";
26
26
  import type { RSAParameters } from "@tsonic/dotnet/System.Security.Cryptography.js";
27
27
  import * as System_Xml_Internal from "@tsonic/dotnet/System.Xml.js";
28
- import type { XmlAttribute, XmlCDataSection, XmlComment, XmlDocument, XmlElement, XmlNode, XmlReader, XmlSignificantWhitespace, XmlText, XmlTextReader, XmlWhitespace } from "@tsonic/dotnet/System.Xml.js";
28
+ import type { XmlAttribute, XmlCDataSection, XmlComment, XmlDocument, XmlElement, XmlNode, XmlReader, XmlSignificantWhitespace, XmlText, XmlTextReader, XmlWhitespace, XmlWriter } from "@tsonic/dotnet/System.Xml.js";
29
29
  import * as System_Xml_XPath_Internal from "@tsonic/dotnet/System.Xml.XPath.js";
30
30
  import type { IXPathNavigable } from "@tsonic/dotnet/System.Xml.XPath.js";
31
31
 
32
32
  export enum ConfigurationAllowDefinition {
33
- machineOnly = 0,
34
- machineToWebRoot = 100,
35
- machineToApplication = 200,
36
- everywhere = 300
33
+ MachineOnly = 0,
34
+ MachineToWebRoot = 100,
35
+ MachineToApplication = 200,
36
+ Everywhere = 300
37
37
  }
38
38
 
39
39
 
40
40
  export enum ConfigurationAllowExeDefinition {
41
- machineOnly = 0,
42
- machineToApplication = 100,
43
- machineToRoamingUser = 200,
44
- machineToLocalUser = 300
41
+ MachineOnly = 0,
42
+ MachineToApplication = 100,
43
+ MachineToRoamingUser = 200,
44
+ MachineToLocalUser = 300
45
45
  }
46
46
 
47
47
 
48
48
  export enum ConfigurationElementCollectionType {
49
- basicMap = 0,
50
- addRemoveClearMap = 1,
51
- basicMapAlternate = 2,
52
- addRemoveClearMapAlternate = 3
49
+ BasicMap = 0,
50
+ AddRemoveClearMap = 1,
51
+ BasicMapAlternate = 2,
52
+ AddRemoveClearMapAlternate = 3
53
53
  }
54
54
 
55
55
 
56
56
  export enum ConfigurationPropertyOptions {
57
- none = 0,
58
- isDefaultCollection = 1,
59
- isRequired = 2,
60
- isKey = 4,
61
- isTypeStringTransformationRequired = 8,
62
- isAssemblyStringTransformationRequired = 16,
63
- isVersionCheckRequired = 32
57
+ None = 0,
58
+ IsDefaultCollection = 1,
59
+ IsRequired = 2,
60
+ IsKey = 4,
61
+ IsTypeStringTransformationRequired = 8,
62
+ IsAssemblyStringTransformationRequired = 16,
63
+ IsVersionCheckRequired = 32
64
64
  }
65
65
 
66
66
 
67
67
  export enum ConfigurationSaveMode {
68
- modified = 0,
69
- minimal = 1,
70
- full = 2
68
+ Modified = 0,
69
+ Minimal = 1,
70
+ Full = 2
71
71
  }
72
72
 
73
73
 
74
74
  export enum ConfigurationUserLevel {
75
- none = 0,
76
- perUserRoaming = 10,
77
- perUserRoamingAndLocal = 20
75
+ None = 0,
76
+ PerUserRoaming = 10,
77
+ PerUserRoamingAndLocal = 20
78
78
  }
79
79
 
80
80
 
81
81
  export enum OverrideMode {
82
- inherit = 0,
83
- allow = 1,
84
- deny = 2
82
+ Inherit = 0,
83
+ Allow = 1,
84
+ Deny = 2
85
85
  }
86
86
 
87
87
 
88
88
  export enum PropertyValueOrigin {
89
- default = 0,
90
- inherited = 1,
91
- setHere = 2
89
+ Default = 0,
90
+ Inherited = 1,
91
+ SetHere = 2
92
92
  }
93
93
 
94
94
 
95
95
  export enum SettingsManageability {
96
- roaming = 0
96
+ Roaming = 0
97
97
  }
98
98
 
99
99
 
100
100
  export enum SettingsSerializeAs {
101
- string = 0,
102
- xml = 1,
103
- binary = 2,
104
- providerSpecific = 3
101
+ String = 0,
102
+ Xml = 1,
103
+ Binary = 2,
104
+ ProviderSpecific = 3
105
105
  }
106
106
 
107
107
 
108
108
  export enum SpecialSetting {
109
- connectionString = 0,
110
- webServiceUrl = 1
109
+ ConnectionString = 0,
110
+ WebServiceUrl = 1
111
111
  }
112
112
 
113
113
 
@@ -124,40 +124,40 @@ export type ValidatorCallback = (value: unknown) => void;
124
124
 
125
125
 
126
126
  export interface IApplicationSettingsProvider$instance {
127
- getPreviousVersion(context: SettingsContext, property: SettingsProperty): SettingsPropertyValue;
128
- reset(context: SettingsContext): void;
129
- upgrade(context: SettingsContext, properties: SettingsPropertyCollection): void;
127
+ GetPreviousVersion(context: SettingsContext, property: SettingsProperty): SettingsPropertyValue;
128
+ Reset(context: SettingsContext): void;
129
+ Upgrade(context: SettingsContext, properties: SettingsPropertyCollection): void;
130
130
  }
131
131
 
132
132
 
133
133
  export type IApplicationSettingsProvider = IApplicationSettingsProvider$instance;
134
134
 
135
135
  export interface IConfigurationSectionHandler$instance {
136
- create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
136
+ Create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
137
137
  }
138
138
 
139
139
 
140
140
  export type IConfigurationSectionHandler = IConfigurationSectionHandler$instance;
141
141
 
142
142
  export interface IConfigurationSystem$instance {
143
- getConfig(configKey: string): unknown;
144
- init(): void;
143
+ GetConfig(configKey: string): unknown;
144
+ Init(): void;
145
145
  }
146
146
 
147
147
 
148
148
  export type IConfigurationSystem = IConfigurationSystem$instance;
149
149
 
150
150
  export interface IPersistComponentSettings$instance {
151
- saveSettings: boolean;
152
- settingsKey: string;
153
- loadComponentSettings(): void;
151
+ SaveSettings: boolean;
152
+ SettingsKey: string;
153
+ LoadComponentSettings(): void;
154
154
  }
155
155
 
156
156
 
157
157
  export type IPersistComponentSettings = IPersistComponentSettings$instance;
158
158
 
159
159
  export interface ISettingsProviderService$instance {
160
- getSettingsProvider(property: SettingsProperty): SettingsProvider;
160
+ GetSettingsProvider(property: SettingsProperty): SettingsProvider;
161
161
  }
162
162
 
163
163
 
@@ -174,22 +174,34 @@ export const ApplicationScopedSettingAttribute: {
174
174
 
175
175
  export type ApplicationScopedSettingAttribute = ApplicationScopedSettingAttribute$instance;
176
176
 
177
- export interface ApplicationSettingsBase$instance extends SettingsBase {
178
- readonly context: SettingsContext;
179
- item: unknown;
180
- readonly properties: SettingsPropertyCollection;
181
- readonly propertyValues: SettingsPropertyValueCollection;
182
- readonly providers: SettingsProviderCollection;
183
- settingsKey: string;
184
- getPreviousVersion(propertyName: string): unknown;
185
- reload(): void;
186
- reset(): void;
187
- save(): void;
188
- upgrade(): void;
177
+ export abstract class ApplicationSettingsBase$protected {
178
+ protected OnPropertyChanged(sender: unknown, e: PropertyChangedEventArgs): void;
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
+ }
183
+
184
+
185
+ export interface ApplicationSettingsBase$instance extends ApplicationSettingsBase$protected, SettingsBase {
186
+ readonly Context: SettingsContext;
187
+ Item: unknown;
188
+ readonly Properties: SettingsPropertyCollection;
189
+ readonly PropertyValues: SettingsPropertyValueCollection;
190
+ readonly Providers: SettingsProviderCollection;
191
+ SettingsKey: string;
192
+ GetPreviousVersion(propertyName: string): unknown;
193
+ Reload(): void;
194
+ Reset(): void;
195
+ Save(): void;
196
+ Upgrade(): void;
189
197
  }
190
198
 
191
199
 
192
200
  export const ApplicationSettingsBase: {
201
+ new(): ApplicationSettingsBase;
202
+ new(owner: IComponent): ApplicationSettingsBase;
203
+ new(settingsKey: string): ApplicationSettingsBase;
204
+ new(owner: IComponent, settingsKey: string): ApplicationSettingsBase;
193
205
  };
194
206
 
195
207
 
@@ -207,7 +219,7 @@ export const ApplicationSettingsGroup: {
207
219
  export type ApplicationSettingsGroup = ApplicationSettingsGroup$instance;
208
220
 
209
221
  export interface AppSettingsReader$instance {
210
- getValue(key: string, type: Type): unknown;
222
+ GetValue(key: string, type: Type): unknown;
211
223
  }
212
224
 
213
225
 
@@ -218,9 +230,17 @@ export const AppSettingsReader: {
218
230
 
219
231
  export type AppSettingsReader = AppSettingsReader$instance;
220
232
 
221
- export interface AppSettingsSection$instance extends ConfigurationSection {
222
- file: string;
223
- readonly settings: KeyValueConfigurationCollection;
233
+ export abstract class AppSettingsSection$protected {
234
+ protected readonly Properties: ConfigurationPropertyCollection;
235
+ protected DeserializeElement(reader: XmlReader, serializeCollectionKey: boolean): void;
236
+ protected GetRuntimeObject(): unknown;
237
+ protected Reset(parentSection: ConfigurationElement): void;
238
+ }
239
+
240
+
241
+ export interface AppSettingsSection$instance extends AppSettingsSection$protected, ConfigurationSection {
242
+ File: string;
243
+ readonly Settings: KeyValueConfigurationCollection;
224
244
  }
225
245
 
226
246
 
@@ -232,8 +252,8 @@ export const AppSettingsSection: {
232
252
  export type AppSettingsSection = AppSettingsSection$instance;
233
253
 
234
254
  export interface CallbackValidator$instance extends ConfigurationValidatorBase {
235
- canValidate(type: Type): boolean;
236
- validate(value: unknown): void;
255
+ CanValidate(type: Type): boolean;
256
+ Validate(value: unknown): void;
237
257
  }
238
258
 
239
259
 
@@ -245,9 +265,9 @@ export const CallbackValidator: {
245
265
  export type CallbackValidator = CallbackValidator$instance;
246
266
 
247
267
  export interface CallbackValidatorAttribute$instance extends ConfigurationValidatorAttribute {
248
- callbackMethodName: string;
249
- type: Type;
250
- readonly validatorInstance: ConfigurationValidatorBase;
268
+ CallbackMethodName: string;
269
+ Type: Type;
270
+ readonly ValidatorInstance: ConfigurationValidatorBase;
251
271
  }
252
272
 
253
273
 
@@ -258,8 +278,13 @@ export const CallbackValidatorAttribute: {
258
278
 
259
279
  export type CallbackValidatorAttribute = CallbackValidatorAttribute$instance;
260
280
 
261
- export interface ClientSettingsSection$instance extends ConfigurationSection {
262
- readonly settings: SettingElementCollection;
281
+ export abstract class ClientSettingsSection$protected {
282
+ protected readonly Properties: ConfigurationPropertyCollection;
283
+ }
284
+
285
+
286
+ export interface ClientSettingsSection$instance extends ClientSettingsSection$protected, ConfigurationSection {
287
+ readonly Settings: SettingElementCollection;
263
288
  }
264
289
 
265
290
 
@@ -271,17 +296,17 @@ export const ClientSettingsSection: {
271
296
  export type ClientSettingsSection = ClientSettingsSection$instance;
272
297
 
273
298
  export interface CommaDelimitedStringCollection$instance extends StringCollection {
274
- readonly isModified: boolean;
275
- readonly isReadOnly: boolean;
276
- item: string;
277
- add(value: string): void;
278
- addRange(range: string[]): void;
279
- clear(): void;
280
- clone(): CommaDelimitedStringCollection;
281
- insert(index: int, value: string): void;
282
- remove(value: string): void;
283
- setReadOnly(): void;
284
- toString(): string | undefined;
299
+ readonly IsModified: boolean;
300
+ IsReadOnly: boolean;
301
+ Item: string;
302
+ Add(value: string): void;
303
+ AddRange(range: string[]): void;
304
+ Clear(): void;
305
+ Clone(): CommaDelimitedStringCollection;
306
+ Insert(index: int, value: string): void;
307
+ Remove(value: string): void;
308
+ SetReadOnly(): void;
309
+ ToString(): string | undefined;
285
310
  }
286
311
 
287
312
 
@@ -293,8 +318,8 @@ export const CommaDelimitedStringCollection: {
293
318
  export type CommaDelimitedStringCollection = CommaDelimitedStringCollection$instance;
294
319
 
295
320
  export interface CommaDelimitedStringCollectionConverter$instance extends ConfigurationConverterBase {
296
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
297
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
321
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
322
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
298
323
  }
299
324
 
300
325
 
@@ -306,27 +331,27 @@ export const CommaDelimitedStringCollectionConverter: {
306
331
  export type CommaDelimitedStringCollectionConverter = CommaDelimitedStringCollectionConverter$instance;
307
332
 
308
333
  export interface Configuration$instance {
309
- readonly appSettings: AppSettingsSection;
310
- assemblyStringTransformer: Func<System_Internal.String, System_Internal.String>;
311
- readonly connectionStrings: ConnectionStringsSection;
312
- readonly evaluationContext: ContextInformation;
313
- readonly filePath: string;
314
- readonly hasFile: boolean;
315
- readonly locations: ConfigurationLocationCollection;
316
- namespaceDeclared: boolean;
317
- readonly rootSectionGroup: ConfigurationSectionGroup;
318
- readonly sectionGroups: ConfigurationSectionGroupCollection;
319
- readonly sections: ConfigurationSectionCollection;
320
- targetFramework: FrameworkName;
321
- typeStringTransformer: Func<System_Internal.String, System_Internal.String>;
322
- getSection(sectionName: string): ConfigurationSection;
323
- getSectionGroup(sectionGroupName: string): ConfigurationSectionGroup;
324
- save(): void;
325
- save(saveMode: ConfigurationSaveMode): void;
326
- save(saveMode: ConfigurationSaveMode, forceSaveAll: boolean): void;
327
- saveAs(filename: string): void;
328
- saveAs(filename: string, saveMode: ConfigurationSaveMode): void;
329
- saveAs(filename: string, saveMode: ConfigurationSaveMode, forceSaveAll: boolean): void;
334
+ readonly AppSettings: AppSettingsSection;
335
+ AssemblyStringTransformer: Func<System_Internal.String, System_Internal.String>;
336
+ readonly ConnectionStrings: ConnectionStringsSection;
337
+ readonly EvaluationContext: ContextInformation;
338
+ readonly FilePath: string;
339
+ readonly HasFile: boolean;
340
+ readonly Locations: ConfigurationLocationCollection;
341
+ NamespaceDeclared: boolean;
342
+ readonly RootSectionGroup: ConfigurationSectionGroup;
343
+ readonly SectionGroups: ConfigurationSectionGroupCollection;
344
+ readonly Sections: ConfigurationSectionCollection;
345
+ TargetFramework: FrameworkName;
346
+ TypeStringTransformer: Func<System_Internal.String, System_Internal.String>;
347
+ GetSection(sectionName: string): ConfigurationSection;
348
+ GetSectionGroup(sectionGroupName: string): ConfigurationSectionGroup;
349
+ Save(): void;
350
+ Save(saveMode: ConfigurationSaveMode): void;
351
+ Save(saveMode: ConfigurationSaveMode, forceSaveAll: boolean): void;
352
+ SaveAs(filename: string): void;
353
+ SaveAs(filename: string, saveMode: ConfigurationSaveMode): void;
354
+ SaveAs(filename: string, saveMode: ConfigurationSaveMode, forceSaveAll: boolean): void;
330
355
  }
331
356
 
332
357
 
@@ -338,11 +363,11 @@ export const Configuration: {
338
363
  export type Configuration = Configuration$instance;
339
364
 
340
365
  export interface ConfigurationCollectionAttribute$instance extends Attribute {
341
- addItemName: string;
342
- clearItemsName: string;
343
- collectionType: ConfigurationElementCollectionType;
344
- readonly itemType: Type;
345
- removeItemName: string;
366
+ AddItemName: string;
367
+ ClearItemsName: string;
368
+ CollectionType: ConfigurationElementCollectionType;
369
+ readonly ItemType: Type;
370
+ RemoveItemName: string;
346
371
  }
347
372
 
348
373
 
@@ -354,59 +379,107 @@ export const ConfigurationCollectionAttribute: {
354
379
  export type ConfigurationCollectionAttribute = ConfigurationCollectionAttribute$instance;
355
380
 
356
381
  export interface ConfigurationConverterBase$instance extends TypeConverter {
357
- canConvertFrom(ctx: ITypeDescriptorContext, type: Type): boolean;
358
- canConvertTo(ctx: ITypeDescriptorContext, type: Type): boolean;
382
+ CanConvertFrom(ctx: ITypeDescriptorContext, type: Type): boolean;
383
+ CanConvertTo(ctx: ITypeDescriptorContext, type: Type): boolean;
359
384
  }
360
385
 
361
386
 
362
387
  export const ConfigurationConverterBase: {
388
+ new(): ConfigurationConverterBase;
363
389
  };
364
390
 
365
391
 
366
392
  export type ConfigurationConverterBase = ConfigurationConverterBase$instance;
367
393
 
368
- export interface ConfigurationElement$instance {
369
- readonly currentConfiguration: Configuration;
370
- readonly elementInformation: ElementInformation;
371
- readonly lockAllAttributesExcept: ConfigurationLockCollection;
372
- readonly lockAllElementsExcept: ConfigurationLockCollection;
373
- readonly lockAttributes: ConfigurationLockCollection;
374
- readonly lockElements: ConfigurationLockCollection;
375
- lockItem: boolean;
376
- equals(compareTo: unknown): boolean;
377
- getHashCode(): int;
378
- isReadOnly(): boolean;
394
+ export abstract class ConfigurationElement$protected {
395
+ protected readonly ElementProperty: ConfigurationElementProperty;
396
+ protected readonly Properties: ConfigurationPropertyCollection;
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 {
419
+ readonly CurrentConfiguration: Configuration;
420
+ readonly ElementInformation: ElementInformation;
421
+ readonly LockAllAttributesExcept: ConfigurationLockCollection;
422
+ readonly LockAllElementsExcept: ConfigurationLockCollection;
423
+ readonly LockAttributes: ConfigurationLockCollection;
424
+ readonly LockElements: ConfigurationLockCollection;
425
+ LockItem: boolean;
426
+ Equals(compareTo: unknown): boolean;
427
+ GetHashCode(): int;
428
+ IsReadOnly(): boolean;
379
429
  }
380
430
 
381
431
 
382
432
  export const ConfigurationElement: {
433
+ new(): ConfigurationElement;
383
434
  };
384
435
 
385
436
 
386
437
  export type ConfigurationElement = ConfigurationElement$instance;
387
438
 
388
- export interface ConfigurationElementCollection$instance extends ConfigurationElement {
389
- readonly collectionType: ConfigurationElementCollectionType;
390
- readonly count: int;
391
- emitClear: boolean;
392
- readonly isSynchronized: boolean;
393
- readonly syncRoot: unknown;
394
- copyTo(array: ConfigurationElement[], index: int): void;
395
- equals(compareTo: unknown): boolean;
396
- getEnumerator(): IEnumerator;
397
- getHashCode(): int;
398
- isReadOnly(): boolean;
439
+ export abstract class ConfigurationElementCollection$protected {
440
+ protected readonly ElementName: string;
441
+ protected readonly ThrowOnDuplicate: boolean;
442
+ protected BaseAdd(element: ConfigurationElement): void;
443
+ protected BaseAdd(index: int, element: ConfigurationElement): void;
444
+ protected abstract CreateNewElement(): ConfigurationElement;
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
+ readonly CollectionType: ConfigurationElementCollectionType;
461
+ readonly Count: int;
462
+ EmitClear: boolean;
463
+ readonly IsSynchronized: boolean;
464
+ readonly SyncRoot: unknown;
465
+ CopyTo(array: ConfigurationElement[], index: int): void;
466
+ Equals(compareTo: unknown): boolean;
467
+ GetEnumerator(): IEnumerator;
468
+ GetHashCode(): int;
469
+ IsReadOnly(): boolean;
399
470
  }
400
471
 
401
472
 
402
473
  export const ConfigurationElementCollection: {
474
+ new(): ConfigurationElementCollection;
475
+ new(comparer: IComparer): ConfigurationElementCollection;
403
476
  };
404
477
 
405
478
 
406
479
  export type ConfigurationElementCollection = ConfigurationElementCollection$instance;
407
480
 
408
481
  export interface ConfigurationElementProperty$instance {
409
- readonly validator: ConfigurationValidatorBase;
482
+ readonly Validator: ConfigurationValidatorBase;
410
483
  }
411
484
 
412
485
 
@@ -418,11 +491,11 @@ export const ConfigurationElementProperty: {
418
491
  export type ConfigurationElementProperty = ConfigurationElementProperty$instance;
419
492
 
420
493
  export interface ConfigurationErrorsException$instance extends ConfigurationException {
421
- readonly errors: ICollection;
422
- readonly filename: string;
423
- readonly line: int;
424
- readonly message: string;
425
- getObjectData(info: SerializationInfo, context: StreamingContext): void;
494
+ readonly Errors: ICollection;
495
+ readonly Filename: string;
496
+ readonly Line: int;
497
+ readonly Message: string;
498
+ GetObjectData(info: SerializationInfo, context: StreamingContext): void;
426
499
  }
427
500
 
428
501
 
@@ -436,25 +509,27 @@ export const ConfigurationErrorsException: {
436
509
  new(message: string, inner: Exception, node: XmlNode): ConfigurationErrorsException;
437
510
  new(message: string, reader: XmlReader): ConfigurationErrorsException;
438
511
  new(message: string, inner: Exception, reader: XmlReader): ConfigurationErrorsException;
439
- getFilename(node: XmlNode): string;
440
- getFilename(reader: XmlReader): string;
441
- getLineNumber(node: XmlNode): int;
442
- getLineNumber(reader: XmlReader): int;
512
+ new(info: SerializationInfo, context: StreamingContext): ConfigurationErrorsException;
513
+ GetFilename(node: XmlNode): string;
514
+ GetFilename(reader: XmlReader): string;
515
+ GetLineNumber(node: XmlNode): int;
516
+ GetLineNumber(reader: XmlReader): int;
443
517
  };
444
518
 
445
519
 
446
520
  export type ConfigurationErrorsException = ConfigurationErrorsException$instance;
447
521
 
448
522
  export interface ConfigurationException$instance extends SystemException {
449
- readonly bareMessage: string;
450
- readonly filename: string;
451
- readonly line: int;
452
- readonly message: string;
453
- getObjectData(info: SerializationInfo, context: StreamingContext): void;
523
+ readonly BareMessage: string;
524
+ readonly Filename: string;
525
+ readonly Line: int;
526
+ readonly Message: string;
527
+ GetObjectData(info: SerializationInfo, context: StreamingContext): void;
454
528
  }
455
529
 
456
530
 
457
531
  export const ConfigurationException: {
532
+ new(info: SerializationInfo, context: StreamingContext): ConfigurationException;
458
533
  new(): ConfigurationException;
459
534
  new(message: string): ConfigurationException;
460
535
  new(message: string, inner: Exception): ConfigurationException;
@@ -462,16 +537,16 @@ export const ConfigurationException: {
462
537
  new(message: string, inner: Exception, node: XmlNode): ConfigurationException;
463
538
  new(message: string, filename: string, line: int): ConfigurationException;
464
539
  new(message: string, inner: Exception, filename: string, line: int): ConfigurationException;
465
- getXmlNodeFilename(node: XmlNode): string;
466
- getXmlNodeLineNumber(node: XmlNode): int;
540
+ GetXmlNodeFilename(node: XmlNode): string;
541
+ GetXmlNodeLineNumber(node: XmlNode): int;
467
542
  };
468
543
 
469
544
 
470
545
  export type ConfigurationException = ConfigurationException$instance;
471
546
 
472
547
  export interface ConfigurationFileMap$instance {
473
- machineConfigFilename: string;
474
- clone(): unknown;
548
+ MachineConfigFilename: string;
549
+ Clone(): unknown;
475
550
  }
476
551
 
477
552
 
@@ -484,8 +559,8 @@ export const ConfigurationFileMap: {
484
559
  export type ConfigurationFileMap = ConfigurationFileMap$instance;
485
560
 
486
561
  export interface ConfigurationLocation$instance {
487
- readonly path: string;
488
- openConfiguration(): Configuration;
562
+ readonly Path: string;
563
+ OpenConfiguration(): Configuration;
489
564
  }
490
565
 
491
566
 
@@ -497,7 +572,7 @@ export const ConfigurationLocation: {
497
572
  export type ConfigurationLocation = ConfigurationLocation$instance;
498
573
 
499
574
  export interface ConfigurationLocationCollection$instance extends ReadOnlyCollectionBase {
500
- readonly item: ConfigurationLocation;
575
+ readonly Item: ConfigurationLocation;
501
576
  }
502
577
 
503
578
 
@@ -509,20 +584,20 @@ export const ConfigurationLocationCollection: {
509
584
  export type ConfigurationLocationCollection = ConfigurationLocationCollection$instance;
510
585
 
511
586
  export interface ConfigurationLockCollection$instance {
512
- readonly attributeList: string;
513
- readonly count: int;
514
- readonly hasParentElements: boolean;
515
- readonly isModified: boolean;
516
- readonly isSynchronized: boolean;
517
- readonly syncRoot: unknown;
518
- add(name: string): void;
519
- clear(): void;
520
- contains(name: string): boolean;
521
- copyTo(array: string[], index: int): void;
522
- getEnumerator(): IEnumerator;
523
- isReadOnly(name: string): boolean;
524
- remove(name: string): void;
525
- setFromList(attributeList: string): void;
587
+ readonly AttributeList: string;
588
+ readonly Count: int;
589
+ readonly HasParentElements: boolean;
590
+ IsModified: boolean;
591
+ readonly IsSynchronized: boolean;
592
+ readonly SyncRoot: unknown;
593
+ Add(name: string): void;
594
+ Clear(): void;
595
+ Contains(name: string): boolean;
596
+ CopyTo(array: string[], index: int): void;
597
+ GetEnumerator(): IEnumerator;
598
+ IsReadOnly(name: string): boolean;
599
+ Remove(name: string): void;
600
+ SetFromList(attributeList: string): void;
526
601
  }
527
602
 
528
603
 
@@ -534,18 +609,18 @@ export const ConfigurationLockCollection: {
534
609
  export type ConfigurationLockCollection = ConfigurationLockCollection$instance;
535
610
 
536
611
  export interface ConfigurationProperty$instance {
537
- readonly converter: TypeConverter;
538
- readonly defaultValue: unknown;
539
- readonly description: string;
540
- readonly isAssemblyStringTransformationRequired: boolean;
541
- readonly isDefaultCollection: boolean;
542
- readonly isKey: boolean;
543
- readonly isRequired: boolean;
544
- readonly isTypeStringTransformationRequired: boolean;
545
- readonly isVersionCheckRequired: boolean;
546
- readonly name: string;
547
- readonly type: Type;
548
- readonly validator: ConfigurationValidatorBase;
612
+ readonly Converter: TypeConverter;
613
+ DefaultValue: unknown;
614
+ Description: string;
615
+ readonly IsAssemblyStringTransformationRequired: boolean;
616
+ readonly IsDefaultCollection: boolean;
617
+ readonly IsKey: boolean;
618
+ readonly IsRequired: boolean;
619
+ readonly IsTypeStringTransformationRequired: boolean;
620
+ readonly IsVersionCheckRequired: boolean;
621
+ Name: string;
622
+ Type: Type;
623
+ Validator: ConfigurationValidatorBase;
549
624
  }
550
625
 
551
626
 
@@ -561,12 +636,12 @@ export const ConfigurationProperty: {
561
636
  export type ConfigurationProperty = ConfigurationProperty$instance;
562
637
 
563
638
  export interface ConfigurationPropertyAttribute$instance extends Attribute {
564
- defaultValue: unknown;
565
- isDefaultCollection: boolean;
566
- isKey: boolean;
567
- isRequired: boolean;
568
- readonly name: string;
569
- options: ConfigurationPropertyOptions;
639
+ DefaultValue: unknown;
640
+ IsDefaultCollection: boolean;
641
+ IsKey: boolean;
642
+ IsRequired: boolean;
643
+ readonly Name: string;
644
+ Options: ConfigurationPropertyOptions;
570
645
  }
571
646
 
572
647
 
@@ -578,16 +653,16 @@ export const ConfigurationPropertyAttribute: {
578
653
  export type ConfigurationPropertyAttribute = ConfigurationPropertyAttribute$instance;
579
654
 
580
655
  export interface ConfigurationPropertyCollection$instance {
581
- readonly count: int;
582
- readonly isSynchronized: boolean;
583
- readonly item: ConfigurationProperty;
584
- readonly syncRoot: unknown;
585
- add(property: ConfigurationProperty): void;
586
- clear(): void;
587
- contains(name: string): boolean;
588
- copyTo(array: ConfigurationProperty[], index: int): void;
589
- getEnumerator(): IEnumerator;
590
- remove(name: string): boolean;
656
+ readonly Count: int;
657
+ readonly IsSynchronized: boolean;
658
+ readonly Item: ConfigurationProperty;
659
+ readonly SyncRoot: unknown;
660
+ Add(property: ConfigurationProperty): void;
661
+ Clear(): void;
662
+ Contains(name: string): boolean;
663
+ CopyTo(array: ConfigurationProperty[], index: int): void;
664
+ GetEnumerator(): IEnumerator;
665
+ Remove(name: string): boolean;
591
666
  }
592
667
 
593
668
 
@@ -598,29 +673,42 @@ export const ConfigurationPropertyCollection: {
598
673
 
599
674
  export type ConfigurationPropertyCollection = ConfigurationPropertyCollection$instance;
600
675
 
601
- export interface ConfigurationSection$instance extends ConfigurationElement {
602
- readonly sectionInformation: SectionInformation;
676
+ export abstract class ConfigurationSection$protected {
677
+ protected DeserializeSection(reader: XmlReader): void;
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
+ }
686
+
687
+
688
+ export interface ConfigurationSection$instance extends ConfigurationSection$protected, ConfigurationElement {
689
+ readonly SectionInformation: SectionInformation;
603
690
  }
604
691
 
605
692
 
606
693
  export const ConfigurationSection: {
694
+ new(): ConfigurationSection;
607
695
  };
608
696
 
609
697
 
610
698
  export type ConfigurationSection = ConfigurationSection$instance;
611
699
 
612
700
  export interface ConfigurationSectionCollection$instance extends NameObjectCollectionBase {
613
- add(name: string, section: ConfigurationSection): void;
614
- clear(): void;
615
- copyTo(array: ConfigurationSection[], index: int): void;
616
- get(index: int): ConfigurationSection;
617
- get(name: string): ConfigurationSection;
701
+ Add(name: string, section: ConfigurationSection): void;
702
+ Clear(): void;
703
+ CopyTo(array: ConfigurationSection[], index: int): void;
704
+ Get(index: int): ConfigurationSection;
705
+ Get(name: string): ConfigurationSection;
618
706
  get_Item(name: string): ConfigurationSection;
619
707
  get_Item(index: int): ConfigurationSection;
620
- getEnumerator(): IEnumerator;
621
- getKey(index: int): string;
622
- remove(name: string): void;
623
- removeAt(index: int): void;
708
+ GetEnumerator(): IEnumerator;
709
+ GetKey(index: int): string;
710
+ Remove(name: string): void;
711
+ RemoveAt(index: int): void;
624
712
  }
625
713
 
626
714
 
@@ -631,16 +719,21 @@ export const ConfigurationSectionCollection: {
631
719
 
632
720
  export type ConfigurationSectionCollection = ConfigurationSectionCollection$instance;
633
721
 
634
- export interface ConfigurationSectionGroup$instance {
635
- readonly isDeclarationRequired: boolean;
636
- readonly isDeclared: boolean;
637
- readonly name: string;
638
- readonly sectionGroupName: string;
639
- readonly sectionGroups: ConfigurationSectionGroupCollection;
640
- readonly sections: ConfigurationSectionCollection;
641
- type: string;
642
- forceDeclaration(): void;
643
- forceDeclaration(force: boolean): void;
722
+ export abstract class ConfigurationSectionGroup$protected {
723
+ protected ShouldSerializeSectionGroupInTargetVersion(targetFramework: FrameworkName): boolean;
724
+ }
725
+
726
+
727
+ export interface ConfigurationSectionGroup$instance extends ConfigurationSectionGroup$protected {
728
+ IsDeclarationRequired: boolean;
729
+ IsDeclared: boolean;
730
+ Name: string;
731
+ SectionGroupName: string;
732
+ readonly SectionGroups: ConfigurationSectionGroupCollection;
733
+ readonly Sections: ConfigurationSectionCollection;
734
+ Type: string;
735
+ ForceDeclaration(): void;
736
+ ForceDeclaration(force: boolean): void;
644
737
  }
645
738
 
646
739
 
@@ -652,17 +745,17 @@ export const ConfigurationSectionGroup: {
652
745
  export type ConfigurationSectionGroup = ConfigurationSectionGroup$instance;
653
746
 
654
747
  export interface ConfigurationSectionGroupCollection$instance extends NameObjectCollectionBase {
655
- add(name: string, sectionGroup: ConfigurationSectionGroup): void;
656
- clear(): void;
657
- copyTo(array: ConfigurationSectionGroup[], index: int): void;
658
- get(index: int): ConfigurationSectionGroup;
659
- get(name: string): ConfigurationSectionGroup;
748
+ Add(name: string, sectionGroup: ConfigurationSectionGroup): void;
749
+ Clear(): void;
750
+ CopyTo(array: ConfigurationSectionGroup[], index: int): void;
751
+ Get(index: int): ConfigurationSectionGroup;
752
+ Get(name: string): ConfigurationSectionGroup;
660
753
  get_Item(name: string): ConfigurationSectionGroup;
661
754
  get_Item(index: int): ConfigurationSectionGroup;
662
- getEnumerator(): IEnumerator;
663
- getKey(index: int): string;
664
- remove(name: string): void;
665
- removeAt(index: int): void;
755
+ GetEnumerator(): IEnumerator;
756
+ GetKey(index: int): string;
757
+ Remove(name: string): void;
758
+ RemoveAt(index: int): void;
666
759
  }
667
760
 
668
761
 
@@ -679,20 +772,21 @@ export interface ConfigurationSettings$instance {
679
772
 
680
773
  export const ConfigurationSettings: {
681
774
  new(): ConfigurationSettings;
682
- readonly appSettings: NameValueCollection;
683
- getConfig(sectionName: string): unknown;
775
+ readonly AppSettings: NameValueCollection;
776
+ GetConfig(sectionName: string): unknown;
684
777
  };
685
778
 
686
779
 
687
780
  export type ConfigurationSettings = ConfigurationSettings$instance;
688
781
 
689
782
  export interface ConfigurationValidatorAttribute$instance extends Attribute {
690
- readonly validatorInstance: ConfigurationValidatorBase;
691
- readonly validatorType: Type;
783
+ readonly ValidatorInstance: ConfigurationValidatorBase;
784
+ readonly ValidatorType: Type;
692
785
  }
693
786
 
694
787
 
695
788
  export const ConfigurationValidatorAttribute: {
789
+ new(): ConfigurationValidatorAttribute;
696
790
  new(validator: Type): ConfigurationValidatorAttribute;
697
791
  };
698
792
 
@@ -700,29 +794,30 @@ export const ConfigurationValidatorAttribute: {
700
794
  export type ConfigurationValidatorAttribute = ConfigurationValidatorAttribute$instance;
701
795
 
702
796
  export interface ConfigurationValidatorBase$instance {
703
- canValidate(type: Type): boolean;
704
- validate(value: unknown): void;
797
+ CanValidate(type: Type): boolean;
798
+ Validate(value: unknown): void;
705
799
  }
706
800
 
707
801
 
708
802
  export const ConfigurationValidatorBase: {
803
+ new(): ConfigurationValidatorBase;
709
804
  };
710
805
 
711
806
 
712
807
  export type ConfigurationValidatorBase = ConfigurationValidatorBase$instance;
713
808
 
714
809
  export interface ConfigXmlDocument$instance extends XmlDocument {
715
- readonly filename: string;
716
- readonly lineNumber: int;
717
- createAttribute(prefix: string, localName: string, namespaceUri: string): XmlAttribute;
718
- createCDataSection(data: string): XmlCDataSection;
719
- createComment(data: string): XmlComment;
720
- createElement(prefix: string, localName: string, namespaceUri: string): XmlElement;
721
- createSignificantWhitespace(data: string): XmlSignificantWhitespace;
722
- createTextNode(text: string): XmlText;
723
- createWhitespace(data: string): XmlWhitespace;
724
- load(filename: string): void;
725
- loadSingleElement(filename: string, sourceReader: XmlTextReader): void;
810
+ readonly Filename: string;
811
+ readonly LineNumber: int;
812
+ CreateAttribute(prefix: string, localName: string, namespaceUri: string): XmlAttribute;
813
+ CreateCDataSection(data: string): XmlCDataSection;
814
+ CreateComment(data: string): XmlComment;
815
+ CreateElement(prefix: string, localName: string, namespaceUri: string): XmlElement;
816
+ CreateSignificantWhitespace(data: string): XmlSignificantWhitespace;
817
+ CreateTextNode(text: string): XmlText;
818
+ CreateWhitespace(data: string): XmlWhitespace;
819
+ Load(filename: string): void;
820
+ LoadSingleElement(filename: string, sourceReader: XmlTextReader): void;
726
821
  }
727
822
 
728
823
 
@@ -740,11 +835,16 @@ export interface ConfigXmlDocument$instance extends System_Configuration_Interna
740
835
  export type ConfigXmlDocument = ConfigXmlDocument$instance & __ConfigXmlDocument$views;
741
836
 
742
837
 
743
- export interface ConnectionStringSettings$instance extends ConfigurationElement {
744
- connectionString: string;
745
- name: string;
746
- providerName: string;
747
- toString(): string | undefined;
838
+ export abstract class ConnectionStringSettings$protected {
839
+ protected readonly Properties: ConfigurationPropertyCollection;
840
+ }
841
+
842
+
843
+ export interface ConnectionStringSettings$instance extends ConnectionStringSettings$protected, ConfigurationElement {
844
+ ConnectionString: string;
845
+ Name: string;
846
+ ProviderName: string;
847
+ ToString(): string | undefined;
748
848
  }
749
849
 
750
850
 
@@ -757,15 +857,25 @@ export const ConnectionStringSettings: {
757
857
 
758
858
  export type ConnectionStringSettings = ConnectionStringSettings$instance;
759
859
 
760
- export interface ConnectionStringSettingsCollection$instance extends ConfigurationElementCollection {
761
- add(settings: ConnectionStringSettings): void;
762
- clear(): void;
860
+ export abstract class ConnectionStringSettingsCollection$protected {
861
+ protected readonly Properties: ConfigurationPropertyCollection;
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
+ }
868
+
869
+
870
+ export interface ConnectionStringSettingsCollection$instance extends ConnectionStringSettingsCollection$protected, ConfigurationElementCollection {
871
+ Add(settings: ConnectionStringSettings): void;
872
+ Clear(): void;
763
873
  get_Item(index: int): ConnectionStringSettings;
764
874
  get_Item(name: string): ConnectionStringSettings;
765
- indexOf(settings: ConnectionStringSettings): int;
766
- remove(settings: ConnectionStringSettings): void;
767
- remove(name: string): void;
768
- removeAt(index: int): void;
875
+ IndexOf(settings: ConnectionStringSettings): int;
876
+ Remove(settings: ConnectionStringSettings): void;
877
+ Remove(name: string): void;
878
+ RemoveAt(index: int): void;
769
879
  set_Item(index: int, value: ConnectionStringSettings): void;
770
880
  }
771
881
 
@@ -777,8 +887,14 @@ export const ConnectionStringSettingsCollection: {
777
887
 
778
888
  export type ConnectionStringSettingsCollection = ConnectionStringSettingsCollection$instance;
779
889
 
780
- export interface ConnectionStringsSection$instance extends ConfigurationSection {
781
- readonly connectionStrings: ConnectionStringSettingsCollection;
890
+ export abstract class ConnectionStringsSection$protected {
891
+ protected readonly Properties: ConfigurationPropertyCollection;
892
+ protected GetRuntimeObject(): unknown;
893
+ }
894
+
895
+
896
+ export interface ConnectionStringsSection$instance extends ConnectionStringsSection$protected, ConfigurationSection {
897
+ readonly ConnectionStrings: ConnectionStringSettingsCollection;
782
898
  }
783
899
 
784
900
 
@@ -790,9 +906,9 @@ export const ConnectionStringsSection: {
790
906
  export type ConnectionStringsSection = ConnectionStringsSection$instance;
791
907
 
792
908
  export interface ContextInformation$instance {
793
- readonly hostingContext: unknown;
794
- readonly isMachineLevel: boolean;
795
- getSection(sectionName: string): unknown;
909
+ readonly HostingContext: unknown;
910
+ readonly IsMachineLevel: boolean;
911
+ GetSection(sectionName: string): unknown;
796
912
  }
797
913
 
798
914
 
@@ -803,7 +919,17 @@ export const ContextInformation: {
803
919
 
804
920
  export type ContextInformation = ContextInformation$instance;
805
921
 
806
- export interface DefaultSection$instance extends ConfigurationSection {
922
+ export abstract class DefaultSection$protected {
923
+ protected readonly Properties: ConfigurationPropertyCollection;
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
+ }
930
+
931
+
932
+ export interface DefaultSection$instance extends DefaultSection$protected, ConfigurationSection {
807
933
  }
808
934
 
809
935
 
@@ -815,7 +941,7 @@ export const DefaultSection: {
815
941
  export type DefaultSection = DefaultSection$instance;
816
942
 
817
943
  export interface DefaultSettingValueAttribute$instance extends Attribute {
818
- readonly value: string;
944
+ readonly Value: string;
819
945
  }
820
946
 
821
947
 
@@ -827,8 +953,8 @@ export const DefaultSettingValueAttribute: {
827
953
  export type DefaultSettingValueAttribute = DefaultSettingValueAttribute$instance;
828
954
 
829
955
  export interface DefaultValidator$instance extends ConfigurationValidatorBase {
830
- canValidate(type: Type): boolean;
831
- validate(value: unknown): void;
956
+ CanValidate(type: Type): boolean;
957
+ Validate(value: unknown): void;
832
958
  }
833
959
 
834
960
 
@@ -839,8 +965,14 @@ export const DefaultValidator: {
839
965
 
840
966
  export type DefaultValidator = DefaultValidator$instance;
841
967
 
842
- export interface DictionarySectionHandler$instance {
843
- create(parent: unknown, context: unknown, section: XmlNode): unknown;
968
+ export abstract class DictionarySectionHandler$protected {
969
+ protected readonly KeyAttributeName: string;
970
+ protected readonly ValueAttributeName: string;
971
+ }
972
+
973
+
974
+ export interface DictionarySectionHandler$instance extends DictionarySectionHandler$protected {
975
+ Create(parent: unknown, context: unknown, section: XmlNode): unknown;
844
976
  }
845
977
 
846
978
 
@@ -859,10 +991,10 @@ export type DictionarySectionHandler = DictionarySectionHandler$instance & __Dic
859
991
 
860
992
 
861
993
  export interface DpapiProtectedConfigurationProvider$instance extends ProtectedConfigurationProvider {
862
- readonly useMachineProtection: boolean;
863
- decrypt(encryptedNode: XmlNode): XmlNode;
864
- encrypt(node: XmlNode): XmlNode;
865
- initialize(name: string, configurationValues: NameValueCollection): void;
994
+ readonly UseMachineProtection: boolean;
995
+ Decrypt(encryptedNode: XmlNode): XmlNode;
996
+ Encrypt(node: XmlNode): XmlNode;
997
+ Initialize(name: string, configurationValues: NameValueCollection): void;
866
998
  }
867
999
 
868
1000
 
@@ -874,15 +1006,15 @@ export const DpapiProtectedConfigurationProvider: {
874
1006
  export type DpapiProtectedConfigurationProvider = DpapiProtectedConfigurationProvider$instance;
875
1007
 
876
1008
  export interface ElementInformation$instance {
877
- readonly errors: ICollection;
878
- readonly isCollection: boolean;
879
- readonly isLocked: boolean;
880
- readonly isPresent: boolean;
881
- readonly lineNumber: int;
882
- readonly properties: PropertyInformationCollection;
883
- readonly source: string;
884
- readonly type: Type;
885
- readonly validator: ConfigurationValidatorBase;
1009
+ readonly Errors: ICollection;
1010
+ readonly IsCollection: boolean;
1011
+ readonly IsLocked: boolean;
1012
+ readonly IsPresent: boolean;
1013
+ readonly LineNumber: int;
1014
+ readonly Properties: PropertyInformationCollection;
1015
+ readonly Source: string;
1016
+ readonly Type: Type;
1017
+ readonly Validator: ConfigurationValidatorBase;
886
1018
  }
887
1019
 
888
1020
 
@@ -894,10 +1026,10 @@ export const ElementInformation: {
894
1026
  export type ElementInformation = ElementInformation$instance;
895
1027
 
896
1028
  export interface ExeConfigurationFileMap$instance extends ConfigurationFileMap {
897
- exeConfigFilename: string;
898
- localUserConfigFilename: string;
899
- roamingUserConfigFilename: string;
900
- clone(): unknown;
1029
+ ExeConfigFilename: string;
1030
+ LocalUserConfigFilename: string;
1031
+ RoamingUserConfigFilename: string;
1032
+ Clone(): unknown;
901
1033
  }
902
1034
 
903
1035
 
@@ -910,8 +1042,8 @@ export const ExeConfigurationFileMap: {
910
1042
  export type ExeConfigurationFileMap = ExeConfigurationFileMap$instance;
911
1043
 
912
1044
  export interface ExeContext$instance {
913
- readonly exePath: string;
914
- readonly userLevel: ConfigurationUserLevel;
1045
+ readonly ExePath: string;
1046
+ readonly UserLevel: ConfigurationUserLevel;
915
1047
  }
916
1048
 
917
1049
 
@@ -923,8 +1055,8 @@ export const ExeContext: {
923
1055
  export type ExeContext = ExeContext$instance;
924
1056
 
925
1057
  export interface GenericEnumConverter$instance extends ConfigurationConverterBase {
926
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
927
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
1058
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
1059
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
928
1060
  }
929
1061
 
930
1062
 
@@ -935,8 +1067,13 @@ export const GenericEnumConverter: {
935
1067
 
936
1068
  export type GenericEnumConverter = GenericEnumConverter$instance;
937
1069
 
938
- export interface IdnElement$instance extends ConfigurationElement {
939
- enabled: UriIdnScope;
1070
+ export abstract class IdnElement$protected {
1071
+ protected readonly Properties: ConfigurationPropertyCollection;
1072
+ }
1073
+
1074
+
1075
+ export interface IdnElement$instance extends IdnElement$protected, ConfigurationElement {
1076
+ Enabled: UriIdnScope;
940
1077
  }
941
1078
 
942
1079
 
@@ -947,7 +1084,17 @@ export const IdnElement: {
947
1084
 
948
1085
  export type IdnElement = IdnElement$instance;
949
1086
 
950
- export interface IgnoreSection$instance extends ConfigurationSection {
1087
+ export abstract class IgnoreSection$protected {
1088
+ protected readonly Properties: ConfigurationPropertyCollection;
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
+ }
1095
+
1096
+
1097
+ export interface IgnoreSection$instance extends IgnoreSection$protected, ConfigurationSection {
951
1098
  }
952
1099
 
953
1100
 
@@ -959,7 +1106,7 @@ export const IgnoreSection: {
959
1106
  export type IgnoreSection = IgnoreSection$instance;
960
1107
 
961
1108
  export interface IgnoreSectionHandler$instance {
962
- create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
1109
+ Create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
963
1110
  }
964
1111
 
965
1112
 
@@ -978,8 +1125,8 @@ export type IgnoreSectionHandler = IgnoreSectionHandler$instance & __IgnoreSecti
978
1125
 
979
1126
 
980
1127
  export interface InfiniteIntConverter$instance extends ConfigurationConverterBase {
981
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
982
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
1128
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
1129
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
983
1130
  }
984
1131
 
985
1132
 
@@ -991,8 +1138,8 @@ export const InfiniteIntConverter: {
991
1138
  export type InfiniteIntConverter = InfiniteIntConverter$instance;
992
1139
 
993
1140
  export interface InfiniteTimeSpanConverter$instance extends ConfigurationConverterBase {
994
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
995
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
1141
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
1142
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
996
1143
  }
997
1144
 
998
1145
 
@@ -1004,8 +1151,8 @@ export const InfiniteTimeSpanConverter: {
1004
1151
  export type InfiniteTimeSpanConverter = InfiniteTimeSpanConverter$instance;
1005
1152
 
1006
1153
  export interface IntegerValidator$instance extends ConfigurationValidatorBase {
1007
- canValidate(type: Type): boolean;
1008
- validate(value: unknown): void;
1154
+ CanValidate(type: Type): boolean;
1155
+ Validate(value: unknown): void;
1009
1156
  }
1010
1157
 
1011
1158
 
@@ -1019,10 +1166,10 @@ export const IntegerValidator: {
1019
1166
  export type IntegerValidator = IntegerValidator$instance;
1020
1167
 
1021
1168
  export interface IntegerValidatorAttribute$instance extends ConfigurationValidatorAttribute {
1022
- excludeRange: boolean;
1023
- maxValue: int;
1024
- minValue: int;
1025
- readonly validatorInstance: ConfigurationValidatorBase;
1169
+ ExcludeRange: boolean;
1170
+ MaxValue: int;
1171
+ MinValue: int;
1172
+ readonly ValidatorInstance: ConfigurationValidatorBase;
1026
1173
  }
1027
1174
 
1028
1175
 
@@ -1033,8 +1180,13 @@ export const IntegerValidatorAttribute: {
1033
1180
 
1034
1181
  export type IntegerValidatorAttribute = IntegerValidatorAttribute$instance;
1035
1182
 
1036
- export interface IriParsingElement$instance extends ConfigurationElement {
1037
- enabled: boolean;
1183
+ export abstract class IriParsingElement$protected {
1184
+ protected readonly Properties: ConfigurationPropertyCollection;
1185
+ }
1186
+
1187
+
1188
+ export interface IriParsingElement$instance extends IriParsingElement$protected, ConfigurationElement {
1189
+ Enabled: boolean;
1038
1190
  }
1039
1191
 
1040
1192
 
@@ -1045,13 +1197,22 @@ export const IriParsingElement: {
1045
1197
 
1046
1198
  export type IriParsingElement = IriParsingElement$instance;
1047
1199
 
1048
- export interface KeyValueConfigurationCollection$instance extends ConfigurationElementCollection {
1049
- readonly allKeys: string[];
1050
- readonly item: KeyValueConfigurationElement;
1051
- add(keyValue: KeyValueConfigurationElement): void;
1052
- add(key: string, value: string): void;
1053
- clear(): void;
1054
- remove(key: string): void;
1200
+ export abstract class KeyValueConfigurationCollection$protected {
1201
+ protected readonly Properties: ConfigurationPropertyCollection;
1202
+ protected readonly ThrowOnDuplicate: boolean;
1203
+ protected CreateNewElement2(): ConfigurationElement;
1204
+ protected CreateNewElement(elementName: string): ConfigurationElement;
1205
+ protected GetElementKey(element: ConfigurationElement): unknown;
1206
+ }
1207
+
1208
+
1209
+ export interface KeyValueConfigurationCollection$instance extends KeyValueConfigurationCollection$protected, ConfigurationElementCollection {
1210
+ readonly AllKeys: string[];
1211
+ readonly Item: KeyValueConfigurationElement;
1212
+ Add(keyValue: KeyValueConfigurationElement): void;
1213
+ Add(key: string, value: string): void;
1214
+ Clear(): void;
1215
+ Remove(key: string): void;
1055
1216
  }
1056
1217
 
1057
1218
 
@@ -1062,9 +1223,15 @@ export const KeyValueConfigurationCollection: {
1062
1223
 
1063
1224
  export type KeyValueConfigurationCollection = KeyValueConfigurationCollection$instance;
1064
1225
 
1065
- export interface KeyValueConfigurationElement$instance extends ConfigurationElement {
1066
- readonly key: string;
1067
- value: string;
1226
+ export abstract class KeyValueConfigurationElement$protected {
1227
+ protected readonly Properties: ConfigurationPropertyCollection;
1228
+ protected Init(): void;
1229
+ }
1230
+
1231
+
1232
+ export interface KeyValueConfigurationElement$instance extends KeyValueConfigurationElement$protected, ConfigurationElement {
1233
+ readonly Key: string;
1234
+ Value: string;
1068
1235
  }
1069
1236
 
1070
1237
 
@@ -1076,13 +1243,13 @@ export const KeyValueConfigurationElement: {
1076
1243
  export type KeyValueConfigurationElement = KeyValueConfigurationElement$instance;
1077
1244
 
1078
1245
  export interface LocalFileSettingsProvider$instance extends SettingsProvider {
1079
- applicationName: string;
1080
- getPreviousVersion(context: SettingsContext, property: SettingsProperty): SettingsPropertyValue;
1081
- getPropertyValues(context: SettingsContext, properties: SettingsPropertyCollection): SettingsPropertyValueCollection;
1082
- initialize(name: string, values: NameValueCollection): void;
1083
- reset(context: SettingsContext): void;
1084
- setPropertyValues(context: SettingsContext, values: SettingsPropertyValueCollection): void;
1085
- upgrade(context: SettingsContext, properties: SettingsPropertyCollection): void;
1246
+ ApplicationName: string;
1247
+ GetPreviousVersion(context: SettingsContext, property: SettingsProperty): SettingsPropertyValue;
1248
+ GetPropertyValues(context: SettingsContext, properties: SettingsPropertyCollection): SettingsPropertyValueCollection;
1249
+ Initialize(name: string, values: NameValueCollection): void;
1250
+ Reset(context: SettingsContext): void;
1251
+ SetPropertyValues(context: SettingsContext, values: SettingsPropertyValueCollection): void;
1252
+ Upgrade(context: SettingsContext, properties: SettingsPropertyCollection): void;
1086
1253
  }
1087
1254
 
1088
1255
 
@@ -1101,8 +1268,8 @@ export type LocalFileSettingsProvider = LocalFileSettingsProvider$instance & __L
1101
1268
 
1102
1269
 
1103
1270
  export interface LongValidator$instance extends ConfigurationValidatorBase {
1104
- canValidate(type: Type): boolean;
1105
- validate(value: unknown): void;
1271
+ CanValidate(type: Type): boolean;
1272
+ Validate(value: unknown): void;
1106
1273
  }
1107
1274
 
1108
1275
 
@@ -1116,10 +1283,10 @@ export const LongValidator: {
1116
1283
  export type LongValidator = LongValidator$instance;
1117
1284
 
1118
1285
  export interface LongValidatorAttribute$instance extends ConfigurationValidatorAttribute {
1119
- excludeRange: boolean;
1120
- maxValue: long;
1121
- minValue: long;
1122
- readonly validatorInstance: ConfigurationValidatorBase;
1286
+ ExcludeRange: boolean;
1287
+ MaxValue: long;
1288
+ MinValue: long;
1289
+ readonly ValidatorInstance: ConfigurationValidatorBase;
1123
1290
  }
1124
1291
 
1125
1292
 
@@ -1130,13 +1297,21 @@ export const LongValidatorAttribute: {
1130
1297
 
1131
1298
  export type LongValidatorAttribute = LongValidatorAttribute$instance;
1132
1299
 
1133
- export interface NameValueConfigurationCollection$instance extends ConfigurationElementCollection {
1134
- readonly allKeys: string[];
1135
- item: NameValueConfigurationElement;
1136
- add(nameValue: NameValueConfigurationElement): void;
1137
- clear(): void;
1138
- remove(nameValue: NameValueConfigurationElement): void;
1139
- remove(name: string): void;
1300
+ export abstract class NameValueConfigurationCollection$protected {
1301
+ protected readonly Properties: ConfigurationPropertyCollection;
1302
+ protected CreateNewElement2(): ConfigurationElement;
1303
+ protected CreateNewElement(elementName: string): ConfigurationElement;
1304
+ protected GetElementKey(element: ConfigurationElement): unknown;
1305
+ }
1306
+
1307
+
1308
+ export interface NameValueConfigurationCollection$instance extends NameValueConfigurationCollection$protected, ConfigurationElementCollection {
1309
+ readonly AllKeys: string[];
1310
+ Item: NameValueConfigurationElement;
1311
+ Add(nameValue: NameValueConfigurationElement): void;
1312
+ Clear(): void;
1313
+ Remove(nameValue: NameValueConfigurationElement): void;
1314
+ Remove(name: string): void;
1140
1315
  }
1141
1316
 
1142
1317
 
@@ -1147,9 +1322,14 @@ export const NameValueConfigurationCollection: {
1147
1322
 
1148
1323
  export type NameValueConfigurationCollection = NameValueConfigurationCollection$instance;
1149
1324
 
1150
- export interface NameValueConfigurationElement$instance extends ConfigurationElement {
1151
- readonly name: string;
1152
- value: string;
1325
+ export abstract class NameValueConfigurationElement$protected {
1326
+ protected readonly Properties: ConfigurationPropertyCollection;
1327
+ }
1328
+
1329
+
1330
+ export interface NameValueConfigurationElement$instance extends NameValueConfigurationElement$protected, ConfigurationElement {
1331
+ readonly Name: string;
1332
+ Value: string;
1153
1333
  }
1154
1334
 
1155
1335
 
@@ -1161,7 +1341,7 @@ export const NameValueConfigurationElement: {
1161
1341
  export type NameValueConfigurationElement = NameValueConfigurationElement$instance;
1162
1342
 
1163
1343
  export interface NameValueFileSectionHandler$instance {
1164
- create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
1344
+ Create(parent: unknown, configContext: unknown, section: XmlNode): unknown;
1165
1345
  }
1166
1346
 
1167
1347
 
@@ -1179,8 +1359,14 @@ export interface NameValueFileSectionHandler$instance extends IConfigurationSect
1179
1359
  export type NameValueFileSectionHandler = NameValueFileSectionHandler$instance & __NameValueFileSectionHandler$views;
1180
1360
 
1181
1361
 
1182
- export interface NameValueSectionHandler$instance {
1183
- create(parent: unknown, context: unknown, section: XmlNode): unknown;
1362
+ export abstract class NameValueSectionHandler$protected {
1363
+ protected readonly KeyAttributeName: string;
1364
+ protected readonly ValueAttributeName: string;
1365
+ }
1366
+
1367
+
1368
+ export interface NameValueSectionHandler$instance extends NameValueSectionHandler$protected {
1369
+ Create(parent: unknown, context: unknown, section: XmlNode): unknown;
1184
1370
  }
1185
1371
 
1186
1372
 
@@ -1210,8 +1396,8 @@ export const NoSettingsVersionUpgradeAttribute: {
1210
1396
  export type NoSettingsVersionUpgradeAttribute = NoSettingsVersionUpgradeAttribute$instance;
1211
1397
 
1212
1398
  export interface PositiveTimeSpanValidator$instance extends ConfigurationValidatorBase {
1213
- canValidate(type: Type): boolean;
1214
- validate(value: unknown): void;
1399
+ CanValidate(type: Type): boolean;
1400
+ Validate(value: unknown): void;
1215
1401
  }
1216
1402
 
1217
1403
 
@@ -1223,7 +1409,7 @@ export const PositiveTimeSpanValidator: {
1223
1409
  export type PositiveTimeSpanValidator = PositiveTimeSpanValidator$instance;
1224
1410
 
1225
1411
  export interface PositiveTimeSpanValidatorAttribute$instance extends ConfigurationValidatorAttribute {
1226
- readonly validatorInstance: ConfigurationValidatorBase;
1412
+ readonly ValidatorInstance: ConfigurationValidatorBase;
1227
1413
  }
1228
1414
 
1229
1415
 
@@ -1235,20 +1421,20 @@ export const PositiveTimeSpanValidatorAttribute: {
1235
1421
  export type PositiveTimeSpanValidatorAttribute = PositiveTimeSpanValidatorAttribute$instance;
1236
1422
 
1237
1423
  export interface PropertyInformation$instance {
1238
- readonly converter: TypeConverter;
1239
- readonly defaultValue: unknown;
1240
- readonly description: string;
1241
- readonly isKey: boolean;
1242
- readonly isLocked: boolean;
1243
- readonly isModified: boolean;
1244
- readonly isRequired: boolean;
1245
- readonly lineNumber: int;
1246
- readonly name: string;
1247
- readonly source: string;
1248
- readonly type: Type;
1249
- readonly validator: ConfigurationValidatorBase;
1250
- value: unknown;
1251
- readonly valueOrigin: PropertyValueOrigin;
1424
+ readonly Converter: TypeConverter;
1425
+ readonly DefaultValue: unknown;
1426
+ readonly Description: string;
1427
+ readonly IsKey: boolean;
1428
+ readonly IsLocked: boolean;
1429
+ readonly IsModified: boolean;
1430
+ readonly IsRequired: boolean;
1431
+ readonly LineNumber: int;
1432
+ readonly Name: string;
1433
+ readonly Source: string;
1434
+ readonly Type: Type;
1435
+ readonly Validator: ConfigurationValidatorBase;
1436
+ Value: unknown;
1437
+ readonly ValueOrigin: PropertyValueOrigin;
1252
1438
  }
1253
1439
 
1254
1440
 
@@ -1260,9 +1446,9 @@ export const PropertyInformation: {
1260
1446
  export type PropertyInformation = PropertyInformation$instance;
1261
1447
 
1262
1448
  export interface PropertyInformationCollection$instance extends NameObjectCollectionBase {
1263
- readonly item: PropertyInformation;
1264
- copyTo(array: PropertyInformation[], index: int): void;
1265
- getEnumerator(): IEnumerator;
1449
+ readonly Item: PropertyInformation;
1450
+ CopyTo(array: PropertyInformation[], index: int): void;
1451
+ GetEnumerator(): IEnumerator;
1266
1452
  }
1267
1453
 
1268
1454
 
@@ -1274,20 +1460,21 @@ export const PropertyInformationCollection: {
1274
1460
  export type PropertyInformationCollection = PropertyInformationCollection$instance;
1275
1461
 
1276
1462
  export interface ProtectedConfigurationProvider$instance extends ProviderBase {
1277
- decrypt(encryptedNode: XmlNode): XmlNode;
1278
- encrypt(node: XmlNode): XmlNode;
1463
+ Decrypt(encryptedNode: XmlNode): XmlNode;
1464
+ Encrypt(node: XmlNode): XmlNode;
1279
1465
  }
1280
1466
 
1281
1467
 
1282
1468
  export const ProtectedConfigurationProvider: {
1469
+ new(): ProtectedConfigurationProvider;
1283
1470
  };
1284
1471
 
1285
1472
 
1286
1473
  export type ProtectedConfigurationProvider = ProtectedConfigurationProvider$instance;
1287
1474
 
1288
1475
  export interface ProtectedConfigurationProviderCollection$instance extends ProviderCollection {
1289
- readonly item: ProtectedConfigurationProvider | ProviderBase;
1290
- add(provider: ProviderBase): void;
1476
+ readonly Item: ProtectedConfigurationProvider | ProviderBase;
1477
+ Add(provider: ProviderBase): void;
1291
1478
  }
1292
1479
 
1293
1480
 
@@ -1298,9 +1485,14 @@ export const ProtectedConfigurationProviderCollection: {
1298
1485
 
1299
1486
  export type ProtectedConfigurationProviderCollection = ProtectedConfigurationProviderCollection$instance;
1300
1487
 
1301
- export interface ProtectedConfigurationSection$instance extends ConfigurationSection {
1302
- defaultProvider: string;
1303
- readonly providers: ProviderSettingsCollection;
1488
+ export abstract class ProtectedConfigurationSection$protected {
1489
+ protected readonly Properties: ConfigurationPropertyCollection;
1490
+ }
1491
+
1492
+
1493
+ export interface ProtectedConfigurationSection$instance extends ProtectedConfigurationSection$protected, ConfigurationSection {
1494
+ DefaultProvider: string;
1495
+ readonly Providers: ProviderSettingsCollection;
1304
1496
  }
1305
1497
 
1306
1498
 
@@ -1311,8 +1503,13 @@ export const ProtectedConfigurationSection: {
1311
1503
 
1312
1504
  export type ProtectedConfigurationSection = ProtectedConfigurationSection$instance;
1313
1505
 
1314
- export interface ProtectedProviderSettings$instance extends ConfigurationElement {
1315
- readonly providers: ProviderSettingsCollection;
1506
+ export abstract class ProtectedProviderSettings$protected {
1507
+ protected readonly Properties: ConfigurationPropertyCollection;
1508
+ }
1509
+
1510
+
1511
+ export interface ProtectedProviderSettings$instance extends ProtectedProviderSettings$protected, ConfigurationElement {
1512
+ readonly Providers: ProviderSettingsCollection;
1316
1513
  }
1317
1514
 
1318
1515
 
@@ -1323,10 +1520,19 @@ export const ProtectedProviderSettings: {
1323
1520
 
1324
1521
  export type ProtectedProviderSettings = ProtectedProviderSettings$instance;
1325
1522
 
1326
- export interface ProviderSettings$instance extends ConfigurationElement {
1327
- name: string;
1328
- readonly parameters: NameValueCollection;
1329
- type: string;
1523
+ export abstract class ProviderSettings$protected {
1524
+ protected readonly Properties: ConfigurationPropertyCollection;
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
+
1531
+
1532
+ export interface ProviderSettings$instance extends ProviderSettings$protected, ConfigurationElement {
1533
+ Name: string;
1534
+ readonly Parameters: NameValueCollection;
1535
+ Type: string;
1330
1536
  }
1331
1537
 
1332
1538
 
@@ -1338,12 +1544,20 @@ export const ProviderSettings: {
1338
1544
 
1339
1545
  export type ProviderSettings = ProviderSettings$instance;
1340
1546
 
1341
- export interface ProviderSettingsCollection$instance extends ConfigurationElementCollection {
1342
- add(provider: ProviderSettings): void;
1343
- clear(): void;
1547
+ export abstract class ProviderSettingsCollection$protected {
1548
+ protected readonly Properties: ConfigurationPropertyCollection;
1549
+ protected CreateNewElement2(): ConfigurationElement;
1550
+ protected CreateNewElement(elementName: string): ConfigurationElement;
1551
+ protected GetElementKey(element: ConfigurationElement): unknown;
1552
+ }
1553
+
1554
+
1555
+ export interface ProviderSettingsCollection$instance extends ProviderSettingsCollection$protected, ConfigurationElementCollection {
1556
+ Add(provider: ProviderSettings): void;
1557
+ Clear(): void;
1344
1558
  get_Item(key: string): ProviderSettings;
1345
1559
  get_Item(index: int): ProviderSettings;
1346
- remove(name: string): void;
1560
+ Remove(name: string): void;
1347
1561
  set_Item(index: int, value: ProviderSettings): void;
1348
1562
  }
1349
1563
 
@@ -1356,8 +1570,8 @@ export const ProviderSettingsCollection: {
1356
1570
  export type ProviderSettingsCollection = ProviderSettingsCollection$instance;
1357
1571
 
1358
1572
  export interface RegexStringValidator$instance extends ConfigurationValidatorBase {
1359
- canValidate(type: Type): boolean;
1360
- validate(value: unknown): void;
1573
+ CanValidate(type: Type): boolean;
1574
+ Validate(value: unknown): void;
1361
1575
  }
1362
1576
 
1363
1577
 
@@ -1369,8 +1583,8 @@ export const RegexStringValidator: {
1369
1583
  export type RegexStringValidator = RegexStringValidator$instance;
1370
1584
 
1371
1585
  export interface RegexStringValidatorAttribute$instance extends ConfigurationValidatorAttribute {
1372
- readonly regex: string;
1373
- readonly validatorInstance: ConfigurationValidatorBase;
1586
+ readonly Regex: string;
1587
+ readonly ValidatorInstance: ConfigurationValidatorBase;
1374
1588
  }
1375
1589
 
1376
1590
 
@@ -1382,18 +1596,18 @@ export const RegexStringValidatorAttribute: {
1382
1596
  export type RegexStringValidatorAttribute = RegexStringValidatorAttribute$instance;
1383
1597
 
1384
1598
  export interface RsaProtectedConfigurationProvider$instance extends ProtectedConfigurationProvider {
1385
- readonly cspProviderName: string;
1386
- readonly keyContainerName: string;
1387
- readonly rsaPublicKey: RSAParameters;
1388
- readonly useFIPS: boolean;
1389
- readonly useMachineContainer: boolean;
1390
- readonly useOAEP: boolean;
1391
- addKey(keySize: int, exportable: boolean): void;
1392
- decrypt(encryptedNode: XmlNode): XmlNode;
1393
- deleteKey(): void;
1394
- encrypt(node: XmlNode): XmlNode;
1395
- exportKey(xmlFileName: string, includePrivateParameters: boolean): void;
1396
- importKey(xmlFileName: string, exportable: boolean): void;
1599
+ readonly CspProviderName: string;
1600
+ readonly KeyContainerName: string;
1601
+ readonly RsaPublicKey: RSAParameters;
1602
+ readonly UseFIPS: boolean;
1603
+ readonly UseMachineContainer: boolean;
1604
+ readonly UseOAEP: boolean;
1605
+ AddKey(keySize: int, exportable: boolean): void;
1606
+ Decrypt(encryptedNode: XmlNode): XmlNode;
1607
+ DeleteKey(): void;
1608
+ Encrypt(node: XmlNode): XmlNode;
1609
+ ExportKey(xmlFileName: string, includePrivateParameters: boolean): void;
1610
+ ImportKey(xmlFileName: string, exportable: boolean): void;
1397
1611
  }
1398
1612
 
1399
1613
 
@@ -1404,9 +1618,14 @@ export const RsaProtectedConfigurationProvider: {
1404
1618
 
1405
1619
  export type RsaProtectedConfigurationProvider = RsaProtectedConfigurationProvider$instance;
1406
1620
 
1407
- export interface SchemeSettingElement$instance extends ConfigurationElement {
1408
- readonly genericUriParserOptions: GenericUriParserOptions;
1409
- readonly name: string;
1621
+ export abstract class SchemeSettingElement$protected {
1622
+ protected readonly Properties: ConfigurationPropertyCollection;
1623
+ }
1624
+
1625
+
1626
+ export interface SchemeSettingElement$instance extends SchemeSettingElement$protected, ConfigurationElement {
1627
+ readonly GenericUriParserOptions: GenericUriParserOptions;
1628
+ readonly Name: string;
1410
1629
  }
1411
1630
 
1412
1631
 
@@ -1417,11 +1636,18 @@ export const SchemeSettingElement: {
1417
1636
 
1418
1637
  export type SchemeSettingElement = SchemeSettingElement$instance;
1419
1638
 
1420
- export interface SchemeSettingElementCollection$instance extends ConfigurationElementCollection {
1421
- readonly collectionType: ConfigurationElementCollectionType;
1639
+ export abstract class SchemeSettingElementCollection$protected {
1640
+ protected CreateNewElement2(): ConfigurationElement;
1641
+ protected CreateNewElement(elementName: string): ConfigurationElement;
1642
+ protected GetElementKey(element: ConfigurationElement): unknown;
1643
+ }
1644
+
1645
+
1646
+ export interface SchemeSettingElementCollection$instance extends SchemeSettingElementCollection$protected, ConfigurationElementCollection {
1647
+ readonly CollectionType: ConfigurationElementCollectionType;
1422
1648
  get_Item(index: int): SchemeSettingElement;
1423
1649
  get_Item(name: string): SchemeSettingElement;
1424
- indexOf(element: SchemeSettingElement): int;
1650
+ IndexOf(element: SchemeSettingElement): int;
1425
1651
  }
1426
1652
 
1427
1653
 
@@ -1433,34 +1659,34 @@ export const SchemeSettingElementCollection: {
1433
1659
  export type SchemeSettingElementCollection = SchemeSettingElementCollection$instance;
1434
1660
 
1435
1661
  export interface SectionInformation$instance {
1436
- allowDefinition: ConfigurationAllowDefinition;
1437
- allowExeDefinition: ConfigurationAllowExeDefinition;
1438
- allowLocation: boolean;
1439
- allowOverride: boolean;
1440
- configSource: string;
1441
- forceSave: boolean;
1442
- inheritInChildApplications: boolean;
1443
- readonly isDeclarationRequired: boolean;
1444
- readonly isDeclared: boolean;
1445
- readonly isLocked: boolean;
1446
- readonly isProtected: boolean;
1447
- readonly name: string;
1448
- overrideMode: OverrideMode;
1449
- overrideModeDefault: OverrideMode;
1450
- readonly overrideModeEffective: OverrideMode;
1451
- readonly protectionProvider: ProtectedConfigurationProvider;
1452
- requirePermission: boolean;
1453
- restartOnExternalChanges: boolean;
1454
- readonly sectionName: string;
1455
- type: string;
1456
- forceDeclaration(): void;
1457
- forceDeclaration(force: boolean): void;
1458
- getParentSection(): ConfigurationSection;
1459
- getRawXml(): string;
1460
- protectSection(protectionProvider: string): void;
1461
- revertToParent(): void;
1462
- setRawXml(rawXml: string): void;
1463
- unprotectSection(): void;
1662
+ AllowDefinition: ConfigurationAllowDefinition;
1663
+ AllowExeDefinition: ConfigurationAllowExeDefinition;
1664
+ AllowLocation: boolean;
1665
+ AllowOverride: boolean;
1666
+ ConfigSource: string;
1667
+ ForceSave: boolean;
1668
+ InheritInChildApplications: boolean;
1669
+ readonly IsDeclarationRequired: boolean;
1670
+ readonly IsDeclared: boolean;
1671
+ readonly IsLocked: boolean;
1672
+ readonly IsProtected: boolean;
1673
+ Name: string;
1674
+ OverrideMode: OverrideMode;
1675
+ OverrideModeDefault: OverrideMode;
1676
+ readonly OverrideModeEffective: OverrideMode;
1677
+ readonly ProtectionProvider: ProtectedConfigurationProvider;
1678
+ RequirePermission: boolean;
1679
+ RestartOnExternalChanges: boolean;
1680
+ readonly SectionName: string;
1681
+ Type: string;
1682
+ ForceDeclaration(): void;
1683
+ ForceDeclaration(force: boolean): void;
1684
+ GetParentSection(): ConfigurationSection;
1685
+ GetRawXml(): string;
1686
+ ProtectSection(protectionProvider: string): void;
1687
+ RevertToParent(): void;
1688
+ SetRawXml(rawXml: string): void;
1689
+ UnprotectSection(): void;
1464
1690
  }
1465
1691
 
1466
1692
 
@@ -1483,10 +1709,10 @@ export const SettingAttribute: {
1483
1709
  export type SettingAttribute = SettingAttribute$instance;
1484
1710
 
1485
1711
  export interface SettingChangingEventArgs$instance extends CancelEventArgs {
1486
- readonly newValue: unknown;
1487
- readonly settingClass: string;
1488
- readonly settingKey: string;
1489
- readonly settingName: string;
1712
+ readonly NewValue: unknown;
1713
+ readonly SettingClass: string;
1714
+ readonly SettingKey: string;
1715
+ readonly SettingName: string;
1490
1716
  }
1491
1717
 
1492
1718
 
@@ -1497,12 +1723,17 @@ export const SettingChangingEventArgs: {
1497
1723
 
1498
1724
  export type SettingChangingEventArgs = SettingChangingEventArgs$instance;
1499
1725
 
1500
- export interface SettingElement$instance extends ConfigurationElement {
1501
- name: string;
1502
- serializeAs: SettingsSerializeAs;
1503
- value: SettingValueElement;
1504
- equals(settings: unknown): boolean;
1505
- getHashCode(): int;
1726
+ export abstract class SettingElement$protected {
1727
+ protected readonly Properties: ConfigurationPropertyCollection;
1728
+ }
1729
+
1730
+
1731
+ export interface SettingElement$instance extends SettingElement$protected, ConfigurationElement {
1732
+ Name: string;
1733
+ SerializeAs: SettingsSerializeAs;
1734
+ Value: SettingValueElement;
1735
+ Equals(settings: unknown): boolean;
1736
+ GetHashCode(): int;
1506
1737
  }
1507
1738
 
1508
1739
 
@@ -1514,12 +1745,20 @@ export const SettingElement: {
1514
1745
 
1515
1746
  export type SettingElement = SettingElement$instance;
1516
1747
 
1517
- export interface SettingElementCollection$instance extends ConfigurationElementCollection {
1518
- readonly collectionType: ConfigurationElementCollectionType;
1519
- add(element: SettingElement): void;
1520
- clear(): void;
1521
- get(elementKey: string): SettingElement;
1522
- remove(element: SettingElement): void;
1748
+ export abstract class SettingElementCollection$protected {
1749
+ protected readonly ElementName: string;
1750
+ protected CreateNewElement2(): ConfigurationElement;
1751
+ protected CreateNewElement(elementName: string): ConfigurationElement;
1752
+ protected GetElementKey(element: ConfigurationElement): unknown;
1753
+ }
1754
+
1755
+
1756
+ export interface SettingElementCollection$instance extends SettingElementCollection$protected, ConfigurationElementCollection {
1757
+ readonly CollectionType: ConfigurationElementCollectionType;
1758
+ Add(element: SettingElement): void;
1759
+ Clear(): void;
1760
+ Get(elementKey: string): SettingElement;
1761
+ Remove(element: SettingElement): void;
1523
1762
  }
1524
1763
 
1525
1764
 
@@ -1537,25 +1776,27 @@ export interface SettingsAttributeDictionary$instance extends Hashtable {
1537
1776
  export const SettingsAttributeDictionary: {
1538
1777
  new(): SettingsAttributeDictionary;
1539
1778
  new(attributes: SettingsAttributeDictionary): SettingsAttributeDictionary;
1779
+ new(serializationInfo: SerializationInfo, streamingContext: StreamingContext): SettingsAttributeDictionary;
1540
1780
  };
1541
1781
 
1542
1782
 
1543
1783
  export type SettingsAttributeDictionary = SettingsAttributeDictionary$instance;
1544
1784
 
1545
1785
  export interface SettingsBase$instance {
1546
- readonly context: SettingsContext;
1547
- readonly isSynchronized: boolean;
1548
- item: unknown;
1549
- readonly properties: SettingsPropertyCollection;
1550
- readonly propertyValues: SettingsPropertyValueCollection;
1551
- readonly providers: SettingsProviderCollection;
1552
- initialize(context: SettingsContext, properties: SettingsPropertyCollection, providers: SettingsProviderCollection): void;
1553
- save(): void;
1786
+ readonly Context: SettingsContext;
1787
+ readonly IsSynchronized: boolean;
1788
+ Item: unknown;
1789
+ readonly Properties: SettingsPropertyCollection;
1790
+ readonly PropertyValues: SettingsPropertyValueCollection;
1791
+ readonly Providers: SettingsProviderCollection;
1792
+ Initialize(context: SettingsContext, properties: SettingsPropertyCollection, providers: SettingsProviderCollection): void;
1793
+ Save(): void;
1554
1794
  }
1555
1795
 
1556
1796
 
1557
1797
  export const SettingsBase: {
1558
- synchronized(settingsBase: SettingsBase): SettingsBase;
1798
+ new(): SettingsBase;
1799
+ Synchronized(settingsBase: SettingsBase): SettingsBase;
1559
1800
  };
1560
1801
 
1561
1802
 
@@ -1567,13 +1808,14 @@ export interface SettingsContext$instance extends Hashtable {
1567
1808
 
1568
1809
  export const SettingsContext: {
1569
1810
  new(): SettingsContext;
1811
+ new(serializationInfo: SerializationInfo, streamingContext: StreamingContext): SettingsContext;
1570
1812
  };
1571
1813
 
1572
1814
 
1573
1815
  export type SettingsContext = SettingsContext$instance;
1574
1816
 
1575
1817
  export interface SettingsDescriptionAttribute$instance extends Attribute {
1576
- readonly description: string;
1818
+ readonly Description: string;
1577
1819
  }
1578
1820
 
1579
1821
 
@@ -1585,7 +1827,7 @@ export const SettingsDescriptionAttribute: {
1585
1827
  export type SettingsDescriptionAttribute = SettingsDescriptionAttribute$instance;
1586
1828
 
1587
1829
  export interface SettingsGroupDescriptionAttribute$instance extends Attribute {
1588
- readonly description: string;
1830
+ readonly Description: string;
1589
1831
  }
1590
1832
 
1591
1833
 
@@ -1597,7 +1839,7 @@ export const SettingsGroupDescriptionAttribute: {
1597
1839
  export type SettingsGroupDescriptionAttribute = SettingsGroupDescriptionAttribute$instance;
1598
1840
 
1599
1841
  export interface SettingsGroupNameAttribute$instance extends Attribute {
1600
- readonly groupName: string;
1842
+ readonly GroupName: string;
1601
1843
  }
1602
1844
 
1603
1845
 
@@ -1609,7 +1851,7 @@ export const SettingsGroupNameAttribute: {
1609
1851
  export type SettingsGroupNameAttribute = SettingsGroupNameAttribute$instance;
1610
1852
 
1611
1853
  export interface SettingsLoadedEventArgs$instance extends EventArgs {
1612
- readonly provider: SettingsProvider;
1854
+ readonly Provider: SettingsProvider;
1613
1855
  }
1614
1856
 
1615
1857
 
@@ -1621,7 +1863,7 @@ export const SettingsLoadedEventArgs: {
1621
1863
  export type SettingsLoadedEventArgs = SettingsLoadedEventArgs$instance;
1622
1864
 
1623
1865
  export interface SettingsManageabilityAttribute$instance extends Attribute {
1624
- readonly manageability: SettingsManageability;
1866
+ readonly Manageability: SettingsManageability;
1625
1867
  }
1626
1868
 
1627
1869
 
@@ -1633,16 +1875,16 @@ export const SettingsManageabilityAttribute: {
1633
1875
  export type SettingsManageabilityAttribute = SettingsManageabilityAttribute$instance;
1634
1876
 
1635
1877
  export interface SettingsProperty$instance {
1636
- readonly attributes: SettingsAttributeDictionary;
1637
- defaultValue: unknown;
1638
- isReadOnly: boolean;
1639
- name: string;
1640
- propertyType: Type;
1641
- get provider(): SettingsProvider | undefined;
1642
- set provider(value: SettingsProvider);
1643
- serializeAs: SettingsSerializeAs;
1644
- throwOnErrorDeserializing: boolean;
1645
- throwOnErrorSerializing: boolean;
1878
+ Attributes: SettingsAttributeDictionary;
1879
+ DefaultValue: unknown;
1880
+ IsReadOnly: boolean;
1881
+ Name: string;
1882
+ PropertyType: Type;
1883
+ get Provider(): SettingsProvider | undefined;
1884
+ set Provider(value: SettingsProvider);
1885
+ SerializeAs: SettingsSerializeAs;
1886
+ ThrowOnErrorDeserializing: boolean;
1887
+ ThrowOnErrorSerializing: boolean;
1646
1888
  }
1647
1889
 
1648
1890
 
@@ -1655,18 +1897,28 @@ export const SettingsProperty: {
1655
1897
 
1656
1898
  export type SettingsProperty = SettingsProperty$instance;
1657
1899
 
1658
- export interface SettingsPropertyCollection$instance {
1659
- readonly count: int;
1660
- readonly isSynchronized: boolean;
1661
- readonly item: SettingsProperty;
1662
- readonly syncRoot: unknown;
1663
- add(property: SettingsProperty): void;
1664
- clear(): void;
1665
- clone(): unknown;
1666
- copyTo(array: ClrArray, index: int): void;
1667
- getEnumerator(): IEnumerator;
1668
- remove(name: string): void;
1669
- setReadOnly(): void;
1900
+ export abstract class SettingsPropertyCollection$protected {
1901
+ protected OnAdd(property: SettingsProperty): void;
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
+ }
1908
+
1909
+
1910
+ export interface SettingsPropertyCollection$instance extends SettingsPropertyCollection$protected {
1911
+ readonly Count: int;
1912
+ readonly IsSynchronized: boolean;
1913
+ readonly Item: SettingsProperty;
1914
+ readonly SyncRoot: unknown;
1915
+ Add(property: SettingsProperty): void;
1916
+ Clear(): void;
1917
+ Clone(): unknown;
1918
+ CopyTo(array: ClrArray, index: int): void;
1919
+ GetEnumerator(): IEnumerator;
1920
+ Remove(name: string): void;
1921
+ SetReadOnly(): void;
1670
1922
  }
1671
1923
 
1672
1924
 
@@ -1684,6 +1936,7 @@ export interface SettingsPropertyIsReadOnlyException$instance extends Exception
1684
1936
  export const SettingsPropertyIsReadOnlyException: {
1685
1937
  new(message: string): SettingsPropertyIsReadOnlyException;
1686
1938
  new(message: string, innerException: Exception): SettingsPropertyIsReadOnlyException;
1939
+ new(info: SerializationInfo, context: StreamingContext): SettingsPropertyIsReadOnlyException;
1687
1940
  new(): SettingsPropertyIsReadOnlyException;
1688
1941
  };
1689
1942
 
@@ -1697,6 +1950,7 @@ export interface SettingsPropertyNotFoundException$instance extends Exception {
1697
1950
  export const SettingsPropertyNotFoundException: {
1698
1951
  new(message: string): SettingsPropertyNotFoundException;
1699
1952
  new(message: string, innerException: Exception): SettingsPropertyNotFoundException;
1953
+ new(info: SerializationInfo, context: StreamingContext): SettingsPropertyNotFoundException;
1700
1954
  new(): SettingsPropertyNotFoundException;
1701
1955
  };
1702
1956
 
@@ -1704,13 +1958,13 @@ export const SettingsPropertyNotFoundException: {
1704
1958
  export type SettingsPropertyNotFoundException = SettingsPropertyNotFoundException$instance;
1705
1959
 
1706
1960
  export interface SettingsPropertyValue$instance {
1707
- deserialized: boolean;
1708
- isDirty: boolean;
1709
- readonly name: string;
1710
- readonly property: SettingsProperty;
1711
- propertyValue: unknown;
1712
- serializedValue: unknown;
1713
- readonly usingDefaultValue: boolean;
1961
+ Deserialized: boolean;
1962
+ IsDirty: boolean;
1963
+ readonly Name: string;
1964
+ Property: SettingsProperty;
1965
+ PropertyValue: unknown;
1966
+ SerializedValue: unknown;
1967
+ UsingDefaultValue: boolean;
1714
1968
  }
1715
1969
 
1716
1970
 
@@ -1722,17 +1976,17 @@ export const SettingsPropertyValue: {
1722
1976
  export type SettingsPropertyValue = SettingsPropertyValue$instance;
1723
1977
 
1724
1978
  export interface SettingsPropertyValueCollection$instance {
1725
- readonly count: int;
1726
- readonly isSynchronized: boolean;
1727
- readonly item: SettingsPropertyValue;
1728
- readonly syncRoot: unknown;
1729
- add(property: SettingsPropertyValue): void;
1730
- clear(): void;
1731
- clone(): unknown;
1732
- copyTo(array: ClrArray, index: int): void;
1733
- getEnumerator(): IEnumerator;
1734
- remove(name: string): void;
1735
- setReadOnly(): void;
1979
+ readonly Count: int;
1980
+ readonly IsSynchronized: boolean;
1981
+ readonly Item: SettingsPropertyValue;
1982
+ readonly SyncRoot: unknown;
1983
+ Add(property: SettingsPropertyValue): void;
1984
+ Clear(): void;
1985
+ Clone(): unknown;
1986
+ CopyTo(array: ClrArray, index: int): void;
1987
+ GetEnumerator(): IEnumerator;
1988
+ Remove(name: string): void;
1989
+ SetReadOnly(): void;
1736
1990
  }
1737
1991
 
1738
1992
 
@@ -1750,6 +2004,7 @@ export interface SettingsPropertyWrongTypeException$instance extends Exception {
1750
2004
  export const SettingsPropertyWrongTypeException: {
1751
2005
  new(message: string): SettingsPropertyWrongTypeException;
1752
2006
  new(message: string, innerException: Exception): SettingsPropertyWrongTypeException;
2007
+ new(info: SerializationInfo, context: StreamingContext): SettingsPropertyWrongTypeException;
1753
2008
  new(): SettingsPropertyWrongTypeException;
1754
2009
  };
1755
2010
 
@@ -1757,20 +2012,21 @@ export const SettingsPropertyWrongTypeException: {
1757
2012
  export type SettingsPropertyWrongTypeException = SettingsPropertyWrongTypeException$instance;
1758
2013
 
1759
2014
  export interface SettingsProvider$instance extends ProviderBase {
1760
- applicationName: string;
1761
- getPropertyValues(context: SettingsContext, collection: SettingsPropertyCollection): SettingsPropertyValueCollection;
1762
- setPropertyValues(context: SettingsContext, collection: SettingsPropertyValueCollection): void;
2015
+ ApplicationName: string;
2016
+ GetPropertyValues(context: SettingsContext, collection: SettingsPropertyCollection): SettingsPropertyValueCollection;
2017
+ SetPropertyValues(context: SettingsContext, collection: SettingsPropertyValueCollection): void;
1763
2018
  }
1764
2019
 
1765
2020
 
1766
2021
  export const SettingsProvider: {
2022
+ new(): SettingsProvider;
1767
2023
  };
1768
2024
 
1769
2025
 
1770
2026
  export type SettingsProvider = SettingsProvider$instance;
1771
2027
 
1772
2028
  export interface SettingsProviderAttribute$instance extends Attribute {
1773
- readonly providerTypeName: string;
2029
+ readonly ProviderTypeName: string;
1774
2030
  }
1775
2031
 
1776
2032
 
@@ -1783,8 +2039,8 @@ export const SettingsProviderAttribute: {
1783
2039
  export type SettingsProviderAttribute = SettingsProviderAttribute$instance;
1784
2040
 
1785
2041
  export interface SettingsProviderCollection$instance extends ProviderCollection {
1786
- readonly item: ProviderBase | SettingsProvider;
1787
- add(provider: ProviderBase): void;
2042
+ readonly Item: ProviderBase | SettingsProvider;
2043
+ Add(provider: ProviderBase): void;
1788
2044
  }
1789
2045
 
1790
2046
 
@@ -1796,7 +2052,7 @@ export const SettingsProviderCollection: {
1796
2052
  export type SettingsProviderCollection = SettingsProviderCollection$instance;
1797
2053
 
1798
2054
  export interface SettingsSerializeAsAttribute$instance extends Attribute {
1799
- readonly serializeAs: SettingsSerializeAs;
2055
+ readonly SerializeAs: SettingsSerializeAs;
1800
2056
  }
1801
2057
 
1802
2058
 
@@ -1807,10 +2063,21 @@ export const SettingsSerializeAsAttribute: {
1807
2063
 
1808
2064
  export type SettingsSerializeAsAttribute = SettingsSerializeAsAttribute$instance;
1809
2065
 
1810
- export interface SettingValueElement$instance extends ConfigurationElement {
1811
- valueXml: XmlNode;
1812
- equals(settingValue: unknown): boolean;
1813
- getHashCode(): int;
2066
+ export abstract class SettingValueElement$protected {
2067
+ protected readonly Properties: ConfigurationPropertyCollection;
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
+
2076
+
2077
+ export interface SettingValueElement$instance extends SettingValueElement$protected, ConfigurationElement {
2078
+ ValueXml: XmlNode;
2079
+ Equals(settingValue: unknown): boolean;
2080
+ GetHashCode(): int;
1814
2081
  }
1815
2082
 
1816
2083
 
@@ -1822,7 +2089,7 @@ export const SettingValueElement: {
1822
2089
  export type SettingValueElement = SettingValueElement$instance;
1823
2090
 
1824
2091
  export interface SingleTagSectionHandler$instance {
1825
- create(parent: unknown, context: unknown, section: XmlNode): unknown;
2092
+ Create(parent: unknown, context: unknown, section: XmlNode): unknown;
1826
2093
  }
1827
2094
 
1828
2095
 
@@ -1841,7 +2108,7 @@ export type SingleTagSectionHandler = SingleTagSectionHandler$instance & __Singl
1841
2108
 
1842
2109
 
1843
2110
  export interface SpecialSettingAttribute$instance extends Attribute {
1844
- readonly specialSetting: SpecialSetting;
2111
+ readonly SpecialSetting: SpecialSetting;
1845
2112
  }
1846
2113
 
1847
2114
 
@@ -1853,8 +2120,8 @@ export const SpecialSettingAttribute: {
1853
2120
  export type SpecialSettingAttribute = SpecialSettingAttribute$instance;
1854
2121
 
1855
2122
  export interface StringValidator$instance extends ConfigurationValidatorBase {
1856
- canValidate(type: Type): boolean;
1857
- validate(value: unknown): void;
2123
+ CanValidate(type: Type): boolean;
2124
+ Validate(value: unknown): void;
1858
2125
  }
1859
2126
 
1860
2127
 
@@ -1868,10 +2135,10 @@ export const StringValidator: {
1868
2135
  export type StringValidator = StringValidator$instance;
1869
2136
 
1870
2137
  export interface StringValidatorAttribute$instance extends ConfigurationValidatorAttribute {
1871
- invalidCharacters: string;
1872
- maxLength: int;
1873
- minLength: int;
1874
- readonly validatorInstance: ConfigurationValidatorBase;
2138
+ InvalidCharacters: string;
2139
+ MaxLength: int;
2140
+ MinLength: int;
2141
+ readonly ValidatorInstance: ConfigurationValidatorBase;
1875
2142
  }
1876
2143
 
1877
2144
 
@@ -1883,8 +2150,8 @@ export const StringValidatorAttribute: {
1883
2150
  export type StringValidatorAttribute = StringValidatorAttribute$instance;
1884
2151
 
1885
2152
  export interface SubclassTypeValidator$instance extends ConfigurationValidatorBase {
1886
- canValidate(type: Type): boolean;
1887
- validate(value: unknown): void;
2153
+ CanValidate(type: Type): boolean;
2154
+ Validate(value: unknown): void;
1888
2155
  }
1889
2156
 
1890
2157
 
@@ -1896,8 +2163,8 @@ export const SubclassTypeValidator: {
1896
2163
  export type SubclassTypeValidator = SubclassTypeValidator$instance;
1897
2164
 
1898
2165
  export interface SubclassTypeValidatorAttribute$instance extends ConfigurationValidatorAttribute {
1899
- readonly baseClass: Type;
1900
- readonly validatorInstance: ConfigurationValidatorBase;
2166
+ readonly BaseClass: Type;
2167
+ readonly ValidatorInstance: ConfigurationValidatorBase;
1901
2168
  }
1902
2169
 
1903
2170
 
@@ -1909,8 +2176,8 @@ export const SubclassTypeValidatorAttribute: {
1909
2176
  export type SubclassTypeValidatorAttribute = SubclassTypeValidatorAttribute$instance;
1910
2177
 
1911
2178
  export interface TimeSpanMinutesConverter$instance extends ConfigurationConverterBase {
1912
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
1913
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
2179
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
2180
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
1914
2181
  }
1915
2182
 
1916
2183
 
@@ -1922,8 +2189,8 @@ export const TimeSpanMinutesConverter: {
1922
2189
  export type TimeSpanMinutesConverter = TimeSpanMinutesConverter$instance;
1923
2190
 
1924
2191
  export interface TimeSpanMinutesOrInfiniteConverter$instance extends TimeSpanMinutesConverter {
1925
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
1926
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
2192
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
2193
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
1927
2194
  }
1928
2195
 
1929
2196
 
@@ -1935,8 +2202,8 @@ export const TimeSpanMinutesOrInfiniteConverter: {
1935
2202
  export type TimeSpanMinutesOrInfiniteConverter = TimeSpanMinutesOrInfiniteConverter$instance;
1936
2203
 
1937
2204
  export interface TimeSpanSecondsConverter$instance extends ConfigurationConverterBase {
1938
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
1939
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
2205
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
2206
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
1940
2207
  }
1941
2208
 
1942
2209
 
@@ -1948,8 +2215,8 @@ export const TimeSpanSecondsConverter: {
1948
2215
  export type TimeSpanSecondsConverter = TimeSpanSecondsConverter$instance;
1949
2216
 
1950
2217
  export interface TimeSpanSecondsOrInfiniteConverter$instance extends TimeSpanSecondsConverter {
1951
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
1952
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
2218
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
2219
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
1953
2220
  }
1954
2221
 
1955
2222
 
@@ -1961,8 +2228,8 @@ export const TimeSpanSecondsOrInfiniteConverter: {
1961
2228
  export type TimeSpanSecondsOrInfiniteConverter = TimeSpanSecondsOrInfiniteConverter$instance;
1962
2229
 
1963
2230
  export interface TimeSpanValidator$instance extends ConfigurationValidatorBase {
1964
- canValidate(type: Type): boolean;
1965
- validate(value: unknown): void;
2231
+ CanValidate(type: Type): boolean;
2232
+ Validate(value: unknown): void;
1966
2233
  }
1967
2234
 
1968
2235
 
@@ -1976,27 +2243,27 @@ export const TimeSpanValidator: {
1976
2243
  export type TimeSpanValidator = TimeSpanValidator$instance;
1977
2244
 
1978
2245
  export interface TimeSpanValidatorAttribute$instance extends ConfigurationValidatorAttribute {
1979
- excludeRange: boolean;
1980
- readonly maxValue: TimeSpan;
1981
- maxValueString: string;
1982
- readonly minValue: TimeSpan;
1983
- minValueString: string;
1984
- readonly validatorInstance: ConfigurationValidatorBase;
2246
+ ExcludeRange: boolean;
2247
+ MaxValue: TimeSpan;
2248
+ MaxValueString: string;
2249
+ MinValue: TimeSpan;
2250
+ MinValueString: string;
2251
+ readonly ValidatorInstance: ConfigurationValidatorBase;
1985
2252
  }
1986
2253
 
1987
2254
 
1988
2255
  export const TimeSpanValidatorAttribute: {
1989
2256
  new(): TimeSpanValidatorAttribute;
1990
- readonly timeSpanMinValue: string;
1991
- readonly timeSpanMaxValue: string;
2257
+ readonly TimeSpanMinValue: string;
2258
+ readonly TimeSpanMaxValue: string;
1992
2259
  };
1993
2260
 
1994
2261
 
1995
2262
  export type TimeSpanValidatorAttribute = TimeSpanValidatorAttribute$instance;
1996
2263
 
1997
2264
  export interface TypeNameConverter$instance extends ConfigurationConverterBase {
1998
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
1999
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
2265
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
2266
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
2000
2267
  }
2001
2268
 
2002
2269
 
@@ -2007,10 +2274,15 @@ export const TypeNameConverter: {
2007
2274
 
2008
2275
  export type TypeNameConverter = TypeNameConverter$instance;
2009
2276
 
2010
- export interface UriSection$instance extends ConfigurationSection {
2011
- readonly idn: IdnElement;
2012
- readonly iriParsing: IriParsingElement;
2013
- readonly schemeSettings: SchemeSettingElementCollection;
2277
+ export abstract class UriSection$protected {
2278
+ protected readonly Properties: ConfigurationPropertyCollection;
2279
+ }
2280
+
2281
+
2282
+ export interface UriSection$instance extends UriSection$protected, ConfigurationSection {
2283
+ readonly Idn: IdnElement;
2284
+ readonly IriParsing: IriParsingElement;
2285
+ readonly SchemeSettings: SchemeSettingElementCollection;
2014
2286
  }
2015
2287
 
2016
2288
 
@@ -2044,8 +2316,8 @@ export const UserSettingsGroup: {
2044
2316
  export type UserSettingsGroup = UserSettingsGroup$instance;
2045
2317
 
2046
2318
  export interface WhiteSpaceTrimStringConverter$instance extends ConfigurationConverterBase {
2047
- convertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
2048
- convertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
2319
+ ConvertFrom(ctx: ITypeDescriptorContext, ci: CultureInfo, data: unknown): unknown;
2320
+ ConvertTo(ctx: ITypeDescriptorContext, ci: CultureInfo, value: unknown, type: Type): unknown;
2049
2321
  }
2050
2322
 
2051
2323
 
@@ -2057,27 +2329,27 @@ export const WhiteSpaceTrimStringConverter: {
2057
2329
  export type WhiteSpaceTrimStringConverter = WhiteSpaceTrimStringConverter$instance;
2058
2330
 
2059
2331
  export abstract class ConfigurationManager$instance {
2060
- static readonly appSettings: NameValueCollection;
2061
- static readonly connectionStrings: ConnectionStringSettingsCollection;
2062
- static getSection(sectionName: string): unknown;
2063
- static openExeConfiguration(userLevel: ConfigurationUserLevel): Configuration;
2064
- static openExeConfiguration(exePath: string): Configuration;
2065
- static openMachineConfiguration(): Configuration;
2066
- static openMappedExeConfiguration(fileMap: ExeConfigurationFileMap, userLevel: ConfigurationUserLevel, preLoad: boolean): Configuration;
2067
- static openMappedExeConfiguration(fileMap: ExeConfigurationFileMap, userLevel: ConfigurationUserLevel): Configuration;
2068
- static openMappedMachineConfiguration(fileMap: ConfigurationFileMap): Configuration;
2069
- static refreshSection(sectionName: string): void;
2332
+ static readonly AppSettings: NameValueCollection;
2333
+ static readonly ConnectionStrings: ConnectionStringSettingsCollection;
2334
+ static GetSection(sectionName: string): unknown;
2335
+ static OpenExeConfiguration(userLevel: ConfigurationUserLevel): Configuration;
2336
+ static OpenExeConfiguration(exePath: string): Configuration;
2337
+ static OpenMachineConfiguration(): Configuration;
2338
+ static OpenMappedExeConfiguration(fileMap: ExeConfigurationFileMap, userLevel: ConfigurationUserLevel, preLoad: boolean): Configuration;
2339
+ static OpenMappedExeConfiguration(fileMap: ExeConfigurationFileMap, userLevel: ConfigurationUserLevel): Configuration;
2340
+ static OpenMappedMachineConfiguration(fileMap: ConfigurationFileMap): Configuration;
2341
+ static RefreshSection(sectionName: string): void;
2070
2342
  }
2071
2343
 
2072
2344
 
2073
2345
  export type ConfigurationManager = ConfigurationManager$instance;
2074
2346
 
2075
2347
  export abstract class ProtectedConfiguration$instance {
2076
- static readonly rsaProviderName: string;
2077
- static readonly dataProtectionProviderName: string;
2078
- static readonly protectedDataSectionName: string;
2079
- static readonly providers: ProtectedConfigurationProviderCollection;
2080
- static readonly defaultProvider: string;
2348
+ static readonly RsaProviderName: string;
2349
+ static readonly DataProtectionProviderName: string;
2350
+ static readonly ProtectedDataSectionName: string;
2351
+ static readonly Providers: ProtectedConfigurationProviderCollection;
2352
+ static readonly DefaultProvider: string;
2081
2353
  }
2082
2354
 
2083
2355