@tsonic/dotnet 10.0.4 → 10.0.9

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 (128) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +10 -0
  2. package/Microsoft.VisualBasic/internal/index.d.ts +42 -0
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +60 -0
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +12 -0
  5. package/Microsoft.Win32/internal/index.d.ts +5 -3
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +68 -0
  7. package/System/internal/index.d.ts +1438 -161
  8. package/System.Buffers/internal/index.d.ts +42 -6
  9. package/System.CodeDom.Compiler/internal/index.d.ts +7 -0
  10. package/System.Collections/internal/index.d.ts +109 -27
  11. package/System.Collections.Concurrent/internal/index.d.ts +52 -3
  12. package/System.Collections.Frozen/internal/index.d.ts +37 -0
  13. package/System.Collections.Generic/internal/index.d.ts +422 -33
  14. package/System.Collections.Immutable/internal/index.d.ts +193 -2
  15. package/System.Collections.ObjectModel/internal/index.d.ts +98 -6
  16. package/System.Collections.Specialized/internal/index.d.ts +72 -10
  17. package/System.ComponentModel/internal/index.d.ts +392 -23
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +79 -3
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
  20. package/System.ComponentModel.Design/internal/index.d.ts +120 -3
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +40 -0
  22. package/System.Data/internal/index.d.ts +273 -20
  23. package/System.Data.Common/internal/index.d.ts +146 -32
  24. package/System.Data.SqlTypes/internal/index.d.ts +147 -48
  25. package/System.Diagnostics/internal/index.d.ts +213 -13
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +28 -0
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +37 -3
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +30 -0
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +56 -6
  31. package/System.Drawing/internal/index.d.ts +38 -0
  32. package/System.Dynamic/internal/index.d.ts +50 -5
  33. package/System.Formats.Asn1/internal/index.d.ts +19 -3
  34. package/System.Formats.Tar/internal/index.d.ts +26 -6
  35. package/System.Globalization/internal/index.d.ts +116 -20
  36. package/System.IO/internal/index.d.ts +141 -18
  37. package/System.IO.Compression/internal/index.d.ts +46 -9
  38. package/System.IO.Enumeration/internal/index.d.ts +13 -0
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -3
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +13 -0
  41. package/System.IO.Pipelines/internal/index.d.ts +22 -2
  42. package/System.IO.Pipes/internal/index.d.ts +31 -0
  43. package/System.Linq/internal/index.d.ts +55 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +103 -18
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
  46. package/System.Net/internal/index.d.ts +202 -21
  47. package/System.Net.Cache/internal/index.d.ts +4 -0
  48. package/System.Net.Http/internal/index.d.ts +103 -0
  49. package/System.Net.Http.Headers/internal/index.d.ts +151 -60
  50. package/System.Net.Http.Json/internal/index.d.ts +4 -0
  51. package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
  52. package/System.Net.Mail/internal/index.d.ts +88 -9
  53. package/System.Net.Mime/internal/index.d.ts +4 -0
  54. package/System.Net.NetworkInformation/internal/index.d.ts +89 -0
  55. package/System.Net.Quic/internal/index.d.ts +31 -6
  56. package/System.Net.Security/internal/index.d.ts +40 -3
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
  58. package/System.Net.Sockets/internal/index.d.ts +59 -6
  59. package/System.Net.WebSockets/internal/index.d.ts +32 -3
  60. package/System.Numerics/internal/index.d.ts +173 -7
  61. package/System.Reflection/internal/index.d.ts +202 -30
  62. package/System.Reflection.Emit/internal/index.d.ts +80 -9
  63. package/System.Reflection.Metadata/internal/index.d.ts +650 -5
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +80 -0
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +39 -3
  66. package/System.Resources/internal/index.d.ts +35 -1
  67. package/System.Runtime/internal/index.d.ts +18 -6
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +330 -33
  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 +268 -14
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +82 -0
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +59 -3
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +82 -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 +56 -12
  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 +9 -3
  83. package/System.Runtime.Remoting/internal/index.d.ts +2 -0
  84. package/System.Runtime.Serialization/internal/index.d.ts +111 -9
  85. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
  86. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
  87. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
  88. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -0
  89. package/System.Runtime.Versioning/internal/index.d.ts +28 -0
  90. package/System.Security/internal/index.d.ts +46 -6
  91. package/System.Security.AccessControl/internal/index.d.ts +116 -2
  92. package/System.Security.Authentication/internal/index.d.ts +8 -0
  93. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +16 -5
  94. package/System.Security.Claims/internal/index.d.ts +12 -6
  95. package/System.Security.Cryptography/internal/index.d.ts +568 -42
  96. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +114 -9
  97. package/System.Security.Permissions/internal/index.d.ts +6 -0
  98. package/System.Security.Policy/internal/index.d.ts +7 -0
  99. package/System.Security.Principal/internal/index.d.ts +42 -5
  100. package/System.Text/internal/index.d.ts +108 -8
  101. package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
  102. package/System.Text.Json/internal/index.d.ts +53 -6
  103. package/System.Text.Json.Nodes/internal/index.d.ts +21 -0
  104. package/System.Text.Json.Schema/internal/index.d.ts +4 -0
  105. package/System.Text.Json.Serialization/internal/index.d.ts +64 -0
  106. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +27 -3
  107. package/System.Text.RegularExpressions/internal/index.d.ts +75 -3
  108. package/System.Text.Unicode/internal/index.d.ts +4 -0
  109. package/System.Threading/internal/index.d.ts +186 -24
  110. package/System.Threading.Channels/internal/index.d.ts +20 -0
  111. package/System.Threading.Tasks/internal/index.d.ts +48 -6
  112. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +99 -0
  113. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -0
  114. package/System.Timers/internal/index.d.ts +11 -3
  115. package/System.Transactions/internal/index.d.ts +76 -15
  116. package/System.Web/internal/index.d.ts +4 -0
  117. package/System.Windows.Input/internal/index.d.ts +2 -0
  118. package/System.Windows.Markup/internal/index.d.ts +2 -0
  119. package/System.Xml/internal/index.d.ts +245 -20
  120. package/System.Xml.Linq/internal/index.d.ts +73 -17
  121. package/System.Xml.Resolvers/internal/index.d.ts +2 -0
  122. package/System.Xml.Schema/internal/index.d.ts +171 -0
  123. package/System.Xml.Serialization/internal/index.d.ts +141 -0
  124. package/System.Xml.XPath/internal/index.d.ts +27 -8
  125. package/System.Xml.Xsl/internal/index.d.ts +27 -0
  126. package/System.Xml.Xsl.Runtime/internal/index.d.ts +112 -0
  127. package/__internal/extensions/index.d.ts +2143 -1955
  128. package/package.json +2 -2
@@ -38,6 +38,8 @@ export enum DataType {
38
38
 
39
39
 
40
40
  export interface IValidatableObject$instance {
41
+ readonly __tsonic_iface_System_ComponentModel_DataAnnotations_IValidatableObject: never;
42
+
41
43
  Validate(validationContext: ValidationContext): IEnumerable_1<ValidationResult>;
42
44
  }
43
45
 
@@ -45,6 +47,8 @@ export interface IValidatableObject$instance {
45
47
  export type IValidatableObject = IValidatableObject$instance;
46
48
 
47
49
  export interface AllowedValuesAttribute$instance extends ValidationAttribute {
50
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_AllowedValuesAttribute: never;
51
+
48
52
  readonly Values: (unknown | undefined)[];
49
53
  IsValid(value: unknown): boolean;
50
54
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
@@ -59,6 +63,8 @@ export const AllowedValuesAttribute: {
59
63
  export type AllowedValuesAttribute = AllowedValuesAttribute$instance;
60
64
 
61
65
  export interface AssociatedMetadataTypeTypeDescriptionProvider$instance extends TypeDescriptionProvider {
66
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_AssociatedMetadataTypeTypeDescriptionProvider: never;
67
+
62
68
  GetTypeDescriptor(objectType: Type, instance: unknown): ICustomTypeDescriptor;
63
69
  GetTypeDescriptor(objectType: Type): ICustomTypeDescriptor | undefined;
64
70
  GetTypeDescriptor(instance: unknown): ICustomTypeDescriptor | undefined;
@@ -74,6 +80,8 @@ export const AssociatedMetadataTypeTypeDescriptionProvider: {
74
80
  export type AssociatedMetadataTypeTypeDescriptionProvider = AssociatedMetadataTypeTypeDescriptionProvider$instance;
75
81
 
76
82
  export interface AssociationAttribute$instance extends Attribute {
83
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_AssociationAttribute: never;
84
+
77
85
  IsForeignKey: boolean;
78
86
  readonly Name: string;
79
87
  readonly OtherKey: string;
@@ -91,6 +99,8 @@ export const AssociationAttribute: {
91
99
  export type AssociationAttribute = AssociationAttribute$instance;
92
100
 
93
101
  export interface Base64StringAttribute$instance extends ValidationAttribute {
102
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_Base64StringAttribute: never;
103
+
94
104
  IsValid(value: unknown): boolean;
95
105
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
96
106
  }
@@ -104,6 +114,8 @@ export const Base64StringAttribute: {
104
114
  export type Base64StringAttribute = Base64StringAttribute$instance;
105
115
 
106
116
  export interface CompareAttribute$instance extends ValidationAttribute {
117
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_CompareAttribute: never;
118
+
107
119
  readonly OtherProperty: string;
108
120
  get OtherPropertyDisplayName(): string | undefined;
109
121
  set OtherPropertyDisplayName(value: string | undefined);
@@ -122,6 +134,8 @@ export const CompareAttribute: {
122
134
  export type CompareAttribute = CompareAttribute$instance;
123
135
 
124
136
  export interface ConcurrencyCheckAttribute$instance extends Attribute {
137
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ConcurrencyCheckAttribute: never;
138
+
125
139
  }
126
140
 
127
141
 
@@ -133,6 +147,8 @@ export const ConcurrencyCheckAttribute: {
133
147
  export type ConcurrencyCheckAttribute = ConcurrencyCheckAttribute$instance;
134
148
 
135
149
  export interface CreditCardAttribute$instance extends DataTypeAttribute {
150
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_CreditCardAttribute: never;
151
+
136
152
  IsValid(value: unknown): boolean;
137
153
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
138
154
  }
@@ -146,6 +162,8 @@ export const CreditCardAttribute: {
146
162
  export type CreditCardAttribute = CreditCardAttribute$instance;
147
163
 
148
164
  export interface CustomValidationAttribute$instance extends ValidationAttribute {
165
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_CustomValidationAttribute: never;
166
+
149
167
  readonly Method: string;
150
168
  readonly RequiresValidationContext: boolean;
151
169
  readonly TypeId: unknown;
@@ -164,6 +182,8 @@ export const CustomValidationAttribute: {
164
182
  export type CustomValidationAttribute = CustomValidationAttribute$instance;
165
183
 
166
184
  export interface DataTypeAttribute$instance extends ValidationAttribute {
185
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DataTypeAttribute: never;
186
+
167
187
  readonly CustomDataType: string | undefined;
168
188
  readonly DataType: DataType;
169
189
  get DisplayFormat(): DisplayFormatAttribute | undefined;
@@ -183,6 +203,8 @@ export const DataTypeAttribute: {
183
203
  export type DataTypeAttribute = DataTypeAttribute$instance;
184
204
 
185
205
  export interface DeniedValuesAttribute$instance extends ValidationAttribute {
206
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DeniedValuesAttribute: never;
207
+
186
208
  readonly Values: (unknown | undefined)[];
187
209
  IsValid(value: unknown): boolean;
188
210
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
@@ -197,6 +219,8 @@ export const DeniedValuesAttribute: {
197
219
  export type DeniedValuesAttribute = DeniedValuesAttribute$instance;
198
220
 
199
221
  export interface DisplayAttribute$instance extends Attribute {
222
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DisplayAttribute: never;
223
+
200
224
  AutoGenerateField: boolean;
201
225
  AutoGenerateFilter: boolean;
202
226
  get Description(): string | undefined;
@@ -231,6 +255,8 @@ export const DisplayAttribute: {
231
255
  export type DisplayAttribute = DisplayAttribute$instance;
232
256
 
233
257
  export interface DisplayColumnAttribute$instance extends Attribute {
258
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DisplayColumnAttribute: never;
259
+
234
260
  readonly DisplayColumn: string;
235
261
  readonly SortColumn: string | undefined;
236
262
  readonly SortDescending: boolean;
@@ -247,6 +273,8 @@ export const DisplayColumnAttribute: {
247
273
  export type DisplayColumnAttribute = DisplayColumnAttribute$instance;
248
274
 
249
275
  export interface DisplayFormatAttribute$instance extends Attribute {
276
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_DisplayFormatAttribute: never;
277
+
250
278
  ApplyFormatInEditMode: boolean;
251
279
  ConvertEmptyStringToNull: boolean;
252
280
  get DataFormatString(): string | undefined;
@@ -268,6 +296,8 @@ export const DisplayFormatAttribute: {
268
296
  export type DisplayFormatAttribute = DisplayFormatAttribute$instance;
269
297
 
270
298
  export interface EditableAttribute$instance extends Attribute {
299
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_EditableAttribute: never;
300
+
271
301
  readonly AllowEdit: boolean;
272
302
  AllowInitialValue: boolean;
273
303
  }
@@ -281,6 +311,8 @@ export const EditableAttribute: {
281
311
  export type EditableAttribute = EditableAttribute$instance;
282
312
 
283
313
  export interface EmailAddressAttribute$instance extends DataTypeAttribute {
314
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_EmailAddressAttribute: never;
315
+
284
316
  IsValid(value: unknown): boolean;
285
317
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
286
318
  }
@@ -294,6 +326,8 @@ export const EmailAddressAttribute: {
294
326
  export type EmailAddressAttribute = EmailAddressAttribute$instance;
295
327
 
296
328
  export interface EnumDataTypeAttribute$instance extends DataTypeAttribute {
329
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_EnumDataTypeAttribute: never;
330
+
297
331
  readonly EnumType: Type;
298
332
  IsValid(value: unknown): boolean;
299
333
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
@@ -308,6 +342,8 @@ export const EnumDataTypeAttribute: {
308
342
  export type EnumDataTypeAttribute = EnumDataTypeAttribute$instance;
309
343
 
310
344
  export interface FileExtensionsAttribute$instance extends DataTypeAttribute {
345
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_FileExtensionsAttribute: never;
346
+
311
347
  Extensions: string;
312
348
  FormatErrorMessage(name: string): string;
313
349
  IsValid(value: unknown): boolean;
@@ -323,6 +359,8 @@ export const FileExtensionsAttribute: {
323
359
  export type FileExtensionsAttribute = FileExtensionsAttribute$instance;
324
360
 
325
361
  export interface FilterUIHintAttribute$instance extends Attribute {
362
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_FilterUIHintAttribute: never;
363
+
326
364
  readonly ControlParameters: IDictionary_2<System_Internal.String, unknown | undefined>;
327
365
  readonly FilterUIHint: string;
328
366
  readonly PresentationLayer: string | undefined;
@@ -341,6 +379,8 @@ export const FilterUIHintAttribute: {
341
379
  export type FilterUIHintAttribute = FilterUIHintAttribute$instance;
342
380
 
343
381
  export interface KeyAttribute$instance extends Attribute {
382
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_KeyAttribute: never;
383
+
344
384
  }
345
385
 
346
386
 
@@ -352,6 +392,8 @@ export const KeyAttribute: {
352
392
  export type KeyAttribute = KeyAttribute$instance;
353
393
 
354
394
  export interface LengthAttribute$instance extends ValidationAttribute {
395
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_LengthAttribute: never;
396
+
355
397
  readonly MaximumLength: int;
356
398
  readonly MinimumLength: int;
357
399
  FormatErrorMessage(name: string): string;
@@ -368,6 +410,8 @@ export const LengthAttribute: {
368
410
  export type LengthAttribute = LengthAttribute$instance;
369
411
 
370
412
  export interface MaxLengthAttribute$instance extends ValidationAttribute {
413
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_MaxLengthAttribute: never;
414
+
371
415
  readonly Length: int;
372
416
  FormatErrorMessage(name: string): string;
373
417
  IsValid(value: unknown): boolean;
@@ -384,6 +428,8 @@ export const MaxLengthAttribute: {
384
428
  export type MaxLengthAttribute = MaxLengthAttribute$instance;
385
429
 
386
430
  export interface MetadataTypeAttribute$instance extends Attribute {
431
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_MetadataTypeAttribute: never;
432
+
387
433
  readonly MetadataClassType: Type;
388
434
  }
389
435
 
@@ -396,6 +442,8 @@ export const MetadataTypeAttribute: {
396
442
  export type MetadataTypeAttribute = MetadataTypeAttribute$instance;
397
443
 
398
444
  export interface MinLengthAttribute$instance extends ValidationAttribute {
445
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_MinLengthAttribute: never;
446
+
399
447
  readonly Length: int;
400
448
  FormatErrorMessage(name: string): string;
401
449
  IsValid(value: unknown): boolean;
@@ -411,6 +459,8 @@ export const MinLengthAttribute: {
411
459
  export type MinLengthAttribute = MinLengthAttribute$instance;
412
460
 
413
461
  export interface PhoneAttribute$instance extends DataTypeAttribute {
462
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_PhoneAttribute: never;
463
+
414
464
  IsValid(value: unknown): boolean;
415
465
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
416
466
  }
@@ -424,6 +474,8 @@ export const PhoneAttribute: {
424
474
  export type PhoneAttribute = PhoneAttribute$instance;
425
475
 
426
476
  export interface RangeAttribute$instance extends ValidationAttribute {
477
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_RangeAttribute: never;
478
+
427
479
  ConvertValueInInvariantCulture: boolean;
428
480
  Maximum: unknown;
429
481
  MaximumIsExclusive: boolean;
@@ -447,6 +499,8 @@ export const RangeAttribute: {
447
499
  export type RangeAttribute = RangeAttribute$instance;
448
500
 
449
501
  export interface RegularExpressionAttribute$instance extends ValidationAttribute {
502
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_RegularExpressionAttribute: never;
503
+
450
504
  readonly MatchTimeout: TimeSpan;
451
505
  MatchTimeoutInMilliseconds: int;
452
506
  readonly Pattern: string;
@@ -464,6 +518,8 @@ export const RegularExpressionAttribute: {
464
518
  export type RegularExpressionAttribute = RegularExpressionAttribute$instance;
465
519
 
466
520
  export interface RequiredAttribute$instance extends ValidationAttribute {
521
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_RequiredAttribute: never;
522
+
467
523
  AllowEmptyStrings: boolean;
468
524
  IsValid(value: unknown): boolean;
469
525
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
@@ -478,6 +534,8 @@ export const RequiredAttribute: {
478
534
  export type RequiredAttribute = RequiredAttribute$instance;
479
535
 
480
536
  export interface ScaffoldColumnAttribute$instance extends Attribute {
537
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ScaffoldColumnAttribute: never;
538
+
481
539
  readonly Scaffold: boolean;
482
540
  }
483
541
 
@@ -490,6 +548,8 @@ export const ScaffoldColumnAttribute: {
490
548
  export type ScaffoldColumnAttribute = ScaffoldColumnAttribute$instance;
491
549
 
492
550
  export interface StringLengthAttribute$instance extends ValidationAttribute {
551
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_StringLengthAttribute: never;
552
+
493
553
  readonly MaximumLength: int;
494
554
  MinimumLength: int;
495
555
  FormatErrorMessage(name: string): string;
@@ -506,6 +566,8 @@ export const StringLengthAttribute: {
506
566
  export type StringLengthAttribute = StringLengthAttribute$instance;
507
567
 
508
568
  export interface TimestampAttribute$instance extends Attribute {
569
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_TimestampAttribute: never;
570
+
509
571
  }
510
572
 
511
573
 
@@ -517,6 +579,8 @@ export const TimestampAttribute: {
517
579
  export type TimestampAttribute = TimestampAttribute$instance;
518
580
 
519
581
  export interface UIHintAttribute$instance extends Attribute {
582
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_UIHintAttribute: never;
583
+
520
584
  readonly ControlParameters: IDictionary_2<System_Internal.String, unknown | undefined>;
521
585
  readonly PresentationLayer: string | undefined;
522
586
  readonly UIHint: string;
@@ -535,6 +599,8 @@ export const UIHintAttribute: {
535
599
  export type UIHintAttribute = UIHintAttribute$instance;
536
600
 
537
601
  export interface UrlAttribute$instance extends DataTypeAttribute {
602
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_UrlAttribute: never;
603
+
538
604
  IsValid(value: unknown): boolean;
539
605
  IsValid(value: unknown, validationContext: ValidationContext): ValidationResult | undefined;
540
606
  }
@@ -548,6 +614,8 @@ export const UrlAttribute: {
548
614
  export type UrlAttribute = UrlAttribute$instance;
549
615
 
550
616
  export interface ValidationAttribute$instance extends Attribute {
617
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ValidationAttribute: never;
618
+
551
619
  get ErrorMessage(): string | undefined;
552
620
  set ErrorMessage(value: string | undefined);
553
621
  get ErrorMessageResourceName(): string | undefined;
@@ -570,7 +638,11 @@ export const ValidationAttribute: (abstract new() => ValidationAttribute) & (abs
570
638
 
571
639
  export type ValidationAttribute = ValidationAttribute$instance;
572
640
 
573
- export interface ValidationContext$instance {
641
+ export interface ValidationContext$instance extends System_Internal.IServiceProvider$instance {
642
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ValidationContext: never;
643
+
644
+ readonly __tsonic_iface_System_IServiceProvider: never;
645
+
574
646
  DisplayName: string;
575
647
  readonly Items: IDictionary_2<unknown, unknown | undefined>;
576
648
  get MemberName(): string | undefined;
@@ -594,12 +666,14 @@ export interface __ValidationContext$views {
594
666
  As_IServiceProvider(): System_Internal.IServiceProvider$instance;
595
667
  }
596
668
 
597
- export interface ValidationContext$instance extends System_Internal.IServiceProvider$instance {}
598
-
599
669
  export type ValidationContext = ValidationContext$instance & __ValidationContext$views;
600
670
 
601
671
 
602
672
  export interface ValidationException$instance extends Exception {
673
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ValidationException: never;
674
+
675
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
676
+
603
677
  readonly ValidationAttribute: ValidationAttribute | undefined;
604
678
  readonly ValidationResult: ValidationResult;
605
679
  readonly Value: unknown | undefined;
@@ -624,6 +698,8 @@ export type ValidationException = ValidationException$instance & __ValidationExc
624
698
 
625
699
 
626
700
  export interface ValidationResult$instance {
701
+ readonly __tsonic_type_System_ComponentModel_DataAnnotations_ValidationResult: never;
702
+
627
703
  get ErrorMessage(): string | undefined;
628
704
  set ErrorMessage(value: string | undefined);
629
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);