@tsonic/dotnet 10.0.5 → 10.0.10

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 (126) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
  2. package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
  5. package/Microsoft.Win32/internal/index.d.ts +3 -3
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
  7. package/System/internal/index.d.ts +447 -196
  8. package/System.Buffers/internal/index.d.ts +24 -6
  9. package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
  10. package/System.Collections/internal/index.d.ts +37 -26
  11. package/System.Collections.Concurrent/internal/index.d.ts +17 -3
  12. package/System.Collections.Frozen/internal/index.d.ts +12 -0
  13. package/System.Collections.Generic/internal/index.d.ts +126 -43
  14. package/System.Collections.Immutable/internal/index.d.ts +51 -14
  15. package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
  16. package/System.Collections.Specialized/internal/index.d.ts +33 -12
  17. package/System.ComponentModel/internal/index.d.ts +275 -33
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
  20. package/System.ComponentModel.Design/internal/index.d.ts +49 -7
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
  22. package/System.Data/internal/index.d.ts +111 -21
  23. package/System.Data.Common/internal/index.d.ts +67 -36
  24. package/System.Data.SqlTypes/internal/index.d.ts +59 -52
  25. package/System.Diagnostics/internal/index.d.ts +147 -17
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
  31. package/System.Drawing/internal/index.d.ts +24 -0
  32. package/System.Dynamic/internal/index.d.ts +38 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +13 -3
  34. package/System.Formats.Tar/internal/index.d.ts +20 -6
  35. package/System.Globalization/internal/index.d.ts +64 -18
  36. package/System.IO/internal/index.d.ts +74 -18
  37. package/System.IO.Compression/internal/index.d.ts +25 -9
  38. package/System.IO.Enumeration/internal/index.d.ts +6 -0
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
  41. package/System.IO.Pipelines/internal/index.d.ts +19 -3
  42. package/System.IO.Pipes/internal/index.d.ts +16 -0
  43. package/System.Linq/internal/index.d.ts +17 -3
  44. package/System.Linq.Expressions/internal/index.d.ts +86 -18
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
  46. package/System.Net/internal/index.d.ts +112 -23
  47. package/System.Net.Cache/internal/index.d.ts +4 -0
  48. package/System.Net.Http/internal/index.d.ts +50 -0
  49. package/System.Net.Http.Headers/internal/index.d.ts +79 -62
  50. package/System.Net.Http.Json/internal/index.d.ts +2 -0
  51. package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
  52. package/System.Net.Mail/internal/index.d.ts +31 -9
  53. package/System.Net.Mime/internal/index.d.ts +4 -0
  54. package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
  55. package/System.Net.Quic/internal/index.d.ts +22 -6
  56. package/System.Net.Security/internal/index.d.ts +27 -3
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
  58. package/System.Net.Sockets/internal/index.d.ts +38 -6
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -3
  60. package/System.Numerics/internal/index.d.ts +29 -16
  61. package/System.Reflection/internal/index.d.ts +135 -32
  62. package/System.Reflection.Emit/internal/index.d.ts +45 -9
  63. package/System.Reflection.Metadata/internal/index.d.ts +324 -10
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
  66. package/System.Resources/internal/index.d.ts +16 -0
  67. package/System.Runtime/internal/index.d.ts +12 -6
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
  71. package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
  79. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
  80. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
  81. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
  82. package/System.Runtime.Loader/internal/index.d.ts +7 -3
  83. package/System.Runtime.Remoting/internal/index.d.ts +2 -0
  84. package/System.Runtime.Serialization/internal/index.d.ts +75 -9
  85. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
  86. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  87. package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
  88. package/System.Runtime.Versioning/internal/index.d.ts +26 -0
  89. package/System.Security/internal/index.d.ts +28 -6
  90. package/System.Security.AccessControl/internal/index.d.ts +98 -8
  91. package/System.Security.Authentication/internal/index.d.ts +4 -0
  92. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
  93. package/System.Security.Claims/internal/index.d.ts +8 -6
  94. package/System.Security.Cryptography/internal/index.d.ts +299 -44
  95. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
  96. package/System.Security.Permissions/internal/index.d.ts +6 -0
  97. package/System.Security.Policy/internal/index.d.ts +4 -0
  98. package/System.Security.Principal/internal/index.d.ts +21 -8
  99. package/System.Text/internal/index.d.ts +70 -11
  100. package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
  101. package/System.Text.Json/internal/index.d.ts +33 -8
  102. package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
  103. package/System.Text.Json.Schema/internal/index.d.ts +4 -0
  104. package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
  105. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
  106. package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
  107. package/System.Text.Unicode/internal/index.d.ts +4 -0
  108. package/System.Threading/internal/index.d.ts +108 -24
  109. package/System.Threading.Channels/internal/index.d.ts +18 -0
  110. package/System.Threading.Tasks/internal/index.d.ts +49 -13
  111. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
  112. package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
  113. package/System.Timers/internal/index.d.ts +7 -3
  114. package/System.Transactions/internal/index.d.ts +37 -15
  115. package/System.Web/internal/index.d.ts +2 -0
  116. package/System.Windows.Markup/internal/index.d.ts +2 -0
  117. package/System.Xml/internal/index.d.ts +107 -20
  118. package/System.Xml.Linq/internal/index.d.ts +42 -18
  119. package/System.Xml.Resolvers/internal/index.d.ts +2 -0
  120. package/System.Xml.Schema/internal/index.d.ts +150 -4
  121. package/System.Xml.Serialization/internal/index.d.ts +120 -8
  122. package/System.Xml.XPath/internal/index.d.ts +14 -6
  123. package/System.Xml.Xsl/internal/index.d.ts +16 -0
  124. package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
  125. package/__internal/extensions/index.d.ts +2143 -1955
  126. package/package.json +2 -2
@@ -47,6 +47,8 @@ export interface IValidatableObject$instance {
47
47
  export type IValidatableObject = IValidatableObject$instance;
48
48
 
49
49
  export interface AllowedValuesAttribute$instance extends ValidationAttribute {
50
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_AllowedValuesAttribute: never;
51
+
50
52
  readonly Values: (unknown | undefined)[];
51
53
  IsValid(value: unknown): boolean;
52
54
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
@@ -61,6 +63,8 @@ export const AllowedValuesAttribute: {
61
63
  export type AllowedValuesAttribute = AllowedValuesAttribute$instance;
62
64
 
63
65
  export interface AssociatedMetadataTypeTypeDescriptionProvider$instance extends TypeDescriptionProvider {
66
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_AssociatedMetadataTypeTypeDescriptionProvider: never;
67
+
64
68
  GetTypeDescriptor(objectType: Type, instance: unknown): ICustomTypeDescriptor;
65
69
  GetTypeDescriptor(objectType: Type): ICustomTypeDescriptor | undefined;
66
70
  GetTypeDescriptor(instance: unknown): ICustomTypeDescriptor | undefined;
@@ -76,6 +80,8 @@ export const AssociatedMetadataTypeTypeDescriptionProvider: {
76
80
  export type AssociatedMetadataTypeTypeDescriptionProvider = AssociatedMetadataTypeTypeDescriptionProvider$instance;
77
81
 
78
82
  export interface AssociationAttribute$instance extends Attribute {
83
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_AssociationAttribute: never;
84
+
79
85
  IsForeignKey: boolean;
80
86
  readonly Name: string;
81
87
  readonly OtherKey: string;
@@ -93,6 +99,8 @@ export const AssociationAttribute: {
93
99
  export type AssociationAttribute = AssociationAttribute$instance;
94
100
 
95
101
  export interface Base64StringAttribute$instance extends ValidationAttribute {
102
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_Base64StringAttribute: never;
103
+
96
104
  IsValid(value: unknown): boolean;
97
105
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
98
106
  }
@@ -106,6 +114,8 @@ export const Base64StringAttribute: {
106
114
  export type Base64StringAttribute = Base64StringAttribute$instance;
107
115
 
108
116
  export interface CompareAttribute$instance extends ValidationAttribute {
117
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_CompareAttribute: never;
118
+
109
119
  readonly OtherProperty: string;
110
120
  get OtherPropertyDisplayName(): string | undefined;
111
121
  set OtherPropertyDisplayName(value: string | undefined);
@@ -124,6 +134,8 @@ export const CompareAttribute: {
124
134
  export type CompareAttribute = CompareAttribute$instance;
125
135
 
126
136
  export interface ConcurrencyCheckAttribute$instance extends Attribute {
137
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ConcurrencyCheckAttribute: never;
138
+
127
139
  }
128
140
 
129
141
 
@@ -135,6 +147,8 @@ export const ConcurrencyCheckAttribute: {
135
147
  export type ConcurrencyCheckAttribute = ConcurrencyCheckAttribute$instance;
136
148
 
137
149
  export interface CreditCardAttribute$instance extends DataTypeAttribute {
150
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_CreditCardAttribute: never;
151
+
138
152
  IsValid(value: unknown): boolean;
139
153
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
140
154
  }
@@ -148,6 +162,8 @@ export const CreditCardAttribute: {
148
162
  export type CreditCardAttribute = CreditCardAttribute$instance;
149
163
 
150
164
  export interface CustomValidationAttribute$instance extends ValidationAttribute {
165
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_CustomValidationAttribute: never;
166
+
151
167
  readonly Method: string;
152
168
  readonly RequiresValidationContext: boolean;
153
169
  readonly TypeId: unknown;
@@ -166,6 +182,8 @@ export const CustomValidationAttribute: {
166
182
  export type CustomValidationAttribute = CustomValidationAttribute$instance;
167
183
 
168
184
  export interface DataTypeAttribute$instance extends ValidationAttribute {
185
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DataTypeAttribute: never;
186
+
169
187
  readonly CustomDataType: string | undefined;
170
188
  readonly DataType: DataType;
171
189
  get DisplayFormat(): DisplayFormatAttribute | undefined;
@@ -185,6 +203,8 @@ export const DataTypeAttribute: {
185
203
  export type DataTypeAttribute = DataTypeAttribute$instance;
186
204
 
187
205
  export interface DeniedValuesAttribute$instance extends ValidationAttribute {
206
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DeniedValuesAttribute: never;
207
+
188
208
  readonly Values: (unknown | undefined)[];
189
209
  IsValid(value: unknown): boolean;
190
210
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
@@ -199,6 +219,8 @@ export const DeniedValuesAttribute: {
199
219
  export type DeniedValuesAttribute = DeniedValuesAttribute$instance;
200
220
 
201
221
  export interface DisplayAttribute$instance extends Attribute {
222
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DisplayAttribute: never;
223
+
202
224
  AutoGenerateField: boolean;
203
225
  AutoGenerateFilter: boolean;
204
226
  get Description(): string | undefined;
@@ -233,6 +255,8 @@ export const DisplayAttribute: {
233
255
  export type DisplayAttribute = DisplayAttribute$instance;
234
256
 
235
257
  export interface DisplayColumnAttribute$instance extends Attribute {
258
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DisplayColumnAttribute: never;
259
+
236
260
  readonly DisplayColumn: string;
237
261
  readonly SortColumn: string | undefined;
238
262
  readonly SortDescending: boolean;
@@ -249,6 +273,8 @@ export const DisplayColumnAttribute: {
249
273
  export type DisplayColumnAttribute = DisplayColumnAttribute$instance;
250
274
 
251
275
  export interface DisplayFormatAttribute$instance extends Attribute {
276
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DisplayFormatAttribute: never;
277
+
252
278
  ApplyFormatInEditMode: boolean;
253
279
  ConvertEmptyStringToNull: boolean;
254
280
  get DataFormatString(): string | undefined;
@@ -270,6 +296,8 @@ export const DisplayFormatAttribute: {
270
296
  export type DisplayFormatAttribute = DisplayFormatAttribute$instance;
271
297
 
272
298
  export interface EditableAttribute$instance extends Attribute {
299
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_EditableAttribute: never;
300
+
273
301
  readonly AllowEdit: boolean;
274
302
  AllowInitialValue: boolean;
275
303
  }
@@ -283,6 +311,8 @@ export const EditableAttribute: {
283
311
  export type EditableAttribute = EditableAttribute$instance;
284
312
 
285
313
  export interface EmailAddressAttribute$instance extends DataTypeAttribute {
314
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_EmailAddressAttribute: never;
315
+
286
316
  IsValid(value: unknown): boolean;
287
317
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
288
318
  }
@@ -296,6 +326,8 @@ export const EmailAddressAttribute: {
296
326
  export type EmailAddressAttribute = EmailAddressAttribute$instance;
297
327
 
298
328
  export interface EnumDataTypeAttribute$instance extends DataTypeAttribute {
329
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_EnumDataTypeAttribute: never;
330
+
299
331
  readonly EnumType: Type;
300
332
  IsValid(value: unknown): boolean;
301
333
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
@@ -310,6 +342,8 @@ export const EnumDataTypeAttribute: {
310
342
  export type EnumDataTypeAttribute = EnumDataTypeAttribute$instance;
311
343
 
312
344
  export interface FileExtensionsAttribute$instance extends DataTypeAttribute {
345
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_FileExtensionsAttribute: never;
346
+
313
347
  Extensions: string;
314
348
  FormatErrorMessage(name: string): string;
315
349
  IsValid(value: unknown): boolean;
@@ -325,6 +359,8 @@ export const FileExtensionsAttribute: {
325
359
  export type FileExtensionsAttribute = FileExtensionsAttribute$instance;
326
360
 
327
361
  export interface FilterUIHintAttribute$instance extends Attribute {
362
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_FilterUIHintAttribute: never;
363
+
328
364
  readonly ControlParameters: IDictionary_2<System_Internal.String, unknown | undefined>;
329
365
  readonly FilterUIHint: string;
330
366
  readonly PresentationLayer: string | undefined;
@@ -343,6 +379,8 @@ export const FilterUIHintAttribute: {
343
379
  export type FilterUIHintAttribute = FilterUIHintAttribute$instance;
344
380
 
345
381
  export interface KeyAttribute$instance extends Attribute {
382
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_KeyAttribute: never;
383
+
346
384
  }
347
385
 
348
386
 
@@ -354,6 +392,8 @@ export const KeyAttribute: {
354
392
  export type KeyAttribute = KeyAttribute$instance;
355
393
 
356
394
  export interface LengthAttribute$instance extends ValidationAttribute {
395
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_LengthAttribute: never;
396
+
357
397
  readonly MaximumLength: int;
358
398
  readonly MinimumLength: int;
359
399
  FormatErrorMessage(name: string): string;
@@ -370,6 +410,8 @@ export const LengthAttribute: {
370
410
  export type LengthAttribute = LengthAttribute$instance;
371
411
 
372
412
  export interface MaxLengthAttribute$instance extends ValidationAttribute {
413
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_MaxLengthAttribute: never;
414
+
373
415
  readonly Length: int;
374
416
  FormatErrorMessage(name: string): string;
375
417
  IsValid(value: unknown): boolean;
@@ -386,6 +428,8 @@ export const MaxLengthAttribute: {
386
428
  export type MaxLengthAttribute = MaxLengthAttribute$instance;
387
429
 
388
430
  export interface MetadataTypeAttribute$instance extends Attribute {
431
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_MetadataTypeAttribute: never;
432
+
389
433
  readonly MetadataClassType: Type;
390
434
  }
391
435
 
@@ -398,6 +442,8 @@ export const MetadataTypeAttribute: {
398
442
  export type MetadataTypeAttribute = MetadataTypeAttribute$instance;
399
443
 
400
444
  export interface MinLengthAttribute$instance extends ValidationAttribute {
445
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_MinLengthAttribute: never;
446
+
401
447
  readonly Length: int;
402
448
  FormatErrorMessage(name: string): string;
403
449
  IsValid(value: unknown): boolean;
@@ -413,6 +459,8 @@ export const MinLengthAttribute: {
413
459
  export type MinLengthAttribute = MinLengthAttribute$instance;
414
460
 
415
461
  export interface PhoneAttribute$instance extends DataTypeAttribute {
462
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_PhoneAttribute: never;
463
+
416
464
  IsValid(value: unknown): boolean;
417
465
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
418
466
  }
@@ -426,6 +474,8 @@ export const PhoneAttribute: {
426
474
  export type PhoneAttribute = PhoneAttribute$instance;
427
475
 
428
476
  export interface RangeAttribute$instance extends ValidationAttribute {
477
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_RangeAttribute: never;
478
+
429
479
  ConvertValueInInvariantCulture: boolean;
430
480
  Maximum: unknown;
431
481
  MaximumIsExclusive: boolean;
@@ -449,6 +499,8 @@ export const RangeAttribute: {
449
499
  export type RangeAttribute = RangeAttribute$instance;
450
500
 
451
501
  export interface RegularExpressionAttribute$instance extends ValidationAttribute {
502
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_RegularExpressionAttribute: never;
503
+
452
504
  readonly MatchTimeout: TimeSpan;
453
505
  MatchTimeoutInMilliseconds: int;
454
506
  readonly Pattern: string;
@@ -466,6 +518,8 @@ export const RegularExpressionAttribute: {
466
518
  export type RegularExpressionAttribute = RegularExpressionAttribute$instance;
467
519
 
468
520
  export interface RequiredAttribute$instance extends ValidationAttribute {
521
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_RequiredAttribute: never;
522
+
469
523
  AllowEmptyStrings: boolean;
470
524
  IsValid(value: unknown): boolean;
471
525
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
@@ -480,6 +534,8 @@ export const RequiredAttribute: {
480
534
  export type RequiredAttribute = RequiredAttribute$instance;
481
535
 
482
536
  export interface ScaffoldColumnAttribute$instance extends Attribute {
537
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ScaffoldColumnAttribute: never;
538
+
483
539
  readonly Scaffold: boolean;
484
540
  }
485
541
 
@@ -492,6 +548,8 @@ export const ScaffoldColumnAttribute: {
492
548
  export type ScaffoldColumnAttribute = ScaffoldColumnAttribute$instance;
493
549
 
494
550
  export interface StringLengthAttribute$instance extends ValidationAttribute {
551
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_StringLengthAttribute: never;
552
+
495
553
  readonly MaximumLength: int;
496
554
  MinimumLength: int;
497
555
  FormatErrorMessage(name: string): string;
@@ -508,6 +566,8 @@ export const StringLengthAttribute: {
508
566
  export type StringLengthAttribute = StringLengthAttribute$instance;
509
567
 
510
568
  export interface TimestampAttribute$instance extends Attribute {
569
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_TimestampAttribute: never;
570
+
511
571
  }
512
572
 
513
573
 
@@ -519,6 +579,8 @@ export const TimestampAttribute: {
519
579
  export type TimestampAttribute = TimestampAttribute$instance;
520
580
 
521
581
  export interface UIHintAttribute$instance extends Attribute {
582
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_UIHintAttribute: never;
583
+
522
584
  readonly ControlParameters: IDictionary_2<System_Internal.String, unknown | undefined>;
523
585
  readonly PresentationLayer: string | undefined;
524
586
  readonly UIHint: string;
@@ -537,6 +599,8 @@ export const UIHintAttribute: {
537
599
  export type UIHintAttribute = UIHintAttribute$instance;
538
600
 
539
601
  export interface UrlAttribute$instance extends DataTypeAttribute {
602
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_UrlAttribute: never;
603
+
540
604
  IsValid(value: unknown): boolean;
541
605
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
542
606
  }
@@ -550,6 +614,8 @@ export const UrlAttribute: {
550
614
  export type UrlAttribute = UrlAttribute$instance;
551
615
 
552
616
  export interface ValidationAttribute$instance extends Attribute {
617
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ValidationAttribute: never;
618
+
553
619
  get ErrorMessage(): string | undefined;
554
620
  set ErrorMessage(value: string | undefined);
555
621
  get ErrorMessageResourceName(): string | undefined;
@@ -572,7 +638,9 @@ export const ValidationAttribute: (abstract new() => ValidationAttribute) & (abs
572
638
 
573
639
  export type ValidationAttribute = ValidationAttribute$instance;
574
640
 
575
- export interface ValidationContext$instance {
641
+ export interface ValidationContext$instance extends System_Internal.IServiceProvider$instance {
642
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ValidationContext: never;
643
+
576
644
  readonly __tsonic_iface_System_IServiceProvider: never;
577
645
 
578
646
  DisplayName: string;
@@ -598,12 +666,12 @@ export interface __ValidationContext$views {
598
666
  As_IServiceProvider(): System_Internal.IServiceProvider$instance;
599
667
  }
600
668
 
601
- export interface ValidationContext$instance extends System_Internal.IServiceProvider$instance {}
602
-
603
669
  export type ValidationContext = ValidationContext$instance & __ValidationContext$views;
604
670
 
605
671
 
606
672
  export interface ValidationException$instance extends Exception {
673
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ValidationException: never;
674
+
607
675
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
608
676
 
609
677
  readonly ValidationAttribute: ValidationAttribute | undefined;
@@ -630,6 +698,8 @@ export type ValidationException = ValidationException$instance & __ValidationExc
630
698
 
631
699
 
632
700
  export interface ValidationResult$instance {
701
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ValidationResult: never;
702
+
633
703
  get ErrorMessage(): string | undefined;
634
704
  set ErrorMessage(value: string | undefined);
635
705
  readonly MemberNames: IEnumerable_1<System_Internal.String>;
@@ -17,6 +17,8 @@ export enum DatabaseGeneratedOption {
17
17
 
18
18
 
19
19
  export interface ColumnAttribute$instance extends Attribute {
20
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_Schema_ColumnAttribute: never;
21
+
20
22
  readonly Name: string | undefined;
21
23
  Order: int;
22
24
  get TypeName(): string | undefined;
@@ -33,6 +35,8 @@ export const ColumnAttribute: {
33
35
  export type ColumnAttribute = ColumnAttribute$instance;
34
36
 
35
37
  export interface ComplexTypeAttribute$instance extends Attribute {
38
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_Schema_ComplexTypeAttribute: never;
39
+
36
40
  }
37
41
 
38
42
 
@@ -44,6 +48,8 @@ export const ComplexTypeAttribute: {
44
48
  export type ComplexTypeAttribute = ComplexTypeAttribute$instance;
45
49
 
46
50
  export interface DatabaseGeneratedAttribute$instance extends Attribute {
51
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_Schema_DatabaseGeneratedAttribute: never;
52
+
47
53
  readonly DatabaseGeneratedOption: DatabaseGeneratedOption;
48
54
  }
49
55
 
@@ -56,6 +62,8 @@ export const DatabaseGeneratedAttribute: {
56
62
  export type DatabaseGeneratedAttribute = DatabaseGeneratedAttribute$instance;
57
63
 
58
64
  export interface ForeignKeyAttribute$instance extends Attribute {
65
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_Schema_ForeignKeyAttribute: never;
66
+
59
67
  readonly Name: string;
60
68
  }
61
69
 
@@ -68,6 +76,8 @@ export const ForeignKeyAttribute: {
68
76
  export type ForeignKeyAttribute = ForeignKeyAttribute$instance;
69
77
 
70
78
  export interface InversePropertyAttribute$instance extends Attribute {
79
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_Schema_InversePropertyAttribute: never;
80
+
71
81
  readonly Property: string;
72
82
  }
73
83
 
@@ -80,6 +90,8 @@ export const InversePropertyAttribute: {
80
90
  export type InversePropertyAttribute = InversePropertyAttribute$instance;
81
91
 
82
92
  export interface NotMappedAttribute$instance extends Attribute {
93
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_Schema_NotMappedAttribute: never;
94
+
83
95
  }
84
96
 
85
97
 
@@ -91,6 +103,8 @@ export const NotMappedAttribute: {
91
103
  export type NotMappedAttribute = NotMappedAttribute$instance;
92
104
 
93
105
  export interface TableAttribute$instance extends Attribute {
106
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_Schema_TableAttribute: never;
107
+
94
108
  readonly Name: string;
95
109
  get Schema(): string | undefined;
96
110
  set Schema(value: string | undefined);
@@ -396,6 +396,8 @@ export interface ITypeResolutionService$instance {
396
396
  export type ITypeResolutionService = ITypeResolutionService$instance;
397
397
 
398
398
  export interface ActiveDesignerEventArgs$instance extends EventArgs {
399
+ readonly __tsonic_type_System_ComponentModel_Design_ActiveDesignerEventArgs: never;
400
+
399
401
  readonly NewDesigner: IDesignerHost | undefined;
400
402
  readonly OldDesigner: IDesignerHost | undefined;
401
403
  }
@@ -409,6 +411,8 @@ export const ActiveDesignerEventArgs: {
409
411
  export type ActiveDesignerEventArgs = ActiveDesignerEventArgs$instance;
410
412
 
411
413
  export interface CheckoutException$instance extends ExternalException {
414
+ readonly __tsonic_type_System_ComponentModel_Design_CheckoutException: never;
415
+
412
416
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
413
417
 
414
418
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -432,6 +436,8 @@ export type CheckoutException = CheckoutException$instance & __CheckoutException
432
436
 
433
437
 
434
438
  export interface CommandID$instance {
439
+ readonly __tsonic_type_System_ComponentModel_Design_CommandID: never;
440
+
435
441
  readonly Guid: Guid;
436
442
  readonly ID: int;
437
443
  Equals(obj: unknown): boolean;
@@ -448,6 +454,8 @@ export const CommandID: {
448
454
  export type CommandID = CommandID$instance;
449
455
 
450
456
  export interface ComponentChangedEventArgs$instance extends EventArgs {
457
+ readonly __tsonic_type_System_ComponentModel_Design_ComponentChangedEventArgs: never;
458
+
451
459
  readonly Component: unknown | undefined;
452
460
  readonly Member: MemberDescriptor | undefined;
453
461
  readonly NewValue: unknown | undefined;
@@ -463,6 +471,8 @@ export const ComponentChangedEventArgs: {
463
471
  export type ComponentChangedEventArgs = ComponentChangedEventArgs$instance;
464
472
 
465
473
  export interface ComponentChangingEventArgs$instance extends EventArgs {
474
+ readonly __tsonic_type_System_ComponentModel_Design_ComponentChangingEventArgs: never;
475
+
466
476
  readonly Component: unknown | undefined;
467
477
  readonly Member: MemberDescriptor | undefined;
468
478
  }
@@ -476,6 +486,8 @@ export const ComponentChangingEventArgs: {
476
486
  export type ComponentChangingEventArgs = ComponentChangingEventArgs$instance;
477
487
 
478
488
  export interface ComponentEventArgs$instance extends EventArgs {
489
+ readonly __tsonic_type_System_ComponentModel_Design_ComponentEventArgs: never;
490
+
479
491
  readonly Component: IComponent | undefined;
480
492
  }
481
493
 
@@ -488,6 +500,8 @@ export const ComponentEventArgs: {
488
500
  export type ComponentEventArgs = ComponentEventArgs$instance;
489
501
 
490
502
  export interface ComponentRenameEventArgs$instance extends EventArgs {
503
+ readonly __tsonic_type_System_ComponentModel_Design_ComponentRenameEventArgs: never;
504
+
491
505
  readonly Component: unknown | undefined;
492
506
  readonly NewName: string | undefined;
493
507
  readonly OldName: string | undefined;
@@ -502,11 +516,12 @@ export const ComponentRenameEventArgs: {
502
516
  export type ComponentRenameEventArgs = ComponentRenameEventArgs$instance;
503
517
 
504
518
  export interface DesignerCollection$instance {
519
+ readonly __tsonic_type_System_ComponentModel_Design_DesignerCollection: never;
520
+
505
521
  readonly __tsonic_iface_System_Collections_ICollection: never;
506
522
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
507
523
 
508
524
  readonly Count: int;
509
- readonly [index: number]: IDesignerHost | undefined;
510
525
  GetEnumerator(): IEnumerator;
511
526
  }
512
527
 
@@ -522,10 +537,12 @@ export interface __DesignerCollection$views {
522
537
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
523
538
  }
524
539
 
525
- export type DesignerCollection = DesignerCollection$instance & __DesignerCollection$views;
540
+ export type DesignerCollection = DesignerCollection$instance & __DesignerCollection$views & { readonly [index: number]: IDesignerHost | undefined; };
526
541
 
527
542
 
528
543
  export interface DesignerEventArgs$instance extends EventArgs {
544
+ readonly __tsonic_type_System_ComponentModel_Design_DesignerEventArgs: never;
545
+
529
546
  readonly Designer: IDesignerHost | undefined;
530
547
  }
531
548
 
@@ -537,7 +554,9 @@ export const DesignerEventArgs: {
537
554
 
538
555
  export type DesignerEventArgs = DesignerEventArgs$instance;
539
556
 
540
- export interface DesignerOptionService$instance {
557
+ export interface DesignerOptionService$instance extends IDesignerOptionService$instance {
558
+ readonly __tsonic_type_System_ComponentModel_Design_DesignerOptionService: never;
559
+
541
560
  readonly __tsonic_iface_System_ComponentModel_Design_IDesignerOptionService: never;
542
561
 
543
562
  readonly Options: DesignerOptionService_DesignerOptionCollection;
@@ -554,12 +573,12 @@ export interface __DesignerOptionService$views {
554
573
  As_IDesignerOptionService(): IDesignerOptionService$instance;
555
574
  }
556
575
 
557
- export interface DesignerOptionService$instance extends IDesignerOptionService$instance {}
558
-
559
576
  export type DesignerOptionService = DesignerOptionService$instance & __DesignerOptionService$views;
560
577
 
561
578
 
562
579
  export interface DesignerOptionService_DesignerOptionCollection$instance {
580
+ readonly __tsonic_type_System_ComponentModel_Design_DesignerOptionService_DesignerOptionCollection: never;
581
+
563
582
  readonly __tsonic_iface_System_Collections_ICollection: never;
564
583
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
565
584
  readonly __tsonic_iface_System_Collections_IList: never;
@@ -591,6 +610,8 @@ export type DesignerOptionService_DesignerOptionCollection = DesignerOptionServi
591
610
 
592
611
 
593
612
  export interface DesignerTransaction$instance {
613
+ readonly __tsonic_type_System_ComponentModel_Design_DesignerTransaction: never;
614
+
594
615
  readonly __tsonic_iface_System_IDisposable: never;
595
616
 
596
617
  Canceled: boolean;
@@ -617,6 +638,8 @@ export type DesignerTransaction = DesignerTransaction$instance & __DesignerTrans
617
638
 
618
639
 
619
640
  export interface DesignerTransactionCloseEventArgs$instance extends EventArgs {
641
+ readonly __tsonic_type_System_ComponentModel_Design_DesignerTransactionCloseEventArgs: never;
642
+
620
643
  readonly LastTransaction: boolean;
621
644
  readonly TransactionCommitted: boolean;
622
645
  }
@@ -631,6 +654,8 @@ export const DesignerTransactionCloseEventArgs: {
631
654
  export type DesignerTransactionCloseEventArgs = DesignerTransactionCloseEventArgs$instance;
632
655
 
633
656
  export interface DesignerVerb$instance extends MenuCommand {
657
+ readonly __tsonic_type_System_ComponentModel_Design_DesignerVerb: never;
658
+
634
659
  Description: string;
635
660
  readonly Text: string;
636
661
  ToString(): string;
@@ -646,11 +671,12 @@ export const DesignerVerb: {
646
671
  export type DesignerVerb = DesignerVerb$instance;
647
672
 
648
673
  export interface DesignerVerbCollection$instance extends CollectionBase {
674
+ readonly __tsonic_type_System_ComponentModel_Design_DesignerVerbCollection: never;
675
+
649
676
  readonly __tsonic_iface_System_Collections_ICollection: never;
650
677
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
651
678
  readonly __tsonic_iface_System_Collections_IList: never;
652
679
 
653
- [index: number]: DesignerVerb;
654
680
  Add(value: unknown): int;
655
681
  AddRange(value: DesignerVerb[]): void;
656
682
  AddRange(value: DesignerVerbCollection): void;
@@ -678,10 +704,12 @@ export interface __DesignerVerbCollection$views {
678
704
  As_IList(): System_Collections_Internal.IList$instance;
679
705
  }
680
706
 
681
- export type DesignerVerbCollection = DesignerVerbCollection$instance & __DesignerVerbCollection$views;
707
+ export type DesignerVerbCollection = DesignerVerbCollection$instance & __DesignerVerbCollection$views & { [index: number]: DesignerVerb; };
682
708
 
683
709
 
684
710
  export interface DesigntimeLicenseContext$instance extends LicenseContext {
711
+ readonly __tsonic_type_System_ComponentModel_Design_DesigntimeLicenseContext: never;
712
+
685
713
  readonly __tsonic_iface_System_IServiceProvider: never;
686
714
 
687
715
  readonly UsageMode: LicenseUsageMode;
@@ -704,6 +732,8 @@ export type DesigntimeLicenseContext = DesigntimeLicenseContext$instance & __Des
704
732
 
705
733
 
706
734
  export interface DesigntimeLicenseContextSerializer$instance {
735
+ readonly __tsonic_type_System_ComponentModel_Design_DesigntimeLicenseContextSerializer: never;
736
+
707
737
  }
708
738
 
709
739
 
@@ -715,6 +745,8 @@ export const DesigntimeLicenseContextSerializer: {
715
745
  export type DesigntimeLicenseContextSerializer = DesigntimeLicenseContextSerializer$instance;
716
746
 
717
747
  export interface HelpKeywordAttribute$instance extends Attribute {
748
+ readonly __tsonic_type_System_ComponentModel_Design_HelpKeywordAttribute: never;
749
+
718
750
  readonly HelpKeyword: string | undefined;
719
751
  Equals(obj: unknown): boolean;
720
752
  GetHashCode(): int;
@@ -733,6 +765,8 @@ export const HelpKeywordAttribute: {
733
765
  export type HelpKeywordAttribute = HelpKeywordAttribute$instance;
734
766
 
735
767
  export interface MenuCommand$instance {
768
+ readonly __tsonic_type_System_ComponentModel_Design_MenuCommand: never;
769
+
736
770
  Checked: boolean;
737
771
  readonly CommandID: CommandID | undefined;
738
772
  Enabled: boolean;
@@ -755,6 +789,8 @@ export const MenuCommand: {
755
789
  export type MenuCommand = MenuCommand$instance;
756
790
 
757
791
  export interface ServiceContainer$instance {
792
+ readonly __tsonic_type_System_ComponentModel_Design_ServiceContainer: never;
793
+
758
794
  readonly __tsonic_iface_System_ComponentModel_Design_IServiceContainer: never;
759
795
  readonly __tsonic_iface_System_IDisposable: never;
760
796
  readonly __tsonic_iface_System_IServiceProvider: never;
@@ -788,6 +824,8 @@ export type ServiceContainer = ServiceContainer$instance & __ServiceContainer$vi
788
824
 
789
825
 
790
826
  export interface StandardCommands$instance {
827
+ readonly __tsonic_type_System_ComponentModel_Design_StandardCommands: never;
828
+
791
829
  }
792
830
 
793
831
 
@@ -854,6 +892,8 @@ export const StandardCommands: {
854
892
  export type StandardCommands = StandardCommands$instance;
855
893
 
856
894
  export interface StandardToolWindows$instance {
895
+ readonly __tsonic_type_System_ComponentModel_Design_StandardToolWindows: never;
896
+
857
897
  }
858
898
 
859
899
 
@@ -873,6 +913,8 @@ export const StandardToolWindows: {
873
913
  export type StandardToolWindows = StandardToolWindows$instance;
874
914
 
875
915
  export interface TypeDescriptionProviderService$instance {
916
+ readonly __tsonic_type_System_ComponentModel_Design_TypeDescriptionProviderService: never;
917
+
876
918
  GetProvider(instance: unknown): TypeDescriptionProvider;
877
919
  GetProvider(type: Type): TypeDescriptionProvider;
878
920
  }