@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
|
|
30
53
|
"declaringAssemblyName": "Azure.Core"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
|
|
41
65
|
"declaringAssemblyName": "Azure.Core"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
|
|
52
77
|
"declaringAssemblyName": "Azure.Core"
|
|
53
78
|
},
|
|
@@ -59,6 +84,7 @@
|
|
|
59
84
|
"isStatic": true,
|
|
60
85
|
"isReadOnly": false,
|
|
61
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
62
88
|
"declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
|
|
63
89
|
"declaringAssemblyName": "Azure.Core"
|
|
64
90
|
},
|
|
@@ -70,6 +96,7 @@
|
|
|
70
96
|
"isStatic": true,
|
|
71
97
|
"isReadOnly": false,
|
|
72
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
73
100
|
"declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
|
|
74
101
|
"declaringAssemblyName": "Azure.Core"
|
|
75
102
|
},
|
|
@@ -81,6 +108,7 @@
|
|
|
81
108
|
"isStatic": true,
|
|
82
109
|
"isReadOnly": false,
|
|
83
110
|
"isLiteral": true,
|
|
111
|
+
"visibility": "Public",
|
|
84
112
|
"declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
|
|
85
113
|
"declaringAssemblyName": "Azure.Core"
|
|
86
114
|
},
|
|
@@ -92,6 +120,7 @@
|
|
|
92
120
|
"isStatic": true,
|
|
93
121
|
"isReadOnly": false,
|
|
94
122
|
"isLiteral": true,
|
|
123
|
+
"visibility": "Public",
|
|
95
124
|
"declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
|
|
96
125
|
"declaringAssemblyName": "Azure.Core"
|
|
97
126
|
},
|
|
@@ -103,6 +132,7 @@
|
|
|
103
132
|
"isStatic": true,
|
|
104
133
|
"isReadOnly": false,
|
|
105
134
|
"isLiteral": true,
|
|
135
|
+
"visibility": "Public",
|
|
106
136
|
"declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
|
|
107
137
|
"declaringAssemblyName": "Azure.Core"
|
|
108
138
|
}
|
|
@@ -121,6 +151,40 @@
|
|
|
121
151
|
"isSealed": true,
|
|
122
152
|
"isStatic": false,
|
|
123
153
|
"arity": 1,
|
|
154
|
+
"baseType": {
|
|
155
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
156
|
+
"clrName": "System.ValueType"
|
|
157
|
+
},
|
|
158
|
+
"interfaces": [
|
|
159
|
+
{
|
|
160
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
161
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
162
|
+
"typeArguments": [
|
|
163
|
+
"T"
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
168
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
169
|
+
"typeArguments": [
|
|
170
|
+
"T"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
175
|
+
"clrName": "System.Collections.IEnumerable"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
179
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
180
|
+
"typeArguments": [
|
|
181
|
+
"T"
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"typeParameters": [
|
|
186
|
+
"T"
|
|
187
|
+
],
|
|
124
188
|
"methods": [
|
|
125
189
|
{
|
|
126
190
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601::GetEnumerator():Enumerator",
|
|
@@ -137,6 +201,7 @@
|
|
|
137
201
|
"isVirtual": false,
|
|
138
202
|
"isOverride": false,
|
|
139
203
|
"isSealed": false,
|
|
204
|
+
"visibility": "Public",
|
|
140
205
|
"declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601",
|
|
141
206
|
"declaringAssemblyName": "Azure.Core",
|
|
142
207
|
"isExtensionMethod": false
|
|
@@ -158,6 +223,7 @@
|
|
|
158
223
|
"isAbstract": false,
|
|
159
224
|
"isVirtual": true,
|
|
160
225
|
"isOverride": false,
|
|
226
|
+
"visibility": "Public",
|
|
161
227
|
"declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601",
|
|
162
228
|
"declaringAssemblyName": "Azure.Core"
|
|
163
229
|
},
|
|
@@ -176,6 +242,7 @@
|
|
|
176
242
|
"isAbstract": false,
|
|
177
243
|
"isVirtual": true,
|
|
178
244
|
"isOverride": false,
|
|
245
|
+
"visibility": "Public",
|
|
179
246
|
"declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601",
|
|
180
247
|
"declaringAssemblyName": "Azure.Core"
|
|
181
248
|
}
|
|
@@ -195,6 +262,30 @@
|
|
|
195
262
|
"isSealed": true,
|
|
196
263
|
"isStatic": false,
|
|
197
264
|
"arity": 1,
|
|
265
|
+
"baseType": {
|
|
266
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
267
|
+
"clrName": "System.ValueType"
|
|
268
|
+
},
|
|
269
|
+
"interfaces": [
|
|
270
|
+
{
|
|
271
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
272
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
273
|
+
"typeArguments": [
|
|
274
|
+
"T"
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
279
|
+
"clrName": "System.Collections.IEnumerator"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
283
|
+
"clrName": "System.IDisposable"
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
"typeParameters": [
|
|
287
|
+
"T"
|
|
288
|
+
],
|
|
198
289
|
"methods": [
|
|
199
290
|
{
|
|
200
291
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator::MoveNext():System.Boolean",
|
|
@@ -211,6 +302,7 @@
|
|
|
211
302
|
"isVirtual": true,
|
|
212
303
|
"isOverride": false,
|
|
213
304
|
"isSealed": true,
|
|
305
|
+
"visibility": "Public",
|
|
214
306
|
"declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
|
|
215
307
|
"declaringAssemblyName": "Azure.Core",
|
|
216
308
|
"isExtensionMethod": false
|
|
@@ -230,6 +322,7 @@
|
|
|
230
322
|
"isVirtual": true,
|
|
231
323
|
"isOverride": false,
|
|
232
324
|
"isSealed": true,
|
|
325
|
+
"visibility": "Public",
|
|
233
326
|
"declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
|
|
234
327
|
"declaringAssemblyName": "Azure.Core",
|
|
235
328
|
"isExtensionMethod": false
|
|
@@ -249,6 +342,7 @@
|
|
|
249
342
|
"isVirtual": true,
|
|
250
343
|
"isOverride": false,
|
|
251
344
|
"isSealed": true,
|
|
345
|
+
"visibility": "Public",
|
|
252
346
|
"declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
|
|
253
347
|
"declaringAssemblyName": "Azure.Core",
|
|
254
348
|
"isExtensionMethod": false
|
|
@@ -270,6 +364,7 @@
|
|
|
270
364
|
"isAbstract": false,
|
|
271
365
|
"isVirtual": true,
|
|
272
366
|
"isOverride": false,
|
|
367
|
+
"visibility": "Public",
|
|
273
368
|
"declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
|
|
274
369
|
"declaringAssemblyName": "Azure.Core"
|
|
275
370
|
}
|
|
@@ -289,6 +384,19 @@
|
|
|
289
384
|
"isSealed": true,
|
|
290
385
|
"isStatic": false,
|
|
291
386
|
"arity": 0,
|
|
387
|
+
"baseType": {
|
|
388
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
389
|
+
"clrName": "System.ValueType"
|
|
390
|
+
},
|
|
391
|
+
"interfaces": [
|
|
392
|
+
{
|
|
393
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
394
|
+
"clrName": "System.IEquatable\u00601",
|
|
395
|
+
"typeArguments": [
|
|
396
|
+
"GeoPosition"
|
|
397
|
+
]
|
|
398
|
+
}
|
|
399
|
+
],
|
|
292
400
|
"methods": [
|
|
293
401
|
{
|
|
294
402
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Equals(Azure.Core.GeoJson.GeoPosition):System.Boolean",
|
|
@@ -305,6 +413,7 @@
|
|
|
305
413
|
"isVirtual": true,
|
|
306
414
|
"isOverride": false,
|
|
307
415
|
"isSealed": true,
|
|
416
|
+
"visibility": "Public",
|
|
308
417
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
309
418
|
"declaringAssemblyName": "Azure.Core",
|
|
310
419
|
"isExtensionMethod": false
|
|
@@ -324,6 +433,7 @@
|
|
|
324
433
|
"isVirtual": true,
|
|
325
434
|
"isOverride": true,
|
|
326
435
|
"isSealed": false,
|
|
436
|
+
"visibility": "Public",
|
|
327
437
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
328
438
|
"declaringAssemblyName": "Azure.Core",
|
|
329
439
|
"isExtensionMethod": false
|
|
@@ -343,6 +453,7 @@
|
|
|
343
453
|
"isVirtual": true,
|
|
344
454
|
"isOverride": true,
|
|
345
455
|
"isSealed": false,
|
|
456
|
+
"visibility": "Public",
|
|
346
457
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
347
458
|
"declaringAssemblyName": "Azure.Core",
|
|
348
459
|
"isExtensionMethod": false
|
|
@@ -362,6 +473,7 @@
|
|
|
362
473
|
"isVirtual": true,
|
|
363
474
|
"isOverride": true,
|
|
364
475
|
"isSealed": false,
|
|
476
|
+
"visibility": "Public",
|
|
365
477
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
366
478
|
"declaringAssemblyName": "Azure.Core",
|
|
367
479
|
"isExtensionMethod": false
|
|
@@ -383,6 +495,7 @@
|
|
|
383
495
|
"isAbstract": false,
|
|
384
496
|
"isVirtual": false,
|
|
385
497
|
"isOverride": false,
|
|
498
|
+
"visibility": "Public",
|
|
386
499
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
387
500
|
"declaringAssemblyName": "Azure.Core"
|
|
388
501
|
},
|
|
@@ -401,6 +514,7 @@
|
|
|
401
514
|
"isAbstract": false,
|
|
402
515
|
"isVirtual": false,
|
|
403
516
|
"isOverride": false,
|
|
517
|
+
"visibility": "Public",
|
|
404
518
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
405
519
|
"declaringAssemblyName": "Azure.Core"
|
|
406
520
|
},
|
|
@@ -419,6 +533,7 @@
|
|
|
419
533
|
"isAbstract": false,
|
|
420
534
|
"isVirtual": false,
|
|
421
535
|
"isOverride": false,
|
|
536
|
+
"visibility": "Public",
|
|
422
537
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
423
538
|
"declaringAssemblyName": "Azure.Core"
|
|
424
539
|
},
|
|
@@ -437,6 +552,7 @@
|
|
|
437
552
|
"isAbstract": false,
|
|
438
553
|
"isVirtual": false,
|
|
439
554
|
"isOverride": false,
|
|
555
|
+
"visibility": "Public",
|
|
440
556
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
441
557
|
"declaringAssemblyName": "Azure.Core"
|
|
442
558
|
},
|
|
@@ -455,6 +571,7 @@
|
|
|
455
571
|
"isAbstract": false,
|
|
456
572
|
"isVirtual": false,
|
|
457
573
|
"isOverride": false,
|
|
574
|
+
"visibility": "Public",
|
|
458
575
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
459
576
|
"declaringAssemblyName": "Azure.Core"
|
|
460
577
|
}
|
|
@@ -469,6 +586,7 @@
|
|
|
469
586
|
"normalizedSignature": "constructor|(System.Double,System.Double):void|static=false",
|
|
470
587
|
"isStatic": false,
|
|
471
588
|
"parameterCount": 2,
|
|
589
|
+
"visibility": "Public",
|
|
472
590
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
473
591
|
"declaringAssemblyName": "Azure.Core"
|
|
474
592
|
},
|
|
@@ -479,6 +597,7 @@
|
|
|
479
597
|
"normalizedSignature": "constructor|(System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
480
598
|
"isStatic": false,
|
|
481
599
|
"parameterCount": 3,
|
|
600
|
+
"visibility": "Public",
|
|
482
601
|
"declaringClrType": "Azure.Core.GeoJson.GeoPosition",
|
|
483
602
|
"declaringAssemblyName": "Azure.Core"
|
|
484
603
|
}
|
|
@@ -495,6 +614,19 @@
|
|
|
495
614
|
"isSealed": true,
|
|
496
615
|
"isStatic": false,
|
|
497
616
|
"arity": 0,
|
|
617
|
+
"baseType": {
|
|
618
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
619
|
+
"clrName": "System.Object"
|
|
620
|
+
},
|
|
621
|
+
"interfaces": [
|
|
622
|
+
{
|
|
623
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
624
|
+
"clrName": "System.IEquatable\u00601",
|
|
625
|
+
"typeArguments": [
|
|
626
|
+
"GeoBoundingBox"
|
|
627
|
+
]
|
|
628
|
+
}
|
|
629
|
+
],
|
|
498
630
|
"methods": [
|
|
499
631
|
{
|
|
500
632
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::Equals(Azure.Core.GeoJson.GeoBoundingBox):System.Boolean",
|
|
@@ -511,6 +643,7 @@
|
|
|
511
643
|
"isVirtual": true,
|
|
512
644
|
"isOverride": false,
|
|
513
645
|
"isSealed": true,
|
|
646
|
+
"visibility": "Public",
|
|
514
647
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
515
648
|
"declaringAssemblyName": "Azure.Core",
|
|
516
649
|
"isExtensionMethod": false
|
|
@@ -530,6 +663,7 @@
|
|
|
530
663
|
"isVirtual": true,
|
|
531
664
|
"isOverride": true,
|
|
532
665
|
"isSealed": false,
|
|
666
|
+
"visibility": "Public",
|
|
533
667
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
534
668
|
"declaringAssemblyName": "Azure.Core",
|
|
535
669
|
"isExtensionMethod": false
|
|
@@ -549,6 +683,7 @@
|
|
|
549
683
|
"isVirtual": true,
|
|
550
684
|
"isOverride": true,
|
|
551
685
|
"isSealed": false,
|
|
686
|
+
"visibility": "Public",
|
|
552
687
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
553
688
|
"declaringAssemblyName": "Azure.Core",
|
|
554
689
|
"isExtensionMethod": false
|
|
@@ -568,6 +703,7 @@
|
|
|
568
703
|
"isVirtual": true,
|
|
569
704
|
"isOverride": true,
|
|
570
705
|
"isSealed": false,
|
|
706
|
+
"visibility": "Public",
|
|
571
707
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
572
708
|
"declaringAssemblyName": "Azure.Core",
|
|
573
709
|
"isExtensionMethod": false
|
|
@@ -589,6 +725,7 @@
|
|
|
589
725
|
"isAbstract": false,
|
|
590
726
|
"isVirtual": false,
|
|
591
727
|
"isOverride": false,
|
|
728
|
+
"visibility": "Public",
|
|
592
729
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
593
730
|
"declaringAssemblyName": "Azure.Core"
|
|
594
731
|
},
|
|
@@ -607,6 +744,7 @@
|
|
|
607
744
|
"isAbstract": false,
|
|
608
745
|
"isVirtual": false,
|
|
609
746
|
"isOverride": false,
|
|
747
|
+
"visibility": "Public",
|
|
610
748
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
611
749
|
"declaringAssemblyName": "Azure.Core"
|
|
612
750
|
},
|
|
@@ -625,6 +763,7 @@
|
|
|
625
763
|
"isAbstract": false,
|
|
626
764
|
"isVirtual": false,
|
|
627
765
|
"isOverride": false,
|
|
766
|
+
"visibility": "Public",
|
|
628
767
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
629
768
|
"declaringAssemblyName": "Azure.Core"
|
|
630
769
|
},
|
|
@@ -643,6 +782,7 @@
|
|
|
643
782
|
"isAbstract": false,
|
|
644
783
|
"isVirtual": false,
|
|
645
784
|
"isOverride": false,
|
|
785
|
+
"visibility": "Public",
|
|
646
786
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
647
787
|
"declaringAssemblyName": "Azure.Core"
|
|
648
788
|
},
|
|
@@ -661,6 +801,7 @@
|
|
|
661
801
|
"isAbstract": false,
|
|
662
802
|
"isVirtual": false,
|
|
663
803
|
"isOverride": false,
|
|
804
|
+
"visibility": "Public",
|
|
664
805
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
665
806
|
"declaringAssemblyName": "Azure.Core"
|
|
666
807
|
},
|
|
@@ -679,6 +820,7 @@
|
|
|
679
820
|
"isAbstract": false,
|
|
680
821
|
"isVirtual": false,
|
|
681
822
|
"isOverride": false,
|
|
823
|
+
"visibility": "Public",
|
|
682
824
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
683
825
|
"declaringAssemblyName": "Azure.Core"
|
|
684
826
|
},
|
|
@@ -697,6 +839,7 @@
|
|
|
697
839
|
"isAbstract": false,
|
|
698
840
|
"isVirtual": false,
|
|
699
841
|
"isOverride": false,
|
|
842
|
+
"visibility": "Public",
|
|
700
843
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
701
844
|
"declaringAssemblyName": "Azure.Core"
|
|
702
845
|
}
|
|
@@ -711,6 +854,7 @@
|
|
|
711
854
|
"normalizedSignature": "constructor|(System.Double,System.Double,System.Double,System.Double):void|static=false",
|
|
712
855
|
"isStatic": false,
|
|
713
856
|
"parameterCount": 4,
|
|
857
|
+
"visibility": "Public",
|
|
714
858
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
715
859
|
"declaringAssemblyName": "Azure.Core"
|
|
716
860
|
},
|
|
@@ -721,6 +865,7 @@
|
|
|
721
865
|
"normalizedSignature": "constructor|(System.Double,System.Double,System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
722
866
|
"isStatic": false,
|
|
723
867
|
"parameterCount": 6,
|
|
868
|
+
"visibility": "Public",
|
|
724
869
|
"declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
|
|
725
870
|
"declaringAssemblyName": "Azure.Core"
|
|
726
871
|
}
|
|
@@ -737,6 +882,37 @@
|
|
|
737
882
|
"isSealed": true,
|
|
738
883
|
"isStatic": false,
|
|
739
884
|
"arity": 0,
|
|
885
|
+
"baseType": {
|
|
886
|
+
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject",
|
|
887
|
+
"clrName": "Azure.Core.GeoJson.GeoObject"
|
|
888
|
+
},
|
|
889
|
+
"interfaces": [
|
|
890
|
+
{
|
|
891
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
892
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
893
|
+
"typeArguments": [
|
|
894
|
+
"GeoObject"
|
|
895
|
+
]
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
899
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
900
|
+
"typeArguments": [
|
|
901
|
+
"GeoObject"
|
|
902
|
+
]
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
906
|
+
"clrName": "System.Collections.IEnumerable"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
910
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
911
|
+
"typeArguments": [
|
|
912
|
+
"GeoObject"
|
|
913
|
+
]
|
|
914
|
+
}
|
|
915
|
+
],
|
|
740
916
|
"methods": [
|
|
741
917
|
{
|
|
742
918
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
@@ -753,6 +929,7 @@
|
|
|
753
929
|
"isVirtual": true,
|
|
754
930
|
"isOverride": false,
|
|
755
931
|
"isSealed": true,
|
|
932
|
+
"visibility": "Public",
|
|
756
933
|
"declaringClrType": "Azure.Core.GeoJson.GeoCollection",
|
|
757
934
|
"declaringAssemblyName": "Azure.Core",
|
|
758
935
|
"isExtensionMethod": false
|
|
@@ -774,6 +951,7 @@
|
|
|
774
951
|
"isAbstract": false,
|
|
775
952
|
"isVirtual": true,
|
|
776
953
|
"isOverride": false,
|
|
954
|
+
"visibility": "Public",
|
|
777
955
|
"declaringClrType": "Azure.Core.GeoJson.GeoCollection",
|
|
778
956
|
"declaringAssemblyName": "Azure.Core"
|
|
779
957
|
},
|
|
@@ -792,6 +970,7 @@
|
|
|
792
970
|
"isAbstract": false,
|
|
793
971
|
"isVirtual": true,
|
|
794
972
|
"isOverride": false,
|
|
973
|
+
"visibility": "Public",
|
|
795
974
|
"declaringClrType": "Azure.Core.GeoJson.GeoCollection",
|
|
796
975
|
"declaringAssemblyName": "Azure.Core"
|
|
797
976
|
},
|
|
@@ -810,6 +989,7 @@
|
|
|
810
989
|
"isAbstract": false,
|
|
811
990
|
"isVirtual": true,
|
|
812
991
|
"isOverride": true,
|
|
992
|
+
"visibility": "Public",
|
|
813
993
|
"declaringClrType": "Azure.Core.GeoJson.GeoCollection",
|
|
814
994
|
"declaringAssemblyName": "Azure.Core"
|
|
815
995
|
}
|
|
@@ -824,6 +1004,7 @@
|
|
|
824
1004
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
|
|
825
1005
|
"isStatic": false,
|
|
826
1006
|
"parameterCount": 1,
|
|
1007
|
+
"visibility": "Public",
|
|
827
1008
|
"declaringClrType": "Azure.Core.GeoJson.GeoCollection",
|
|
828
1009
|
"declaringAssemblyName": "Azure.Core"
|
|
829
1010
|
},
|
|
@@ -834,6 +1015,7 @@
|
|
|
834
1015
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
835
1016
|
"isStatic": false,
|
|
836
1017
|
"parameterCount": 3,
|
|
1018
|
+
"visibility": "Public",
|
|
837
1019
|
"declaringClrType": "Azure.Core.GeoJson.GeoCollection",
|
|
838
1020
|
"declaringAssemblyName": "Azure.Core"
|
|
839
1021
|
}
|
|
@@ -850,6 +1032,10 @@
|
|
|
850
1032
|
"isSealed": true,
|
|
851
1033
|
"isStatic": false,
|
|
852
1034
|
"arity": 0,
|
|
1035
|
+
"baseType": {
|
|
1036
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1037
|
+
"clrName": "System.Object"
|
|
1038
|
+
},
|
|
853
1039
|
"methods": [],
|
|
854
1040
|
"properties": [
|
|
855
1041
|
{
|
|
@@ -867,6 +1053,7 @@
|
|
|
867
1053
|
"isAbstract": false,
|
|
868
1054
|
"isVirtual": false,
|
|
869
1055
|
"isOverride": false,
|
|
1056
|
+
"visibility": "Public",
|
|
870
1057
|
"declaringClrType": "Azure.Core.GeoJson.GeoLinearRing",
|
|
871
1058
|
"declaringAssemblyName": "Azure.Core"
|
|
872
1059
|
}
|
|
@@ -881,6 +1068,7 @@
|
|
|
881
1068
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
|
|
882
1069
|
"isStatic": false,
|
|
883
1070
|
"parameterCount": 1,
|
|
1071
|
+
"visibility": "Public",
|
|
884
1072
|
"declaringClrType": "Azure.Core.GeoJson.GeoLinearRing",
|
|
885
1073
|
"declaringAssemblyName": "Azure.Core"
|
|
886
1074
|
}
|
|
@@ -897,6 +1085,10 @@
|
|
|
897
1085
|
"isSealed": true,
|
|
898
1086
|
"isStatic": false,
|
|
899
1087
|
"arity": 0,
|
|
1088
|
+
"baseType": {
|
|
1089
|
+
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject",
|
|
1090
|
+
"clrName": "Azure.Core.GeoJson.GeoObject"
|
|
1091
|
+
},
|
|
900
1092
|
"methods": [],
|
|
901
1093
|
"properties": [
|
|
902
1094
|
{
|
|
@@ -914,6 +1106,7 @@
|
|
|
914
1106
|
"isAbstract": false,
|
|
915
1107
|
"isVirtual": false,
|
|
916
1108
|
"isOverride": false,
|
|
1109
|
+
"visibility": "Public",
|
|
917
1110
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineString",
|
|
918
1111
|
"declaringAssemblyName": "Azure.Core"
|
|
919
1112
|
},
|
|
@@ -932,6 +1125,7 @@
|
|
|
932
1125
|
"isAbstract": false,
|
|
933
1126
|
"isVirtual": true,
|
|
934
1127
|
"isOverride": true,
|
|
1128
|
+
"visibility": "Public",
|
|
935
1129
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineString",
|
|
936
1130
|
"declaringAssemblyName": "Azure.Core"
|
|
937
1131
|
}
|
|
@@ -946,6 +1140,7 @@
|
|
|
946
1140
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
|
|
947
1141
|
"isStatic": false,
|
|
948
1142
|
"parameterCount": 1,
|
|
1143
|
+
"visibility": "Public",
|
|
949
1144
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineString",
|
|
950
1145
|
"declaringAssemblyName": "Azure.Core"
|
|
951
1146
|
},
|
|
@@ -956,6 +1151,7 @@
|
|
|
956
1151
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
957
1152
|
"isStatic": false,
|
|
958
1153
|
"parameterCount": 3,
|
|
1154
|
+
"visibility": "Public",
|
|
959
1155
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineString",
|
|
960
1156
|
"declaringAssemblyName": "Azure.Core"
|
|
961
1157
|
}
|
|
@@ -972,6 +1168,37 @@
|
|
|
972
1168
|
"isSealed": true,
|
|
973
1169
|
"isStatic": false,
|
|
974
1170
|
"arity": 0,
|
|
1171
|
+
"baseType": {
|
|
1172
|
+
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject",
|
|
1173
|
+
"clrName": "Azure.Core.GeoJson.GeoObject"
|
|
1174
|
+
},
|
|
1175
|
+
"interfaces": [
|
|
1176
|
+
{
|
|
1177
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
1178
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
1179
|
+
"typeArguments": [
|
|
1180
|
+
"GeoLineString"
|
|
1181
|
+
]
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
1185
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
1186
|
+
"typeArguments": [
|
|
1187
|
+
"GeoLineString"
|
|
1188
|
+
]
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1192
|
+
"clrName": "System.Collections.IEnumerable"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1196
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1197
|
+
"typeArguments": [
|
|
1198
|
+
"GeoLineString"
|
|
1199
|
+
]
|
|
1200
|
+
}
|
|
1201
|
+
],
|
|
975
1202
|
"methods": [
|
|
976
1203
|
{
|
|
977
1204
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
@@ -988,6 +1215,7 @@
|
|
|
988
1215
|
"isVirtual": true,
|
|
989
1216
|
"isOverride": false,
|
|
990
1217
|
"isSealed": true,
|
|
1218
|
+
"visibility": "Public",
|
|
991
1219
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
|
|
992
1220
|
"declaringAssemblyName": "Azure.Core",
|
|
993
1221
|
"isExtensionMethod": false
|
|
@@ -1009,6 +1237,7 @@
|
|
|
1009
1237
|
"isAbstract": false,
|
|
1010
1238
|
"isVirtual": true,
|
|
1011
1239
|
"isOverride": false,
|
|
1240
|
+
"visibility": "Public",
|
|
1012
1241
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
|
|
1013
1242
|
"declaringAssemblyName": "Azure.Core"
|
|
1014
1243
|
},
|
|
@@ -1027,6 +1256,7 @@
|
|
|
1027
1256
|
"isAbstract": false,
|
|
1028
1257
|
"isVirtual": true,
|
|
1029
1258
|
"isOverride": false,
|
|
1259
|
+
"visibility": "Public",
|
|
1030
1260
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
|
|
1031
1261
|
"declaringAssemblyName": "Azure.Core"
|
|
1032
1262
|
},
|
|
@@ -1045,6 +1275,7 @@
|
|
|
1045
1275
|
"isAbstract": false,
|
|
1046
1276
|
"isVirtual": false,
|
|
1047
1277
|
"isOverride": false,
|
|
1278
|
+
"visibility": "Public",
|
|
1048
1279
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
|
|
1049
1280
|
"declaringAssemblyName": "Azure.Core"
|
|
1050
1281
|
},
|
|
@@ -1063,6 +1294,7 @@
|
|
|
1063
1294
|
"isAbstract": false,
|
|
1064
1295
|
"isVirtual": true,
|
|
1065
1296
|
"isOverride": true,
|
|
1297
|
+
"visibility": "Public",
|
|
1066
1298
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
|
|
1067
1299
|
"declaringAssemblyName": "Azure.Core"
|
|
1068
1300
|
}
|
|
@@ -1077,6 +1309,7 @@
|
|
|
1077
1309
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
|
|
1078
1310
|
"isStatic": false,
|
|
1079
1311
|
"parameterCount": 1,
|
|
1312
|
+
"visibility": "Public",
|
|
1080
1313
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
|
|
1081
1314
|
"declaringAssemblyName": "Azure.Core"
|
|
1082
1315
|
},
|
|
@@ -1087,6 +1320,7 @@
|
|
|
1087
1320
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1088
1321
|
"isStatic": false,
|
|
1089
1322
|
"parameterCount": 3,
|
|
1323
|
+
"visibility": "Public",
|
|
1090
1324
|
"declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
|
|
1091
1325
|
"declaringAssemblyName": "Azure.Core"
|
|
1092
1326
|
}
|
|
@@ -1103,6 +1337,10 @@
|
|
|
1103
1337
|
"isSealed": false,
|
|
1104
1338
|
"isStatic": false,
|
|
1105
1339
|
"arity": 0,
|
|
1340
|
+
"baseType": {
|
|
1341
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1342
|
+
"clrName": "System.Object"
|
|
1343
|
+
},
|
|
1106
1344
|
"methods": [
|
|
1107
1345
|
{
|
|
1108
1346
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::TryGetCustomProperty(System.String,System.Object\u0026):System.Boolean",
|
|
@@ -1119,6 +1357,7 @@
|
|
|
1119
1357
|
"isVirtual": false,
|
|
1120
1358
|
"isOverride": false,
|
|
1121
1359
|
"isSealed": false,
|
|
1360
|
+
"visibility": "Public",
|
|
1122
1361
|
"declaringClrType": "Azure.Core.GeoJson.GeoObject",
|
|
1123
1362
|
"declaringAssemblyName": "Azure.Core",
|
|
1124
1363
|
"isExtensionMethod": false,
|
|
@@ -1144,6 +1383,7 @@
|
|
|
1144
1383
|
"isVirtual": true,
|
|
1145
1384
|
"isOverride": true,
|
|
1146
1385
|
"isSealed": false,
|
|
1386
|
+
"visibility": "Public",
|
|
1147
1387
|
"declaringClrType": "Azure.Core.GeoJson.GeoObject",
|
|
1148
1388
|
"declaringAssemblyName": "Azure.Core",
|
|
1149
1389
|
"isExtensionMethod": false
|
|
@@ -1163,6 +1403,7 @@
|
|
|
1163
1403
|
"isVirtual": false,
|
|
1164
1404
|
"isOverride": false,
|
|
1165
1405
|
"isSealed": false,
|
|
1406
|
+
"visibility": "Public",
|
|
1166
1407
|
"declaringClrType": "Azure.Core.GeoJson.GeoObject",
|
|
1167
1408
|
"declaringAssemblyName": "Azure.Core",
|
|
1168
1409
|
"isExtensionMethod": false
|
|
@@ -1184,6 +1425,7 @@
|
|
|
1184
1425
|
"isAbstract": true,
|
|
1185
1426
|
"isVirtual": true,
|
|
1186
1427
|
"isOverride": false,
|
|
1428
|
+
"visibility": "Public",
|
|
1187
1429
|
"declaringClrType": "Azure.Core.GeoJson.GeoObject",
|
|
1188
1430
|
"declaringAssemblyName": "Azure.Core"
|
|
1189
1431
|
},
|
|
@@ -1202,6 +1444,7 @@
|
|
|
1202
1444
|
"isAbstract": false,
|
|
1203
1445
|
"isVirtual": false,
|
|
1204
1446
|
"isOverride": false,
|
|
1447
|
+
"visibility": "Public",
|
|
1205
1448
|
"declaringClrType": "Azure.Core.GeoJson.GeoObject",
|
|
1206
1449
|
"declaringAssemblyName": "Azure.Core"
|
|
1207
1450
|
}
|
|
@@ -1221,6 +1464,26 @@
|
|
|
1221
1464
|
"isSealed": true,
|
|
1222
1465
|
"isStatic": false,
|
|
1223
1466
|
"arity": 0,
|
|
1467
|
+
"baseType": {
|
|
1468
|
+
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject",
|
|
1469
|
+
"clrName": "Azure.Core.GeoJson.GeoObject"
|
|
1470
|
+
},
|
|
1471
|
+
"interfaces": [
|
|
1472
|
+
{
|
|
1473
|
+
"stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601",
|
|
1474
|
+
"clrName": "System.ClientModel.Primitives.IJsonModel\u00601",
|
|
1475
|
+
"typeArguments": [
|
|
1476
|
+
"GeoPoint"
|
|
1477
|
+
]
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
1481
|
+
"clrName": "System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
1482
|
+
"typeArguments": [
|
|
1483
|
+
"GeoPoint"
|
|
1484
|
+
]
|
|
1485
|
+
}
|
|
1486
|
+
],
|
|
1224
1487
|
"methods": [
|
|
1225
1488
|
{
|
|
1226
1489
|
"stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601::Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void",
|
|
@@ -1237,6 +1500,7 @@
|
|
|
1237
1500
|
"isVirtual": true,
|
|
1238
1501
|
"isOverride": false,
|
|
1239
1502
|
"isSealed": false,
|
|
1503
|
+
"visibility": "Public",
|
|
1240
1504
|
"declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
|
|
1241
1505
|
"declaringAssemblyName": "System.ClientModel",
|
|
1242
1506
|
"isExtensionMethod": false,
|
|
@@ -1257,6 +1521,7 @@
|
|
|
1257
1521
|
"isVirtual": true,
|
|
1258
1522
|
"isOverride": false,
|
|
1259
1523
|
"isSealed": false,
|
|
1524
|
+
"visibility": "Public",
|
|
1260
1525
|
"declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
|
|
1261
1526
|
"declaringAssemblyName": "System.ClientModel",
|
|
1262
1527
|
"isExtensionMethod": false,
|
|
@@ -1283,6 +1548,7 @@
|
|
|
1283
1548
|
"isVirtual": true,
|
|
1284
1549
|
"isOverride": false,
|
|
1285
1550
|
"isSealed": false,
|
|
1551
|
+
"visibility": "Public",
|
|
1286
1552
|
"declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
1287
1553
|
"declaringAssemblyName": "System.ClientModel",
|
|
1288
1554
|
"isExtensionMethod": false,
|
|
@@ -1303,6 +1569,7 @@
|
|
|
1303
1569
|
"isVirtual": true,
|
|
1304
1570
|
"isOverride": false,
|
|
1305
1571
|
"isSealed": false,
|
|
1572
|
+
"visibility": "Public",
|
|
1306
1573
|
"declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
1307
1574
|
"declaringAssemblyName": "System.ClientModel",
|
|
1308
1575
|
"isExtensionMethod": false,
|
|
@@ -1323,6 +1590,7 @@
|
|
|
1323
1590
|
"isVirtual": true,
|
|
1324
1591
|
"isOverride": false,
|
|
1325
1592
|
"isSealed": false,
|
|
1593
|
+
"visibility": "Public",
|
|
1326
1594
|
"declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
1327
1595
|
"declaringAssemblyName": "System.ClientModel",
|
|
1328
1596
|
"isExtensionMethod": false,
|
|
@@ -1345,6 +1613,7 @@
|
|
|
1345
1613
|
"isAbstract": false,
|
|
1346
1614
|
"isVirtual": false,
|
|
1347
1615
|
"isOverride": false,
|
|
1616
|
+
"visibility": "Public",
|
|
1348
1617
|
"declaringClrType": "Azure.Core.GeoJson.GeoPoint",
|
|
1349
1618
|
"declaringAssemblyName": "Azure.Core"
|
|
1350
1619
|
},
|
|
@@ -1363,6 +1632,7 @@
|
|
|
1363
1632
|
"isAbstract": false,
|
|
1364
1633
|
"isVirtual": true,
|
|
1365
1634
|
"isOverride": true,
|
|
1635
|
+
"visibility": "Public",
|
|
1366
1636
|
"declaringClrType": "Azure.Core.GeoJson.GeoPoint",
|
|
1367
1637
|
"declaringAssemblyName": "Azure.Core"
|
|
1368
1638
|
}
|
|
@@ -1377,6 +1647,7 @@
|
|
|
1377
1647
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1378
1648
|
"isStatic": false,
|
|
1379
1649
|
"parameterCount": 0,
|
|
1650
|
+
"visibility": "Public",
|
|
1380
1651
|
"declaringClrType": "Azure.Core.GeoJson.GeoPoint",
|
|
1381
1652
|
"declaringAssemblyName": "Azure.Core"
|
|
1382
1653
|
},
|
|
@@ -1387,6 +1658,7 @@
|
|
|
1387
1658
|
"normalizedSignature": "constructor|(System.Double,System.Double):void|static=false",
|
|
1388
1659
|
"isStatic": false,
|
|
1389
1660
|
"parameterCount": 2,
|
|
1661
|
+
"visibility": "Public",
|
|
1390
1662
|
"declaringClrType": "Azure.Core.GeoJson.GeoPoint",
|
|
1391
1663
|
"declaringAssemblyName": "Azure.Core"
|
|
1392
1664
|
},
|
|
@@ -1397,6 +1669,7 @@
|
|
|
1397
1669
|
"normalizedSignature": "constructor|(System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1398
1670
|
"isStatic": false,
|
|
1399
1671
|
"parameterCount": 3,
|
|
1672
|
+
"visibility": "Public",
|
|
1400
1673
|
"declaringClrType": "Azure.Core.GeoJson.GeoPoint",
|
|
1401
1674
|
"declaringAssemblyName": "Azure.Core"
|
|
1402
1675
|
},
|
|
@@ -1407,6 +1680,7 @@
|
|
|
1407
1680
|
"normalizedSignature": "constructor|(Azure.Core.GeoJson.GeoPosition):void|static=false",
|
|
1408
1681
|
"isStatic": false,
|
|
1409
1682
|
"parameterCount": 1,
|
|
1683
|
+
"visibility": "Public",
|
|
1410
1684
|
"declaringClrType": "Azure.Core.GeoJson.GeoPoint",
|
|
1411
1685
|
"declaringAssemblyName": "Azure.Core"
|
|
1412
1686
|
},
|
|
@@ -1417,6 +1691,7 @@
|
|
|
1417
1691
|
"normalizedSignature": "constructor|(Azure.Core.GeoJson.GeoPosition,Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1418
1692
|
"isStatic": false,
|
|
1419
1693
|
"parameterCount": 3,
|
|
1694
|
+
"visibility": "Public",
|
|
1420
1695
|
"declaringClrType": "Azure.Core.GeoJson.GeoPoint",
|
|
1421
1696
|
"declaringAssemblyName": "Azure.Core"
|
|
1422
1697
|
}
|
|
@@ -1433,6 +1708,37 @@
|
|
|
1433
1708
|
"isSealed": true,
|
|
1434
1709
|
"isStatic": false,
|
|
1435
1710
|
"arity": 0,
|
|
1711
|
+
"baseType": {
|
|
1712
|
+
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject",
|
|
1713
|
+
"clrName": "Azure.Core.GeoJson.GeoObject"
|
|
1714
|
+
},
|
|
1715
|
+
"interfaces": [
|
|
1716
|
+
{
|
|
1717
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
1718
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
1719
|
+
"typeArguments": [
|
|
1720
|
+
"GeoPoint"
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
1725
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
1726
|
+
"typeArguments": [
|
|
1727
|
+
"GeoPoint"
|
|
1728
|
+
]
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1732
|
+
"clrName": "System.Collections.IEnumerable"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1736
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1737
|
+
"typeArguments": [
|
|
1738
|
+
"GeoPoint"
|
|
1739
|
+
]
|
|
1740
|
+
}
|
|
1741
|
+
],
|
|
1436
1742
|
"methods": [
|
|
1437
1743
|
{
|
|
1438
1744
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
@@ -1449,6 +1755,7 @@
|
|
|
1449
1755
|
"isVirtual": true,
|
|
1450
1756
|
"isOverride": false,
|
|
1451
1757
|
"isSealed": true,
|
|
1758
|
+
"visibility": "Public",
|
|
1452
1759
|
"declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
|
|
1453
1760
|
"declaringAssemblyName": "Azure.Core",
|
|
1454
1761
|
"isExtensionMethod": false
|
|
@@ -1470,6 +1777,7 @@
|
|
|
1470
1777
|
"isAbstract": false,
|
|
1471
1778
|
"isVirtual": true,
|
|
1472
1779
|
"isOverride": false,
|
|
1780
|
+
"visibility": "Public",
|
|
1473
1781
|
"declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
|
|
1474
1782
|
"declaringAssemblyName": "Azure.Core"
|
|
1475
1783
|
},
|
|
@@ -1488,6 +1796,7 @@
|
|
|
1488
1796
|
"isAbstract": false,
|
|
1489
1797
|
"isVirtual": true,
|
|
1490
1798
|
"isOverride": false,
|
|
1799
|
+
"visibility": "Public",
|
|
1491
1800
|
"declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
|
|
1492
1801
|
"declaringAssemblyName": "Azure.Core"
|
|
1493
1802
|
},
|
|
@@ -1506,6 +1815,7 @@
|
|
|
1506
1815
|
"isAbstract": false,
|
|
1507
1816
|
"isVirtual": false,
|
|
1508
1817
|
"isOverride": false,
|
|
1818
|
+
"visibility": "Public",
|
|
1509
1819
|
"declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
|
|
1510
1820
|
"declaringAssemblyName": "Azure.Core"
|
|
1511
1821
|
},
|
|
@@ -1524,6 +1834,7 @@
|
|
|
1524
1834
|
"isAbstract": false,
|
|
1525
1835
|
"isVirtual": true,
|
|
1526
1836
|
"isOverride": true,
|
|
1837
|
+
"visibility": "Public",
|
|
1527
1838
|
"declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
|
|
1528
1839
|
"declaringAssemblyName": "Azure.Core"
|
|
1529
1840
|
}
|
|
@@ -1538,6 +1849,7 @@
|
|
|
1538
1849
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
|
|
1539
1850
|
"isStatic": false,
|
|
1540
1851
|
"parameterCount": 1,
|
|
1852
|
+
"visibility": "Public",
|
|
1541
1853
|
"declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
|
|
1542
1854
|
"declaringAssemblyName": "Azure.Core"
|
|
1543
1855
|
},
|
|
@@ -1548,6 +1860,7 @@
|
|
|
1548
1860
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1549
1861
|
"isStatic": false,
|
|
1550
1862
|
"parameterCount": 3,
|
|
1863
|
+
"visibility": "Public",
|
|
1551
1864
|
"declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
|
|
1552
1865
|
"declaringAssemblyName": "Azure.Core"
|
|
1553
1866
|
}
|
|
@@ -1564,6 +1877,10 @@
|
|
|
1564
1877
|
"isSealed": true,
|
|
1565
1878
|
"isStatic": false,
|
|
1566
1879
|
"arity": 0,
|
|
1880
|
+
"baseType": {
|
|
1881
|
+
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject",
|
|
1882
|
+
"clrName": "Azure.Core.GeoJson.GeoObject"
|
|
1883
|
+
},
|
|
1567
1884
|
"methods": [],
|
|
1568
1885
|
"properties": [
|
|
1569
1886
|
{
|
|
@@ -1581,6 +1898,7 @@
|
|
|
1581
1898
|
"isAbstract": false,
|
|
1582
1899
|
"isVirtual": false,
|
|
1583
1900
|
"isOverride": false,
|
|
1901
|
+
"visibility": "Public",
|
|
1584
1902
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
|
|
1585
1903
|
"declaringAssemblyName": "Azure.Core"
|
|
1586
1904
|
},
|
|
@@ -1599,6 +1917,7 @@
|
|
|
1599
1917
|
"isAbstract": false,
|
|
1600
1918
|
"isVirtual": false,
|
|
1601
1919
|
"isOverride": false,
|
|
1920
|
+
"visibility": "Public",
|
|
1602
1921
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
|
|
1603
1922
|
"declaringAssemblyName": "Azure.Core"
|
|
1604
1923
|
},
|
|
@@ -1617,6 +1936,7 @@
|
|
|
1617
1936
|
"isAbstract": false,
|
|
1618
1937
|
"isVirtual": false,
|
|
1619
1938
|
"isOverride": false,
|
|
1939
|
+
"visibility": "Public",
|
|
1620
1940
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
|
|
1621
1941
|
"declaringAssemblyName": "Azure.Core"
|
|
1622
1942
|
},
|
|
@@ -1635,6 +1955,7 @@
|
|
|
1635
1955
|
"isAbstract": false,
|
|
1636
1956
|
"isVirtual": true,
|
|
1637
1957
|
"isOverride": true,
|
|
1958
|
+
"visibility": "Public",
|
|
1638
1959
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
|
|
1639
1960
|
"declaringAssemblyName": "Azure.Core"
|
|
1640
1961
|
}
|
|
@@ -1649,6 +1970,7 @@
|
|
|
1649
1970
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
|
|
1650
1971
|
"isStatic": false,
|
|
1651
1972
|
"parameterCount": 1,
|
|
1973
|
+
"visibility": "Public",
|
|
1652
1974
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
|
|
1653
1975
|
"declaringAssemblyName": "Azure.Core"
|
|
1654
1976
|
},
|
|
@@ -1659,6 +1981,7 @@
|
|
|
1659
1981
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
|
|
1660
1982
|
"isStatic": false,
|
|
1661
1983
|
"parameterCount": 1,
|
|
1984
|
+
"visibility": "Public",
|
|
1662
1985
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
|
|
1663
1986
|
"declaringAssemblyName": "Azure.Core"
|
|
1664
1987
|
},
|
|
@@ -1669,6 +1992,7 @@
|
|
|
1669
1992
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1670
1993
|
"isStatic": false,
|
|
1671
1994
|
"parameterCount": 3,
|
|
1995
|
+
"visibility": "Public",
|
|
1672
1996
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
|
|
1673
1997
|
"declaringAssemblyName": "Azure.Core"
|
|
1674
1998
|
}
|
|
@@ -1685,6 +2009,37 @@
|
|
|
1685
2009
|
"isSealed": true,
|
|
1686
2010
|
"isStatic": false,
|
|
1687
2011
|
"arity": 0,
|
|
2012
|
+
"baseType": {
|
|
2013
|
+
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject",
|
|
2014
|
+
"clrName": "Azure.Core.GeoJson.GeoObject"
|
|
2015
|
+
},
|
|
2016
|
+
"interfaces": [
|
|
2017
|
+
{
|
|
2018
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
2019
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2020
|
+
"typeArguments": [
|
|
2021
|
+
"GeoPolygon"
|
|
2022
|
+
]
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2026
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2027
|
+
"typeArguments": [
|
|
2028
|
+
"GeoPolygon"
|
|
2029
|
+
]
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2033
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2037
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2038
|
+
"typeArguments": [
|
|
2039
|
+
"GeoPolygon"
|
|
2040
|
+
]
|
|
2041
|
+
}
|
|
2042
|
+
],
|
|
1688
2043
|
"methods": [
|
|
1689
2044
|
{
|
|
1690
2045
|
"stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
@@ -1701,6 +2056,7 @@
|
|
|
1701
2056
|
"isVirtual": true,
|
|
1702
2057
|
"isOverride": false,
|
|
1703
2058
|
"isSealed": true,
|
|
2059
|
+
"visibility": "Public",
|
|
1704
2060
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
|
|
1705
2061
|
"declaringAssemblyName": "Azure.Core",
|
|
1706
2062
|
"isExtensionMethod": false
|
|
@@ -1722,6 +2078,7 @@
|
|
|
1722
2078
|
"isAbstract": false,
|
|
1723
2079
|
"isVirtual": true,
|
|
1724
2080
|
"isOverride": false,
|
|
2081
|
+
"visibility": "Public",
|
|
1725
2082
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
|
|
1726
2083
|
"declaringAssemblyName": "Azure.Core"
|
|
1727
2084
|
},
|
|
@@ -1740,6 +2097,7 @@
|
|
|
1740
2097
|
"isAbstract": false,
|
|
1741
2098
|
"isVirtual": true,
|
|
1742
2099
|
"isOverride": false,
|
|
2100
|
+
"visibility": "Public",
|
|
1743
2101
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
|
|
1744
2102
|
"declaringAssemblyName": "Azure.Core"
|
|
1745
2103
|
},
|
|
@@ -1758,6 +2116,7 @@
|
|
|
1758
2116
|
"isAbstract": false,
|
|
1759
2117
|
"isVirtual": false,
|
|
1760
2118
|
"isOverride": false,
|
|
2119
|
+
"visibility": "Public",
|
|
1761
2120
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
|
|
1762
2121
|
"declaringAssemblyName": "Azure.Core"
|
|
1763
2122
|
},
|
|
@@ -1776,6 +2135,7 @@
|
|
|
1776
2135
|
"isAbstract": false,
|
|
1777
2136
|
"isVirtual": true,
|
|
1778
2137
|
"isOverride": true,
|
|
2138
|
+
"visibility": "Public",
|
|
1779
2139
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
|
|
1780
2140
|
"declaringAssemblyName": "Azure.Core"
|
|
1781
2141
|
}
|
|
@@ -1790,6 +2150,7 @@
|
|
|
1790
2150
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
|
|
1791
2151
|
"isStatic": false,
|
|
1792
2152
|
"parameterCount": 1,
|
|
2153
|
+
"visibility": "Public",
|
|
1793
2154
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
|
|
1794
2155
|
"declaringAssemblyName": "Azure.Core"
|
|
1795
2156
|
},
|
|
@@ -1800,6 +2161,7 @@
|
|
|
1800
2161
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1801
2162
|
"isStatic": false,
|
|
1802
2163
|
"parameterCount": 3,
|
|
2164
|
+
"visibility": "Public",
|
|
1803
2165
|
"declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
|
|
1804
2166
|
"declaringAssemblyName": "Azure.Core"
|
|
1805
2167
|
}
|