@tsonic/dotnet 0.7.1 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/System/internal/index.d.ts +23 -2173
- package/System.Buffers/internal/index.d.ts +6 -6
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +33 -0
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent.d.ts +24 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic/internal/index.d.ts +8 -8
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +23 -0
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +133 -0
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics.d.ts +33 -0
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization.d.ts +57 -0
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +58 -0
- package/System.Linq.d.ts +43 -0
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +23 -0
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics.d.ts +58 -0
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices.d.ts +185 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +43 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +15 -0
- package/System.Runtime.InteropServices.d.ts +153 -0
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +20 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +82 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata.d.ts +33 -0
- package/System.Text.Json.Serialization.d.ts +53 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading.Channels.d.ts +27 -0
- package/System.Threading.Tasks.Dataflow.d.ts +35 -0
- package/{System.Threading.Tasks.Sources/index.d.ts → System.Threading.Tasks.Sources.d.ts} +6 -10
- package/System.Threading.Tasks.d.ts +44 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +349 -0
- package/package.json +1 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
|
@@ -3,60 +3,58 @@
|
|
|
3
3
|
// Facade - Public API Surface
|
|
4
4
|
|
|
5
5
|
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
6
|
+
import * as Internal from './System.ComponentModel.Design/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { CollectionBase, ICollection, IDictionary, IEnumerable, IEnumerator, IList } from '
|
|
10
|
-
import type { EventDescriptor, EventDescriptorCollection, IComponent, IContainer, IExtenderProvider, InheritanceAttribute, LicenseContext, LicenseUsageMode, MemberDescriptor, PropertyDescriptor, PropertyDescriptorCollection, TypeDescriptionProvider } from '
|
|
11
|
-
import type { CultureInfo } from '
|
|
12
|
-
import type { Stream } from '
|
|
13
|
-
import type { Assembly, AssemblyName, MethodBase, MethodInfo } from '
|
|
14
|
-
import type { IResourceReader, IResourceWriter } from '
|
|
15
|
-
import type { ExternalException } from '
|
|
16
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '
|
|
17
|
-
import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, Enum, EventArgs, EventHandler, Exception, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from '
|
|
9
|
+
import type { CollectionBase, ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { EventDescriptor, EventDescriptorCollection, IComponent, IContainer, IExtenderProvider, InheritanceAttribute, LicenseContext, LicenseUsageMode, MemberDescriptor, PropertyDescriptor, PropertyDescriptorCollection, TypeDescriptionProvider } from './System.ComponentModel/internal/index.js';
|
|
11
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
12
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
13
|
+
import type { Assembly, AssemblyName, MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
14
|
+
import type { IResourceReader, IResourceWriter } from './System.Resources/internal/index.js';
|
|
15
|
+
import type { ExternalException } from './System.Runtime.InteropServices/internal/index.js';
|
|
16
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
17
|
+
import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, Enum, EventArgs, EventHandler, Exception, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
// Individual type exports for convenience
|
|
19
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
22
20
|
export type IDictionaryService = Internal.IDictionaryService;
|
|
23
21
|
export type IExtenderListService = Internal.IExtenderListService;
|
|
24
22
|
export type ITypeDescriptorFilterService = Internal.ITypeDescriptorFilterService;
|
|
25
23
|
export type IReferenceService = Internal.IReferenceService;
|
|
26
24
|
export type IDesigner = Internal.IDesigner;
|
|
27
|
-
export { DesignerVerbCollection as DesignerVerbCollection } from './internal/index.js';
|
|
28
|
-
export { DesignerVerb as DesignerVerb } from './internal/index.js';
|
|
29
|
-
export { MenuCommand as MenuCommand } from './internal/index.js';
|
|
30
|
-
export { CommandID as CommandID } from './internal/index.js';
|
|
31
|
-
export { CheckoutException as CheckoutException } from './internal/index.js';
|
|
32
|
-
export { StandardCommands as StandardCommands } from './internal/index.js';
|
|
33
|
-
export { DesigntimeLicenseContext as DesigntimeLicenseContext } from './internal/index.js';
|
|
34
|
-
export { DesigntimeLicenseContextSerializer as DesigntimeLicenseContextSerializer } from './internal/index.js';
|
|
25
|
+
export { DesignerVerbCollection as DesignerVerbCollection } from './System.ComponentModel.Design/internal/index.js';
|
|
26
|
+
export { DesignerVerb as DesignerVerb } from './System.ComponentModel.Design/internal/index.js';
|
|
27
|
+
export { MenuCommand as MenuCommand } from './System.ComponentModel.Design/internal/index.js';
|
|
28
|
+
export { CommandID as CommandID } from './System.ComponentModel.Design/internal/index.js';
|
|
29
|
+
export { CheckoutException as CheckoutException } from './System.ComponentModel.Design/internal/index.js';
|
|
30
|
+
export { StandardCommands as StandardCommands } from './System.ComponentModel.Design/internal/index.js';
|
|
31
|
+
export { DesigntimeLicenseContext as DesigntimeLicenseContext } from './System.ComponentModel.Design/internal/index.js';
|
|
32
|
+
export { DesigntimeLicenseContextSerializer as DesigntimeLicenseContextSerializer } from './System.ComponentModel.Design/internal/index.js';
|
|
35
33
|
export type ITypeResolutionService = Internal.ITypeResolutionService;
|
|
36
|
-
export { ActiveDesignerEventArgs as ActiveDesignerEventArgs } from './internal/index.js';
|
|
34
|
+
export { ActiveDesignerEventArgs as ActiveDesignerEventArgs } from './System.ComponentModel.Design/internal/index.js';
|
|
37
35
|
export type ActiveDesignerEventHandler = Internal.ActiveDesignerEventHandler;
|
|
38
36
|
export type IDesignerHost = Internal.IDesignerHost;
|
|
39
37
|
export type IServiceContainer = Internal.IServiceContainer;
|
|
40
|
-
export { DesignerTransaction as DesignerTransaction } from './internal/index.js';
|
|
41
|
-
export { DesignerTransactionCloseEventArgs as DesignerTransactionCloseEventArgs } from './internal/index.js';
|
|
38
|
+
export { DesignerTransaction as DesignerTransaction } from './System.ComponentModel.Design/internal/index.js';
|
|
39
|
+
export { DesignerTransactionCloseEventArgs as DesignerTransactionCloseEventArgs } from './System.ComponentModel.Design/internal/index.js';
|
|
42
40
|
export type DesignerTransactionCloseEventHandler = Internal.DesignerTransactionCloseEventHandler;
|
|
43
41
|
export type ServiceCreatorCallback = Internal.ServiceCreatorCallback;
|
|
44
|
-
export { ComponentChangedEventArgs as ComponentChangedEventArgs } from './internal/index.js';
|
|
42
|
+
export { ComponentChangedEventArgs as ComponentChangedEventArgs } from './System.ComponentModel.Design/internal/index.js';
|
|
45
43
|
export type ComponentChangedEventHandler = Internal.ComponentChangedEventHandler;
|
|
46
|
-
export { ComponentChangingEventArgs as ComponentChangingEventArgs } from './internal/index.js';
|
|
44
|
+
export { ComponentChangingEventArgs as ComponentChangingEventArgs } from './System.ComponentModel.Design/internal/index.js';
|
|
47
45
|
export type ComponentChangingEventHandler = Internal.ComponentChangingEventHandler;
|
|
48
|
-
export { ComponentEventArgs as ComponentEventArgs } from './internal/index.js';
|
|
46
|
+
export { ComponentEventArgs as ComponentEventArgs } from './System.ComponentModel.Design/internal/index.js';
|
|
49
47
|
export type ComponentEventHandler = Internal.ComponentEventHandler;
|
|
50
|
-
export { ComponentRenameEventArgs as ComponentRenameEventArgs } from './internal/index.js';
|
|
48
|
+
export { ComponentRenameEventArgs as ComponentRenameEventArgs } from './System.ComponentModel.Design/internal/index.js';
|
|
51
49
|
export type ComponentRenameEventHandler = Internal.ComponentRenameEventHandler;
|
|
52
|
-
export { DesignerCollection as DesignerCollection } from './internal/index.js';
|
|
53
|
-
export { DesignerEventArgs as DesignerEventArgs } from './internal/index.js';
|
|
50
|
+
export { DesignerCollection as DesignerCollection } from './System.ComponentModel.Design/internal/index.js';
|
|
51
|
+
export { DesignerEventArgs as DesignerEventArgs } from './System.ComponentModel.Design/internal/index.js';
|
|
54
52
|
export type DesignerEventHandler = Internal.DesignerEventHandler;
|
|
55
|
-
export { DesignerOptionService as DesignerOptionService } from './internal/index.js';
|
|
56
|
-
export { DesignerOptionService_DesignerOptionCollection as DesignerOptionService_DesignerOptionCollection } from './internal/index.js';
|
|
57
|
-
export { HelpKeywordAttribute as HelpKeywordAttribute } from './internal/index.js';
|
|
58
|
-
export { HelpKeywordType as HelpKeywordType } from './internal/index.js';
|
|
59
|
-
export { HelpContextType as HelpContextType } from './internal/index.js';
|
|
53
|
+
export { DesignerOptionService as DesignerOptionService } from './System.ComponentModel.Design/internal/index.js';
|
|
54
|
+
export { DesignerOptionService_DesignerOptionCollection as DesignerOptionService_DesignerOptionCollection } from './System.ComponentModel.Design/internal/index.js';
|
|
55
|
+
export { HelpKeywordAttribute as HelpKeywordAttribute } from './System.ComponentModel.Design/internal/index.js';
|
|
56
|
+
export { HelpKeywordType as HelpKeywordType } from './System.ComponentModel.Design/internal/index.js';
|
|
57
|
+
export { HelpContextType as HelpContextType } from './System.ComponentModel.Design/internal/index.js';
|
|
60
58
|
export type IDesignerOptionService = Internal.IDesignerOptionService;
|
|
61
59
|
export type IComponentChangeService = Internal.IComponentChangeService;
|
|
62
60
|
export type IComponentDiscoveryService = Internal.IComponentDiscoveryService;
|
|
@@ -73,9 +71,9 @@ export type IRootDesigner = Internal.IRootDesigner;
|
|
|
73
71
|
export type ISelectionService = Internal.ISelectionService;
|
|
74
72
|
export type ITreeDesigner = Internal.ITreeDesigner;
|
|
75
73
|
export type ITypeDiscoveryService = Internal.ITypeDiscoveryService;
|
|
76
|
-
export { ViewTechnology as ViewTechnology } from './internal/index.js';
|
|
77
|
-
export { SelectionTypes as SelectionTypes } from './internal/index.js';
|
|
74
|
+
export { ViewTechnology as ViewTechnology } from './System.ComponentModel.Design/internal/index.js';
|
|
75
|
+
export { SelectionTypes as SelectionTypes } from './System.ComponentModel.Design/internal/index.js';
|
|
78
76
|
export type IInheritanceService = Internal.IInheritanceService;
|
|
79
|
-
export { ServiceContainer as ServiceContainer } from './internal/index.js';
|
|
80
|
-
export { StandardToolWindows as StandardToolWindows } from './internal/index.js';
|
|
81
|
-
export { TypeDescriptionProviderService as TypeDescriptionProviderService } from './internal/index.js';
|
|
77
|
+
export { ServiceContainer as ServiceContainer } from './System.ComponentModel.Design/internal/index.js';
|
|
78
|
+
export { StandardToolWindows as StandardToolWindows } from './System.ComponentModel.Design/internal/index.js';
|
|
79
|
+
export { TypeDescriptionProviderService as TypeDescriptionProviderService } from './System.ComponentModel.Design/internal/index.js';
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.ComponentModel
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.ComponentModel/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { Collection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
+
import type { Hashtable, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { IDesigner } from './System.ComponentModel.Design/internal/index.js';
|
|
13
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
14
|
+
import type { UnmanagedMemoryStream } from './System.IO/internal/index.js';
|
|
15
|
+
import type { Assembly, MethodBase, MethodInfo, Module } from './System.Reflection/internal/index.js';
|
|
16
|
+
import type { ResourceManager, ResourceSet } from './System.Resources/internal/index.js';
|
|
17
|
+
import type { ExternalException } from './System.Runtime.InteropServices/internal/index.js';
|
|
18
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
19
|
+
import type { SendOrPostCallback, SynchronizationContext } from './System.Threading/internal/index.js';
|
|
20
|
+
import type { ArgumentException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Delegate, Double, Enum, EventArgs, EventHandler, EventHandler_1, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MarshalByRefObject, MulticastDelegate, Nullable_1, Object as ClrObject, SByte, Single, String as ClrString, SystemException, Type, TypeCode, UInt16, UInt32, UInt64, Void } from './System/internal/index.js';
|
|
21
|
+
|
|
22
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
23
|
+
export { CancelEventArgs as CancelEventArgs } from './System.ComponentModel/internal/index.js';
|
|
24
|
+
export type IChangeTracking = Internal.IChangeTracking;
|
|
25
|
+
export type IEditableObject = Internal.IEditableObject;
|
|
26
|
+
export type IRevertibleChangeTracking = Internal.IRevertibleChangeTracking;
|
|
27
|
+
export type AsyncCompletedEventHandler = Internal.AsyncCompletedEventHandler;
|
|
28
|
+
export { AsyncCompletedEventArgs as AsyncCompletedEventArgs } from './System.ComponentModel/internal/index.js';
|
|
29
|
+
export { AsyncOperation as AsyncOperation } from './System.ComponentModel/internal/index.js';
|
|
30
|
+
export { AsyncOperationManager$instance as AsyncOperationManager } from './System.ComponentModel/internal/index.js';
|
|
31
|
+
export type ProgressChangedEventHandler = Internal.ProgressChangedEventHandler;
|
|
32
|
+
export { ProgressChangedEventArgs as ProgressChangedEventArgs } from './System.ComponentModel/internal/index.js';
|
|
33
|
+
export { BackgroundWorker as BackgroundWorker } from './System.ComponentModel/internal/index.js';
|
|
34
|
+
export type DoWorkEventHandler = Internal.DoWorkEventHandler;
|
|
35
|
+
export { DoWorkEventArgs as DoWorkEventArgs } from './System.ComponentModel/internal/index.js';
|
|
36
|
+
export type RunWorkerCompletedEventHandler = Internal.RunWorkerCompletedEventHandler;
|
|
37
|
+
export { RunWorkerCompletedEventArgs as RunWorkerCompletedEventArgs } from './System.ComponentModel/internal/index.js';
|
|
38
|
+
export type ISynchronizeInvoke = Internal.ISynchronizeInvoke;
|
|
39
|
+
export { BrowsableAttribute as BrowsableAttribute } from './System.ComponentModel/internal/index.js';
|
|
40
|
+
export { CategoryAttribute as CategoryAttribute } from './System.ComponentModel/internal/index.js';
|
|
41
|
+
export { Component as Component } from './System.ComponentModel/internal/index.js';
|
|
42
|
+
export { ComponentCollection as ComponentCollection } from './System.ComponentModel/internal/index.js';
|
|
43
|
+
export { DescriptionAttribute as DescriptionAttribute } from './System.ComponentModel/internal/index.js';
|
|
44
|
+
export { DesignerAttribute as DesignerAttribute } from './System.ComponentModel/internal/index.js';
|
|
45
|
+
export { DesignerCategoryAttribute as DesignerCategoryAttribute } from './System.ComponentModel/internal/index.js';
|
|
46
|
+
export { DesignerSerializationVisibility as DesignerSerializationVisibility } from './System.ComponentModel/internal/index.js';
|
|
47
|
+
export { DesignerSerializationVisibilityAttribute as DesignerSerializationVisibilityAttribute } from './System.ComponentModel/internal/index.js';
|
|
48
|
+
export { DesignOnlyAttribute as DesignOnlyAttribute } from './System.ComponentModel/internal/index.js';
|
|
49
|
+
export { DisplayNameAttribute as DisplayNameAttribute } from './System.ComponentModel/internal/index.js';
|
|
50
|
+
export { EditorAttribute as EditorAttribute } from './System.ComponentModel/internal/index.js';
|
|
51
|
+
export { EventHandlerList as EventHandlerList } from './System.ComponentModel/internal/index.js';
|
|
52
|
+
export type IComponent = Internal.IComponent;
|
|
53
|
+
export type IContainer = Internal.IContainer;
|
|
54
|
+
export { ImmutableObjectAttribute as ImmutableObjectAttribute } from './System.ComponentModel/internal/index.js';
|
|
55
|
+
export { InitializationEventAttribute as InitializationEventAttribute } from './System.ComponentModel/internal/index.js';
|
|
56
|
+
export { InvalidAsynchronousStateException as InvalidAsynchronousStateException } from './System.ComponentModel/internal/index.js';
|
|
57
|
+
export { InvalidEnumArgumentException as InvalidEnumArgumentException } from './System.ComponentModel/internal/index.js';
|
|
58
|
+
export type ISite = Internal.ISite;
|
|
59
|
+
export type ISupportInitialize = Internal.ISupportInitialize;
|
|
60
|
+
export { LocalizableAttribute as LocalizableAttribute } from './System.ComponentModel/internal/index.js';
|
|
61
|
+
export { MergablePropertyAttribute as MergablePropertyAttribute } from './System.ComponentModel/internal/index.js';
|
|
62
|
+
export { NotifyParentPropertyAttribute as NotifyParentPropertyAttribute } from './System.ComponentModel/internal/index.js';
|
|
63
|
+
export { ParenthesizePropertyNameAttribute as ParenthesizePropertyNameAttribute } from './System.ComponentModel/internal/index.js';
|
|
64
|
+
export { ReadOnlyAttribute as ReadOnlyAttribute } from './System.ComponentModel/internal/index.js';
|
|
65
|
+
export { RefreshProperties as RefreshProperties } from './System.ComponentModel/internal/index.js';
|
|
66
|
+
export { RefreshPropertiesAttribute as RefreshPropertiesAttribute } from './System.ComponentModel/internal/index.js';
|
|
67
|
+
export { ArrayConverter as ArrayConverter } from './System.ComponentModel/internal/index.js';
|
|
68
|
+
export { BaseNumberConverter as BaseNumberConverter } from './System.ComponentModel/internal/index.js';
|
|
69
|
+
export { BooleanConverter as BooleanConverter } from './System.ComponentModel/internal/index.js';
|
|
70
|
+
export { ByteConverter as ByteConverter } from './System.ComponentModel/internal/index.js';
|
|
71
|
+
export { CharConverter as CharConverter } from './System.ComponentModel/internal/index.js';
|
|
72
|
+
export { CollectionConverter as CollectionConverter } from './System.ComponentModel/internal/index.js';
|
|
73
|
+
export { DateOnlyConverter as DateOnlyConverter } from './System.ComponentModel/internal/index.js';
|
|
74
|
+
export { DateTimeConverter as DateTimeConverter } from './System.ComponentModel/internal/index.js';
|
|
75
|
+
export { DateTimeOffsetConverter as DateTimeOffsetConverter } from './System.ComponentModel/internal/index.js';
|
|
76
|
+
export { DecimalConverter as DecimalConverter } from './System.ComponentModel/internal/index.js';
|
|
77
|
+
export { DoubleConverter as DoubleConverter } from './System.ComponentModel/internal/index.js';
|
|
78
|
+
export { EnumConverter as EnumConverter } from './System.ComponentModel/internal/index.js';
|
|
79
|
+
export { GuidConverter as GuidConverter } from './System.ComponentModel/internal/index.js';
|
|
80
|
+
export { HalfConverter as HalfConverter } from './System.ComponentModel/internal/index.js';
|
|
81
|
+
export { Int16Converter as Int16Converter } from './System.ComponentModel/internal/index.js';
|
|
82
|
+
export { Int128Converter as Int128Converter } from './System.ComponentModel/internal/index.js';
|
|
83
|
+
export { Int32Converter as Int32Converter } from './System.ComponentModel/internal/index.js';
|
|
84
|
+
export { Int64Converter as Int64Converter } from './System.ComponentModel/internal/index.js';
|
|
85
|
+
export type ITypeDescriptorContext = Internal.ITypeDescriptorContext;
|
|
86
|
+
export { MultilineStringConverter as MultilineStringConverter } from './System.ComponentModel/internal/index.js';
|
|
87
|
+
export { NullableConverter as NullableConverter } from './System.ComponentModel/internal/index.js';
|
|
88
|
+
export { PropertyDescriptor as PropertyDescriptor } from './System.ComponentModel/internal/index.js';
|
|
89
|
+
export { SByteConverter as SByteConverter } from './System.ComponentModel/internal/index.js';
|
|
90
|
+
export { SingleConverter as SingleConverter } from './System.ComponentModel/internal/index.js';
|
|
91
|
+
export { StringConverter as StringConverter } from './System.ComponentModel/internal/index.js';
|
|
92
|
+
export { TimeOnlyConverter as TimeOnlyConverter } from './System.ComponentModel/internal/index.js';
|
|
93
|
+
export { TimeSpanConverter as TimeSpanConverter } from './System.ComponentModel/internal/index.js';
|
|
94
|
+
export { TypeConverter as TypeConverter } from './System.ComponentModel/internal/index.js';
|
|
95
|
+
export { TypeConverter_StandardValuesCollection as TypeConverter_StandardValuesCollection } from './System.ComponentModel/internal/index.js';
|
|
96
|
+
export { TypeListConverter as TypeListConverter } from './System.ComponentModel/internal/index.js';
|
|
97
|
+
export { UInt128Converter as UInt128Converter } from './System.ComponentModel/internal/index.js';
|
|
98
|
+
export { UInt16Converter as UInt16Converter } from './System.ComponentModel/internal/index.js';
|
|
99
|
+
export { UInt32Converter as UInt32Converter } from './System.ComponentModel/internal/index.js';
|
|
100
|
+
export { UInt64Converter as UInt64Converter } from './System.ComponentModel/internal/index.js';
|
|
101
|
+
export { VersionConverter as VersionConverter } from './System.ComponentModel/internal/index.js';
|
|
102
|
+
export { AttributeCollection as AttributeCollection } from './System.ComponentModel/internal/index.js';
|
|
103
|
+
export { AttributeProviderAttribute as AttributeProviderAttribute } from './System.ComponentModel/internal/index.js';
|
|
104
|
+
export type CancelEventHandler = Internal.CancelEventHandler;
|
|
105
|
+
export { CollectionChangeAction as CollectionChangeAction } from './System.ComponentModel/internal/index.js';
|
|
106
|
+
export { CollectionChangeEventArgs as CollectionChangeEventArgs } from './System.ComponentModel/internal/index.js';
|
|
107
|
+
export type CollectionChangeEventHandler = Internal.CollectionChangeEventHandler;
|
|
108
|
+
export { CustomTypeDescriptor as CustomTypeDescriptor } from './System.ComponentModel/internal/index.js';
|
|
109
|
+
export { DefaultEventAttribute as DefaultEventAttribute } from './System.ComponentModel/internal/index.js';
|
|
110
|
+
export { DefaultPropertyAttribute as DefaultPropertyAttribute } from './System.ComponentModel/internal/index.js';
|
|
111
|
+
export { EventDescriptor as EventDescriptor } from './System.ComponentModel/internal/index.js';
|
|
112
|
+
export { EventDescriptorCollection as EventDescriptorCollection } from './System.ComponentModel/internal/index.js';
|
|
113
|
+
export { ExtenderProvidedPropertyAttribute as ExtenderProvidedPropertyAttribute } from './System.ComponentModel/internal/index.js';
|
|
114
|
+
export { HandledEventArgs as HandledEventArgs } from './System.ComponentModel/internal/index.js';
|
|
115
|
+
export type HandledEventHandler = Internal.HandledEventHandler;
|
|
116
|
+
export type ICustomTypeDescriptor = Internal.ICustomTypeDescriptor;
|
|
117
|
+
export type IExtenderProvider = Internal.IExtenderProvider;
|
|
118
|
+
export type IListSource = Internal.IListSource;
|
|
119
|
+
export type ITypedList = Internal.ITypedList;
|
|
120
|
+
export { MemberDescriptor as MemberDescriptor } from './System.ComponentModel/internal/index.js';
|
|
121
|
+
export { PropertyDescriptorCollection as PropertyDescriptorCollection } from './System.ComponentModel/internal/index.js';
|
|
122
|
+
export { ProvidePropertyAttribute as ProvidePropertyAttribute } from './System.ComponentModel/internal/index.js';
|
|
123
|
+
export { RefreshEventArgs as RefreshEventArgs } from './System.ComponentModel/internal/index.js';
|
|
124
|
+
export type RefreshEventHandler = Internal.RefreshEventHandler;
|
|
125
|
+
export { TypeDescriptor as TypeDescriptor } from './System.ComponentModel/internal/index.js';
|
|
126
|
+
export { TypeDescriptionProvider as TypeDescriptionProvider } from './System.ComponentModel/internal/index.js';
|
|
127
|
+
export { AddingNewEventArgs as AddingNewEventArgs } from './System.ComponentModel/internal/index.js';
|
|
128
|
+
export type AddingNewEventHandler = Internal.AddingNewEventHandler;
|
|
129
|
+
export { AmbientValueAttribute as AmbientValueAttribute } from './System.ComponentModel/internal/index.js';
|
|
130
|
+
export { BindableAttribute as BindableAttribute } from './System.ComponentModel/internal/index.js';
|
|
131
|
+
export { BindableSupport as BindableSupport } from './System.ComponentModel/internal/index.js';
|
|
132
|
+
export { BindingDirection as BindingDirection } from './System.ComponentModel/internal/index.js';
|
|
133
|
+
export { BindingList_1 as BindingList } from './System.ComponentModel/internal/index.js';
|
|
134
|
+
export type IBindingList = Internal.IBindingList;
|
|
135
|
+
export type ICancelAddNew = Internal.ICancelAddNew;
|
|
136
|
+
export type IRaiseItemChangedEvents = Internal.IRaiseItemChangedEvents;
|
|
137
|
+
export { ListChangedEventArgs as ListChangedEventArgs } from './System.ComponentModel/internal/index.js';
|
|
138
|
+
export type ListChangedEventHandler = Internal.ListChangedEventHandler;
|
|
139
|
+
export { ListSortDirection as ListSortDirection } from './System.ComponentModel/internal/index.js';
|
|
140
|
+
export { ListChangedType as ListChangedType } from './System.ComponentModel/internal/index.js';
|
|
141
|
+
export { ComplexBindingPropertiesAttribute as ComplexBindingPropertiesAttribute } from './System.ComponentModel/internal/index.js';
|
|
142
|
+
export { ComponentConverter as ComponentConverter } from './System.ComponentModel/internal/index.js';
|
|
143
|
+
export { ReferenceConverter as ReferenceConverter } from './System.ComponentModel/internal/index.js';
|
|
144
|
+
export { ComponentEditor as ComponentEditor } from './System.ComponentModel/internal/index.js';
|
|
145
|
+
export { Container as Container } from './System.ComponentModel/internal/index.js';
|
|
146
|
+
export { ContainerFilterService as ContainerFilterService } from './System.ComponentModel/internal/index.js';
|
|
147
|
+
export { InheritanceAttribute as InheritanceAttribute } from './System.ComponentModel/internal/index.js';
|
|
148
|
+
export { InheritanceLevel as InheritanceLevel } from './System.ComponentModel/internal/index.js';
|
|
149
|
+
export { CultureInfoConverter as CultureInfoConverter } from './System.ComponentModel/internal/index.js';
|
|
150
|
+
export { DataObjectAttribute as DataObjectAttribute } from './System.ComponentModel/internal/index.js';
|
|
151
|
+
export { DataObjectFieldAttribute as DataObjectFieldAttribute } from './System.ComponentModel/internal/index.js';
|
|
152
|
+
export { DataObjectMethodAttribute as DataObjectMethodAttribute } from './System.ComponentModel/internal/index.js';
|
|
153
|
+
export { DataObjectMethodType as DataObjectMethodType } from './System.ComponentModel/internal/index.js';
|
|
154
|
+
export { DefaultBindingPropertyAttribute as DefaultBindingPropertyAttribute } from './System.ComponentModel/internal/index.js';
|
|
155
|
+
export { DesignTimeVisibleAttribute as DesignTimeVisibleAttribute } from './System.ComponentModel/internal/index.js';
|
|
156
|
+
export { ExpandableObjectConverter as ExpandableObjectConverter } from './System.ComponentModel/internal/index.js';
|
|
157
|
+
export type IBindingListView = Internal.IBindingListView;
|
|
158
|
+
export { ListSortDescriptionCollection as ListSortDescriptionCollection } from './System.ComponentModel/internal/index.js';
|
|
159
|
+
export { ListSortDescription as ListSortDescription } from './System.ComponentModel/internal/index.js';
|
|
160
|
+
export type IComNativeDescriptorHandler = Internal.IComNativeDescriptorHandler;
|
|
161
|
+
export type IDataErrorInfo = Internal.IDataErrorInfo;
|
|
162
|
+
export type INestedContainer = Internal.INestedContainer;
|
|
163
|
+
export type IIntellisenseBuilder = Internal.IIntellisenseBuilder;
|
|
164
|
+
export type INestedSite = Internal.INestedSite;
|
|
165
|
+
export { InstallerTypeAttribute as InstallerTypeAttribute } from './System.ComponentModel/internal/index.js';
|
|
166
|
+
export { InstanceCreationEditor as InstanceCreationEditor } from './System.ComponentModel/internal/index.js';
|
|
167
|
+
export type ISupportInitializeNotification = Internal.ISupportInitializeNotification;
|
|
168
|
+
export { License as License } from './System.ComponentModel/internal/index.js';
|
|
169
|
+
export { LicenseContext as LicenseContext } from './System.ComponentModel/internal/index.js';
|
|
170
|
+
export { LicenseUsageMode as LicenseUsageMode } from './System.ComponentModel/internal/index.js';
|
|
171
|
+
export { LicenseException as LicenseException } from './System.ComponentModel/internal/index.js';
|
|
172
|
+
export { LicenseManager as LicenseManager } from './System.ComponentModel/internal/index.js';
|
|
173
|
+
export { LicenseProvider as LicenseProvider } from './System.ComponentModel/internal/index.js';
|
|
174
|
+
export { LicenseProviderAttribute as LicenseProviderAttribute } from './System.ComponentModel/internal/index.js';
|
|
175
|
+
export { LicFileLicenseProvider as LicFileLicenseProvider } from './System.ComponentModel/internal/index.js';
|
|
176
|
+
export { ListBindableAttribute as ListBindableAttribute } from './System.ComponentModel/internal/index.js';
|
|
177
|
+
export { LookupBindingPropertiesAttribute as LookupBindingPropertiesAttribute } from './System.ComponentModel/internal/index.js';
|
|
178
|
+
export { MarshalByValueComponent as MarshalByValueComponent } from './System.ComponentModel/internal/index.js';
|
|
179
|
+
export { MaskedTextProvider as MaskedTextProvider } from './System.ComponentModel/internal/index.js';
|
|
180
|
+
export { MaskedTextResultHint as MaskedTextResultHint } from './System.ComponentModel/internal/index.js';
|
|
181
|
+
export { NestedContainer as NestedContainer } from './System.ComponentModel/internal/index.js';
|
|
182
|
+
export { PasswordPropertyTextAttribute as PasswordPropertyTextAttribute } from './System.ComponentModel/internal/index.js';
|
|
183
|
+
export { PropertyTabAttribute as PropertyTabAttribute } from './System.ComponentModel/internal/index.js';
|
|
184
|
+
export { PropertyTabScope as PropertyTabScope } from './System.ComponentModel/internal/index.js';
|
|
185
|
+
export { RecommendedAsConfigurableAttribute as RecommendedAsConfigurableAttribute } from './System.ComponentModel/internal/index.js';
|
|
186
|
+
export { RunInstallerAttribute as RunInstallerAttribute } from './System.ComponentModel/internal/index.js';
|
|
187
|
+
export { SettingsBindableAttribute as SettingsBindableAttribute } from './System.ComponentModel/internal/index.js';
|
|
188
|
+
export { SyntaxCheck$instance as SyntaxCheck } from './System.ComponentModel/internal/index.js';
|
|
189
|
+
export { ToolboxItemAttribute as ToolboxItemAttribute } from './System.ComponentModel/internal/index.js';
|
|
190
|
+
export { ToolboxItemFilterAttribute as ToolboxItemFilterAttribute } from './System.ComponentModel/internal/index.js';
|
|
191
|
+
export { ToolboxItemFilterType as ToolboxItemFilterType } from './System.ComponentModel/internal/index.js';
|
|
192
|
+
export { WarningException as WarningException } from './System.ComponentModel/internal/index.js';
|
|
193
|
+
export { ComponentResourceManager as ComponentResourceManager } from './System.ComponentModel/internal/index.js';
|
|
194
|
+
export { DataErrorsChangedEventArgs as DataErrorsChangedEventArgs } from './System.ComponentModel/internal/index.js';
|
|
195
|
+
export type INotifyDataErrorInfo = Internal.INotifyDataErrorInfo;
|
|
196
|
+
export type INotifyPropertyChanged = Internal.INotifyPropertyChanged;
|
|
197
|
+
export type INotifyPropertyChanging = Internal.INotifyPropertyChanging;
|
|
198
|
+
export { PropertyChangedEventArgs as PropertyChangedEventArgs } from './System.ComponentModel/internal/index.js';
|
|
199
|
+
export type PropertyChangedEventHandler = Internal.PropertyChangedEventHandler;
|
|
200
|
+
export { PropertyChangingEventArgs as PropertyChangingEventArgs } from './System.ComponentModel/internal/index.js';
|
|
201
|
+
export type PropertyChangingEventHandler = Internal.PropertyChangingEventHandler;
|
|
202
|
+
export { TypeConverterAttribute as TypeConverterAttribute } from './System.ComponentModel/internal/index.js';
|
|
203
|
+
export { TypeDescriptionProviderAttribute as TypeDescriptionProviderAttribute } from './System.ComponentModel/internal/index.js';
|
|
204
|
+
export { DefaultValueAttribute as DefaultValueAttribute } from './System.ComponentModel/internal/index.js';
|
|
205
|
+
export { EditorBrowsableAttribute as EditorBrowsableAttribute } from './System.ComponentModel/internal/index.js';
|
|
206
|
+
export { EditorBrowsableState as EditorBrowsableState } from './System.ComponentModel/internal/index.js';
|
|
207
|
+
export { Win32Exception as Win32Exception } from './System.ComponentModel/internal/index.js';
|
|
@@ -3,13 +3,11 @@
|
|
|
3
3
|
// Facade - Public API Surface
|
|
4
4
|
|
|
5
5
|
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
6
|
+
import * as Internal from './System.Configuration.Assemblies/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from '
|
|
9
|
+
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
export { AssemblyHashAlgorithm as AssemblyHashAlgorithm } from './internal/index.js';
|
|
15
|
-
export { AssemblyVersionCompatibility as AssemblyVersionCompatibility } from './internal/index.js';
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { AssemblyHashAlgorithm as AssemblyHashAlgorithm } from './System.Configuration.Assemblies/internal/index.js';
|
|
13
|
+
export { AssemblyVersionCompatibility as AssemblyVersionCompatibility } from './System.Configuration.Assemblies/internal/index.js';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Data.Common
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Data.Common/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
+
import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { AttributeCollection, Component, EventDescriptor, EventDescriptorCollection, IComponent, IContainer, ICustomTypeDescriptor, ISite, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from './System.ComponentModel/internal/index.js';
|
|
13
|
+
import type { CommandBehavior, CommandType, ConflictOption, ConnectionState, DataColumn, DataRow, DataRowVersion, DataSet, DataTable, DbType, FillErrorEventHandler, IColumnMapping, IColumnMappingCollection, IDataAdapter, IDataParameter, IDataParameterCollection, IDataReader, IDataRecord, IDbCommand, IDbConnection, IDbDataAdapter, IDbDataParameter, IDbTransaction, IsolationLevel, ITableMapping, ITableMappingCollection, LoadOption, MissingMappingAction, MissingSchemaAction, ParameterDirection, SchemaType, StateChangeEventHandler, StatementType, UpdateRowSource, UpdateStatus } from './System.Data/internal/index.js';
|
|
14
|
+
import type { Stream, TextReader } from './System.IO/internal/index.js';
|
|
15
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
16
|
+
import type { ExternalException } from './System.Runtime.InteropServices/internal/index.js';
|
|
17
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
18
|
+
import type { StringBuilder } from './System.Text/internal/index.js';
|
|
19
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
20
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
21
|
+
import type { Transaction } from './System.Transactions/internal/index.js';
|
|
22
|
+
import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, EventArgs, Exception, Guid, IAsyncDisposable, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, MarshalByRefObject, Nullable_1, Object as ClrObject, Single, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
23
|
+
|
|
24
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
25
|
+
export { CatalogLocation as CatalogLocation } from './System.Data.Common/internal/index.js';
|
|
26
|
+
export { DataAdapter as DataAdapter } from './System.Data.Common/internal/index.js';
|
|
27
|
+
export { DataColumnMapping as DataColumnMapping } from './System.Data.Common/internal/index.js';
|
|
28
|
+
export { DataColumnMappingCollection as DataColumnMappingCollection } from './System.Data.Common/internal/index.js';
|
|
29
|
+
export { DataTableMapping as DataTableMapping } from './System.Data.Common/internal/index.js';
|
|
30
|
+
export { DataTableMappingCollection as DataTableMappingCollection } from './System.Data.Common/internal/index.js';
|
|
31
|
+
export { DbBatch as DbBatch } from './System.Data.Common/internal/index.js';
|
|
32
|
+
export { DbBatchCommand as DbBatchCommand } from './System.Data.Common/internal/index.js';
|
|
33
|
+
export { DbBatchCommandCollection as DbBatchCommandCollection } from './System.Data.Common/internal/index.js';
|
|
34
|
+
export { DbColumn as DbColumn } from './System.Data.Common/internal/index.js';
|
|
35
|
+
export { DbCommand as DbCommand } from './System.Data.Common/internal/index.js';
|
|
36
|
+
export { DbCommandBuilder as DbCommandBuilder } from './System.Data.Common/internal/index.js';
|
|
37
|
+
export { DbConnection as DbConnection } from './System.Data.Common/internal/index.js';
|
|
38
|
+
export { DbConnectionStringBuilder as DbConnectionStringBuilder } from './System.Data.Common/internal/index.js';
|
|
39
|
+
export { DbDataAdapter as DbDataAdapter } from './System.Data.Common/internal/index.js';
|
|
40
|
+
export { DbDataReader as DbDataReader } from './System.Data.Common/internal/index.js';
|
|
41
|
+
export { DbDataReaderExtensions$instance as DbDataReaderExtensions } from './System.Data.Common/internal/index.js';
|
|
42
|
+
export { DbDataRecord as DbDataRecord } from './System.Data.Common/internal/index.js';
|
|
43
|
+
export { DbDataSource as DbDataSource } from './System.Data.Common/internal/index.js';
|
|
44
|
+
export { DbDataSourceEnumerator as DbDataSourceEnumerator } from './System.Data.Common/internal/index.js';
|
|
45
|
+
export { DbEnumerator as DbEnumerator } from './System.Data.Common/internal/index.js';
|
|
46
|
+
export { DbException as DbException } from './System.Data.Common/internal/index.js';
|
|
47
|
+
export { DbMetaDataCollectionNames$instance as DbMetaDataCollectionNames } from './System.Data.Common/internal/index.js';
|
|
48
|
+
export { DbMetaDataColumnNames$instance as DbMetaDataColumnNames } from './System.Data.Common/internal/index.js';
|
|
49
|
+
export { DbParameter as DbParameter } from './System.Data.Common/internal/index.js';
|
|
50
|
+
export { DbParameterCollection as DbParameterCollection } from './System.Data.Common/internal/index.js';
|
|
51
|
+
export { DbProviderFactory as DbProviderFactory } from './System.Data.Common/internal/index.js';
|
|
52
|
+
export { DbProviderFactories$instance as DbProviderFactories } from './System.Data.Common/internal/index.js';
|
|
53
|
+
export { DbProviderSpecificTypePropertyAttribute as DbProviderSpecificTypePropertyAttribute } from './System.Data.Common/internal/index.js';
|
|
54
|
+
export { DbTransaction as DbTransaction } from './System.Data.Common/internal/index.js';
|
|
55
|
+
export { GroupByBehavior as GroupByBehavior } from './System.Data.Common/internal/index.js';
|
|
56
|
+
export type IDbColumnSchemaGenerator = Internal.IDbColumnSchemaGenerator;
|
|
57
|
+
export { IdentifierCase as IdentifierCase } from './System.Data.Common/internal/index.js';
|
|
58
|
+
export { RowUpdatedEventArgs as RowUpdatedEventArgs } from './System.Data.Common/internal/index.js';
|
|
59
|
+
export { RowUpdatingEventArgs as RowUpdatingEventArgs } from './System.Data.Common/internal/index.js';
|
|
60
|
+
export { SchemaTableColumn$instance as SchemaTableColumn } from './System.Data.Common/internal/index.js';
|
|
61
|
+
export { SchemaTableOptionalColumn$instance as SchemaTableOptionalColumn } from './System.Data.Common/internal/index.js';
|
|
62
|
+
export { SupportedJoinOperators as SupportedJoinOperators } from './System.Data.Common/internal/index.js';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Data.SqlTypes
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Data.SqlTypes/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { CompareInfo, CompareOptions, CultureInfo } from './System.Globalization/internal/index.js';
|
|
11
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
12
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
14
|
+
import type { XmlSchema, XmlSchemaSet } from './System.Xml.Schema/internal/index.js';
|
|
15
|
+
import type { IXmlSerializable } from './System.Xml.Serialization/internal/index.js';
|
|
16
|
+
import type { XmlQualifiedName, XmlReader, XmlWriter } from './System.Xml/internal/index.js';
|
|
17
|
+
import type { Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, Single, Span_1, String as ClrString, SystemException, TimeSpan, Type, TypeCode, UInt32, ValueType, Void } from './System/internal/index.js';
|
|
18
|
+
|
|
19
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
20
|
+
export { SqlChars as SqlChars } from './System.Data.SqlTypes/internal/index.js';
|
|
21
|
+
export { SqlDateTime as SqlDateTime } from './System.Data.SqlTypes/internal/index.js';
|
|
22
|
+
export { SqlDecimal as SqlDecimal } from './System.Data.SqlTypes/internal/index.js';
|
|
23
|
+
export { SqlDouble as SqlDouble } from './System.Data.SqlTypes/internal/index.js';
|
|
24
|
+
export { SqlGuid as SqlGuid } from './System.Data.SqlTypes/internal/index.js';
|
|
25
|
+
export { SqlInt16 as SqlInt16 } from './System.Data.SqlTypes/internal/index.js';
|
|
26
|
+
export { SqlInt32 as SqlInt32 } from './System.Data.SqlTypes/internal/index.js';
|
|
27
|
+
export { SqlInt64 as SqlInt64 } from './System.Data.SqlTypes/internal/index.js';
|
|
28
|
+
export { SqlMoney as SqlMoney } from './System.Data.SqlTypes/internal/index.js';
|
|
29
|
+
export { SqlSingle as SqlSingle } from './System.Data.SqlTypes/internal/index.js';
|
|
30
|
+
export { SqlCompareOptions as SqlCompareOptions } from './System.Data.SqlTypes/internal/index.js';
|
|
31
|
+
export { SqlString as SqlString } from './System.Data.SqlTypes/internal/index.js';
|
|
32
|
+
export { StorageState as StorageState } from './System.Data.SqlTypes/internal/index.js';
|
|
33
|
+
export { SqlTypeException as SqlTypeException } from './System.Data.SqlTypes/internal/index.js';
|
|
34
|
+
export { SqlNullValueException as SqlNullValueException } from './System.Data.SqlTypes/internal/index.js';
|
|
35
|
+
export { SqlTruncateException as SqlTruncateException } from './System.Data.SqlTypes/internal/index.js';
|
|
36
|
+
export { SqlNotFilledException as SqlNotFilledException } from './System.Data.SqlTypes/internal/index.js';
|
|
37
|
+
export { SqlAlreadyFilledException as SqlAlreadyFilledException } from './System.Data.SqlTypes/internal/index.js';
|
|
38
|
+
export { SqlXml as SqlXml } from './System.Data.SqlTypes/internal/index.js';
|
|
39
|
+
export type INullable = Internal.INullable;
|
|
40
|
+
export { SqlBinary as SqlBinary } from './System.Data.SqlTypes/internal/index.js';
|
|
41
|
+
export { SqlBoolean as SqlBoolean } from './System.Data.SqlTypes/internal/index.js';
|
|
42
|
+
export { SqlByte as SqlByte } from './System.Data.SqlTypes/internal/index.js';
|
|
43
|
+
export { SqlBytes as SqlBytes } from './System.Data.SqlTypes/internal/index.js';
|
package/System.Data.d.ts
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Data
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Data/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
+
import type { Hashtable, ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { AttributeCollection, CollectionChangeEventHandler, DescriptionAttribute, EventDescriptor, EventDescriptorCollection, IBindingList, IBindingListView, IComponent, IContainer, ICustomTypeDescriptor, IDataErrorInfo, IEditableObject, IListSource, INotifyPropertyChanged, ISite, ISupportInitialize, ISupportInitializeNotification, ITypedList, ListChangedEventHandler, ListSortDescriptionCollection, ListSortDirection, MarshalByValueComponent, PropertyChangedEventHandler, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from './System.ComponentModel/internal/index.js';
|
|
13
|
+
import type { DbColumn, DbDataReader } from './System.Data.Common/internal/index.js';
|
|
14
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
15
|
+
import type { Stream, TextReader, TextWriter } from './System.IO/internal/index.js';
|
|
16
|
+
import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
17
|
+
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
18
|
+
import type { Task, Task_1, ValueTask } from './System.Threading.Tasks/internal/index.js';
|
|
19
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
20
|
+
import type { XmlSchema, XmlSchemaComplexType, XmlSchemaSet } from './System.Xml.Schema/internal/index.js';
|
|
21
|
+
import type { IXmlSerializable } from './System.Xml.Serialization/internal/index.js';
|
|
22
|
+
import type { XmlReader, XmlWriter } from './System.Xml/internal/index.js';
|
|
23
|
+
import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Converter_2, DateTime, Decimal, Delegate, Double, Enum, EventArgs, EventHandler, Exception, Func_2, Guid, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, Single, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js';
|
|
24
|
+
|
|
25
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
26
|
+
export { DataReaderExtensions$instance as DataReaderExtensions } from './System.Data/internal/index.js';
|
|
27
|
+
export { UpdateStatus as UpdateStatus } from './System.Data/internal/index.js';
|
|
28
|
+
export { XmlReadMode as XmlReadMode } from './System.Data/internal/index.js';
|
|
29
|
+
export { XmlWriteMode as XmlWriteMode } from './System.Data/internal/index.js';
|
|
30
|
+
export { AcceptRejectRule as AcceptRejectRule } from './System.Data/internal/index.js';
|
|
31
|
+
export { InternalDataCollectionBase as InternalDataCollectionBase } from './System.Data/internal/index.js';
|
|
32
|
+
export { CommandBehavior as CommandBehavior } from './System.Data/internal/index.js';
|
|
33
|
+
export { CommandType as CommandType } from './System.Data/internal/index.js';
|
|
34
|
+
export { ConflictOption as ConflictOption } from './System.Data/internal/index.js';
|
|
35
|
+
export { ConnectionState as ConnectionState } from './System.Data/internal/index.js';
|
|
36
|
+
export { Constraint as Constraint } from './System.Data/internal/index.js';
|
|
37
|
+
export { ConstraintCollection as ConstraintCollection } from './System.Data/internal/index.js';
|
|
38
|
+
export { DataColumn as DataColumn } from './System.Data/internal/index.js';
|
|
39
|
+
export { DataColumnChangeEventArgs as DataColumnChangeEventArgs } from './System.Data/internal/index.js';
|
|
40
|
+
export type DataColumnChangeEventHandler = Internal.DataColumnChangeEventHandler;
|
|
41
|
+
export { DataColumnCollection as DataColumnCollection } from './System.Data/internal/index.js';
|
|
42
|
+
export { DataException as DataException } from './System.Data/internal/index.js';
|
|
43
|
+
export { ConstraintException as ConstraintException } from './System.Data/internal/index.js';
|
|
44
|
+
export { DeletedRowInaccessibleException as DeletedRowInaccessibleException } from './System.Data/internal/index.js';
|
|
45
|
+
export { DuplicateNameException as DuplicateNameException } from './System.Data/internal/index.js';
|
|
46
|
+
export { InRowChangingEventException as InRowChangingEventException } from './System.Data/internal/index.js';
|
|
47
|
+
export { InvalidConstraintException as InvalidConstraintException } from './System.Data/internal/index.js';
|
|
48
|
+
export { MissingPrimaryKeyException as MissingPrimaryKeyException } from './System.Data/internal/index.js';
|
|
49
|
+
export { NoNullAllowedException as NoNullAllowedException } from './System.Data/internal/index.js';
|
|
50
|
+
export { ReadOnlyException as ReadOnlyException } from './System.Data/internal/index.js';
|
|
51
|
+
export { RowNotInTableException as RowNotInTableException } from './System.Data/internal/index.js';
|
|
52
|
+
export { VersionNotFoundException as VersionNotFoundException } from './System.Data/internal/index.js';
|
|
53
|
+
export { DataRelation as DataRelation } from './System.Data/internal/index.js';
|
|
54
|
+
export { DataRelationCollection as DataRelationCollection } from './System.Data/internal/index.js';
|
|
55
|
+
export { DataRow as DataRow } from './System.Data/internal/index.js';
|
|
56
|
+
export { DataRowBuilder as DataRowBuilder } from './System.Data/internal/index.js';
|
|
57
|
+
export { DataRowAction as DataRowAction } from './System.Data/internal/index.js';
|
|
58
|
+
export { DataRowChangeEventArgs as DataRowChangeEventArgs } from './System.Data/internal/index.js';
|
|
59
|
+
export type DataRowChangeEventHandler = Internal.DataRowChangeEventHandler;
|
|
60
|
+
export { DataRowCollection as DataRowCollection } from './System.Data/internal/index.js';
|
|
61
|
+
export { DataRowComparer$instance as DataRowComparer_0 } from './System.Data/internal/index.js';
|
|
62
|
+
export { DataRowComparer_1 as DataRowComparer } from './System.Data/internal/index.js';
|
|
63
|
+
export { DataRowExtensions$instance as DataRowExtensions } from './System.Data/internal/index.js';
|
|
64
|
+
export { DataRowState as DataRowState } from './System.Data/internal/index.js';
|
|
65
|
+
export { DataRowVersion as DataRowVersion } from './System.Data/internal/index.js';
|
|
66
|
+
export { DataRowView as DataRowView } from './System.Data/internal/index.js';
|
|
67
|
+
export { SerializationFormat as SerializationFormat } from './System.Data/internal/index.js';
|
|
68
|
+
export { DataSet as DataSet } from './System.Data/internal/index.js';
|
|
69
|
+
export { DataSetDateTime as DataSetDateTime } from './System.Data/internal/index.js';
|
|
70
|
+
export { DataSysDescriptionAttribute as DataSysDescriptionAttribute } from './System.Data/internal/index.js';
|
|
71
|
+
export { DataTable as DataTable } from './System.Data/internal/index.js';
|
|
72
|
+
export { DataTableExtensions$instance as DataTableExtensions } from './System.Data/internal/index.js';
|
|
73
|
+
export { DataTableClearEventArgs as DataTableClearEventArgs } from './System.Data/internal/index.js';
|
|
74
|
+
export type DataTableClearEventHandler = Internal.DataTableClearEventHandler;
|
|
75
|
+
export { DataTableCollection as DataTableCollection } from './System.Data/internal/index.js';
|
|
76
|
+
export { DataTableNewRowEventArgs as DataTableNewRowEventArgs } from './System.Data/internal/index.js';
|
|
77
|
+
export type DataTableNewRowEventHandler = Internal.DataTableNewRowEventHandler;
|
|
78
|
+
export { DataTableReader as DataTableReader } from './System.Data/internal/index.js';
|
|
79
|
+
export { DataView as DataView } from './System.Data/internal/index.js';
|
|
80
|
+
export { DataViewManager as DataViewManager } from './System.Data/internal/index.js';
|
|
81
|
+
export { DataViewRowState as DataViewRowState } from './System.Data/internal/index.js';
|
|
82
|
+
export { DataViewSetting as DataViewSetting } from './System.Data/internal/index.js';
|
|
83
|
+
export { DataViewSettingCollection as DataViewSettingCollection } from './System.Data/internal/index.js';
|
|
84
|
+
export { DBConcurrencyException as DBConcurrencyException } from './System.Data/internal/index.js';
|
|
85
|
+
export { DbType as DbType } from './System.Data/internal/index.js';
|
|
86
|
+
export { EnumerableRowCollection as EnumerableRowCollection_0 } from './System.Data/internal/index.js';
|
|
87
|
+
export { EnumerableRowCollection_1 as EnumerableRowCollection } from './System.Data/internal/index.js';
|
|
88
|
+
export { EnumerableRowCollectionExtensions$instance as EnumerableRowCollectionExtensions } from './System.Data/internal/index.js';
|
|
89
|
+
export { FillErrorEventArgs as FillErrorEventArgs } from './System.Data/internal/index.js';
|
|
90
|
+
export type FillErrorEventHandler = Internal.FillErrorEventHandler;
|
|
91
|
+
export { ForeignKeyConstraint as ForeignKeyConstraint } from './System.Data/internal/index.js';
|
|
92
|
+
export type IColumnMapping = Internal.IColumnMapping;
|
|
93
|
+
export type IColumnMappingCollection = Internal.IColumnMappingCollection;
|
|
94
|
+
export type IDataAdapter = Internal.IDataAdapter;
|
|
95
|
+
export type IDataParameter = Internal.IDataParameter;
|
|
96
|
+
export type IDataParameterCollection = Internal.IDataParameterCollection;
|
|
97
|
+
export type IDataReader = Internal.IDataReader;
|
|
98
|
+
export type IDataRecord = Internal.IDataRecord;
|
|
99
|
+
export type IDbCommand = Internal.IDbCommand;
|
|
100
|
+
export type IDbConnection = Internal.IDbConnection;
|
|
101
|
+
export type IDbDataAdapter = Internal.IDbDataAdapter;
|
|
102
|
+
export type IDbDataParameter = Internal.IDbDataParameter;
|
|
103
|
+
export type IDbTransaction = Internal.IDbTransaction;
|
|
104
|
+
export { IsolationLevel as IsolationLevel } from './System.Data/internal/index.js';
|
|
105
|
+
export type ITableMapping = Internal.ITableMapping;
|
|
106
|
+
export type ITableMappingCollection = Internal.ITableMappingCollection;
|
|
107
|
+
export { KeyRestrictionBehavior as KeyRestrictionBehavior } from './System.Data/internal/index.js';
|
|
108
|
+
export { LoadOption as LoadOption } from './System.Data/internal/index.js';
|
|
109
|
+
export { MappingType as MappingType } from './System.Data/internal/index.js';
|
|
110
|
+
export { MergeFailedEventArgs as MergeFailedEventArgs } from './System.Data/internal/index.js';
|
|
111
|
+
export type MergeFailedEventHandler = Internal.MergeFailedEventHandler;
|
|
112
|
+
export { MissingMappingAction as MissingMappingAction } from './System.Data/internal/index.js';
|
|
113
|
+
export { MissingSchemaAction as MissingSchemaAction } from './System.Data/internal/index.js';
|
|
114
|
+
export { OrderedEnumerableRowCollection_1 as OrderedEnumerableRowCollection } from './System.Data/internal/index.js';
|
|
115
|
+
export { ParameterDirection as ParameterDirection } from './System.Data/internal/index.js';
|
|
116
|
+
export { PropertyCollection as PropertyCollection } from './System.Data/internal/index.js';
|
|
117
|
+
export { StatementCompletedEventArgs as StatementCompletedEventArgs } from './System.Data/internal/index.js';
|
|
118
|
+
export type StatementCompletedEventHandler = Internal.StatementCompletedEventHandler;
|
|
119
|
+
export { Rule as Rule } from './System.Data/internal/index.js';
|
|
120
|
+
export { SchemaSerializationMode as SchemaSerializationMode } from './System.Data/internal/index.js';
|
|
121
|
+
export { SchemaType as SchemaType } from './System.Data/internal/index.js';
|
|
122
|
+
export { SqlDbType as SqlDbType } from './System.Data/internal/index.js';
|
|
123
|
+
export { StateChangeEventArgs as StateChangeEventArgs } from './System.Data/internal/index.js';
|
|
124
|
+
export type StateChangeEventHandler = Internal.StateChangeEventHandler;
|
|
125
|
+
export { StatementType as StatementType } from './System.Data/internal/index.js';
|
|
126
|
+
export { StrongTypingException as StrongTypingException } from './System.Data/internal/index.js';
|
|
127
|
+
export { TypedTableBase_1 as TypedTableBase } from './System.Data/internal/index.js';
|
|
128
|
+
export { TypedTableBaseExtensions$instance as TypedTableBaseExtensions } from './System.Data/internal/index.js';
|
|
129
|
+
export { UniqueConstraint as UniqueConstraint } from './System.Data/internal/index.js';
|
|
130
|
+
export { UpdateRowSource as UpdateRowSource } from './System.Data/internal/index.js';
|
|
131
|
+
export { InvalidExpressionException as InvalidExpressionException } from './System.Data/internal/index.js';
|
|
132
|
+
export { EvaluateException as EvaluateException } from './System.Data/internal/index.js';
|
|
133
|
+
export { SyntaxErrorException as SyntaxErrorException } from './System.Data/internal/index.js';
|