@tsonic/efcore-npgsql 0.1.2 → 10.0.1

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 (136) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
  4. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
  6. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
  7. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  8. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  9. package/Npgsql/bindings.json +10951 -18969
  10. package/Npgsql/internal/index.d.ts +1044 -1044
  11. package/Npgsql.BackendMessages/bindings.json +26 -39
  12. package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +152 -152
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +21 -21
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
  64. package/Npgsql.Internal/bindings.json +1671 -3264
  65. package/Npgsql.Internal/internal/index.d.ts +243 -243
  66. package/Npgsql.Internal.Postgres/bindings.json +208 -434
  67. package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
  68. package/Npgsql.NameTranslation/bindings.json +61 -116
  69. package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
  70. package/Npgsql.PostgresTypes/bindings.json +175 -1000
  71. package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
  72. package/Npgsql.Replication/bindings.json +325 -1072
  73. package/Npgsql.Replication/internal/index.d.ts +46 -46
  74. package/Npgsql.Replication.Internal/bindings.json +44 -73
  75. package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
  76. package/Npgsql.Replication.PgOutput/bindings.json +191 -537
  77. package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
  78. package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
  79. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
  80. package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
  81. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
  82. package/Npgsql.Schema/bindings.json +149 -322
  83. package/Npgsql.Schema/internal/index.d.ts +28 -28
  84. package/Npgsql.TypeMapping/bindings.json +92 -153
  85. package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
  86. package/Npgsql.Util/bindings.json +9 -1
  87. package/NpgsqlTypes/bindings.json +1569 -4426
  88. package/NpgsqlTypes/internal/index.d.ts +280 -280
  89. package/__build/scripts/generate.sh +4 -4
  90. package/__internal/extensions/index.d.ts +71 -71
  91. package/package.json +5 -5
  92. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
  93. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
  94. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
  95. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  96. package/Npgsql/internal/metadata.json +0 -15514
  97. package/Npgsql.BackendMessages/internal/metadata.json +0 -72
  98. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
  99. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
  100. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
  101. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
  102. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
  103. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
  104. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
  105. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
  106. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
  107. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
  108. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
  109. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
  110. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
  124. package/Npgsql.Internal/internal/metadata.json +0 -4555
  125. package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
  126. package/Npgsql.NameTranslation/internal/metadata.json +0 -173
  127. package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
  128. package/Npgsql.Replication/internal/metadata.json +0 -972
  129. package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
  130. package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
  131. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
  132. package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
  133. package/Npgsql.Schema/internal/metadata.json +0 -451
  134. package/Npgsql.TypeMapping/internal/metadata.json +0 -248
  135. package/Npgsql.Util/internal/metadata.json +0 -24
  136. package/NpgsqlTypes/internal/metadata.json +0 -5014
@@ -1,391 +1,125 @@
1
1
  {
2
2
  "namespace": "Npgsql.PostgresTypes",
3
+ "contributingAssemblies": [
4
+ "Npgsql"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType",
6
9
  "clrName": "Npgsql.PostgresTypes.PostgresArrayType",
7
- "tsEmitName": "PostgresArrayType",
8
10
  "assemblyName": "Npgsql",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": false,
16
+ "isStatic": false,
17
+ "arity": 0,
10
18
  "methods": [],
11
19
  "properties": [
12
20
  {
13
21
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType::Element:Npgsql.PostgresTypes.PostgresType",
14
22
  "clrName": "Element",
15
- "tsEmitName": "element",
16
23
  "metadataToken": 385876701,
17
24
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
18
25
  "normalizedSignature": "Element|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
19
26
  "emitScope": "ClassSurface",
27
+ "provenance": "Original",
20
28
  "isIndexer": false,
21
29
  "hasGetter": true,
22
30
  "hasSetter": false,
31
+ "isStatic": false,
32
+ "isAbstract": false,
33
+ "isVirtual": false,
34
+ "isOverride": false,
23
35
  "declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
24
36
  "declaringAssemblyName": "Npgsql"
25
37
  }
26
38
  ],
27
39
  "fields": [],
28
40
  "events": [],
29
- "constructors": [],
30
- "exposedMethods": [
31
- {
32
- "tsName": "toString",
33
- "isStatic": false,
34
- "tsSignatureId": "ToString|():System.String|static=false",
35
- "target": {
36
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
37
- "declaringAssemblyName": "Npgsql",
38
- "metadataToken": 100666262
39
- }
40
- }
41
- ],
42
- "exposedProperties": [
43
- {
44
- "tsName": "element",
45
- "isStatic": false,
46
- "tsSignatureId": "Element|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
47
- "target": {
48
- "declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
49
- "declaringAssemblyName": "Npgsql",
50
- "metadataToken": 385876701
51
- }
52
- },
53
- {
54
- "tsName": "OID",
55
- "isStatic": false,
56
- "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
57
- "target": {
58
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
59
- "declaringAssemblyName": "Npgsql",
60
- "metadataToken": 385876711
61
- }
62
- },
63
- {
64
- "tsName": "namespace",
65
- "isStatic": false,
66
- "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
67
- "target": {
68
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
69
- "declaringAssemblyName": "Npgsql",
70
- "metadataToken": 385876712
71
- }
72
- },
73
- {
74
- "tsName": "name",
75
- "isStatic": false,
76
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
77
- "target": {
78
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
79
- "declaringAssemblyName": "Npgsql",
80
- "metadataToken": 385876713
81
- }
82
- },
83
- {
84
- "tsName": "fullName",
85
- "isStatic": false,
86
- "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
87
- "target": {
88
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
89
- "declaringAssemblyName": "Npgsql",
90
- "metadataToken": 385876714
91
- }
92
- },
93
- {
94
- "tsName": "displayName",
95
- "isStatic": false,
96
- "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
97
- "target": {
98
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
99
- "declaringAssemblyName": "Npgsql",
100
- "metadataToken": 385876716
101
- }
102
- },
103
- {
104
- "tsName": "internalName",
105
- "isStatic": false,
106
- "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
107
- "target": {
108
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
109
- "declaringAssemblyName": "Npgsql",
110
- "metadataToken": 385876717
111
- }
112
- },
113
- {
114
- "tsName": "array",
115
- "isStatic": false,
116
- "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
117
- "target": {
118
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
119
- "declaringAssemblyName": "Npgsql",
120
- "metadataToken": 385876718
121
- }
122
- },
123
- {
124
- "tsName": "range",
125
- "isStatic": false,
126
- "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
127
- "target": {
128
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
129
- "declaringAssemblyName": "Npgsql",
130
- "metadataToken": 385876719
131
- }
132
- }
133
- ]
41
+ "constructors": []
134
42
  },
135
43
  {
136
44
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresBaseType",
137
45
  "clrName": "Npgsql.PostgresTypes.PostgresBaseType",
138
- "tsEmitName": "PostgresBaseType",
139
46
  "assemblyName": "Npgsql",
140
47
  "metadataToken": 0,
48
+ "kind": "Class",
49
+ "accessibility": "Public",
50
+ "isAbstract": false,
51
+ "isSealed": false,
52
+ "isStatic": false,
53
+ "arity": 0,
141
54
  "methods": [],
142
55
  "properties": [],
143
56
  "fields": [],
144
57
  "events": [],
145
- "constructors": [],
146
- "exposedMethods": [
147
- {
148
- "tsName": "toString",
149
- "isStatic": false,
150
- "tsSignatureId": "ToString|():System.String|static=false",
151
- "target": {
152
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
153
- "declaringAssemblyName": "Npgsql",
154
- "metadataToken": 100666262
155
- }
156
- }
157
- ],
158
- "exposedProperties": [
159
- {
160
- "tsName": "OID",
161
- "isStatic": false,
162
- "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
163
- "target": {
164
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
165
- "declaringAssemblyName": "Npgsql",
166
- "metadataToken": 385876711
167
- }
168
- },
169
- {
170
- "tsName": "namespace",
171
- "isStatic": false,
172
- "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
173
- "target": {
174
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
175
- "declaringAssemblyName": "Npgsql",
176
- "metadataToken": 385876712
177
- }
178
- },
179
- {
180
- "tsName": "name",
181
- "isStatic": false,
182
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
183
- "target": {
184
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
185
- "declaringAssemblyName": "Npgsql",
186
- "metadataToken": 385876713
187
- }
188
- },
189
- {
190
- "tsName": "fullName",
191
- "isStatic": false,
192
- "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
193
- "target": {
194
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
195
- "declaringAssemblyName": "Npgsql",
196
- "metadataToken": 385876714
197
- }
198
- },
199
- {
200
- "tsName": "displayName",
201
- "isStatic": false,
202
- "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
203
- "target": {
204
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
205
- "declaringAssemblyName": "Npgsql",
206
- "metadataToken": 385876716
207
- }
208
- },
209
- {
210
- "tsName": "internalName",
211
- "isStatic": false,
212
- "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
213
- "target": {
214
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
215
- "declaringAssemblyName": "Npgsql",
216
- "metadataToken": 385876717
217
- }
218
- },
219
- {
220
- "tsName": "array",
221
- "isStatic": false,
222
- "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
223
- "target": {
224
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
225
- "declaringAssemblyName": "Npgsql",
226
- "metadataToken": 385876718
227
- }
228
- },
229
- {
230
- "tsName": "range",
231
- "isStatic": false,
232
- "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
233
- "target": {
234
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
235
- "declaringAssemblyName": "Npgsql",
236
- "metadataToken": 385876719
237
- }
238
- }
239
- ]
58
+ "constructors": []
240
59
  },
241
60
  {
242
61
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType",
243
62
  "clrName": "Npgsql.PostgresTypes.PostgresCompositeType",
244
- "tsEmitName": "PostgresCompositeType",
245
63
  "assemblyName": "Npgsql",
246
64
  "metadataToken": 0,
65
+ "kind": "Class",
66
+ "accessibility": "Public",
67
+ "isAbstract": false,
68
+ "isSealed": false,
69
+ "isStatic": false,
70
+ "arity": 0,
247
71
  "methods": [],
248
72
  "properties": [
249
73
  {
250
74
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType::Fields:System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
251
75
  "clrName": "Fields",
252
- "tsEmitName": "fields",
253
76
  "metadataToken": 385876702,
254
77
  "canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
255
78
  "normalizedSignature": "Fields|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
256
79
  "emitScope": "ClassSurface",
80
+ "provenance": "Original",
257
81
  "isIndexer": false,
258
82
  "hasGetter": true,
259
83
  "hasSetter": false,
84
+ "isStatic": false,
85
+ "isAbstract": false,
86
+ "isVirtual": false,
87
+ "isOverride": false,
260
88
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType",
261
89
  "declaringAssemblyName": "Npgsql"
262
90
  }
263
91
  ],
264
92
  "fields": [],
265
93
  "events": [],
266
- "constructors": [],
267
- "exposedMethods": [
268
- {
269
- "tsName": "toString",
270
- "isStatic": false,
271
- "tsSignatureId": "ToString|():System.String|static=false",
272
- "target": {
273
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
274
- "declaringAssemblyName": "Npgsql",
275
- "metadataToken": 100666262
276
- }
277
- }
278
- ],
279
- "exposedProperties": [
280
- {
281
- "tsName": "fields",
282
- "isStatic": false,
283
- "tsSignatureId": "Fields|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
284
- "target": {
285
- "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType",
286
- "declaringAssemblyName": "Npgsql",
287
- "metadataToken": 385876702
288
- }
289
- },
290
- {
291
- "tsName": "OID",
292
- "isStatic": false,
293
- "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
294
- "target": {
295
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
296
- "declaringAssemblyName": "Npgsql",
297
- "metadataToken": 385876711
298
- }
299
- },
300
- {
301
- "tsName": "namespace",
302
- "isStatic": false,
303
- "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
304
- "target": {
305
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
306
- "declaringAssemblyName": "Npgsql",
307
- "metadataToken": 385876712
308
- }
309
- },
310
- {
311
- "tsName": "name",
312
- "isStatic": false,
313
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
314
- "target": {
315
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
316
- "declaringAssemblyName": "Npgsql",
317
- "metadataToken": 385876713
318
- }
319
- },
320
- {
321
- "tsName": "fullName",
322
- "isStatic": false,
323
- "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
324
- "target": {
325
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
326
- "declaringAssemblyName": "Npgsql",
327
- "metadataToken": 385876714
328
- }
329
- },
330
- {
331
- "tsName": "displayName",
332
- "isStatic": false,
333
- "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
334
- "target": {
335
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
336
- "declaringAssemblyName": "Npgsql",
337
- "metadataToken": 385876716
338
- }
339
- },
340
- {
341
- "tsName": "internalName",
342
- "isStatic": false,
343
- "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
344
- "target": {
345
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
346
- "declaringAssemblyName": "Npgsql",
347
- "metadataToken": 385876717
348
- }
349
- },
350
- {
351
- "tsName": "array",
352
- "isStatic": false,
353
- "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
354
- "target": {
355
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
356
- "declaringAssemblyName": "Npgsql",
357
- "metadataToken": 385876718
358
- }
359
- },
360
- {
361
- "tsName": "range",
362
- "isStatic": false,
363
- "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
364
- "target": {
365
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
366
- "declaringAssemblyName": "Npgsql",
367
- "metadataToken": 385876719
368
- }
369
- }
370
- ]
94
+ "constructors": []
371
95
  },
372
96
  {
373
97
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
374
98
  "clrName": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
375
- "tsEmitName": "PostgresCompositeType_Field",
376
99
  "assemblyName": "Npgsql",
377
100
  "metadataToken": 0,
101
+ "kind": "Class",
102
+ "accessibility": "Public",
103
+ "isAbstract": false,
104
+ "isSealed": false,
105
+ "isStatic": false,
106
+ "arity": 0,
378
107
  "methods": [
379
108
  {
380
109
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::ToString():System.String",
381
110
  "clrName": "ToString",
382
- "tsEmitName": "toString",
383
111
  "metadataToken": 100669297,
384
112
  "canonicalSignature": "():System.String",
385
113
  "normalizedSignature": "ToString|():System.String|static=false",
386
114
  "emitScope": "ClassSurface",
115
+ "provenance": "Original",
387
116
  "arity": 0,
388
117
  "parameterCount": 0,
118
+ "isStatic": false,
119
+ "isAbstract": false,
120
+ "isVirtual": true,
121
+ "isOverride": true,
122
+ "isSealed": false,
389
123
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
390
124
  "declaringAssemblyName": "Npgsql",
391
125
  "isExtensionMethod": false
@@ -395,659 +129,251 @@
395
129
  {
396
130
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::Name:System.String",
397
131
  "clrName": "Name",
398
- "tsEmitName": "name",
399
132
  "metadataToken": 385877336,
400
133
  "canonicalSignature": ":System.String",
401
134
  "normalizedSignature": "Name|:System.String|static=false|accessor=get",
402
135
  "emitScope": "ClassSurface",
136
+ "provenance": "Original",
403
137
  "isIndexer": false,
404
138
  "hasGetter": true,
405
139
  "hasSetter": false,
140
+ "isStatic": false,
141
+ "isAbstract": false,
142
+ "isVirtual": false,
143
+ "isOverride": false,
406
144
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
407
145
  "declaringAssemblyName": "Npgsql"
408
146
  },
409
147
  {
410
148
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::Type:Npgsql.PostgresTypes.PostgresType",
411
149
  "clrName": "Type",
412
- "tsEmitName": "type",
413
150
  "metadataToken": 385877337,
414
151
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
415
152
  "normalizedSignature": "Type|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
416
153
  "emitScope": "ClassSurface",
154
+ "provenance": "Original",
417
155
  "isIndexer": false,
418
156
  "hasGetter": true,
419
157
  "hasSetter": false,
158
+ "isStatic": false,
159
+ "isAbstract": false,
160
+ "isVirtual": false,
161
+ "isOverride": false,
420
162
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
421
163
  "declaringAssemblyName": "Npgsql"
422
164
  }
423
165
  ],
424
166
  "fields": [],
425
167
  "events": [],
426
- "constructors": [],
427
- "exposedMethods": [
428
- {
429
- "tsName": "toString",
430
- "isStatic": false,
431
- "tsSignatureId": "ToString|():System.String|static=false",
432
- "target": {
433
- "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
434
- "declaringAssemblyName": "Npgsql",
435
- "metadataToken": 100669297
436
- }
437
- }
438
- ],
439
- "exposedProperties": [
440
- {
441
- "tsName": "name",
442
- "isStatic": false,
443
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
444
- "target": {
445
- "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
446
- "declaringAssemblyName": "Npgsql",
447
- "metadataToken": 385877336
448
- }
449
- },
450
- {
451
- "tsName": "type",
452
- "isStatic": false,
453
- "tsSignatureId": "Type|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
454
- "target": {
455
- "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
456
- "declaringAssemblyName": "Npgsql",
457
- "metadataToken": 385877337
458
- }
459
- }
460
- ]
168
+ "constructors": []
461
169
  },
462
170
  {
463
171
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType",
464
172
  "clrName": "Npgsql.PostgresTypes.PostgresDomainType",
465
- "tsEmitName": "PostgresDomainType",
466
173
  "assemblyName": "Npgsql",
467
174
  "metadataToken": 0,
175
+ "kind": "Class",
176
+ "accessibility": "Public",
177
+ "isAbstract": false,
178
+ "isSealed": false,
179
+ "isStatic": false,
180
+ "arity": 0,
468
181
  "methods": [],
469
182
  "properties": [
470
183
  {
471
184
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::BaseType:Npgsql.PostgresTypes.PostgresType",
472
185
  "clrName": "BaseType",
473
- "tsEmitName": "baseType",
474
186
  "metadataToken": 385876704,
475
187
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
476
188
  "normalizedSignature": "BaseType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
477
189
  "emitScope": "ClassSurface",
190
+ "provenance": "Original",
478
191
  "isIndexer": false,
479
192
  "hasGetter": true,
480
193
  "hasSetter": false,
194
+ "isStatic": false,
195
+ "isAbstract": false,
196
+ "isVirtual": false,
197
+ "isOverride": false,
481
198
  "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
482
199
  "declaringAssemblyName": "Npgsql"
483
200
  },
484
201
  {
485
202
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::NotNull:System.Boolean",
486
203
  "clrName": "NotNull",
487
- "tsEmitName": "notNull",
488
204
  "metadataToken": 385876705,
489
205
  "canonicalSignature": ":System.Boolean",
490
206
  "normalizedSignature": "NotNull|:System.Boolean|static=false|accessor=get",
491
207
  "emitScope": "ClassSurface",
208
+ "provenance": "Original",
492
209
  "isIndexer": false,
493
210
  "hasGetter": true,
494
211
  "hasSetter": false,
212
+ "isStatic": false,
213
+ "isAbstract": false,
214
+ "isVirtual": false,
215
+ "isOverride": false,
495
216
  "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
496
217
  "declaringAssemblyName": "Npgsql"
497
218
  }
498
219
  ],
499
220
  "fields": [],
500
221
  "events": [],
501
- "constructors": [],
502
- "exposedMethods": [
503
- {
504
- "tsName": "toString",
505
- "isStatic": false,
506
- "tsSignatureId": "ToString|():System.String|static=false",
507
- "target": {
508
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
509
- "declaringAssemblyName": "Npgsql",
510
- "metadataToken": 100666262
511
- }
512
- }
513
- ],
514
- "exposedProperties": [
515
- {
516
- "tsName": "baseType",
517
- "isStatic": false,
518
- "tsSignatureId": "BaseType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
519
- "target": {
520
- "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
521
- "declaringAssemblyName": "Npgsql",
522
- "metadataToken": 385876704
523
- }
524
- },
525
- {
526
- "tsName": "notNull",
527
- "isStatic": false,
528
- "tsSignatureId": "NotNull|:System.Boolean|static=false|accessor=get",
529
- "target": {
530
- "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
531
- "declaringAssemblyName": "Npgsql",
532
- "metadataToken": 385876705
533
- }
534
- },
535
- {
536
- "tsName": "OID",
537
- "isStatic": false,
538
- "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
539
- "target": {
540
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
541
- "declaringAssemblyName": "Npgsql",
542
- "metadataToken": 385876711
543
- }
544
- },
545
- {
546
- "tsName": "namespace",
547
- "isStatic": false,
548
- "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
549
- "target": {
550
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
551
- "declaringAssemblyName": "Npgsql",
552
- "metadataToken": 385876712
553
- }
554
- },
555
- {
556
- "tsName": "name",
557
- "isStatic": false,
558
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
559
- "target": {
560
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
561
- "declaringAssemblyName": "Npgsql",
562
- "metadataToken": 385876713
563
- }
564
- },
565
- {
566
- "tsName": "fullName",
567
- "isStatic": false,
568
- "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
569
- "target": {
570
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
571
- "declaringAssemblyName": "Npgsql",
572
- "metadataToken": 385876714
573
- }
574
- },
575
- {
576
- "tsName": "displayName",
577
- "isStatic": false,
578
- "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
579
- "target": {
580
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
581
- "declaringAssemblyName": "Npgsql",
582
- "metadataToken": 385876716
583
- }
584
- },
585
- {
586
- "tsName": "internalName",
587
- "isStatic": false,
588
- "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
589
- "target": {
590
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
591
- "declaringAssemblyName": "Npgsql",
592
- "metadataToken": 385876717
593
- }
594
- },
595
- {
596
- "tsName": "array",
597
- "isStatic": false,
598
- "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
599
- "target": {
600
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
601
- "declaringAssemblyName": "Npgsql",
602
- "metadataToken": 385876718
603
- }
604
- },
605
- {
606
- "tsName": "range",
607
- "isStatic": false,
608
- "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
609
- "target": {
610
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
611
- "declaringAssemblyName": "Npgsql",
612
- "metadataToken": 385876719
613
- }
614
- }
615
- ]
222
+ "constructors": []
616
223
  },
617
224
  {
618
225
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType",
619
226
  "clrName": "Npgsql.PostgresTypes.PostgresEnumType",
620
- "tsEmitName": "PostgresEnumType",
621
227
  "assemblyName": "Npgsql",
622
228
  "metadataToken": 0,
229
+ "kind": "Class",
230
+ "accessibility": "Public",
231
+ "isAbstract": false,
232
+ "isSealed": false,
233
+ "isStatic": false,
234
+ "arity": 0,
623
235
  "methods": [],
624
236
  "properties": [
625
237
  {
626
238
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType::Labels:System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
627
239
  "clrName": "Labels",
628
- "tsEmitName": "labels",
629
240
  "metadataToken": 385876706,
630
241
  "canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
631
242
  "normalizedSignature": "Labels|:System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
632
243
  "emitScope": "ClassSurface",
244
+ "provenance": "Original",
633
245
  "isIndexer": false,
634
246
  "hasGetter": true,
635
247
  "hasSetter": false,
248
+ "isStatic": false,
249
+ "isAbstract": false,
250
+ "isVirtual": false,
251
+ "isOverride": false,
636
252
  "declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
637
253
  "declaringAssemblyName": "Npgsql"
638
254
  }
639
255
  ],
640
256
  "fields": [],
641
257
  "events": [],
642
- "constructors": [],
643
- "exposedMethods": [
644
- {
645
- "tsName": "toString",
646
- "isStatic": false,
647
- "tsSignatureId": "ToString|():System.String|static=false",
648
- "target": {
649
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
650
- "declaringAssemblyName": "Npgsql",
651
- "metadataToken": 100666262
652
- }
653
- }
654
- ],
655
- "exposedProperties": [
656
- {
657
- "tsName": "labels",
658
- "isStatic": false,
659
- "tsSignatureId": "Labels|:System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
660
- "target": {
661
- "declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
662
- "declaringAssemblyName": "Npgsql",
663
- "metadataToken": 385876706
664
- }
665
- },
666
- {
667
- "tsName": "OID",
668
- "isStatic": false,
669
- "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
670
- "target": {
671
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
672
- "declaringAssemblyName": "Npgsql",
673
- "metadataToken": 385876711
674
- }
675
- },
676
- {
677
- "tsName": "namespace",
678
- "isStatic": false,
679
- "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
680
- "target": {
681
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
682
- "declaringAssemblyName": "Npgsql",
683
- "metadataToken": 385876712
684
- }
685
- },
686
- {
687
- "tsName": "name",
688
- "isStatic": false,
689
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
690
- "target": {
691
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
692
- "declaringAssemblyName": "Npgsql",
693
- "metadataToken": 385876713
694
- }
695
- },
696
- {
697
- "tsName": "fullName",
698
- "isStatic": false,
699
- "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
700
- "target": {
701
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
702
- "declaringAssemblyName": "Npgsql",
703
- "metadataToken": 385876714
704
- }
705
- },
706
- {
707
- "tsName": "displayName",
708
- "isStatic": false,
709
- "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
710
- "target": {
711
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
712
- "declaringAssemblyName": "Npgsql",
713
- "metadataToken": 385876716
714
- }
715
- },
716
- {
717
- "tsName": "internalName",
718
- "isStatic": false,
719
- "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
720
- "target": {
721
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
722
- "declaringAssemblyName": "Npgsql",
723
- "metadataToken": 385876717
724
- }
725
- },
726
- {
727
- "tsName": "array",
728
- "isStatic": false,
729
- "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
730
- "target": {
731
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
732
- "declaringAssemblyName": "Npgsql",
733
- "metadataToken": 385876718
734
- }
735
- },
736
- {
737
- "tsName": "range",
738
- "isStatic": false,
739
- "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
740
- "target": {
741
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
742
- "declaringAssemblyName": "Npgsql",
743
- "metadataToken": 385876719
744
- }
745
- }
746
- ]
258
+ "constructors": []
747
259
  },
748
260
  {
749
261
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType",
750
262
  "clrName": "Npgsql.PostgresTypes.PostgresMultirangeType",
751
- "tsEmitName": "PostgresMultirangeType",
752
263
  "assemblyName": "Npgsql",
753
264
  "metadataToken": 0,
265
+ "kind": "Class",
266
+ "accessibility": "Public",
267
+ "isAbstract": false,
268
+ "isSealed": false,
269
+ "isStatic": false,
270
+ "arity": 0,
754
271
  "methods": [],
755
272
  "properties": [
756
273
  {
757
274
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType::Subrange:Npgsql.PostgresTypes.PostgresRangeType",
758
275
  "clrName": "Subrange",
759
- "tsEmitName": "subrange",
760
276
  "metadataToken": 385876708,
761
277
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresRangeType",
762
278
  "normalizedSignature": "Subrange|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
763
279
  "emitScope": "ClassSurface",
280
+ "provenance": "Original",
764
281
  "isIndexer": false,
765
282
  "hasGetter": true,
766
283
  "hasSetter": false,
284
+ "isStatic": false,
285
+ "isAbstract": false,
286
+ "isVirtual": false,
287
+ "isOverride": false,
767
288
  "declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
768
289
  "declaringAssemblyName": "Npgsql"
769
290
  }
770
291
  ],
771
292
  "fields": [],
772
293
  "events": [],
773
- "constructors": [],
774
- "exposedMethods": [
775
- {
776
- "tsName": "toString",
777
- "isStatic": false,
778
- "tsSignatureId": "ToString|():System.String|static=false",
779
- "target": {
780
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
781
- "declaringAssemblyName": "Npgsql",
782
- "metadataToken": 100666262
783
- }
784
- }
785
- ],
786
- "exposedProperties": [
787
- {
788
- "tsName": "subrange",
789
- "isStatic": false,
790
- "tsSignatureId": "Subrange|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
791
- "target": {
792
- "declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
793
- "declaringAssemblyName": "Npgsql",
794
- "metadataToken": 385876708
795
- }
796
- },
797
- {
798
- "tsName": "OID",
799
- "isStatic": false,
800
- "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
801
- "target": {
802
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
803
- "declaringAssemblyName": "Npgsql",
804
- "metadataToken": 385876711
805
- }
806
- },
807
- {
808
- "tsName": "namespace",
809
- "isStatic": false,
810
- "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
811
- "target": {
812
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
813
- "declaringAssemblyName": "Npgsql",
814
- "metadataToken": 385876712
815
- }
816
- },
817
- {
818
- "tsName": "name",
819
- "isStatic": false,
820
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
821
- "target": {
822
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
823
- "declaringAssemblyName": "Npgsql",
824
- "metadataToken": 385876713
825
- }
826
- },
827
- {
828
- "tsName": "fullName",
829
- "isStatic": false,
830
- "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
831
- "target": {
832
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
833
- "declaringAssemblyName": "Npgsql",
834
- "metadataToken": 385876714
835
- }
836
- },
837
- {
838
- "tsName": "displayName",
839
- "isStatic": false,
840
- "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
841
- "target": {
842
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
843
- "declaringAssemblyName": "Npgsql",
844
- "metadataToken": 385876716
845
- }
846
- },
847
- {
848
- "tsName": "internalName",
849
- "isStatic": false,
850
- "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
851
- "target": {
852
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
853
- "declaringAssemblyName": "Npgsql",
854
- "metadataToken": 385876717
855
- }
856
- },
857
- {
858
- "tsName": "array",
859
- "isStatic": false,
860
- "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
861
- "target": {
862
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
863
- "declaringAssemblyName": "Npgsql",
864
- "metadataToken": 385876718
865
- }
866
- },
867
- {
868
- "tsName": "range",
869
- "isStatic": false,
870
- "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
871
- "target": {
872
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
873
- "declaringAssemblyName": "Npgsql",
874
- "metadataToken": 385876719
875
- }
876
- }
877
- ]
294
+ "constructors": []
878
295
  },
879
296
  {
880
297
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType",
881
298
  "clrName": "Npgsql.PostgresTypes.PostgresRangeType",
882
- "tsEmitName": "PostgresRangeType",
883
299
  "assemblyName": "Npgsql",
884
300
  "metadataToken": 0,
301
+ "kind": "Class",
302
+ "accessibility": "Public",
303
+ "isAbstract": false,
304
+ "isSealed": false,
305
+ "isStatic": false,
306
+ "arity": 0,
885
307
  "methods": [],
886
308
  "properties": [
887
309
  {
888
310
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::Subtype:Npgsql.PostgresTypes.PostgresType",
889
311
  "clrName": "Subtype",
890
- "tsEmitName": "subtype",
891
312
  "metadataToken": 385876709,
892
313
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
893
314
  "normalizedSignature": "Subtype|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
894
315
  "emitScope": "ClassSurface",
316
+ "provenance": "Original",
895
317
  "isIndexer": false,
896
318
  "hasGetter": true,
897
319
  "hasSetter": false,
320
+ "isStatic": false,
321
+ "isAbstract": false,
322
+ "isVirtual": false,
323
+ "isOverride": false,
898
324
  "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
899
325
  "declaringAssemblyName": "Npgsql"
900
326
  },
901
327
  {
902
328
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::Multirange:Npgsql.PostgresTypes.PostgresMultirangeType",
903
329
  "clrName": "Multirange",
904
- "tsEmitName": "multirange",
905
330
  "metadataToken": 385876710,
906
331
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresMultirangeType",
907
332
  "normalizedSignature": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=get",
908
333
  "emitScope": "ClassSurface",
334
+ "provenance": "Original",
909
335
  "isIndexer": false,
910
336
  "hasGetter": true,
911
337
  "hasSetter": false,
338
+ "isStatic": false,
339
+ "isAbstract": false,
340
+ "isVirtual": false,
341
+ "isOverride": false,
912
342
  "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
913
343
  "declaringAssemblyName": "Npgsql"
914
344
  }
915
345
  ],
916
346
  "fields": [],
917
347
  "events": [],
918
- "constructors": [],
919
- "exposedMethods": [
920
- {
921
- "tsName": "toString",
922
- "isStatic": false,
923
- "tsSignatureId": "ToString|():System.String|static=false",
924
- "target": {
925
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
926
- "declaringAssemblyName": "Npgsql",
927
- "metadataToken": 100666262
928
- }
929
- }
930
- ],
931
- "exposedProperties": [
932
- {
933
- "tsName": "subtype",
934
- "isStatic": false,
935
- "tsSignatureId": "Subtype|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
936
- "target": {
937
- "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
938
- "declaringAssemblyName": "Npgsql",
939
- "metadataToken": 385876709
940
- }
941
- },
942
- {
943
- "tsName": "multirange",
944
- "isStatic": false,
945
- "tsSignatureId": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=get",
946
- "target": {
947
- "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
948
- "declaringAssemblyName": "Npgsql",
949
- "metadataToken": 385876710
950
- }
951
- },
952
- {
953
- "tsName": "OID",
954
- "isStatic": false,
955
- "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
956
- "target": {
957
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
958
- "declaringAssemblyName": "Npgsql",
959
- "metadataToken": 385876711
960
- }
961
- },
962
- {
963
- "tsName": "namespace",
964
- "isStatic": false,
965
- "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
966
- "target": {
967
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
968
- "declaringAssemblyName": "Npgsql",
969
- "metadataToken": 385876712
970
- }
971
- },
972
- {
973
- "tsName": "name",
974
- "isStatic": false,
975
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
976
- "target": {
977
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
978
- "declaringAssemblyName": "Npgsql",
979
- "metadataToken": 385876713
980
- }
981
- },
982
- {
983
- "tsName": "fullName",
984
- "isStatic": false,
985
- "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
986
- "target": {
987
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
988
- "declaringAssemblyName": "Npgsql",
989
- "metadataToken": 385876714
990
- }
991
- },
992
- {
993
- "tsName": "displayName",
994
- "isStatic": false,
995
- "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
996
- "target": {
997
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
998
- "declaringAssemblyName": "Npgsql",
999
- "metadataToken": 385876716
1000
- }
1001
- },
1002
- {
1003
- "tsName": "internalName",
1004
- "isStatic": false,
1005
- "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
1006
- "target": {
1007
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1008
- "declaringAssemblyName": "Npgsql",
1009
- "metadataToken": 385876717
1010
- }
1011
- },
1012
- {
1013
- "tsName": "array",
1014
- "isStatic": false,
1015
- "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
1016
- "target": {
1017
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1018
- "declaringAssemblyName": "Npgsql",
1019
- "metadataToken": 385876718
1020
- }
1021
- },
1022
- {
1023
- "tsName": "range",
1024
- "isStatic": false,
1025
- "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
1026
- "target": {
1027
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1028
- "declaringAssemblyName": "Npgsql",
1029
- "metadataToken": 385876719
1030
- }
1031
- }
1032
- ]
348
+ "constructors": []
1033
349
  },
1034
350
  {
1035
351
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
1036
352
  "clrName": "Npgsql.PostgresTypes.PostgresType",
1037
- "tsEmitName": "PostgresType",
1038
353
  "assemblyName": "Npgsql",
1039
354
  "metadataToken": 0,
355
+ "kind": "Class",
356
+ "accessibility": "Public",
357
+ "isAbstract": true,
358
+ "isSealed": false,
359
+ "isStatic": false,
360
+ "arity": 0,
1040
361
  "methods": [
1041
362
  {
1042
363
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::ToString():System.String",
1043
364
  "clrName": "ToString",
1044
- "tsEmitName": "toString",
1045
365
  "metadataToken": 100666262,
1046
366
  "canonicalSignature": "():System.String",
1047
367
  "normalizedSignature": "ToString|():System.String|static=false",
1048
368
  "emitScope": "ClassSurface",
369
+ "provenance": "Original",
1049
370
  "arity": 0,
1050
371
  "parameterCount": 0,
372
+ "isStatic": false,
373
+ "isAbstract": false,
374
+ "isVirtual": true,
375
+ "isOverride": true,
376
+ "isSealed": false,
1051
377
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1052
378
  "declaringAssemblyName": "Npgsql",
1053
379
  "isExtensionMethod": false
@@ -1057,319 +383,168 @@
1057
383
  {
1058
384
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::OID:System.UInt32",
1059
385
  "clrName": "OID",
1060
- "tsEmitName": "OID",
1061
386
  "metadataToken": 385876711,
1062
387
  "canonicalSignature": ":System.UInt32",
1063
388
  "normalizedSignature": "OID|:System.UInt32|static=false|accessor=get",
1064
389
  "emitScope": "ClassSurface",
390
+ "provenance": "Original",
1065
391
  "isIndexer": false,
1066
392
  "hasGetter": true,
1067
393
  "hasSetter": false,
394
+ "isStatic": false,
395
+ "isAbstract": false,
396
+ "isVirtual": false,
397
+ "isOverride": false,
1068
398
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1069
399
  "declaringAssemblyName": "Npgsql"
1070
400
  },
1071
401
  {
1072
402
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Namespace:System.String",
1073
403
  "clrName": "Namespace",
1074
- "tsEmitName": "namespace",
1075
404
  "metadataToken": 385876712,
1076
405
  "canonicalSignature": ":System.String",
1077
406
  "normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
1078
407
  "emitScope": "ClassSurface",
408
+ "provenance": "Original",
1079
409
  "isIndexer": false,
1080
410
  "hasGetter": true,
1081
411
  "hasSetter": false,
412
+ "isStatic": false,
413
+ "isAbstract": false,
414
+ "isVirtual": false,
415
+ "isOverride": false,
1082
416
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1083
417
  "declaringAssemblyName": "Npgsql"
1084
418
  },
1085
419
  {
1086
420
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Name:System.String",
1087
421
  "clrName": "Name",
1088
- "tsEmitName": "name",
1089
422
  "metadataToken": 385876713,
1090
423
  "canonicalSignature": ":System.String",
1091
424
  "normalizedSignature": "Name|:System.String|static=false|accessor=get",
1092
425
  "emitScope": "ClassSurface",
426
+ "provenance": "Original",
1093
427
  "isIndexer": false,
1094
428
  "hasGetter": true,
1095
429
  "hasSetter": false,
430
+ "isStatic": false,
431
+ "isAbstract": false,
432
+ "isVirtual": false,
433
+ "isOverride": false,
1096
434
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1097
435
  "declaringAssemblyName": "Npgsql"
1098
436
  },
1099
437
  {
1100
438
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::FullName:System.String",
1101
439
  "clrName": "FullName",
1102
- "tsEmitName": "fullName",
1103
440
  "metadataToken": 385876714,
1104
441
  "canonicalSignature": ":System.String",
1105
442
  "normalizedSignature": "FullName|:System.String|static=false|accessor=get",
1106
443
  "emitScope": "ClassSurface",
444
+ "provenance": "Original",
1107
445
  "isIndexer": false,
1108
446
  "hasGetter": true,
1109
447
  "hasSetter": false,
448
+ "isStatic": false,
449
+ "isAbstract": false,
450
+ "isVirtual": false,
451
+ "isOverride": false,
1110
452
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1111
453
  "declaringAssemblyName": "Npgsql"
1112
454
  },
1113
455
  {
1114
456
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::DisplayName:System.String",
1115
457
  "clrName": "DisplayName",
1116
- "tsEmitName": "displayName",
1117
458
  "metadataToken": 385876716,
1118
459
  "canonicalSignature": ":System.String",
1119
460
  "normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
1120
461
  "emitScope": "ClassSurface",
462
+ "provenance": "Original",
1121
463
  "isIndexer": false,
1122
464
  "hasGetter": true,
1123
465
  "hasSetter": false,
466
+ "isStatic": false,
467
+ "isAbstract": false,
468
+ "isVirtual": false,
469
+ "isOverride": false,
1124
470
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1125
471
  "declaringAssemblyName": "Npgsql"
1126
472
  },
1127
473
  {
1128
474
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::InternalName:System.String",
1129
475
  "clrName": "InternalName",
1130
- "tsEmitName": "internalName",
1131
476
  "metadataToken": 385876717,
1132
477
  "canonicalSignature": ":System.String",
1133
478
  "normalizedSignature": "InternalName|:System.String|static=false|accessor=get",
1134
479
  "emitScope": "ClassSurface",
480
+ "provenance": "Original",
1135
481
  "isIndexer": false,
1136
482
  "hasGetter": true,
1137
483
  "hasSetter": false,
484
+ "isStatic": false,
485
+ "isAbstract": false,
486
+ "isVirtual": false,
487
+ "isOverride": false,
1138
488
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1139
489
  "declaringAssemblyName": "Npgsql"
1140
490
  },
1141
491
  {
1142
492
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Array:Npgsql.PostgresTypes.PostgresArrayType",
1143
493
  "clrName": "Array",
1144
- "tsEmitName": "array",
1145
494
  "metadataToken": 385876718,
1146
495
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresArrayType",
1147
496
  "normalizedSignature": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
1148
497
  "emitScope": "ClassSurface",
498
+ "provenance": "Original",
1149
499
  "isIndexer": false,
1150
500
  "hasGetter": true,
1151
501
  "hasSetter": false,
502
+ "isStatic": false,
503
+ "isAbstract": false,
504
+ "isVirtual": false,
505
+ "isOverride": false,
1152
506
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1153
507
  "declaringAssemblyName": "Npgsql"
1154
508
  },
1155
509
  {
1156
510
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Range:Npgsql.PostgresTypes.PostgresRangeType",
1157
511
  "clrName": "Range",
1158
- "tsEmitName": "range",
1159
512
  "metadataToken": 385876719,
1160
513
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresRangeType",
1161
514
  "normalizedSignature": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
1162
515
  "emitScope": "ClassSurface",
516
+ "provenance": "Original",
1163
517
  "isIndexer": false,
1164
518
  "hasGetter": true,
1165
519
  "hasSetter": false,
520
+ "isStatic": false,
521
+ "isAbstract": false,
522
+ "isVirtual": false,
523
+ "isOverride": false,
1166
524
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1167
525
  "declaringAssemblyName": "Npgsql"
1168
526
  }
1169
527
  ],
1170
528
  "fields": [],
1171
529
  "events": [],
1172
- "constructors": [],
1173
- "exposedMethods": [
1174
- {
1175
- "tsName": "toString",
1176
- "isStatic": false,
1177
- "tsSignatureId": "ToString|():System.String|static=false",
1178
- "target": {
1179
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1180
- "declaringAssemblyName": "Npgsql",
1181
- "metadataToken": 100666262
1182
- }
1183
- }
1184
- ],
1185
- "exposedProperties": [
1186
- {
1187
- "tsName": "OID",
1188
- "isStatic": false,
1189
- "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
1190
- "target": {
1191
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1192
- "declaringAssemblyName": "Npgsql",
1193
- "metadataToken": 385876711
1194
- }
1195
- },
1196
- {
1197
- "tsName": "namespace",
1198
- "isStatic": false,
1199
- "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
1200
- "target": {
1201
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1202
- "declaringAssemblyName": "Npgsql",
1203
- "metadataToken": 385876712
1204
- }
1205
- },
1206
- {
1207
- "tsName": "name",
1208
- "isStatic": false,
1209
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
1210
- "target": {
1211
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1212
- "declaringAssemblyName": "Npgsql",
1213
- "metadataToken": 385876713
1214
- }
1215
- },
1216
- {
1217
- "tsName": "fullName",
1218
- "isStatic": false,
1219
- "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
1220
- "target": {
1221
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1222
- "declaringAssemblyName": "Npgsql",
1223
- "metadataToken": 385876714
1224
- }
1225
- },
1226
- {
1227
- "tsName": "displayName",
1228
- "isStatic": false,
1229
- "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
1230
- "target": {
1231
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1232
- "declaringAssemblyName": "Npgsql",
1233
- "metadataToken": 385876716
1234
- }
1235
- },
1236
- {
1237
- "tsName": "internalName",
1238
- "isStatic": false,
1239
- "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
1240
- "target": {
1241
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1242
- "declaringAssemblyName": "Npgsql",
1243
- "metadataToken": 385876717
1244
- }
1245
- },
1246
- {
1247
- "tsName": "array",
1248
- "isStatic": false,
1249
- "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
1250
- "target": {
1251
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1252
- "declaringAssemblyName": "Npgsql",
1253
- "metadataToken": 385876718
1254
- }
1255
- },
1256
- {
1257
- "tsName": "range",
1258
- "isStatic": false,
1259
- "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
1260
- "target": {
1261
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1262
- "declaringAssemblyName": "Npgsql",
1263
- "metadataToken": 385876719
1264
- }
1265
- }
1266
- ]
530
+ "constructors": []
1267
531
  },
1268
532
  {
1269
533
  "stableId": "Npgsql:Npgsql.PostgresTypes.UnknownBackendType",
1270
534
  "clrName": "Npgsql.PostgresTypes.UnknownBackendType",
1271
- "tsEmitName": "UnknownBackendType",
1272
535
  "assemblyName": "Npgsql",
1273
536
  "metadataToken": 0,
537
+ "kind": "Class",
538
+ "accessibility": "Public",
539
+ "isAbstract": false,
540
+ "isSealed": true,
541
+ "isStatic": false,
542
+ "arity": 0,
1274
543
  "methods": [],
1275
544
  "properties": [],
1276
545
  "fields": [],
1277
546
  "events": [],
1278
- "constructors": [],
1279
- "exposedMethods": [
1280
- {
1281
- "tsName": "toString",
1282
- "isStatic": false,
1283
- "tsSignatureId": "ToString|():System.String|static=false",
1284
- "target": {
1285
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1286
- "declaringAssemblyName": "Npgsql",
1287
- "metadataToken": 100666262
1288
- }
1289
- }
1290
- ],
1291
- "exposedProperties": [
1292
- {
1293
- "tsName": "OID",
1294
- "isStatic": false,
1295
- "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
1296
- "target": {
1297
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1298
- "declaringAssemblyName": "Npgsql",
1299
- "metadataToken": 385876711
1300
- }
1301
- },
1302
- {
1303
- "tsName": "namespace",
1304
- "isStatic": false,
1305
- "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
1306
- "target": {
1307
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1308
- "declaringAssemblyName": "Npgsql",
1309
- "metadataToken": 385876712
1310
- }
1311
- },
1312
- {
1313
- "tsName": "name",
1314
- "isStatic": false,
1315
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
1316
- "target": {
1317
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1318
- "declaringAssemblyName": "Npgsql",
1319
- "metadataToken": 385876713
1320
- }
1321
- },
1322
- {
1323
- "tsName": "fullName",
1324
- "isStatic": false,
1325
- "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
1326
- "target": {
1327
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1328
- "declaringAssemblyName": "Npgsql",
1329
- "metadataToken": 385876714
1330
- }
1331
- },
1332
- {
1333
- "tsName": "displayName",
1334
- "isStatic": false,
1335
- "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
1336
- "target": {
1337
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1338
- "declaringAssemblyName": "Npgsql",
1339
- "metadataToken": 385876716
1340
- }
1341
- },
1342
- {
1343
- "tsName": "internalName",
1344
- "isStatic": false,
1345
- "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
1346
- "target": {
1347
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1348
- "declaringAssemblyName": "Npgsql",
1349
- "metadataToken": 385876717
1350
- }
1351
- },
1352
- {
1353
- "tsName": "array",
1354
- "isStatic": false,
1355
- "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
1356
- "target": {
1357
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1358
- "declaringAssemblyName": "Npgsql",
1359
- "metadataToken": 385876718
1360
- }
1361
- },
1362
- {
1363
- "tsName": "range",
1364
- "isStatic": false,
1365
- "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
1366
- "target": {
1367
- "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1368
- "declaringAssemblyName": "Npgsql",
1369
- "metadataToken": 385876719
1370
- }
1371
- }
1372
- ]
547
+ "constructors": []
1373
548
  }
1374
549
  ]
1375
550
  }