@tsonic/efcore-npgsql 0.1.2 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8946 -11216
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
  4. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
  6. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
  7. package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
  8. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  9. package/Npgsql/bindings.json +14579 -19539
  10. package/Npgsql/internal/index.d.ts +1182 -1062
  11. package/Npgsql.BackendMessages/bindings.json +33 -39
  12. package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +504 -737
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
  64. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
  65. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
  66. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
  67. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
  68. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
  69. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
  70. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
  71. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
  72. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
  73. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
  74. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
  75. package/Npgsql.Internal/bindings.json +2550 -3274
  76. package/Npgsql.Internal/internal/index.d.ts +282 -248
  77. package/Npgsql.Internal.Postgres/bindings.json +289 -434
  78. package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
  79. package/Npgsql.Internal.d.ts +1 -1
  80. package/Npgsql.NameTranslation/bindings.json +91 -116
  81. package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
  82. package/Npgsql.PostgresTypes/bindings.json +289 -982
  83. package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
  84. package/Npgsql.Replication/bindings.json +486 -1078
  85. package/Npgsql.Replication/internal/index.d.ts +47 -46
  86. package/Npgsql.Replication.Internal/bindings.json +65 -69
  87. package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
  88. package/Npgsql.Replication.PgOutput/bindings.json +344 -536
  89. package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
  90. package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
  91. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
  92. package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
  93. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
  94. package/Npgsql.Schema/bindings.json +236 -376
  95. package/Npgsql.Schema/internal/index.d.ts +34 -28
  96. package/Npgsql.TypeMapping/bindings.json +109 -153
  97. package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
  98. package/Npgsql.Util/bindings.json +13 -1
  99. package/Npgsql.d.ts +1 -1
  100. package/NpgsqlTypes/bindings.json +2306 -4296
  101. package/NpgsqlTypes/internal/index.d.ts +282 -280
  102. package/__build/scripts/generate.sh +4 -4
  103. package/__internal/extensions/index.d.ts +71 -71
  104. package/package.json +5 -5
  105. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
  106. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
  107. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
  108. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  109. package/Npgsql/internal/metadata.json +0 -15514
  110. package/Npgsql.BackendMessages/internal/metadata.json +0 -72
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
  124. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
  125. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
  126. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
  127. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
  128. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
  129. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
  130. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
  131. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
  132. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
  133. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
  134. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
  135. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
  136. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
  137. package/Npgsql.Internal/internal/metadata.json +0 -4555
  138. package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
  139. package/Npgsql.NameTranslation/internal/metadata.json +0 -173
  140. package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
  141. package/Npgsql.Replication/internal/metadata.json +0 -972
  142. package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
  143. package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
  144. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
  145. package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
  146. package/Npgsql.Schema/internal/metadata.json +0 -451
  147. package/Npgsql.TypeMapping/internal/metadata.json +0 -248
  148. package/Npgsql.Util/internal/metadata.json +0 -24
  149. package/NpgsqlTypes/internal/metadata.json +0 -5014
@@ -1,391 +1,168 @@
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,
18
+ "baseType": {
19
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
20
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
21
+ },
10
22
  "methods": [],
11
23
  "properties": [
12
24
  {
13
25
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType::Element:Npgsql.PostgresTypes.PostgresType",
14
26
  "clrName": "Element",
15
- "tsEmitName": "element",
16
27
  "metadataToken": 385876701,
17
28
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
18
29
  "normalizedSignature": "Element|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
19
30
  "emitScope": "ClassSurface",
31
+ "provenance": "Original",
20
32
  "isIndexer": false,
21
33
  "hasGetter": true,
22
34
  "hasSetter": false,
35
+ "isStatic": false,
36
+ "isAbstract": false,
37
+ "isVirtual": false,
38
+ "isOverride": false,
39
+ "visibility": "Public",
23
40
  "declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
24
41
  "declaringAssemblyName": "Npgsql"
25
42
  }
26
43
  ],
27
44
  "fields": [],
28
45
  "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
- },
46
+ "constructors": [
93
47
  {
94
- "tsName": "displayName",
48
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
49
+ "metadataToken": 100666209,
50
+ "canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
51
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void|static=false",
95
52
  "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
- }
53
+ "parameterCount": 4,
54
+ "visibility": "ProtectedInternal",
55
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
56
+ "declaringAssemblyName": "Npgsql"
132
57
  }
133
58
  ]
134
59
  },
135
60
  {
136
61
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresBaseType",
137
62
  "clrName": "Npgsql.PostgresTypes.PostgresBaseType",
138
- "tsEmitName": "PostgresBaseType",
139
63
  "assemblyName": "Npgsql",
140
64
  "metadataToken": 0,
65
+ "kind": "Class",
66
+ "accessibility": "Public",
67
+ "isAbstract": false,
68
+ "isSealed": false,
69
+ "isStatic": false,
70
+ "arity": 0,
71
+ "baseType": {
72
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
73
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
74
+ },
141
75
  "methods": [],
142
76
  "properties": [],
143
77
  "fields": [],
144
78
  "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": [
79
+ "constructors": [
159
80
  {
160
- "tsName": "OID",
81
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresBaseType::.ctor(System.String,System.String,System.UInt32):void",
82
+ "metadataToken": 100666213,
83
+ "canonicalSignature": "(System.String,System.String,System.UInt32):void",
84
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32):void|static=false",
161
85
  "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
- }
86
+ "parameterCount": 3,
87
+ "visibility": "ProtectedInternal",
88
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresBaseType",
89
+ "declaringAssemblyName": "Npgsql"
238
90
  }
239
91
  ]
240
92
  },
241
93
  {
242
94
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType",
243
95
  "clrName": "Npgsql.PostgresTypes.PostgresCompositeType",
244
- "tsEmitName": "PostgresCompositeType",
245
96
  "assemblyName": "Npgsql",
246
97
  "metadataToken": 0,
98
+ "kind": "Class",
99
+ "accessibility": "Public",
100
+ "isAbstract": false,
101
+ "isSealed": false,
102
+ "isStatic": false,
103
+ "arity": 0,
104
+ "baseType": {
105
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
106
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
107
+ },
247
108
  "methods": [],
248
109
  "properties": [
249
110
  {
250
111
  "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
112
  "clrName": "Fields",
252
- "tsEmitName": "fields",
253
113
  "metadataToken": 385876702,
254
114
  "canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
255
115
  "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
116
  "emitScope": "ClassSurface",
117
+ "provenance": "Original",
257
118
  "isIndexer": false,
258
119
  "hasGetter": true,
259
120
  "hasSetter": false,
121
+ "isStatic": false,
122
+ "isAbstract": false,
123
+ "isVirtual": false,
124
+ "isOverride": false,
125
+ "visibility": "Public",
260
126
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType",
261
127
  "declaringAssemblyName": "Npgsql"
262
128
  }
263
129
  ],
264
130
  "fields": [],
265
131
  "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
- ]
132
+ "constructors": []
371
133
  },
372
134
  {
373
135
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
374
136
  "clrName": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
375
- "tsEmitName": "PostgresCompositeType_Field",
376
137
  "assemblyName": "Npgsql",
377
138
  "metadataToken": 0,
139
+ "kind": "Class",
140
+ "accessibility": "Public",
141
+ "isAbstract": false,
142
+ "isSealed": false,
143
+ "isStatic": false,
144
+ "arity": 0,
145
+ "baseType": {
146
+ "stableId": "System.Private.CoreLib:System.Object",
147
+ "clrName": "System.Object"
148
+ },
378
149
  "methods": [
379
150
  {
380
151
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::ToString():System.String",
381
152
  "clrName": "ToString",
382
- "tsEmitName": "toString",
383
153
  "metadataToken": 100669297,
384
154
  "canonicalSignature": "():System.String",
385
155
  "normalizedSignature": "ToString|():System.String|static=false",
386
156
  "emitScope": "ClassSurface",
157
+ "provenance": "Original",
387
158
  "arity": 0,
388
159
  "parameterCount": 0,
160
+ "isStatic": false,
161
+ "isAbstract": false,
162
+ "isVirtual": true,
163
+ "isOverride": true,
164
+ "isSealed": false,
165
+ "visibility": "Public",
389
166
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
390
167
  "declaringAssemblyName": "Npgsql",
391
168
  "isExtensionMethod": false
@@ -395,659 +172,328 @@
395
172
  {
396
173
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::Name:System.String",
397
174
  "clrName": "Name",
398
- "tsEmitName": "name",
399
175
  "metadataToken": 385877336,
400
176
  "canonicalSignature": ":System.String",
401
177
  "normalizedSignature": "Name|:System.String|static=false|accessor=get",
402
178
  "emitScope": "ClassSurface",
179
+ "provenance": "Original",
403
180
  "isIndexer": false,
404
181
  "hasGetter": true,
405
182
  "hasSetter": false,
183
+ "isStatic": false,
184
+ "isAbstract": false,
185
+ "isVirtual": false,
186
+ "isOverride": false,
187
+ "visibility": "Public",
406
188
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
407
189
  "declaringAssemblyName": "Npgsql"
408
190
  },
409
191
  {
410
192
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::Type:Npgsql.PostgresTypes.PostgresType",
411
193
  "clrName": "Type",
412
- "tsEmitName": "type",
413
194
  "metadataToken": 385877337,
414
195
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
415
196
  "normalizedSignature": "Type|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
416
197
  "emitScope": "ClassSurface",
198
+ "provenance": "Original",
417
199
  "isIndexer": false,
418
200
  "hasGetter": true,
419
201
  "hasSetter": false,
202
+ "isStatic": false,
203
+ "isAbstract": false,
204
+ "isVirtual": false,
205
+ "isOverride": false,
206
+ "visibility": "Public",
420
207
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
421
208
  "declaringAssemblyName": "Npgsql"
422
209
  }
423
210
  ],
424
211
  "fields": [],
425
212
  "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
- ]
213
+ "constructors": []
461
214
  },
462
215
  {
463
216
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType",
464
217
  "clrName": "Npgsql.PostgresTypes.PostgresDomainType",
465
- "tsEmitName": "PostgresDomainType",
466
218
  "assemblyName": "Npgsql",
467
219
  "metadataToken": 0,
220
+ "kind": "Class",
221
+ "accessibility": "Public",
222
+ "isAbstract": false,
223
+ "isSealed": false,
224
+ "isStatic": false,
225
+ "arity": 0,
226
+ "baseType": {
227
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
228
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
229
+ },
468
230
  "methods": [],
469
231
  "properties": [
470
232
  {
471
233
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::BaseType:Npgsql.PostgresTypes.PostgresType",
472
234
  "clrName": "BaseType",
473
- "tsEmitName": "baseType",
474
235
  "metadataToken": 385876704,
475
236
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
476
237
  "normalizedSignature": "BaseType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
477
238
  "emitScope": "ClassSurface",
239
+ "provenance": "Original",
478
240
  "isIndexer": false,
479
241
  "hasGetter": true,
480
242
  "hasSetter": false,
243
+ "isStatic": false,
244
+ "isAbstract": false,
245
+ "isVirtual": false,
246
+ "isOverride": false,
247
+ "visibility": "Public",
481
248
  "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
482
249
  "declaringAssemblyName": "Npgsql"
483
250
  },
484
251
  {
485
252
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::NotNull:System.Boolean",
486
253
  "clrName": "NotNull",
487
- "tsEmitName": "notNull",
488
254
  "metadataToken": 385876705,
489
255
  "canonicalSignature": ":System.Boolean",
490
256
  "normalizedSignature": "NotNull|:System.Boolean|static=false|accessor=get",
491
257
  "emitScope": "ClassSurface",
258
+ "provenance": "Original",
492
259
  "isIndexer": false,
493
260
  "hasGetter": true,
494
261
  "hasSetter": false,
262
+ "isStatic": false,
263
+ "isAbstract": false,
264
+ "isVirtual": false,
265
+ "isOverride": false,
266
+ "visibility": "Public",
495
267
  "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
496
268
  "declaringAssemblyName": "Npgsql"
497
269
  }
498
270
  ],
499
271
  "fields": [],
500
272
  "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
- },
273
+ "constructors": [
595
274
  {
596
- "tsName": "array",
275
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType,System.Boolean):void",
276
+ "metadataToken": 100666223,
277
+ "canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType,System.Boolean):void",
278
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType,System.Boolean):void|static=false",
597
279
  "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
- }
280
+ "parameterCount": 5,
281
+ "visibility": "ProtectedInternal",
282
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
283
+ "declaringAssemblyName": "Npgsql"
614
284
  }
615
285
  ]
616
286
  },
617
287
  {
618
288
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType",
619
289
  "clrName": "Npgsql.PostgresTypes.PostgresEnumType",
620
- "tsEmitName": "PostgresEnumType",
621
290
  "assemblyName": "Npgsql",
622
291
  "metadataToken": 0,
292
+ "kind": "Class",
293
+ "accessibility": "Public",
294
+ "isAbstract": false,
295
+ "isSealed": false,
296
+ "isStatic": false,
297
+ "arity": 0,
298
+ "baseType": {
299
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
300
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
301
+ },
623
302
  "methods": [],
624
303
  "properties": [
625
304
  {
626
305
  "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
306
  "clrName": "Labels",
628
- "tsEmitName": "labels",
629
307
  "metadataToken": 385876706,
630
308
  "canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
631
309
  "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
310
  "emitScope": "ClassSurface",
311
+ "provenance": "Original",
633
312
  "isIndexer": false,
634
313
  "hasGetter": true,
635
314
  "hasSetter": false,
315
+ "isStatic": false,
316
+ "isAbstract": false,
317
+ "isVirtual": false,
318
+ "isOverride": false,
319
+ "visibility": "Public",
636
320
  "declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
637
321
  "declaringAssemblyName": "Npgsql"
638
322
  }
639
323
  ],
640
324
  "fields": [],
641
325
  "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
- },
326
+ "constructors": [
686
327
  {
687
- "tsName": "name",
328
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType::.ctor(System.String,System.String,System.UInt32):void",
329
+ "metadataToken": 100666228,
330
+ "canonicalSignature": "(System.String,System.String,System.UInt32):void",
331
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32):void|static=false",
688
332
  "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
- }
333
+ "parameterCount": 3,
334
+ "visibility": "ProtectedInternal",
335
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
336
+ "declaringAssemblyName": "Npgsql"
745
337
  }
746
338
  ]
747
339
  },
748
340
  {
749
341
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType",
750
342
  "clrName": "Npgsql.PostgresTypes.PostgresMultirangeType",
751
- "tsEmitName": "PostgresMultirangeType",
752
343
  "assemblyName": "Npgsql",
753
344
  "metadataToken": 0,
345
+ "kind": "Class",
346
+ "accessibility": "Public",
347
+ "isAbstract": false,
348
+ "isSealed": false,
349
+ "isStatic": false,
350
+ "arity": 0,
351
+ "baseType": {
352
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
353
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
354
+ },
754
355
  "methods": [],
755
356
  "properties": [
756
357
  {
757
358
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType::Subrange:Npgsql.PostgresTypes.PostgresRangeType",
758
359
  "clrName": "Subrange",
759
- "tsEmitName": "subrange",
760
360
  "metadataToken": 385876708,
761
361
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresRangeType",
762
362
  "normalizedSignature": "Subrange|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
763
363
  "emitScope": "ClassSurface",
364
+ "provenance": "Original",
764
365
  "isIndexer": false,
765
366
  "hasGetter": true,
766
367
  "hasSetter": false,
368
+ "isStatic": false,
369
+ "isAbstract": false,
370
+ "isVirtual": false,
371
+ "isOverride": false,
372
+ "visibility": "Public",
767
373
  "declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
768
374
  "declaringAssemblyName": "Npgsql"
769
375
  }
770
376
  ],
771
377
  "fields": [],
772
378
  "events": [],
773
- "constructors": [],
774
- "exposedMethods": [
379
+ "constructors": [
775
380
  {
776
- "tsName": "toString",
381
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresRangeType):void",
382
+ "metadataToken": 100666239,
383
+ "canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresRangeType):void",
384
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresRangeType):void|static=false",
777
385
  "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
- }
386
+ "parameterCount": 4,
387
+ "visibility": "ProtectedInternal",
388
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
389
+ "declaringAssemblyName": "Npgsql"
876
390
  }
877
391
  ]
878
392
  },
879
393
  {
880
394
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType",
881
395
  "clrName": "Npgsql.PostgresTypes.PostgresRangeType",
882
- "tsEmitName": "PostgresRangeType",
883
396
  "assemblyName": "Npgsql",
884
397
  "metadataToken": 0,
398
+ "kind": "Class",
399
+ "accessibility": "Public",
400
+ "isAbstract": false,
401
+ "isSealed": false,
402
+ "isStatic": false,
403
+ "arity": 0,
404
+ "baseType": {
405
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
406
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
407
+ },
885
408
  "methods": [],
886
409
  "properties": [
887
410
  {
888
411
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::Subtype:Npgsql.PostgresTypes.PostgresType",
889
412
  "clrName": "Subtype",
890
- "tsEmitName": "subtype",
891
413
  "metadataToken": 385876709,
892
414
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
893
415
  "normalizedSignature": "Subtype|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
894
416
  "emitScope": "ClassSurface",
417
+ "provenance": "Original",
895
418
  "isIndexer": false,
896
419
  "hasGetter": true,
897
420
  "hasSetter": false,
421
+ "isStatic": false,
422
+ "isAbstract": false,
423
+ "isVirtual": false,
424
+ "isOverride": false,
425
+ "visibility": "Public",
898
426
  "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
899
427
  "declaringAssemblyName": "Npgsql"
900
428
  },
901
429
  {
902
430
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::Multirange:Npgsql.PostgresTypes.PostgresMultirangeType",
903
431
  "clrName": "Multirange",
904
- "tsEmitName": "multirange",
905
432
  "metadataToken": 385876710,
906
433
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresMultirangeType",
907
- "normalizedSignature": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=get",
434
+ "normalizedSignature": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=getset",
908
435
  "emitScope": "ClassSurface",
436
+ "provenance": "Original",
909
437
  "isIndexer": false,
910
438
  "hasGetter": true,
911
- "hasSetter": false,
439
+ "hasSetter": true,
440
+ "isStatic": false,
441
+ "isAbstract": false,
442
+ "isVirtual": false,
443
+ "isOverride": false,
444
+ "visibility": "Public",
912
445
  "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
913
446
  "declaringAssemblyName": "Npgsql"
914
447
  }
915
448
  ],
916
449
  "fields": [],
917
450
  "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
- },
451
+ "constructors": [
942
452
  {
943
- "tsName": "multirange",
453
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
454
+ "metadataToken": 100666244,
455
+ "canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
456
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void|static=false",
944
457
  "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
- }
458
+ "parameterCount": 4,
459
+ "visibility": "ProtectedInternal",
460
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
461
+ "declaringAssemblyName": "Npgsql"
1031
462
  }
1032
463
  ]
1033
464
  },
1034
465
  {
1035
466
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
1036
467
  "clrName": "Npgsql.PostgresTypes.PostgresType",
1037
- "tsEmitName": "PostgresType",
1038
468
  "assemblyName": "Npgsql",
1039
469
  "metadataToken": 0,
470
+ "kind": "Class",
471
+ "accessibility": "Public",
472
+ "isAbstract": true,
473
+ "isSealed": false,
474
+ "isStatic": false,
475
+ "arity": 0,
476
+ "baseType": {
477
+ "stableId": "System.Private.CoreLib:System.Object",
478
+ "clrName": "System.Object"
479
+ },
1040
480
  "methods": [
1041
481
  {
1042
482
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::ToString():System.String",
1043
483
  "clrName": "ToString",
1044
- "tsEmitName": "toString",
1045
484
  "metadataToken": 100666262,
1046
485
  "canonicalSignature": "():System.String",
1047
486
  "normalizedSignature": "ToString|():System.String|static=false",
1048
487
  "emitScope": "ClassSurface",
488
+ "provenance": "Original",
1049
489
  "arity": 0,
1050
490
  "parameterCount": 0,
491
+ "isStatic": false,
492
+ "isAbstract": false,
493
+ "isVirtual": true,
494
+ "isOverride": true,
495
+ "isSealed": false,
496
+ "visibility": "Public",
1051
497
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1052
498
  "declaringAssemblyName": "Npgsql",
1053
499
  "isExtensionMethod": false
@@ -1057,319 +503,180 @@
1057
503
  {
1058
504
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::OID:System.UInt32",
1059
505
  "clrName": "OID",
1060
- "tsEmitName": "OID",
1061
506
  "metadataToken": 385876711,
1062
507
  "canonicalSignature": ":System.UInt32",
1063
508
  "normalizedSignature": "OID|:System.UInt32|static=false|accessor=get",
1064
509
  "emitScope": "ClassSurface",
510
+ "provenance": "Original",
1065
511
  "isIndexer": false,
1066
512
  "hasGetter": true,
1067
513
  "hasSetter": false,
514
+ "isStatic": false,
515
+ "isAbstract": false,
516
+ "isVirtual": false,
517
+ "isOverride": false,
518
+ "visibility": "Public",
1068
519
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1069
520
  "declaringAssemblyName": "Npgsql"
1070
521
  },
1071
522
  {
1072
523
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Namespace:System.String",
1073
524
  "clrName": "Namespace",
1074
- "tsEmitName": "namespace",
1075
525
  "metadataToken": 385876712,
1076
526
  "canonicalSignature": ":System.String",
1077
527
  "normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
1078
528
  "emitScope": "ClassSurface",
529
+ "provenance": "Original",
1079
530
  "isIndexer": false,
1080
531
  "hasGetter": true,
1081
532
  "hasSetter": false,
533
+ "isStatic": false,
534
+ "isAbstract": false,
535
+ "isVirtual": false,
536
+ "isOverride": false,
537
+ "visibility": "Public",
1082
538
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1083
539
  "declaringAssemblyName": "Npgsql"
1084
540
  },
1085
541
  {
1086
542
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Name:System.String",
1087
543
  "clrName": "Name",
1088
- "tsEmitName": "name",
1089
544
  "metadataToken": 385876713,
1090
545
  "canonicalSignature": ":System.String",
1091
546
  "normalizedSignature": "Name|:System.String|static=false|accessor=get",
1092
547
  "emitScope": "ClassSurface",
548
+ "provenance": "Original",
1093
549
  "isIndexer": false,
1094
550
  "hasGetter": true,
1095
551
  "hasSetter": false,
552
+ "isStatic": false,
553
+ "isAbstract": false,
554
+ "isVirtual": false,
555
+ "isOverride": false,
556
+ "visibility": "Public",
1096
557
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1097
558
  "declaringAssemblyName": "Npgsql"
1098
559
  },
1099
560
  {
1100
561
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::FullName:System.String",
1101
562
  "clrName": "FullName",
1102
- "tsEmitName": "fullName",
1103
563
  "metadataToken": 385876714,
1104
564
  "canonicalSignature": ":System.String",
1105
565
  "normalizedSignature": "FullName|:System.String|static=false|accessor=get",
1106
566
  "emitScope": "ClassSurface",
567
+ "provenance": "Original",
1107
568
  "isIndexer": false,
1108
569
  "hasGetter": true,
1109
570
  "hasSetter": false,
571
+ "isStatic": false,
572
+ "isAbstract": false,
573
+ "isVirtual": false,
574
+ "isOverride": false,
575
+ "visibility": "Public",
1110
576
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1111
577
  "declaringAssemblyName": "Npgsql"
1112
578
  },
1113
579
  {
1114
580
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::DisplayName:System.String",
1115
581
  "clrName": "DisplayName",
1116
- "tsEmitName": "displayName",
1117
582
  "metadataToken": 385876716,
1118
583
  "canonicalSignature": ":System.String",
1119
584
  "normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
1120
585
  "emitScope": "ClassSurface",
586
+ "provenance": "Original",
1121
587
  "isIndexer": false,
1122
588
  "hasGetter": true,
1123
589
  "hasSetter": false,
590
+ "isStatic": false,
591
+ "isAbstract": false,
592
+ "isVirtual": false,
593
+ "isOverride": false,
594
+ "visibility": "Public",
1124
595
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1125
596
  "declaringAssemblyName": "Npgsql"
1126
597
  },
1127
598
  {
1128
599
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::InternalName:System.String",
1129
600
  "clrName": "InternalName",
1130
- "tsEmitName": "internalName",
1131
601
  "metadataToken": 385876717,
1132
602
  "canonicalSignature": ":System.String",
1133
603
  "normalizedSignature": "InternalName|:System.String|static=false|accessor=get",
1134
604
  "emitScope": "ClassSurface",
605
+ "provenance": "Original",
1135
606
  "isIndexer": false,
1136
607
  "hasGetter": true,
1137
608
  "hasSetter": false,
609
+ "isStatic": false,
610
+ "isAbstract": false,
611
+ "isVirtual": false,
612
+ "isOverride": false,
613
+ "visibility": "Public",
1138
614
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1139
615
  "declaringAssemblyName": "Npgsql"
1140
616
  },
1141
617
  {
1142
618
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Array:Npgsql.PostgresTypes.PostgresArrayType",
1143
619
  "clrName": "Array",
1144
- "tsEmitName": "array",
1145
620
  "metadataToken": 385876718,
1146
621
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresArrayType",
1147
- "normalizedSignature": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
622
+ "normalizedSignature": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=getset",
1148
623
  "emitScope": "ClassSurface",
624
+ "provenance": "Original",
1149
625
  "isIndexer": false,
1150
626
  "hasGetter": true,
1151
- "hasSetter": false,
627
+ "hasSetter": true,
628
+ "isStatic": false,
629
+ "isAbstract": false,
630
+ "isVirtual": false,
631
+ "isOverride": false,
632
+ "visibility": "Public",
1152
633
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1153
634
  "declaringAssemblyName": "Npgsql"
1154
635
  },
1155
636
  {
1156
637
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Range:Npgsql.PostgresTypes.PostgresRangeType",
1157
638
  "clrName": "Range",
1158
- "tsEmitName": "range",
1159
639
  "metadataToken": 385876719,
1160
640
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresRangeType",
1161
- "normalizedSignature": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
641
+ "normalizedSignature": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=getset",
1162
642
  "emitScope": "ClassSurface",
643
+ "provenance": "Original",
1163
644
  "isIndexer": false,
1164
645
  "hasGetter": true,
1165
- "hasSetter": false,
646
+ "hasSetter": true,
647
+ "isStatic": false,
648
+ "isAbstract": false,
649
+ "isVirtual": false,
650
+ "isOverride": false,
651
+ "visibility": "Public",
1166
652
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1167
653
  "declaringAssemblyName": "Npgsql"
1168
654
  }
1169
655
  ],
1170
656
  "fields": [],
1171
657
  "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
- ]
658
+ "constructors": []
1267
659
  },
1268
660
  {
1269
661
  "stableId": "Npgsql:Npgsql.PostgresTypes.UnknownBackendType",
1270
662
  "clrName": "Npgsql.PostgresTypes.UnknownBackendType",
1271
- "tsEmitName": "UnknownBackendType",
1272
663
  "assemblyName": "Npgsql",
1273
664
  "metadataToken": 0,
665
+ "kind": "Class",
666
+ "accessibility": "Public",
667
+ "isAbstract": false,
668
+ "isSealed": true,
669
+ "isStatic": false,
670
+ "arity": 0,
671
+ "baseType": {
672
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
673
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
674
+ },
1274
675
  "methods": [],
1275
676
  "properties": [],
1276
677
  "fields": [],
1277
678
  "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
- ]
679
+ "constructors": []
1373
680
  }
1374
681
  ]
1375
682
  }