0
|
1 <?xml version="1.0"?>
|
|
2 <doc>
|
|
3 <assembly>
|
|
4 <name>Newtonsoft.Json</name>
|
|
5 </assembly>
|
|
6 <members>
|
|
7 <member name="T:Newtonsoft.Json.Bson.BsonObjectId">
|
|
8 <summary>
|
|
9 Represents a BSON Oid (object id).
|
|
10 </summary>
|
|
11 </member>
|
|
12 <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">
|
|
13 <summary>
|
|
14 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.
|
|
15 </summary>
|
|
16 <param name="value">The Oid value.</param>
|
|
17 </member>
|
|
18 <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">
|
|
19 <summary>
|
|
20 Gets or sets the value of the Oid.
|
|
21 </summary>
|
|
22 <value>The value of the Oid.</value>
|
|
23 </member>
|
|
24 <member name="T:Newtonsoft.Json.Bson.BsonReader">
|
|
25 <summary>
|
|
26 Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
|
|
27 </summary>
|
|
28 </member>
|
|
29 <member name="T:Newtonsoft.Json.JsonReader">
|
|
30 <summary>
|
|
31 Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
|
|
32 </summary>
|
|
33 </member>
|
|
34 <member name="M:Newtonsoft.Json.JsonReader.#ctor">
|
|
35 <summary>
|
|
36 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
|
|
37 </summary>
|
|
38 </member>
|
|
39 <member name="M:Newtonsoft.Json.JsonReader.Read">
|
|
40 <summary>
|
|
41 Reads the next JSON token from the stream.
|
|
42 </summary>
|
|
43 <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>
|
|
44 </member>
|
|
45 <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">
|
|
46 <summary>
|
|
47 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
48 </summary>
|
|
49 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
50 </member>
|
|
51 <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">
|
|
52 <summary>
|
|
53 Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
|
|
54 </summary>
|
|
55 <returns>A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
|
|
56 </member>
|
|
57 <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
|
|
58 <summary>
|
|
59 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
60 </summary>
|
|
61 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
62 </member>
|
|
63 <member name="M:Newtonsoft.Json.JsonReader.Skip">
|
|
64 <summary>
|
|
65 Skips the children of the current token.
|
|
66 </summary>
|
|
67 </member>
|
|
68 <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
|
|
69 <summary>
|
|
70 Sets the current token.
|
|
71 </summary>
|
|
72 <param name="newToken">The new token.</param>
|
|
73 </member>
|
|
74 <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
|
|
75 <summary>
|
|
76 Sets the current token and value.
|
|
77 </summary>
|
|
78 <param name="newToken">The new token.</param>
|
|
79 <param name="value">The value.</param>
|
|
80 </member>
|
|
81 <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
|
|
82 <summary>
|
|
83 Sets the state based on current token type.
|
|
84 </summary>
|
|
85 </member>
|
|
86 <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
|
|
87 <summary>
|
|
88 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
89 </summary>
|
|
90 </member>
|
|
91 <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
|
|
92 <summary>
|
|
93 Releases unmanaged and - optionally - managed resources
|
|
94 </summary>
|
|
95 <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
|
|
96 </member>
|
|
97 <member name="M:Newtonsoft.Json.JsonReader.Close">
|
|
98 <summary>
|
|
99 Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
|
|
100 </summary>
|
|
101 </member>
|
|
102 <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
|
|
103 <summary>
|
|
104 Gets the current reader state.
|
|
105 </summary>
|
|
106 <value>The current reader state.</value>
|
|
107 </member>
|
|
108 <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
|
|
109 <summary>
|
|
110 Gets or sets a value indicating whether the underlying stream or
|
|
111 <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
|
|
112 </summary>
|
|
113 <value>
|
|
114 true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
|
|
115 the reader is closed; otherwise false. The default is true.
|
|
116 </value>
|
|
117 </member>
|
|
118 <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
|
|
119 <summary>
|
|
120 Gets the quotation mark character used to enclose the value of a string.
|
|
121 </summary>
|
|
122 </member>
|
|
123 <member name="P:Newtonsoft.Json.JsonReader.TokenType">
|
|
124 <summary>
|
|
125 Gets the type of the current Json token.
|
|
126 </summary>
|
|
127 </member>
|
|
128 <member name="P:Newtonsoft.Json.JsonReader.Value">
|
|
129 <summary>
|
|
130 Gets the text value of the current Json token.
|
|
131 </summary>
|
|
132 </member>
|
|
133 <member name="P:Newtonsoft.Json.JsonReader.ValueType">
|
|
134 <summary>
|
|
135 Gets The Common Language Runtime (CLR) type for the current Json token.
|
|
136 </summary>
|
|
137 </member>
|
|
138 <member name="P:Newtonsoft.Json.JsonReader.Depth">
|
|
139 <summary>
|
|
140 Gets the depth of the current token in the JSON document.
|
|
141 </summary>
|
|
142 <value>The depth of the current token in the JSON document.</value>
|
|
143 </member>
|
|
144 <member name="P:Newtonsoft.Json.JsonReader.Culture">
|
|
145 <summary>
|
|
146 Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
|
|
147 </summary>
|
|
148 </member>
|
|
149 <member name="T:Newtonsoft.Json.JsonReader.State">
|
|
150 <summary>
|
|
151 Specifies the state of the reader.
|
|
152 </summary>
|
|
153 </member>
|
|
154 <member name="F:Newtonsoft.Json.JsonReader.State.Start">
|
|
155 <summary>
|
|
156 The Read method has not been called.
|
|
157 </summary>
|
|
158 </member>
|
|
159 <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
|
|
160 <summary>
|
|
161 The end of the file has been reached successfully.
|
|
162 </summary>
|
|
163 </member>
|
|
164 <member name="F:Newtonsoft.Json.JsonReader.State.Property">
|
|
165 <summary>
|
|
166 Reader is at a property.
|
|
167 </summary>
|
|
168 </member>
|
|
169 <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
|
|
170 <summary>
|
|
171 Reader is at the start of an object.
|
|
172 </summary>
|
|
173 </member>
|
|
174 <member name="F:Newtonsoft.Json.JsonReader.State.Object">
|
|
175 <summary>
|
|
176 Reader is in an object.
|
|
177 </summary>
|
|
178 </member>
|
|
179 <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
|
|
180 <summary>
|
|
181 Reader is at the start of an array.
|
|
182 </summary>
|
|
183 </member>
|
|
184 <member name="F:Newtonsoft.Json.JsonReader.State.Array">
|
|
185 <summary>
|
|
186 Reader is in an array.
|
|
187 </summary>
|
|
188 </member>
|
|
189 <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
|
|
190 <summary>
|
|
191 The Close method has been called.
|
|
192 </summary>
|
|
193 </member>
|
|
194 <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
|
|
195 <summary>
|
|
196 Reader has just read a value.
|
|
197 </summary>
|
|
198 </member>
|
|
199 <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
|
|
200 <summary>
|
|
201 Reader is at the start of a constructor.
|
|
202 </summary>
|
|
203 </member>
|
|
204 <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
|
|
205 <summary>
|
|
206 Reader in a constructor.
|
|
207 </summary>
|
|
208 </member>
|
|
209 <member name="F:Newtonsoft.Json.JsonReader.State.Error">
|
|
210 <summary>
|
|
211 An error occurred that prevents the read operation from continuing.
|
|
212 </summary>
|
|
213 </member>
|
|
214 <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
|
|
215 <summary>
|
|
216 The end of the file has been reached successfully.
|
|
217 </summary>
|
|
218 </member>
|
|
219 <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
|
|
220 <summary>
|
|
221 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
|
|
222 </summary>
|
|
223 <param name="stream">The stream.</param>
|
|
224 </member>
|
|
225 <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">
|
|
226 <summary>
|
|
227 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
|
|
228 </summary>
|
|
229 <param name="reader">The reader.</param>
|
|
230 </member>
|
|
231 <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
|
|
232 <summary>
|
|
233 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
|
|
234 </summary>
|
|
235 <param name="stream">The stream.</param>
|
|
236 <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
|
|
237 <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
|
|
238 </member>
|
|
239 <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">
|
|
240 <summary>
|
|
241 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
|
|
242 </summary>
|
|
243 <param name="reader">The reader.</param>
|
|
244 <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
|
|
245 <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
|
|
246 </member>
|
|
247 <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
|
|
248 <summary>
|
|
249 Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
|
|
250 </summary>
|
|
251 <returns>
|
|
252 A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
|
|
253 </returns>
|
|
254 </member>
|
|
255 <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
|
|
256 <summary>
|
|
257 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
258 </summary>
|
|
259 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
260 </member>
|
|
261 <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
|
|
262 <summary>
|
|
263 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
264 </summary>
|
|
265 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
266 </member>
|
|
267 <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
|
|
268 <summary>
|
|
269 Reads the next JSON token from the stream.
|
|
270 </summary>
|
|
271 <returns>
|
|
272 true if the next token was read successfully; false if there are no more tokens to read.
|
|
273 </returns>
|
|
274 </member>
|
|
275 <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
|
|
276 <summary>
|
|
277 Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
|
|
278 </summary>
|
|
279 </member>
|
|
280 <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
|
|
281 <summary>
|
|
282 Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
|
|
283 </summary>
|
|
284 <value>
|
|
285 <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
|
|
286 </value>
|
|
287 </member>
|
|
288 <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
|
|
289 <summary>
|
|
290 Gets or sets a value indicating whether the root object will be read as a JSON array.
|
|
291 </summary>
|
|
292 <value>
|
|
293 <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
|
|
294 </value>
|
|
295 </member>
|
|
296 <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
|
|
297 <summary>
|
|
298 Gets or sets the <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.
|
|
299 </summary>
|
|
300 <value>The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
|
|
301 </member>
|
|
302 <member name="T:Newtonsoft.Json.Bson.BsonWriter">
|
|
303 <summary>
|
|
304 Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
|
|
305 </summary>
|
|
306 </member>
|
|
307 <member name="T:Newtonsoft.Json.JsonWriter">
|
|
308 <summary>
|
|
309 Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
|
|
310 </summary>
|
|
311 </member>
|
|
312 <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
|
|
313 <summary>
|
|
314 Creates an instance of the <c>JsonWriter</c> class.
|
|
315 </summary>
|
|
316 </member>
|
|
317 <member name="M:Newtonsoft.Json.JsonWriter.Flush">
|
|
318 <summary>
|
|
319 Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
|
|
320 </summary>
|
|
321 </member>
|
|
322 <member name="M:Newtonsoft.Json.JsonWriter.Close">
|
|
323 <summary>
|
|
324 Closes this stream and the underlying stream.
|
|
325 </summary>
|
|
326 </member>
|
|
327 <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
|
|
328 <summary>
|
|
329 Writes the beginning of a Json object.
|
|
330 </summary>
|
|
331 </member>
|
|
332 <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
|
|
333 <summary>
|
|
334 Writes the end of a Json object.
|
|
335 </summary>
|
|
336 </member>
|
|
337 <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
|
|
338 <summary>
|
|
339 Writes the beginning of a Json array.
|
|
340 </summary>
|
|
341 </member>
|
|
342 <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
|
|
343 <summary>
|
|
344 Writes the end of an array.
|
|
345 </summary>
|
|
346 </member>
|
|
347 <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
|
|
348 <summary>
|
|
349 Writes the start of a constructor with the given name.
|
|
350 </summary>
|
|
351 <param name="name">The name of the constructor.</param>
|
|
352 </member>
|
|
353 <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
|
|
354 <summary>
|
|
355 Writes the end constructor.
|
|
356 </summary>
|
|
357 </member>
|
|
358 <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
|
|
359 <summary>
|
|
360 Writes the property name of a name/value pair on a Json object.
|
|
361 </summary>
|
|
362 <param name="name">The name of the property.</param>
|
|
363 </member>
|
|
364 <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
|
|
365 <summary>
|
|
366 Writes the end of the current Json object or array.
|
|
367 </summary>
|
|
368 </member>
|
|
369 <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
|
|
370 <summary>
|
|
371 Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
|
|
372 </summary>
|
|
373 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
|
|
374 </member>
|
|
375 <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
|
|
376 <summary>
|
|
377 Writes the specified end token.
|
|
378 </summary>
|
|
379 <param name="token">The end token to write.</param>
|
|
380 </member>
|
|
381 <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
|
|
382 <summary>
|
|
383 Writes indent characters.
|
|
384 </summary>
|
|
385 </member>
|
|
386 <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
|
|
387 <summary>
|
|
388 Writes the JSON value delimiter.
|
|
389 </summary>
|
|
390 </member>
|
|
391 <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
|
|
392 <summary>
|
|
393 Writes an indent space.
|
|
394 </summary>
|
|
395 </member>
|
|
396 <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
|
|
397 <summary>
|
|
398 Writes a null value.
|
|
399 </summary>
|
|
400 </member>
|
|
401 <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
|
|
402 <summary>
|
|
403 Writes an undefined value.
|
|
404 </summary>
|
|
405 </member>
|
|
406 <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
|
|
407 <summary>
|
|
408 Writes raw JSON without changing the writer's state.
|
|
409 </summary>
|
|
410 <param name="json">The raw JSON to write.</param>
|
|
411 </member>
|
|
412 <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
|
|
413 <summary>
|
|
414 Writes raw JSON where a value is expected and updates the writer's state.
|
|
415 </summary>
|
|
416 <param name="json">The raw JSON to write.</param>
|
|
417 </member>
|
|
418 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
|
|
419 <summary>
|
|
420 Writes a <see cref="T:System.String"/> value.
|
|
421 </summary>
|
|
422 <param name="value">The <see cref="T:System.String"/> value to write.</param>
|
|
423 </member>
|
|
424 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
|
|
425 <summary>
|
|
426 Writes a <see cref="T:System.Int32"/> value.
|
|
427 </summary>
|
|
428 <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
|
|
429 </member>
|
|
430 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
|
|
431 <summary>
|
|
432 Writes a <see cref="T:System.UInt32"/> value.
|
|
433 </summary>
|
|
434 <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
|
|
435 </member>
|
|
436 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
|
|
437 <summary>
|
|
438 Writes a <see cref="T:System.Int64"/> value.
|
|
439 </summary>
|
|
440 <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
|
|
441 </member>
|
|
442 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
|
|
443 <summary>
|
|
444 Writes a <see cref="T:System.UInt64"/> value.
|
|
445 </summary>
|
|
446 <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
|
|
447 </member>
|
|
448 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
|
|
449 <summary>
|
|
450 Writes a <see cref="T:System.Single"/> value.
|
|
451 </summary>
|
|
452 <param name="value">The <see cref="T:System.Single"/> value to write.</param>
|
|
453 </member>
|
|
454 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
|
|
455 <summary>
|
|
456 Writes a <see cref="T:System.Double"/> value.
|
|
457 </summary>
|
|
458 <param name="value">The <see cref="T:System.Double"/> value to write.</param>
|
|
459 </member>
|
|
460 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
|
|
461 <summary>
|
|
462 Writes a <see cref="T:System.Boolean"/> value.
|
|
463 </summary>
|
|
464 <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
|
|
465 </member>
|
|
466 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
|
|
467 <summary>
|
|
468 Writes a <see cref="T:System.Int16"/> value.
|
|
469 </summary>
|
|
470 <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
|
|
471 </member>
|
|
472 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
|
|
473 <summary>
|
|
474 Writes a <see cref="T:System.UInt16"/> value.
|
|
475 </summary>
|
|
476 <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
|
|
477 </member>
|
|
478 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
|
|
479 <summary>
|
|
480 Writes a <see cref="T:System.Char"/> value.
|
|
481 </summary>
|
|
482 <param name="value">The <see cref="T:System.Char"/> value to write.</param>
|
|
483 </member>
|
|
484 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
|
|
485 <summary>
|
|
486 Writes a <see cref="T:System.Byte"/> value.
|
|
487 </summary>
|
|
488 <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
|
|
489 </member>
|
|
490 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
|
|
491 <summary>
|
|
492 Writes a <see cref="T:System.SByte"/> value.
|
|
493 </summary>
|
|
494 <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
|
|
495 </member>
|
|
496 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
|
|
497 <summary>
|
|
498 Writes a <see cref="T:System.Decimal"/> value.
|
|
499 </summary>
|
|
500 <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
|
|
501 </member>
|
|
502 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
|
|
503 <summary>
|
|
504 Writes a <see cref="T:System.DateTime"/> value.
|
|
505 </summary>
|
|
506 <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
|
|
507 </member>
|
|
508 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">
|
|
509 <summary>
|
|
510 Writes a <see cref="T:System.Guid"/> value.
|
|
511 </summary>
|
|
512 <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
|
|
513 </member>
|
|
514 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">
|
|
515 <summary>
|
|
516 Writes a <see cref="T:System.TimeSpan"/> value.
|
|
517 </summary>
|
|
518 <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
|
|
519 </member>
|
|
520 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
|
|
521 <summary>
|
|
522 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
523 </summary>
|
|
524 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
525 </member>
|
|
526 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
|
|
527 <summary>
|
|
528 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
529 </summary>
|
|
530 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
531 </member>
|
|
532 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
|
|
533 <summary>
|
|
534 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
535 </summary>
|
|
536 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
537 </member>
|
|
538 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
|
|
539 <summary>
|
|
540 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
541 </summary>
|
|
542 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
543 </member>
|
|
544 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
|
|
545 <summary>
|
|
546 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
547 </summary>
|
|
548 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
549 </member>
|
|
550 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
|
|
551 <summary>
|
|
552 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
553 </summary>
|
|
554 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
555 </member>
|
|
556 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
|
|
557 <summary>
|
|
558 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
559 </summary>
|
|
560 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
561 </member>
|
|
562 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
|
|
563 <summary>
|
|
564 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
565 </summary>
|
|
566 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
567 </member>
|
|
568 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
|
|
569 <summary>
|
|
570 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
571 </summary>
|
|
572 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
573 </member>
|
|
574 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
|
|
575 <summary>
|
|
576 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
577 </summary>
|
|
578 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
579 </member>
|
|
580 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
|
|
581 <summary>
|
|
582 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
583 </summary>
|
|
584 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
585 </member>
|
|
586 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
|
|
587 <summary>
|
|
588 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
589 </summary>
|
|
590 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
591 </member>
|
|
592 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
|
|
593 <summary>
|
|
594 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
595 </summary>
|
|
596 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
597 </member>
|
|
598 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
|
|
599 <summary>
|
|
600 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
601 </summary>
|
|
602 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
603 </member>
|
|
604 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">
|
|
605 <summary>
|
|
606 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
607 </summary>
|
|
608 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
609 </member>
|
|
610 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">
|
|
611 <summary>
|
|
612 Writes a <see cref="T:System.Nullable`1"/> value.
|
|
613 </summary>
|
|
614 <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
|
|
615 </member>
|
|
616 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
|
|
617 <summary>
|
|
618 Writes a <see cref="T:Byte[]"/> value.
|
|
619 </summary>
|
|
620 <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
|
|
621 </member>
|
|
622 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">
|
|
623 <summary>
|
|
624 Writes a <see cref="T:System.Uri"/> value.
|
|
625 </summary>
|
|
626 <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
|
|
627 </member>
|
|
628 <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
|
|
629 <summary>
|
|
630 Writes a <see cref="T:System.Object"/> value.
|
|
631 An error will raised if the value cannot be written as a single JSON token.
|
|
632 </summary>
|
|
633 <param name="value">The <see cref="T:System.Object"/> value to write.</param>
|
|
634 </member>
|
|
635 <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
|
|
636 <summary>
|
|
637 Writes out a comment <code>/*...*/</code> containing the specified text.
|
|
638 </summary>
|
|
639 <param name="text">Text to place inside the comment.</param>
|
|
640 </member>
|
|
641 <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
|
|
642 <summary>
|
|
643 Writes out the given white space.
|
|
644 </summary>
|
|
645 <param name="ws">The string of white space characters.</param>
|
|
646 </member>
|
|
647 <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
|
|
648 <summary>
|
|
649 Gets or sets a value indicating whether the underlying stream or
|
|
650 <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
|
|
651 </summary>
|
|
652 <value>
|
|
653 true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
|
|
654 the writer is closed; otherwise false. The default is true.
|
|
655 </value>
|
|
656 </member>
|
|
657 <member name="P:Newtonsoft.Json.JsonWriter.Top">
|
|
658 <summary>
|
|
659 Gets the top.
|
|
660 </summary>
|
|
661 <value>The top.</value>
|
|
662 </member>
|
|
663 <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
|
|
664 <summary>
|
|
665 Gets the state of the writer.
|
|
666 </summary>
|
|
667 </member>
|
|
668 <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
|
|
669 <summary>
|
|
670 Indicates how the output is formatted.
|
|
671 </summary>
|
|
672 </member>
|
|
673 <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
|
|
674 <summary>
|
|
675 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
|
|
676 </summary>
|
|
677 <param name="stream">The stream.</param>
|
|
678 </member>
|
|
679 <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">
|
|
680 <summary>
|
|
681 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
|
|
682 </summary>
|
|
683 <param name="writer">The writer.</param>
|
|
684 </member>
|
|
685 <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
|
|
686 <summary>
|
|
687 Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
|
|
688 </summary>
|
|
689 </member>
|
|
690 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
|
|
691 <summary>
|
|
692 Writes the end.
|
|
693 </summary>
|
|
694 <param name="token">The token.</param>
|
|
695 </member>
|
|
696 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
|
|
697 <summary>
|
|
698 Writes out a comment <code>/*...*/</code> containing the specified text.
|
|
699 </summary>
|
|
700 <param name="text">Text to place inside the comment.</param>
|
|
701 </member>
|
|
702 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
|
|
703 <summary>
|
|
704 Writes the start of a constructor with the given name.
|
|
705 </summary>
|
|
706 <param name="name">The name of the constructor.</param>
|
|
707 </member>
|
|
708 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
|
|
709 <summary>
|
|
710 Writes raw JSON.
|
|
711 </summary>
|
|
712 <param name="json">The raw JSON to write.</param>
|
|
713 </member>
|
|
714 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
|
|
715 <summary>
|
|
716 Writes raw JSON where a value is expected and updates the writer's state.
|
|
717 </summary>
|
|
718 <param name="json">The raw JSON to write.</param>
|
|
719 </member>
|
|
720 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
|
|
721 <summary>
|
|
722 Writes the beginning of a Json array.
|
|
723 </summary>
|
|
724 </member>
|
|
725 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
|
|
726 <summary>
|
|
727 Writes the beginning of a Json object.
|
|
728 </summary>
|
|
729 </member>
|
|
730 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
|
|
731 <summary>
|
|
732 Writes the property name of a name/value pair on a Json object.
|
|
733 </summary>
|
|
734 <param name="name">The name of the property.</param>
|
|
735 </member>
|
|
736 <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
|
|
737 <summary>
|
|
738 Closes this stream and the underlying stream.
|
|
739 </summary>
|
|
740 </member>
|
|
741 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
|
|
742 <summary>
|
|
743 Writes a null value.
|
|
744 </summary>
|
|
745 </member>
|
|
746 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
|
|
747 <summary>
|
|
748 Writes an undefined value.
|
|
749 </summary>
|
|
750 </member>
|
|
751 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
|
|
752 <summary>
|
|
753 Writes a <see cref="T:System.String"/> value.
|
|
754 </summary>
|
|
755 <param name="value">The <see cref="T:System.String"/> value to write.</param>
|
|
756 </member>
|
|
757 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
|
|
758 <summary>
|
|
759 Writes a <see cref="T:System.Int32"/> value.
|
|
760 </summary>
|
|
761 <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
|
|
762 </member>
|
|
763 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
|
|
764 <summary>
|
|
765 Writes a <see cref="T:System.UInt32"/> value.
|
|
766 </summary>
|
|
767 <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
|
|
768 </member>
|
|
769 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
|
|
770 <summary>
|
|
771 Writes a <see cref="T:System.Int64"/> value.
|
|
772 </summary>
|
|
773 <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
|
|
774 </member>
|
|
775 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
|
|
776 <summary>
|
|
777 Writes a <see cref="T:System.UInt64"/> value.
|
|
778 </summary>
|
|
779 <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
|
|
780 </member>
|
|
781 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
|
|
782 <summary>
|
|
783 Writes a <see cref="T:System.Single"/> value.
|
|
784 </summary>
|
|
785 <param name="value">The <see cref="T:System.Single"/> value to write.</param>
|
|
786 </member>
|
|
787 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
|
|
788 <summary>
|
|
789 Writes a <see cref="T:System.Double"/> value.
|
|
790 </summary>
|
|
791 <param name="value">The <see cref="T:System.Double"/> value to write.</param>
|
|
792 </member>
|
|
793 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
|
|
794 <summary>
|
|
795 Writes a <see cref="T:System.Boolean"/> value.
|
|
796 </summary>
|
|
797 <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
|
|
798 </member>
|
|
799 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
|
|
800 <summary>
|
|
801 Writes a <see cref="T:System.Int16"/> value.
|
|
802 </summary>
|
|
803 <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
|
|
804 </member>
|
|
805 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
|
|
806 <summary>
|
|
807 Writes a <see cref="T:System.UInt16"/> value.
|
|
808 </summary>
|
|
809 <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
|
|
810 </member>
|
|
811 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
|
|
812 <summary>
|
|
813 Writes a <see cref="T:System.Char"/> value.
|
|
814 </summary>
|
|
815 <param name="value">The <see cref="T:System.Char"/> value to write.</param>
|
|
816 </member>
|
|
817 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
|
|
818 <summary>
|
|
819 Writes a <see cref="T:System.Byte"/> value.
|
|
820 </summary>
|
|
821 <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
|
|
822 </member>
|
|
823 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
|
|
824 <summary>
|
|
825 Writes a <see cref="T:System.SByte"/> value.
|
|
826 </summary>
|
|
827 <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
|
|
828 </member>
|
|
829 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
|
|
830 <summary>
|
|
831 Writes a <see cref="T:System.Decimal"/> value.
|
|
832 </summary>
|
|
833 <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
|
|
834 </member>
|
|
835 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
|
|
836 <summary>
|
|
837 Writes a <see cref="T:System.DateTime"/> value.
|
|
838 </summary>
|
|
839 <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
|
|
840 </member>
|
|
841 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
|
|
842 <summary>
|
|
843 Writes a <see cref="T:Byte[]"/> value.
|
|
844 </summary>
|
|
845 <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
|
|
846 </member>
|
|
847 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">
|
|
848 <summary>
|
|
849 Writes a <see cref="T:System.Guid"/> value.
|
|
850 </summary>
|
|
851 <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
|
|
852 </member>
|
|
853 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">
|
|
854 <summary>
|
|
855 Writes a <see cref="T:System.TimeSpan"/> value.
|
|
856 </summary>
|
|
857 <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
|
|
858 </member>
|
|
859 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">
|
|
860 <summary>
|
|
861 Writes a <see cref="T:System.Uri"/> value.
|
|
862 </summary>
|
|
863 <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
|
|
864 </member>
|
|
865 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
|
|
866 <summary>
|
|
867 Writes a <see cref="T:Byte[]"/> value that represents a BSON object id.
|
|
868 </summary>
|
|
869 <param name="value"></param>
|
|
870 </member>
|
|
871 <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
|
|
872 <summary>
|
|
873 Writes a BSON regex.
|
|
874 </summary>
|
|
875 <param name="pattern">The regex pattern.</param>
|
|
876 <param name="options">The regex options.</param>
|
|
877 </member>
|
|
878 <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
|
|
879 <summary>
|
|
880 Gets or sets the <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.
|
|
881 When set to <see cref="F:System.DateTimeKind.Unspecified"/> no conversion will occur.
|
|
882 </summary>
|
|
883 <value>The <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
|
|
884 </member>
|
|
885 <member name="T:Newtonsoft.Json.ConstructorHandling">
|
|
886 <summary>
|
|
887 Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
888 </summary>
|
|
889 </member>
|
|
890 <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
|
|
891 <summary>
|
|
892 First attempt to use the public default constructor then fall back to single paramatized constructor.
|
|
893 </summary>
|
|
894 </member>
|
|
895 <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
|
|
896 <summary>
|
|
897 Allow Json.NET to use a non-public default constructor.
|
|
898 </summary>
|
|
899 </member>
|
|
900 <member name="T:Newtonsoft.Json.Converters.BinaryConverter">
|
|
901 <summary>
|
|
902 Converts a binary value to and from a base 64 string value.
|
|
903 </summary>
|
|
904 </member>
|
|
905 <member name="T:Newtonsoft.Json.JsonConverter">
|
|
906 <summary>
|
|
907 Converts an object to and from JSON.
|
|
908 </summary>
|
|
909 </member>
|
|
910 <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
911 <summary>
|
|
912 Writes the JSON representation of the object.
|
|
913 </summary>
|
|
914 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
915 <param name="value">The value.</param>
|
|
916 <param name="serializer">The calling serializer.</param>
|
|
917 </member>
|
|
918 <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
919 <summary>
|
|
920 Reads the JSON representation of the object.
|
|
921 </summary>
|
|
922 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
923 <param name="objectType">Type of the object.</param>
|
|
924 <param name="existingValue">The existing value of object being read.</param>
|
|
925 <param name="serializer">The calling serializer.</param>
|
|
926 <returns>The object value.</returns>
|
|
927 </member>
|
|
928 <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
|
|
929 <summary>
|
|
930 Determines whether this instance can convert the specified object type.
|
|
931 </summary>
|
|
932 <param name="objectType">Type of the object.</param>
|
|
933 <returns>
|
|
934 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
|
|
935 </returns>
|
|
936 </member>
|
|
937 <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
|
|
938 <summary>
|
|
939 Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
|
|
940 </summary>
|
|
941 <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
|
|
942 </member>
|
|
943 <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
|
|
944 <summary>
|
|
945 Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
|
|
946 </summary>
|
|
947 <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
|
|
948 </member>
|
|
949 <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
|
|
950 <summary>
|
|
951 Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
|
|
952 </summary>
|
|
953 <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
|
|
954 </member>
|
|
955 <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
956 <summary>
|
|
957 Writes the JSON representation of the object.
|
|
958 </summary>
|
|
959 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
960 <param name="value">The value.</param>
|
|
961 <param name="serializer">The calling serializer.</param>
|
|
962 </member>
|
|
963 <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
964 <summary>
|
|
965 Reads the JSON representation of the object.
|
|
966 </summary>
|
|
967 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
968 <param name="objectType">Type of the object.</param>
|
|
969 <param name="existingValue">The existing value of object being read.</param>
|
|
970 <param name="serializer">The calling serializer.</param>
|
|
971 <returns>The object value.</returns>
|
|
972 </member>
|
|
973 <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">
|
|
974 <summary>
|
|
975 Determines whether this instance can convert the specified object type.
|
|
976 </summary>
|
|
977 <param name="objectType">Type of the object.</param>
|
|
978 <returns>
|
|
979 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
|
|
980 </returns>
|
|
981 </member>
|
|
982 <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
|
|
983 <summary>
|
|
984 Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
|
|
985 </summary>
|
|
986 </member>
|
|
987 <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
988 <summary>
|
|
989 Writes the JSON representation of the object.
|
|
990 </summary>
|
|
991 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
992 <param name="value">The value.</param>
|
|
993 <param name="serializer">The calling serializer.</param>
|
|
994 </member>
|
|
995 <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
996 <summary>
|
|
997 Reads the JSON representation of the object.
|
|
998 </summary>
|
|
999 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
1000 <param name="objectType">Type of the object.</param>
|
|
1001 <param name="existingValue">The existing value of object being read.</param>
|
|
1002 <param name="serializer">The calling serializer.</param>
|
|
1003 <returns>The object value.</returns>
|
|
1004 </member>
|
|
1005 <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
|
|
1006 <summary>
|
|
1007 Determines whether this instance can convert the specified object type.
|
|
1008 </summary>
|
|
1009 <param name="objectType">Type of the object.</param>
|
|
1010 <returns>
|
|
1011 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
|
|
1012 </returns>
|
|
1013 </member>
|
|
1014 <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
|
|
1015 <summary>
|
|
1016 Create a custom object
|
|
1017 </summary>
|
|
1018 <typeparam name="T"></typeparam>
|
|
1019 </member>
|
|
1020 <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1021 <summary>
|
|
1022 Writes the JSON representation of the object.
|
|
1023 </summary>
|
|
1024 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
1025 <param name="value">The value.</param>
|
|
1026 <param name="serializer">The calling serializer.</param>
|
|
1027 </member>
|
|
1028 <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1029 <summary>
|
|
1030 Reads the JSON representation of the object.
|
|
1031 </summary>
|
|
1032 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
1033 <param name="objectType">Type of the object.</param>
|
|
1034 <param name="existingValue">The existing value of object being read.</param>
|
|
1035 <param name="serializer">The calling serializer.</param>
|
|
1036 <returns>The object value.</returns>
|
|
1037 </member>
|
|
1038 <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
|
|
1039 <summary>
|
|
1040 Creates an object which will then be populated by the serializer.
|
|
1041 </summary>
|
|
1042 <param name="objectType">Type of the object.</param>
|
|
1043 <returns></returns>
|
|
1044 </member>
|
|
1045 <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
|
|
1046 <summary>
|
|
1047 Determines whether this instance can convert the specified object type.
|
|
1048 </summary>
|
|
1049 <param name="objectType">Type of the object.</param>
|
|
1050 <returns>
|
|
1051 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
|
|
1052 </returns>
|
|
1053 </member>
|
|
1054 <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
|
|
1055 <summary>
|
|
1056 Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
|
|
1057 </summary>
|
|
1058 <value>
|
|
1059 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
|
|
1060 </value>
|
|
1061 </member>
|
|
1062 <member name="T:Newtonsoft.Json.Converters.DataSetConverter">
|
|
1063 <summary>
|
|
1064 Converts a <see cref="T:System.Data.DataSet"/> to and from JSON.
|
|
1065 </summary>
|
|
1066 </member>
|
|
1067 <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1068 <summary>
|
|
1069 Writes the JSON representation of the object.
|
|
1070 </summary>
|
|
1071 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
1072 <param name="value">The value.</param>
|
|
1073 <param name="serializer">The calling serializer.</param>
|
|
1074 </member>
|
|
1075 <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1076 <summary>
|
|
1077 Reads the JSON representation of the object.
|
|
1078 </summary>
|
|
1079 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
1080 <param name="objectType">Type of the object.</param>
|
|
1081 <param name="existingValue">The existing value of object being read.</param>
|
|
1082 <param name="serializer">The calling serializer.</param>
|
|
1083 <returns>The object value.</returns>
|
|
1084 </member>
|
|
1085 <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)">
|
|
1086 <summary>
|
|
1087 Determines whether this instance can convert the specified value type.
|
|
1088 </summary>
|
|
1089 <param name="valueType">Type of the value.</param>
|
|
1090 <returns>
|
|
1091 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
|
|
1092 </returns>
|
|
1093 </member>
|
|
1094 <member name="T:Newtonsoft.Json.Converters.DataTableConverter">
|
|
1095 <summary>
|
|
1096 Converts a <see cref="T:System.Data.DataTable"/> to and from JSON.
|
|
1097 </summary>
|
|
1098 </member>
|
|
1099 <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1100 <summary>
|
|
1101 Writes the JSON representation of the object.
|
|
1102 </summary>
|
|
1103 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
1104 <param name="value">The value.</param>
|
|
1105 <param name="serializer">The calling serializer.</param>
|
|
1106 </member>
|
|
1107 <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1108 <summary>
|
|
1109 Reads the JSON representation of the object.
|
|
1110 </summary>
|
|
1111 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
1112 <param name="objectType">Type of the object.</param>
|
|
1113 <param name="existingValue">The existing value of object being read.</param>
|
|
1114 <param name="serializer">The calling serializer.</param>
|
|
1115 <returns>The object value.</returns>
|
|
1116 </member>
|
|
1117 <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)">
|
|
1118 <summary>
|
|
1119 Determines whether this instance can convert the specified value type.
|
|
1120 </summary>
|
|
1121 <param name="valueType">Type of the value.</param>
|
|
1122 <returns>
|
|
1123 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
|
|
1124 </returns>
|
|
1125 </member>
|
|
1126 <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
|
|
1127 <summary>
|
|
1128 Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
|
|
1129 </summary>
|
|
1130 </member>
|
|
1131 <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
|
|
1132 <summary>
|
|
1133 Determines whether this instance can convert the specified object type.
|
|
1134 </summary>
|
|
1135 <param name="objectType">Type of the object.</param>
|
|
1136 <returns>
|
|
1137 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
|
|
1138 </returns>
|
|
1139 </member>
|
|
1140 <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
|
|
1141 <summary>
|
|
1142 Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
|
|
1143 </summary>
|
|
1144 </member>
|
|
1145 <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1146 <summary>
|
|
1147 Writes the JSON representation of the object.
|
|
1148 </summary>
|
|
1149 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
1150 <param name="value">The value.</param>
|
|
1151 <param name="serializer">The calling serializer.</param>
|
|
1152 </member>
|
|
1153 <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1154 <summary>
|
|
1155 Reads the JSON representation of the object.
|
|
1156 </summary>
|
|
1157 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
1158 <param name="objectType">Type of the object.</param>
|
|
1159 <param name="existingValue">The existing value of object being read.</param>
|
|
1160 <param name="serializer">The calling serializer.</param>
|
|
1161 <returns>The object value.</returns>
|
|
1162 </member>
|
|
1163 <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
|
|
1164 <summary>
|
|
1165 Determines whether this instance can convert the specified object type.
|
|
1166 </summary>
|
|
1167 <param name="objectType">Type of the object.</param>
|
|
1168 <returns>
|
|
1169 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
|
|
1170 </returns>
|
|
1171 </member>
|
|
1172 <member name="T:Newtonsoft.Json.Converters.RegexConverter">
|
|
1173 <summary>
|
|
1174 Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
|
|
1175 </summary>
|
|
1176 </member>
|
|
1177 <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1178 <summary>
|
|
1179 Writes the JSON representation of the object.
|
|
1180 </summary>
|
|
1181 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
1182 <param name="value">The value.</param>
|
|
1183 <param name="serializer">The calling serializer.</param>
|
|
1184 </member>
|
|
1185 <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1186 <summary>
|
|
1187 Reads the JSON representation of the object.
|
|
1188 </summary>
|
|
1189 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
1190 <param name="objectType">Type of the object.</param>
|
|
1191 <param name="existingValue">The existing value of object being read.</param>
|
|
1192 <param name="serializer">The calling serializer.</param>
|
|
1193 <returns>The object value.</returns>
|
|
1194 </member>
|
|
1195 <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
|
|
1196 <summary>
|
|
1197 Determines whether this instance can convert the specified object type.
|
|
1198 </summary>
|
|
1199 <param name="objectType">Type of the object.</param>
|
|
1200 <returns>
|
|
1201 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
|
|
1202 </returns>
|
|
1203 </member>
|
|
1204 <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
|
|
1205 <summary>
|
|
1206 Converts an <see cref="T:System.Enum"/> to and from its name string value.
|
|
1207 </summary>
|
|
1208 <summary>
|
|
1209 Converts an <see cref="T:System.Enum"/> to and from its name string value.
|
|
1210 </summary>
|
|
1211 </member>
|
|
1212 <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1213 <summary>
|
|
1214 Writes the JSON representation of the object.
|
|
1215 </summary>
|
|
1216 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
1217 <param name="value">The value.</param>
|
|
1218 <param name="serializer">The calling serializer.</param>
|
|
1219 </member>
|
|
1220 <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1221 <summary>
|
|
1222 Reads the JSON representation of the object.
|
|
1223 </summary>
|
|
1224 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
1225 <param name="objectType">Type of the object.</param>
|
|
1226 <param name="existingValue">The existing value of object being read.</param>
|
|
1227 <param name="serializer">The calling serializer.</param>
|
|
1228 <returns>The object value.</returns>
|
|
1229 </member>
|
|
1230 <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.GetEnumNameMap(System.Type)">
|
|
1231 <summary>
|
|
1232 A cached representation of the Enum string representation to respect per Enum field name.
|
|
1233 </summary>
|
|
1234 <param name="t">The type of the Enum.</param>
|
|
1235 <returns>A map of enum field name to either the field name, or the configured enum member name (<see cref="!:EnumMemberAttribute"/>).</returns>
|
|
1236 </member>
|
|
1237 <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
|
|
1238 <summary>
|
|
1239 Determines whether this instance can convert the specified object type.
|
|
1240 </summary>
|
|
1241 <param name="objectType">Type of the object.</param>
|
|
1242 <returns>
|
|
1243 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
|
|
1244 </returns>
|
|
1245 </member>
|
|
1246 <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
|
|
1247 <summary>
|
|
1248 Gets or sets a value indicating whether the written enum text should be camel case.
|
|
1249 </summary>
|
|
1250 <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
|
|
1251 </member>
|
|
1252 <member name="T:Newtonsoft.Json.Converters.VersionConverter">
|
|
1253 <summary>
|
|
1254 Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").
|
|
1255 </summary>
|
|
1256 </member>
|
|
1257 <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1258 <summary>
|
|
1259 Writes the JSON representation of the object.
|
|
1260 </summary>
|
|
1261 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
1262 <param name="value">The value.</param>
|
|
1263 <param name="serializer">The calling serializer.</param>
|
|
1264 </member>
|
|
1265 <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
1266 <summary>
|
|
1267 Reads the JSON representation of the object.
|
|
1268 </summary>
|
|
1269 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
1270 <param name="objectType">Type of the object.</param>
|
|
1271 <param name="existingValue">The existing property value of the JSON that is being converted.</param>
|
|
1272 <param name="serializer">The calling serializer.</param>
|
|
1273 <returns>The object value.</returns>
|
|
1274 </member>
|
|
1275 <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">
|
|
1276 <summary>
|
|
1277 Determines whether this instance can convert the specified object type.
|
|
1278 </summary>
|
|
1279 <param name="objectType">Type of the object.</param>
|
|
1280 <returns>
|
|
1281 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
|
|
1282 </returns>
|
|
1283 </member>
|
|
1284 <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
|
|
1285 <summary>
|
|
1286 Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
|
|
1287 </summary>
|
|
1288 </member>
|
|
1289 <member name="T:System.Linq.Enumerable">
|
|
1290 <summary>
|
|
1291 Provides a set of static (Shared in Visual Basic) methods for
|
|
1292 querying objects that implement <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
|
|
1293 </summary>
|
|
1294 </member>
|
|
1295 <member name="M:System.Linq.Enumerable.AsEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1296 <summary>
|
|
1297 Returns the input typed as <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
|
|
1298 </summary>
|
|
1299 </member>
|
|
1300 <member name="M:System.Linq.Enumerable.Empty``1">
|
|
1301 <summary>
|
|
1302 Returns an empty <see cref="T:System.Collections.Generic.IEnumerable`1"/> that has the
|
|
1303 specified type argument.
|
|
1304 </summary>
|
|
1305 </member>
|
|
1306 <member name="M:System.Linq.Enumerable.Cast``1(System.Collections.IEnumerable)">
|
|
1307 <summary>
|
|
1308 Converts the elements of an <see cref="T:System.Collections.IEnumerable"/> to the
|
|
1309 specified type.
|
|
1310 </summary>
|
|
1311 </member>
|
|
1312 <member name="M:System.Linq.Enumerable.OfType``1(System.Collections.IEnumerable)">
|
|
1313 <summary>
|
|
1314 Filters the elements of an <see cref="T:System.Collections.IEnumerable"/> based on a specified type.
|
|
1315 </summary>
|
|
1316 </member>
|
|
1317 <member name="M:System.Linq.Enumerable.Range(System.Int32,System.Int32)">
|
|
1318 <summary>
|
|
1319 Generates a sequence of integral numbers within a specified range.
|
|
1320 </summary>
|
|
1321 <param name="start">The value of the first integer in the sequence.</param>
|
|
1322 <param name="count">The number of sequential integers to generate.</param>
|
|
1323 </member>
|
|
1324 <member name="M:System.Linq.Enumerable.Repeat``1(``0,System.Int32)">
|
|
1325 <summary>
|
|
1326 Generates a sequence that contains one repeated value.
|
|
1327 </summary>
|
|
1328 </member>
|
|
1329 <member name="M:System.Linq.Enumerable.Where``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1330 <summary>
|
|
1331 Filters a sequence of values based on a predicate.
|
|
1332 </summary>
|
|
1333 </member>
|
|
1334 <member name="M:System.Linq.Enumerable.Where``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})">
|
|
1335 <summary>
|
|
1336 Filters a sequence of values based on a predicate.
|
|
1337 Each element's index is used in the logic of the predicate function.
|
|
1338 </summary>
|
|
1339 </member>
|
|
1340 <member name="M:System.Linq.Enumerable.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
1341 <summary>
|
|
1342 Projects each element of a sequence into a new form.
|
|
1343 </summary>
|
|
1344 </member>
|
|
1345 <member name="M:System.Linq.Enumerable.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,``1})">
|
|
1346 <summary>
|
|
1347 Projects each element of a sequence into a new form by
|
|
1348 incorporating the element's index.
|
|
1349 </summary>
|
|
1350 </member>
|
|
1351 <member name="M:System.Linq.Enumerable.SelectMany``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}})">
|
|
1352 <summary>
|
|
1353 Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1"/>
|
|
1354 and flattens the resulting sequences into one sequence.
|
|
1355 </summary>
|
|
1356 </member>
|
|
1357 <member name="M:System.Linq.Enumerable.SelectMany``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}})">
|
|
1358 <summary>
|
|
1359 Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1"/>,
|
|
1360 and flattens the resulting sequences into one sequence. The
|
|
1361 index of each source element is used in the projected form of
|
|
1362 that element.
|
|
1363 </summary>
|
|
1364 </member>
|
|
1365 <member name="M:System.Linq.Enumerable.SelectMany``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})">
|
|
1366 <summary>
|
|
1367 Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1"/>,
|
|
1368 flattens the resulting sequences into one sequence, and invokes
|
|
1369 a result selector function on each element therein.
|
|
1370 </summary>
|
|
1371 </member>
|
|
1372 <member name="M:System.Linq.Enumerable.SelectMany``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})">
|
|
1373 <summary>
|
|
1374 Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1"/>,
|
|
1375 flattens the resulting sequences into one sequence, and invokes
|
|
1376 a result selector function on each element therein. The index of
|
|
1377 each source element is used in the intermediate projected form
|
|
1378 of that element.
|
|
1379 </summary>
|
|
1380 </member>
|
|
1381 <member name="M:System.Linq.Enumerable.TakeWhile``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1382 <summary>
|
|
1383 Returns elements from a sequence as long as a specified condition is true.
|
|
1384 </summary>
|
|
1385 </member>
|
|
1386 <member name="M:System.Linq.Enumerable.TakeWhile``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})">
|
|
1387 <summary>
|
|
1388 Returns elements from a sequence as long as a specified condition is true.
|
|
1389 The element's index is used in the logic of the predicate function.
|
|
1390 </summary>
|
|
1391 </member>
|
|
1392 <member name="M:System.Linq.Enumerable.FirstImpl``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0})">
|
|
1393 <summary>
|
|
1394 Base implementation of First operator.
|
|
1395 </summary>
|
|
1396 </member>
|
|
1397 <member name="M:System.Linq.Enumerable.First``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1398 <summary>
|
|
1399 Returns the first element of a sequence.
|
|
1400 </summary>
|
|
1401 </member>
|
|
1402 <member name="M:System.Linq.Enumerable.First``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1403 <summary>
|
|
1404 Returns the first element in a sequence that satisfies a specified condition.
|
|
1405 </summary>
|
|
1406 </member>
|
|
1407 <member name="M:System.Linq.Enumerable.FirstOrDefault``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1408 <summary>
|
|
1409 Returns the first element of a sequence, or a default value if
|
|
1410 the sequence contains no elements.
|
|
1411 </summary>
|
|
1412 </member>
|
|
1413 <member name="M:System.Linq.Enumerable.FirstOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1414 <summary>
|
|
1415 Returns the first element of the sequence that satisfies a
|
|
1416 condition or a default value if no such element is found.
|
|
1417 </summary>
|
|
1418 </member>
|
|
1419 <member name="M:System.Linq.Enumerable.LastImpl``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0})">
|
|
1420 <summary>
|
|
1421 Base implementation of Last operator.
|
|
1422 </summary>
|
|
1423 </member>
|
|
1424 <member name="M:System.Linq.Enumerable.Last``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1425 <summary>
|
|
1426 Returns the last element of a sequence.
|
|
1427 </summary>
|
|
1428 </member>
|
|
1429 <member name="M:System.Linq.Enumerable.Last``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1430 <summary>
|
|
1431 Returns the last element of a sequence that satisfies a
|
|
1432 specified condition.
|
|
1433 </summary>
|
|
1434 </member>
|
|
1435 <member name="M:System.Linq.Enumerable.LastOrDefault``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1436 <summary>
|
|
1437 Returns the last element of a sequence, or a default value if
|
|
1438 the sequence contains no elements.
|
|
1439 </summary>
|
|
1440 </member>
|
|
1441 <member name="M:System.Linq.Enumerable.LastOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1442 <summary>
|
|
1443 Returns the last element of a sequence that satisfies a
|
|
1444 condition or a default value if no such element is found.
|
|
1445 </summary>
|
|
1446 </member>
|
|
1447 <member name="M:System.Linq.Enumerable.SingleImpl``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0})">
|
|
1448 <summary>
|
|
1449 Base implementation of Single operator.
|
|
1450 </summary>
|
|
1451 </member>
|
|
1452 <member name="M:System.Linq.Enumerable.Single``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1453 <summary>
|
|
1454 Returns the only element of a sequence, and throws an exception
|
|
1455 if there is not exactly one element in the sequence.
|
|
1456 </summary>
|
|
1457 </member>
|
|
1458 <member name="M:System.Linq.Enumerable.Single``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1459 <summary>
|
|
1460 Returns the only element of a sequence that satisfies a
|
|
1461 specified condition, and throws an exception if more than one
|
|
1462 such element exists.
|
|
1463 </summary>
|
|
1464 </member>
|
|
1465 <member name="M:System.Linq.Enumerable.SingleOrDefault``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1466 <summary>
|
|
1467 Returns the only element of a sequence, or a default value if
|
|
1468 the sequence is empty; this method throws an exception if there
|
|
1469 is more than one element in the sequence.
|
|
1470 </summary>
|
|
1471 </member>
|
|
1472 <member name="M:System.Linq.Enumerable.SingleOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1473 <summary>
|
|
1474 Returns the only element of a sequence that satisfies a
|
|
1475 specified condition or a default value if no such element
|
|
1476 exists; this method throws an exception if more than one element
|
|
1477 satisfies the condition.
|
|
1478 </summary>
|
|
1479 </member>
|
|
1480 <member name="M:System.Linq.Enumerable.ElementAt``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
|
|
1481 <summary>
|
|
1482 Returns the element at a specified index in a sequence.
|
|
1483 </summary>
|
|
1484 </member>
|
|
1485 <member name="M:System.Linq.Enumerable.ElementAtOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
|
|
1486 <summary>
|
|
1487 Returns the element at a specified index in a sequence or a
|
|
1488 default value if the index is out of range.
|
|
1489 </summary>
|
|
1490 </member>
|
|
1491 <member name="M:System.Linq.Enumerable.Reverse``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1492 <summary>
|
|
1493 Inverts the order of the elements in a sequence.
|
|
1494 </summary>
|
|
1495 </member>
|
|
1496 <member name="M:System.Linq.Enumerable.Take``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
|
|
1497 <summary>
|
|
1498 Returns a specified number of contiguous elements from the start
|
|
1499 of a sequence.
|
|
1500 </summary>
|
|
1501 </member>
|
|
1502 <member name="M:System.Linq.Enumerable.Skip``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
|
|
1503 <summary>
|
|
1504 Bypasses a specified number of elements in a sequence and then
|
|
1505 returns the remaining elements.
|
|
1506 </summary>
|
|
1507 </member>
|
|
1508 <member name="M:System.Linq.Enumerable.SkipWhile``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1509 <summary>
|
|
1510 Bypasses elements in a sequence as long as a specified condition
|
|
1511 is true and then returns the remaining elements.
|
|
1512 </summary>
|
|
1513 </member>
|
|
1514 <member name="M:System.Linq.Enumerable.SkipWhile``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})">
|
|
1515 <summary>
|
|
1516 Bypasses elements in a sequence as long as a specified condition
|
|
1517 is true and then returns the remaining elements. The element's
|
|
1518 index is used in the logic of the predicate function.
|
|
1519 </summary>
|
|
1520 </member>
|
|
1521 <member name="M:System.Linq.Enumerable.Count``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1522 <summary>
|
|
1523 Returns the number of elements in a sequence.
|
|
1524 </summary>
|
|
1525 </member>
|
|
1526 <member name="M:System.Linq.Enumerable.Count``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1527 <summary>
|
|
1528 Returns a number that represents how many elements in the
|
|
1529 specified sequence satisfy a condition.
|
|
1530 </summary>
|
|
1531 </member>
|
|
1532 <member name="M:System.Linq.Enumerable.LongCount``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1533 <summary>
|
|
1534 Returns an <see cref="T:System.Int64"/> that represents the total number
|
|
1535 of elements in a sequence.
|
|
1536 </summary>
|
|
1537 </member>
|
|
1538 <member name="M:System.Linq.Enumerable.LongCount``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1539 <summary>
|
|
1540 Returns an <see cref="T:System.Int64"/> that represents how many elements
|
|
1541 in a sequence satisfy a condition.
|
|
1542 </summary>
|
|
1543 </member>
|
|
1544 <member name="M:System.Linq.Enumerable.Concat``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
1545 <summary>
|
|
1546 Concatenates two sequences.
|
|
1547 </summary>
|
|
1548 </member>
|
|
1549 <member name="M:System.Linq.Enumerable.ToList``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1550 <summary>
|
|
1551 Creates a <see cref="T:System.Collections.Generic.List`1"/> from an <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
|
|
1552 </summary>
|
|
1553 </member>
|
|
1554 <member name="M:System.Linq.Enumerable.ToArray``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1555 <summary>
|
|
1556 Creates an array from an <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
|
|
1557 </summary>
|
|
1558 </member>
|
|
1559 <member name="M:System.Linq.Enumerable.Distinct``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1560 <summary>
|
|
1561 Returns distinct elements from a sequence by using the default
|
|
1562 equality comparer to compare values.
|
|
1563 </summary>
|
|
1564 </member>
|
|
1565 <member name="M:System.Linq.Enumerable.Distinct``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
1566 <summary>
|
|
1567 Returns distinct elements from a sequence by using a specified
|
|
1568 <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> to compare values.
|
|
1569 </summary>
|
|
1570 </member>
|
|
1571 <member name="M:System.Linq.Enumerable.ToLookup``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
1572 <summary>
|
|
1573 Creates a <see cref="T:System.Linq.Lookup`2"/> from an
|
|
1574 <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key
|
|
1575 selector function.
|
|
1576 </summary>
|
|
1577 </member>
|
|
1578 <member name="M:System.Linq.Enumerable.ToLookup``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
|
|
1579 <summary>
|
|
1580 Creates a <see cref="T:System.Linq.Lookup`2"/> from an
|
|
1581 <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key
|
|
1582 selector function and a key comparer.
|
|
1583 </summary>
|
|
1584 </member>
|
|
1585 <member name="M:System.Linq.Enumerable.ToLookup``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})">
|
|
1586 <summary>
|
|
1587 Creates a <see cref="T:System.Linq.Lookup`2"/> from an
|
|
1588 <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to specified key
|
|
1589 and element selector functions.
|
|
1590 </summary>
|
|
1591 </member>
|
|
1592 <member name="M:System.Linq.Enumerable.ToLookup``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
|
|
1593 <summary>
|
|
1594 Creates a <see cref="T:System.Linq.Lookup`2"/> from an
|
|
1595 <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key
|
|
1596 selector function, a comparer and an element selector function.
|
|
1597 </summary>
|
|
1598 </member>
|
|
1599 <member name="M:System.Linq.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
1600 <summary>
|
|
1601 Groups the elements of a sequence according to a specified key
|
|
1602 selector function.
|
|
1603 </summary>
|
|
1604 </member>
|
|
1605 <member name="M:System.Linq.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
|
|
1606 <summary>
|
|
1607 Groups the elements of a sequence according to a specified key
|
|
1608 selector function and compares the keys by using a specified
|
|
1609 comparer.
|
|
1610 </summary>
|
|
1611 </member>
|
|
1612 <member name="M:System.Linq.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})">
|
|
1613 <summary>
|
|
1614 Groups the elements of a sequence according to a specified key
|
|
1615 selector function and projects the elements for each group by
|
|
1616 using a specified function.
|
|
1617 </summary>
|
|
1618 </member>
|
|
1619 <member name="M:System.Linq.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
|
|
1620 <summary>
|
|
1621 Groups the elements of a sequence according to a specified key
|
|
1622 selector function and creates a result value from each group and
|
|
1623 its key.
|
|
1624 </summary>
|
|
1625 </member>
|
|
1626 <member name="M:System.Linq.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2})">
|
|
1627 <summary>
|
|
1628 Groups the elements of a sequence according to a key selector
|
|
1629 function. The keys are compared by using a comparer and each
|
|
1630 group's elements are projected by using a specified function.
|
|
1631 </summary>
|
|
1632 </member>
|
|
1633 <member name="M:System.Linq.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1})">
|
|
1634 <summary>
|
|
1635 Groups the elements of a sequence according to a specified key
|
|
1636 selector function and creates a result value from each group and
|
|
1637 its key. The elements of each group are projected by using a
|
|
1638 specified function.
|
|
1639 </summary>
|
|
1640 </member>
|
|
1641 <member name="M:System.Linq.Enumerable.GroupBy``4(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3})">
|
|
1642 <summary>
|
|
1643 Groups the elements of a sequence according to a specified key
|
|
1644 selector function and creates a result value from each group and
|
|
1645 its key. The keys are compared by using a specified comparer.
|
|
1646 </summary>
|
|
1647 </member>
|
|
1648 <member name="M:System.Linq.Enumerable.GroupBy``4(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.IEqualityComparer{``1})">
|
|
1649 <summary>
|
|
1650 Groups the elements of a sequence according to a specified key
|
|
1651 selector function and creates a result value from each group and
|
|
1652 its key. Key values are compared by using a specified comparer,
|
|
1653 and the elements of each group are projected by using a
|
|
1654 specified function.
|
|
1655 </summary>
|
|
1656 </member>
|
|
1657 <member name="M:System.Linq.Enumerable.Aggregate``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``0,``0})">
|
|
1658 <summary>
|
|
1659 Applies an accumulator function over a sequence.
|
|
1660 </summary>
|
|
1661 </member>
|
|
1662 <member name="M:System.Linq.Enumerable.Aggregate``2(System.Collections.Generic.IEnumerable{``0},``1,System.Func{``1,``0,``1})">
|
|
1663 <summary>
|
|
1664 Applies an accumulator function over a sequence. The specified
|
|
1665 seed value is used as the initial accumulator value.
|
|
1666 </summary>
|
|
1667 </member>
|
|
1668 <member name="M:System.Linq.Enumerable.Aggregate``3(System.Collections.Generic.IEnumerable{``0},``1,System.Func{``1,``0,``1},System.Func{``1,``2})">
|
|
1669 <summary>
|
|
1670 Applies an accumulator function over a sequence. The specified
|
|
1671 seed value is used as the initial accumulator value, and the
|
|
1672 specified function is used to select the result value.
|
|
1673 </summary>
|
|
1674 </member>
|
|
1675 <member name="M:System.Linq.Enumerable.Union``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
1676 <summary>
|
|
1677 Produces the set union of two sequences by using the default
|
|
1678 equality comparer.
|
|
1679 </summary>
|
|
1680 </member>
|
|
1681 <member name="M:System.Linq.Enumerable.Union``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
1682 <summary>
|
|
1683 Produces the set union of two sequences by using a specified
|
|
1684 <see cref="T:System.Collections.Generic.IEqualityComparer`1"/>.
|
|
1685 </summary>
|
|
1686 </member>
|
|
1687 <member name="M:System.Linq.Enumerable.DefaultIfEmpty``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1688 <summary>
|
|
1689 Returns the elements of the specified sequence or the type
|
|
1690 parameter's default value in a singleton collection if the
|
|
1691 sequence is empty.
|
|
1692 </summary>
|
|
1693 </member>
|
|
1694 <member name="M:System.Linq.Enumerable.DefaultIfEmpty``1(System.Collections.Generic.IEnumerable{``0},``0)">
|
|
1695 <summary>
|
|
1696 Returns the elements of the specified sequence or the specified
|
|
1697 value in a singleton collection if the sequence is empty.
|
|
1698 </summary>
|
|
1699 </member>
|
|
1700 <member name="M:System.Linq.Enumerable.All``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1701 <summary>
|
|
1702 Determines whether all elements of a sequence satisfy a condition.
|
|
1703 </summary>
|
|
1704 </member>
|
|
1705 <member name="M:System.Linq.Enumerable.Any``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1706 <summary>
|
|
1707 Determines whether a sequence contains any elements.
|
|
1708 </summary>
|
|
1709 </member>
|
|
1710 <member name="M:System.Linq.Enumerable.Any``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
1711 <summary>
|
|
1712 Determines whether any element of a sequence satisfies a
|
|
1713 condition.
|
|
1714 </summary>
|
|
1715 </member>
|
|
1716 <member name="M:System.Linq.Enumerable.Contains``1(System.Collections.Generic.IEnumerable{``0},``0)">
|
|
1717 <summary>
|
|
1718 Determines whether a sequence contains a specified element by
|
|
1719 using the default equality comparer.
|
|
1720 </summary>
|
|
1721 </member>
|
|
1722 <member name="M:System.Linq.Enumerable.Contains``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
|
|
1723 <summary>
|
|
1724 Determines whether a sequence contains a specified element by
|
|
1725 using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/>.
|
|
1726 </summary>
|
|
1727 </member>
|
|
1728 <member name="M:System.Linq.Enumerable.SequenceEqual``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
1729 <summary>
|
|
1730 Determines whether two sequences are equal by comparing the
|
|
1731 elements by using the default equality comparer for their type.
|
|
1732 </summary>
|
|
1733 </member>
|
|
1734 <member name="M:System.Linq.Enumerable.SequenceEqual``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
1735 <summary>
|
|
1736 Determines whether two sequences are equal by comparing their
|
|
1737 elements by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/>.
|
|
1738 </summary>
|
|
1739 </member>
|
|
1740 <member name="M:System.Linq.Enumerable.MinMaxImpl``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``0,System.Boolean})">
|
|
1741 <summary>
|
|
1742 Base implementation for Min/Max operator.
|
|
1743 </summary>
|
|
1744 </member>
|
|
1745 <member name="M:System.Linq.Enumerable.MinMaxImpl``1(System.Collections.Generic.IEnumerable{System.Nullable{``0}},System.Nullable{``0},System.Func{System.Nullable{``0},System.Nullable{``0},System.Boolean})">
|
|
1746 <summary>
|
|
1747 Base implementation for Min/Max operator for nullable types.
|
|
1748 </summary>
|
|
1749 </member>
|
|
1750 <member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1751 <summary>
|
|
1752 Returns the minimum value in a generic sequence.
|
|
1753 </summary>
|
|
1754 </member>
|
|
1755 <member name="M:System.Linq.Enumerable.Min``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
1756 <summary>
|
|
1757 Invokes a transform function on each element of a generic
|
|
1758 sequence and returns the minimum resulting value.
|
|
1759 </summary>
|
|
1760 </member>
|
|
1761 <member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0})">
|
|
1762 <summary>
|
|
1763 Returns the maximum value in a generic sequence.
|
|
1764 </summary>
|
|
1765 </member>
|
|
1766 <member name="M:System.Linq.Enumerable.Max``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
1767 <summary>
|
|
1768 Invokes a transform function on each element of a generic
|
|
1769 sequence and returns the maximum resulting value.
|
|
1770 </summary>
|
|
1771 </member>
|
|
1772 <member name="M:System.Linq.Enumerable.Renumerable``1(System.Collections.Generic.IEnumerator{``0})">
|
|
1773 <summary>
|
|
1774 Makes an enumerator seen as enumerable once more.
|
|
1775 </summary>
|
|
1776 <remarks>
|
|
1777 The supplied enumerator must have been started. The first element
|
|
1778 returned is the element the enumerator was on when passed in.
|
|
1779 DO NOT use this method if the caller must be a generator. It is
|
|
1780 mostly safe among aggregate operations.
|
|
1781 </remarks>
|
|
1782 </member>
|
|
1783 <member name="M:System.Linq.Enumerable.OrderBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
1784 <summary>
|
|
1785 Sorts the elements of a sequence in ascending order according to a key.
|
|
1786 </summary>
|
|
1787 </member>
|
|
1788 <member name="M:System.Linq.Enumerable.OrderBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
|
|
1789 <summary>
|
|
1790 Sorts the elements of a sequence in ascending order by using a
|
|
1791 specified comparer.
|
|
1792 </summary>
|
|
1793 </member>
|
|
1794 <member name="M:System.Linq.Enumerable.OrderByDescending``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
1795 <summary>
|
|
1796 Sorts the elements of a sequence in descending order according to a key.
|
|
1797 </summary>
|
|
1798 </member>
|
|
1799 <member name="M:System.Linq.Enumerable.OrderByDescending``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
|
|
1800 <summary>
|
|
1801 Sorts the elements of a sequence in descending order by using a
|
|
1802 specified comparer.
|
|
1803 </summary>
|
|
1804 </member>
|
|
1805 <member name="M:System.Linq.Enumerable.ThenBy``2(System.Linq.IOrderedEnumerable{``0},System.Func{``0,``1})">
|
|
1806 <summary>
|
|
1807 Performs a subsequent ordering of the elements in a sequence in
|
|
1808 ascending order according to a key.
|
|
1809 </summary>
|
|
1810 </member>
|
|
1811 <member name="M:System.Linq.Enumerable.ThenBy``2(System.Linq.IOrderedEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
|
|
1812 <summary>
|
|
1813 Performs a subsequent ordering of the elements in a sequence in
|
|
1814 ascending order by using a specified comparer.
|
|
1815 </summary>
|
|
1816 </member>
|
|
1817 <member name="M:System.Linq.Enumerable.ThenByDescending``2(System.Linq.IOrderedEnumerable{``0},System.Func{``0,``1})">
|
|
1818 <summary>
|
|
1819 Performs a subsequent ordering of the elements in a sequence in
|
|
1820 descending order, according to a key.
|
|
1821 </summary>
|
|
1822 </member>
|
|
1823 <member name="M:System.Linq.Enumerable.ThenByDescending``2(System.Linq.IOrderedEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
|
|
1824 <summary>
|
|
1825 Performs a subsequent ordering of the elements in a sequence in
|
|
1826 descending order by using a specified comparer.
|
|
1827 </summary>
|
|
1828 </member>
|
|
1829 <member name="M:System.Linq.Enumerable.IntersectExceptImpl``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Boolean)">
|
|
1830 <summary>
|
|
1831 Base implementation for Intersect and Except operators.
|
|
1832 </summary>
|
|
1833 </member>
|
|
1834 <member name="M:System.Linq.Enumerable.Intersect``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
1835 <summary>
|
|
1836 Produces the set intersection of two sequences by using the
|
|
1837 default equality comparer to compare values.
|
|
1838 </summary>
|
|
1839 </member>
|
|
1840 <member name="M:System.Linq.Enumerable.Intersect``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
1841 <summary>
|
|
1842 Produces the set intersection of two sequences by using the
|
|
1843 specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> to compare values.
|
|
1844 </summary>
|
|
1845 </member>
|
|
1846 <member name="M:System.Linq.Enumerable.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
1847 <summary>
|
|
1848 Produces the set difference of two sequences by using the
|
|
1849 default equality comparer to compare values.
|
|
1850 </summary>
|
|
1851 </member>
|
|
1852 <member name="M:System.Linq.Enumerable.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
1853 <summary>
|
|
1854 Produces the set difference of two sequences by using the
|
|
1855 specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> to compare values.
|
|
1856 </summary>
|
|
1857 </member>
|
|
1858 <member name="M:System.Linq.Enumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
1859 <summary>
|
|
1860 Creates a <see cref="T:System.Collections.Generic.Dictionary`2"/> from an
|
|
1861 <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key
|
|
1862 selector function.
|
|
1863 </summary>
|
|
1864 </member>
|
|
1865 <member name="M:System.Linq.Enumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
|
|
1866 <summary>
|
|
1867 Creates a <see cref="T:System.Collections.Generic.Dictionary`2"/> from an
|
|
1868 <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key
|
|
1869 selector function and key comparer.
|
|
1870 </summary>
|
|
1871 </member>
|
|
1872 <member name="M:System.Linq.Enumerable.ToDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})">
|
|
1873 <summary>
|
|
1874 Creates a <see cref="T:System.Collections.Generic.Dictionary`2"/> from an
|
|
1875 <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to specified key
|
|
1876 selector and element selector functions.
|
|
1877 </summary>
|
|
1878 </member>
|
|
1879 <member name="M:System.Linq.Enumerable.ToDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
|
|
1880 <summary>
|
|
1881 Creates a <see cref="T:System.Collections.Generic.Dictionary`2"/> from an
|
|
1882 <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key
|
|
1883 selector function, a comparer, and an element selector function.
|
|
1884 </summary>
|
|
1885 </member>
|
|
1886 <member name="M:System.Linq.Enumerable.Join``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3})">
|
|
1887 <summary>
|
|
1888 Correlates the elements of two sequences based on matching keys.
|
|
1889 The default equality comparer is used to compare keys.
|
|
1890 </summary>
|
|
1891 </member>
|
|
1892 <member name="M:System.Linq.Enumerable.Join``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2})">
|
|
1893 <summary>
|
|
1894 Correlates the elements of two sequences based on matching keys.
|
|
1895 The default equality comparer is used to compare keys. A
|
|
1896 specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> is used to compare keys.
|
|
1897 </summary>
|
|
1898 </member>
|
|
1899 <member name="M:System.Linq.Enumerable.GroupJoin``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3})">
|
|
1900 <summary>
|
|
1901 Correlates the elements of two sequences based on equality of
|
|
1902 keys and groups the results. The default equality comparer is
|
|
1903 used to compare keys.
|
|
1904 </summary>
|
|
1905 </member>
|
|
1906 <member name="M:System.Linq.Enumerable.GroupJoin``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.IEqualityComparer{``2})">
|
|
1907 <summary>
|
|
1908 Correlates the elements of two sequences based on equality of
|
|
1909 keys and groups the results. The default equality comparer is
|
|
1910 used to compare keys. A specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/>
|
|
1911 is used to compare keys.
|
|
1912 </summary>
|
|
1913 </member>
|
|
1914 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Int32})">
|
|
1915 <summary>
|
|
1916 Computes the sum of a sequence of nullable <see cref="T:System.Int32"/> values.
|
|
1917 </summary>
|
|
1918 </member>
|
|
1919 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32})">
|
|
1920 <summary>
|
|
1921 Computes the sum of a sequence of nullable <see cref="T:System.Int32"/>
|
|
1922 values that are obtained by invoking a transform function on
|
|
1923 each element of the input sequence.
|
|
1924 </summary>
|
|
1925 </member>
|
|
1926 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Int32})">
|
|
1927 <summary>
|
|
1928 Computes the average of a sequence of nullable <see cref="T:System.Int32"/> values.
|
|
1929 </summary>
|
|
1930 </member>
|
|
1931 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32})">
|
|
1932 <summary>
|
|
1933 Computes the average of a sequence of nullable <see cref="T:System.Int32"/> values
|
|
1934 that are obtained by invoking a transform function on each
|
|
1935 element of the input sequence.
|
|
1936 </summary>
|
|
1937 </member>
|
|
1938 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
|
|
1939 <summary>
|
|
1940 Computes the sum of a sequence of <see cref="T:System.Int32"/> values.
|
|
1941 </summary>
|
|
1942 </member>
|
|
1943 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int32}})">
|
|
1944 <summary>
|
|
1945 Computes the sum of a sequence of <see cref="T:System.Int32"/>
|
|
1946 values that are obtained by invoking a transform function on
|
|
1947 each element of the input sequence.
|
|
1948 </summary>
|
|
1949 </member>
|
|
1950 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
|
|
1951 <summary>
|
|
1952 Computes the average of a sequence of <see cref="T:System.Int32"/> values.
|
|
1953 </summary>
|
|
1954 </member>
|
|
1955 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int32}})">
|
|
1956 <summary>
|
|
1957 Computes the average of a sequence of <see cref="T:System.Int32"/> values
|
|
1958 that are obtained by invoking a transform function on each
|
|
1959 element of the input sequence.
|
|
1960 </summary>
|
|
1961 </member>
|
|
1962 <member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
|
|
1963 <summary>
|
|
1964 Returns the minimum value in a sequence of nullable
|
|
1965 <see cref="T:System.Int32"/> values.
|
|
1966 </summary>
|
|
1967 </member>
|
|
1968 <member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int32}})">
|
|
1969 <summary>
|
|
1970 Invokes a transform function on each element of a sequence and
|
|
1971 returns the minimum nullable <see cref="T:System.Int32"/> value.
|
|
1972 </summary>
|
|
1973 </member>
|
|
1974 <member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
|
|
1975 <summary>
|
|
1976 Returns the maximum value in a sequence of nullable
|
|
1977 <see cref="T:System.Int32"/> values.
|
|
1978 </summary>
|
|
1979 </member>
|
|
1980 <member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int32}})">
|
|
1981 <summary>
|
|
1982 Invokes a transform function on each element of a sequence and
|
|
1983 returns the maximum nullable <see cref="T:System.Int32"/> value.
|
|
1984 </summary>
|
|
1985 </member>
|
|
1986 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Int64})">
|
|
1987 <summary>
|
|
1988 Computes the sum of a sequence of nullable <see cref="T:System.Int64"/> values.
|
|
1989 </summary>
|
|
1990 </member>
|
|
1991 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int64})">
|
|
1992 <summary>
|
|
1993 Computes the sum of a sequence of nullable <see cref="T:System.Int64"/>
|
|
1994 values that are obtained by invoking a transform function on
|
|
1995 each element of the input sequence.
|
|
1996 </summary>
|
|
1997 </member>
|
|
1998 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Int64})">
|
|
1999 <summary>
|
|
2000 Computes the average of a sequence of nullable <see cref="T:System.Int64"/> values.
|
|
2001 </summary>
|
|
2002 </member>
|
|
2003 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int64})">
|
|
2004 <summary>
|
|
2005 Computes the average of a sequence of nullable <see cref="T:System.Int64"/> values
|
|
2006 that are obtained by invoking a transform function on each
|
|
2007 element of the input sequence.
|
|
2008 </summary>
|
|
2009 </member>
|
|
2010 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
|
|
2011 <summary>
|
|
2012 Computes the sum of a sequence of <see cref="T:System.Int64"/> values.
|
|
2013 </summary>
|
|
2014 </member>
|
|
2015 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int64}})">
|
|
2016 <summary>
|
|
2017 Computes the sum of a sequence of <see cref="T:System.Int64"/>
|
|
2018 values that are obtained by invoking a transform function on
|
|
2019 each element of the input sequence.
|
|
2020 </summary>
|
|
2021 </member>
|
|
2022 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
|
|
2023 <summary>
|
|
2024 Computes the average of a sequence of <see cref="T:System.Int64"/> values.
|
|
2025 </summary>
|
|
2026 </member>
|
|
2027 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int64}})">
|
|
2028 <summary>
|
|
2029 Computes the average of a sequence of <see cref="T:System.Int64"/> values
|
|
2030 that are obtained by invoking a transform function on each
|
|
2031 element of the input sequence.
|
|
2032 </summary>
|
|
2033 </member>
|
|
2034 <member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
|
|
2035 <summary>
|
|
2036 Returns the minimum value in a sequence of nullable
|
|
2037 <see cref="T:System.Int64"/> values.
|
|
2038 </summary>
|
|
2039 </member>
|
|
2040 <member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int64}})">
|
|
2041 <summary>
|
|
2042 Invokes a transform function on each element of a sequence and
|
|
2043 returns the minimum nullable <see cref="T:System.Int64"/> value.
|
|
2044 </summary>
|
|
2045 </member>
|
|
2046 <member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
|
|
2047 <summary>
|
|
2048 Returns the maximum value in a sequence of nullable
|
|
2049 <see cref="T:System.Int64"/> values.
|
|
2050 </summary>
|
|
2051 </member>
|
|
2052 <member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int64}})">
|
|
2053 <summary>
|
|
2054 Invokes a transform function on each element of a sequence and
|
|
2055 returns the maximum nullable <see cref="T:System.Int64"/> value.
|
|
2056 </summary>
|
|
2057 </member>
|
|
2058 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Single})">
|
|
2059 <summary>
|
|
2060 Computes the sum of a sequence of nullable <see cref="T:System.Single"/> values.
|
|
2061 </summary>
|
|
2062 </member>
|
|
2063 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Single})">
|
|
2064 <summary>
|
|
2065 Computes the sum of a sequence of nullable <see cref="T:System.Single"/>
|
|
2066 values that are obtained by invoking a transform function on
|
|
2067 each element of the input sequence.
|
|
2068 </summary>
|
|
2069 </member>
|
|
2070 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Single})">
|
|
2071 <summary>
|
|
2072 Computes the average of a sequence of nullable <see cref="T:System.Single"/> values.
|
|
2073 </summary>
|
|
2074 </member>
|
|
2075 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Single})">
|
|
2076 <summary>
|
|
2077 Computes the average of a sequence of nullable <see cref="T:System.Single"/> values
|
|
2078 that are obtained by invoking a transform function on each
|
|
2079 element of the input sequence.
|
|
2080 </summary>
|
|
2081 </member>
|
|
2082 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
|
|
2083 <summary>
|
|
2084 Computes the sum of a sequence of <see cref="T:System.Single"/> values.
|
|
2085 </summary>
|
|
2086 </member>
|
|
2087 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Single}})">
|
|
2088 <summary>
|
|
2089 Computes the sum of a sequence of <see cref="T:System.Single"/>
|
|
2090 values that are obtained by invoking a transform function on
|
|
2091 each element of the input sequence.
|
|
2092 </summary>
|
|
2093 </member>
|
|
2094 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
|
|
2095 <summary>
|
|
2096 Computes the average of a sequence of <see cref="T:System.Single"/> values.
|
|
2097 </summary>
|
|
2098 </member>
|
|
2099 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Single}})">
|
|
2100 <summary>
|
|
2101 Computes the average of a sequence of <see cref="T:System.Single"/> values
|
|
2102 that are obtained by invoking a transform function on each
|
|
2103 element of the input sequence.
|
|
2104 </summary>
|
|
2105 </member>
|
|
2106 <member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
|
|
2107 <summary>
|
|
2108 Returns the minimum value in a sequence of nullable
|
|
2109 <see cref="T:System.Single"/> values.
|
|
2110 </summary>
|
|
2111 </member>
|
|
2112 <member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Single}})">
|
|
2113 <summary>
|
|
2114 Invokes a transform function on each element of a sequence and
|
|
2115 returns the minimum nullable <see cref="T:System.Single"/> value.
|
|
2116 </summary>
|
|
2117 </member>
|
|
2118 <member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
|
|
2119 <summary>
|
|
2120 Returns the maximum value in a sequence of nullable
|
|
2121 <see cref="T:System.Single"/> values.
|
|
2122 </summary>
|
|
2123 </member>
|
|
2124 <member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Single}})">
|
|
2125 <summary>
|
|
2126 Invokes a transform function on each element of a sequence and
|
|
2127 returns the maximum nullable <see cref="T:System.Single"/> value.
|
|
2128 </summary>
|
|
2129 </member>
|
|
2130 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Double})">
|
|
2131 <summary>
|
|
2132 Computes the sum of a sequence of nullable <see cref="T:System.Double"/> values.
|
|
2133 </summary>
|
|
2134 </member>
|
|
2135 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Double})">
|
|
2136 <summary>
|
|
2137 Computes the sum of a sequence of nullable <see cref="T:System.Double"/>
|
|
2138 values that are obtained by invoking a transform function on
|
|
2139 each element of the input sequence.
|
|
2140 </summary>
|
|
2141 </member>
|
|
2142 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Double})">
|
|
2143 <summary>
|
|
2144 Computes the average of a sequence of nullable <see cref="T:System.Double"/> values.
|
|
2145 </summary>
|
|
2146 </member>
|
|
2147 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Double})">
|
|
2148 <summary>
|
|
2149 Computes the average of a sequence of nullable <see cref="T:System.Double"/> values
|
|
2150 that are obtained by invoking a transform function on each
|
|
2151 element of the input sequence.
|
|
2152 </summary>
|
|
2153 </member>
|
|
2154 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
|
|
2155 <summary>
|
|
2156 Computes the sum of a sequence of <see cref="T:System.Double"/> values.
|
|
2157 </summary>
|
|
2158 </member>
|
|
2159 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Double}})">
|
|
2160 <summary>
|
|
2161 Computes the sum of a sequence of <see cref="T:System.Double"/>
|
|
2162 values that are obtained by invoking a transform function on
|
|
2163 each element of the input sequence.
|
|
2164 </summary>
|
|
2165 </member>
|
|
2166 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
|
|
2167 <summary>
|
|
2168 Computes the average of a sequence of <see cref="T:System.Double"/> values.
|
|
2169 </summary>
|
|
2170 </member>
|
|
2171 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Double}})">
|
|
2172 <summary>
|
|
2173 Computes the average of a sequence of <see cref="T:System.Double"/> values
|
|
2174 that are obtained by invoking a transform function on each
|
|
2175 element of the input sequence.
|
|
2176 </summary>
|
|
2177 </member>
|
|
2178 <member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
|
|
2179 <summary>
|
|
2180 Returns the minimum value in a sequence of nullable
|
|
2181 <see cref="T:System.Double"/> values.
|
|
2182 </summary>
|
|
2183 </member>
|
|
2184 <member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Double}})">
|
|
2185 <summary>
|
|
2186 Invokes a transform function on each element of a sequence and
|
|
2187 returns the minimum nullable <see cref="T:System.Double"/> value.
|
|
2188 </summary>
|
|
2189 </member>
|
|
2190 <member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
|
|
2191 <summary>
|
|
2192 Returns the maximum value in a sequence of nullable
|
|
2193 <see cref="T:System.Double"/> values.
|
|
2194 </summary>
|
|
2195 </member>
|
|
2196 <member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Double}})">
|
|
2197 <summary>
|
|
2198 Invokes a transform function on each element of a sequence and
|
|
2199 returns the maximum nullable <see cref="T:System.Double"/> value.
|
|
2200 </summary>
|
|
2201 </member>
|
|
2202 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Decimal})">
|
|
2203 <summary>
|
|
2204 Computes the sum of a sequence of nullable <see cref="T:System.Decimal"/> values.
|
|
2205 </summary>
|
|
2206 </member>
|
|
2207 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Decimal})">
|
|
2208 <summary>
|
|
2209 Computes the sum of a sequence of nullable <see cref="T:System.Decimal"/>
|
|
2210 values that are obtained by invoking a transform function on
|
|
2211 each element of the input sequence.
|
|
2212 </summary>
|
|
2213 </member>
|
|
2214 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Decimal})">
|
|
2215 <summary>
|
|
2216 Computes the average of a sequence of nullable <see cref="T:System.Decimal"/> values.
|
|
2217 </summary>
|
|
2218 </member>
|
|
2219 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Decimal})">
|
|
2220 <summary>
|
|
2221 Computes the average of a sequence of nullable <see cref="T:System.Decimal"/> values
|
|
2222 that are obtained by invoking a transform function on each
|
|
2223 element of the input sequence.
|
|
2224 </summary>
|
|
2225 </member>
|
|
2226 <member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
|
|
2227 <summary>
|
|
2228 Computes the sum of a sequence of <see cref="T:System.Decimal"/> values.
|
|
2229 </summary>
|
|
2230 </member>
|
|
2231 <member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
|
|
2232 <summary>
|
|
2233 Computes the sum of a sequence of <see cref="T:System.Decimal"/>
|
|
2234 values that are obtained by invoking a transform function on
|
|
2235 each element of the input sequence.
|
|
2236 </summary>
|
|
2237 </member>
|
|
2238 <member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
|
|
2239 <summary>
|
|
2240 Computes the average of a sequence of <see cref="T:System.Decimal"/> values.
|
|
2241 </summary>
|
|
2242 </member>
|
|
2243 <member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
|
|
2244 <summary>
|
|
2245 Computes the average of a sequence of <see cref="T:System.Decimal"/> values
|
|
2246 that are obtained by invoking a transform function on each
|
|
2247 element of the input sequence.
|
|
2248 </summary>
|
|
2249 </member>
|
|
2250 <member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
|
|
2251 <summary>
|
|
2252 Returns the minimum value in a sequence of nullable
|
|
2253 <see cref="T:System.Decimal"/> values.
|
|
2254 </summary>
|
|
2255 </member>
|
|
2256 <member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
|
|
2257 <summary>
|
|
2258 Invokes a transform function on each element of a sequence and
|
|
2259 returns the minimum nullable <see cref="T:System.Decimal"/> value.
|
|
2260 </summary>
|
|
2261 </member>
|
|
2262 <member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
|
|
2263 <summary>
|
|
2264 Returns the maximum value in a sequence of nullable
|
|
2265 <see cref="T:System.Decimal"/> values.
|
|
2266 </summary>
|
|
2267 </member>
|
|
2268 <member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
|
|
2269 <summary>
|
|
2270 Invokes a transform function on each element of a sequence and
|
|
2271 returns the maximum nullable <see cref="T:System.Decimal"/> value.
|
|
2272 </summary>
|
|
2273 </member>
|
|
2274 <member name="T:System.Linq.IGrouping`2">
|
|
2275 <summary>
|
|
2276 Represents a collection of objects that have a common key.
|
|
2277 </summary>
|
|
2278 </member>
|
|
2279 <member name="P:System.Linq.IGrouping`2.Key">
|
|
2280 <summary>
|
|
2281 Gets the key of the <see cref="T:System.Linq.IGrouping`2"/>.
|
|
2282 </summary>
|
|
2283 </member>
|
|
2284 <member name="T:System.Runtime.CompilerServices.ExtensionAttribute">
|
|
2285 <remarks>
|
|
2286 This attribute allows us to define extension methods without
|
|
2287 requiring .NET Framework 3.5. For more information, see the section,
|
|
2288 <a href="http://msdn.microsoft.com/en-us/magazine/cc163317.aspx#S7">Extension Methods in .NET Framework 2.0 Apps</a>,
|
|
2289 of <a href="http://msdn.microsoft.com/en-us/magazine/cc163317.aspx">Basic Instincts: Extension Methods</a>
|
|
2290 column in <a href="http://msdn.microsoft.com/msdnmag/">MSDN Magazine</a>,
|
|
2291 issue <a href="http://msdn.microsoft.com/en-us/magazine/cc135410.aspx">Nov 2007</a>.
|
|
2292 </remarks>
|
|
2293 </member>
|
|
2294 <member name="T:System.Linq.ILookup`2">
|
|
2295 <summary>
|
|
2296 Defines an indexer, size property, and Boolean search method for
|
|
2297 data structures that map keys to <see cref="T:System.Collections.Generic.IEnumerable`1"/>
|
|
2298 sequences of values.
|
|
2299 </summary>
|
|
2300 </member>
|
|
2301 <member name="T:System.Linq.IOrderedEnumerable`1">
|
|
2302 <summary>
|
|
2303 Represents a sorted sequence.
|
|
2304 </summary>
|
|
2305 </member>
|
|
2306 <member name="M:System.Linq.IOrderedEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean)">
|
|
2307 <summary>
|
|
2308 Performs a subsequent ordering on the elements of an
|
|
2309 <see cref="T:System.Linq.IOrderedEnumerable`1"/> according to a key.
|
|
2310 </summary>
|
|
2311 </member>
|
|
2312 <member name="T:System.Linq.Lookup`2">
|
|
2313 <summary>
|
|
2314 Represents a collection of keys each mapped to one or more values.
|
|
2315 </summary>
|
|
2316 </member>
|
|
2317 <member name="M:System.Linq.Lookup`2.Contains(`0)">
|
|
2318 <summary>
|
|
2319 Determines whether a specified key is in the <see cref="T:System.Linq.Lookup`2"/>.
|
|
2320 </summary>
|
|
2321 </member>
|
|
2322 <member name="M:System.Linq.Lookup`2.ApplyResultSelector``1(System.Func{`0,System.Collections.Generic.IEnumerable{`1},``0})">
|
|
2323 <summary>
|
|
2324 Applies a transform function to each key and its associated
|
|
2325 values and returns the results.
|
|
2326 </summary>
|
|
2327 </member>
|
|
2328 <member name="M:System.Linq.Lookup`2.GetEnumerator">
|
|
2329 <summary>
|
|
2330 Returns a generic enumerator that iterates through the <see cref="T:System.Linq.Lookup`2"/>.
|
|
2331 </summary>
|
|
2332 </member>
|
|
2333 <member name="P:System.Linq.Lookup`2.Count">
|
|
2334 <summary>
|
|
2335 Gets the number of key/value collection pairs in the <see cref="T:System.Linq.Lookup`2"/>.
|
|
2336 </summary>
|
|
2337 </member>
|
|
2338 <member name="P:System.Linq.Lookup`2.Item(`0)">
|
|
2339 <summary>
|
|
2340 Gets the collection of values indexed by the specified key.
|
|
2341 </summary>
|
|
2342 </member>
|
|
2343 <member name="M:LinqBridge.OrderedEnumerable`2.TagPosition(`0,System.Int32)">
|
|
2344 <remarks>
|
|
2345 See <a href="http://code.google.com/p/linqbridge/issues/detail?id=11">issue #11</a>
|
|
2346 for why this method is needed and cannot be expressed as a
|
|
2347 lambda at the call site.
|
|
2348 </remarks>
|
|
2349 </member>
|
|
2350 <member name="M:LinqBridge.OrderedEnumerable`2.GetFirst(LinqBridge.Tuple{`0,System.Int32})">
|
|
2351 <remarks>
|
|
2352 See <a href="http://code.google.com/p/linqbridge/issues/detail?id=11">issue #11</a>
|
|
2353 for why this method is needed and cannot be expressed as a
|
|
2354 lambda at the call site.
|
|
2355 </remarks>
|
|
2356 </member>
|
|
2357 <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor">
|
|
2358 <summary>
|
|
2359 Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.
|
|
2360 </summary>
|
|
2361 </member>
|
|
2362 <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String,System.Type)">
|
|
2363 <summary>
|
|
2364 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class.
|
|
2365 </summary>
|
|
2366 <param name="name">The name.</param>
|
|
2367 <param name="propertyType">Type of the property.</param>
|
|
2368 </member>
|
|
2369 <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)">
|
|
2370 <summary>
|
|
2371 When overridden in a derived class, returns whether resetting an object changes its value.
|
|
2372 </summary>
|
|
2373 <returns>
|
|
2374 true if resetting the component changes its value; otherwise, false.
|
|
2375 </returns>
|
|
2376 <param name="component">The component to test for reset capability.
|
|
2377 </param>
|
|
2378 </member>
|
|
2379 <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)">
|
|
2380 <summary>
|
|
2381 When overridden in a derived class, gets the current value of the property on a component.
|
|
2382 </summary>
|
|
2383 <returns>
|
|
2384 The value of a property for a given component.
|
|
2385 </returns>
|
|
2386 <param name="component">The component with the property for which to retrieve the value.
|
|
2387 </param>
|
|
2388 </member>
|
|
2389 <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)">
|
|
2390 <summary>
|
|
2391 When overridden in a derived class, resets the value for this property of the component to the default value.
|
|
2392 </summary>
|
|
2393 <param name="component">The component with the property value that is to be reset to the default value.
|
|
2394 </param>
|
|
2395 </member>
|
|
2396 <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)">
|
|
2397 <summary>
|
|
2398 When overridden in a derived class, sets the value of the component to a different value.
|
|
2399 </summary>
|
|
2400 <param name="component">The component with the property value that is to be set.
|
|
2401 </param><param name="value">The new value.
|
|
2402 </param>
|
|
2403 </member>
|
|
2404 <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)">
|
|
2405 <summary>
|
|
2406 When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
|
|
2407 </summary>
|
|
2408 <returns>
|
|
2409 true if the property should be persisted; otherwise, false.
|
|
2410 </returns>
|
|
2411 <param name="component">The component with the property to be examined for persistence.
|
|
2412 </param>
|
|
2413 </member>
|
|
2414 <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType">
|
|
2415 <summary>
|
|
2416 When overridden in a derived class, gets the type of the component this property is bound to.
|
|
2417 </summary>
|
|
2418 <returns>
|
|
2419 A <see cref="T:System.Type"/> that represents the type of component this property is bound to. When the <see cref="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)"/> or <see cref="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)"/> methods are invoked, the object specified might be an instance of this type.
|
|
2420 </returns>
|
|
2421 </member>
|
|
2422 <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly">
|
|
2423 <summary>
|
|
2424 When overridden in a derived class, gets a value indicating whether this property is read-only.
|
|
2425 </summary>
|
|
2426 <returns>
|
|
2427 true if the property is read-only; otherwise, false.
|
|
2428 </returns>
|
|
2429 </member>
|
|
2430 <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType">
|
|
2431 <summary>
|
|
2432 When overridden in a derived class, gets the type of the property.
|
|
2433 </summary>
|
|
2434 <returns>
|
|
2435 A <see cref="T:System.Type"/> that represents the type of the property.
|
|
2436 </returns>
|
|
2437 </member>
|
|
2438 <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode">
|
|
2439 <summary>
|
|
2440 Gets the hash code for the name of the member.
|
|
2441 </summary>
|
|
2442 <value></value>
|
|
2443 <returns>
|
|
2444 The hash code for the name of the member.
|
|
2445 </returns>
|
|
2446 </member>
|
|
2447 <member name="T:Newtonsoft.Json.Linq.JRaw">
|
|
2448 <summary>
|
|
2449 Represents a raw JSON string.
|
|
2450 </summary>
|
|
2451 </member>
|
|
2452 <member name="T:Newtonsoft.Json.Linq.JValue">
|
|
2453 <summary>
|
|
2454 Represents a value in JSON (string, integer, date, etc).
|
|
2455 </summary>
|
|
2456 </member>
|
|
2457 <member name="T:Newtonsoft.Json.Linq.JToken">
|
|
2458 <summary>
|
|
2459 Represents an abstract JSON token.
|
|
2460 </summary>
|
|
2461 </member>
|
|
2462 <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
|
|
2463 <summary>
|
|
2464 Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
|
|
2465 </summary>
|
|
2466 <typeparam name="T">The type of token</typeparam>
|
|
2467 </member>
|
|
2468 <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
|
|
2469 <summary>
|
|
2470 Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
|
|
2471 </summary>
|
|
2472 <value></value>
|
|
2473 </member>
|
|
2474 <member name="T:Newtonsoft.Json.IJsonLineInfo">
|
|
2475 <summary>
|
|
2476 Provides an interface to enable a class to return line and position information.
|
|
2477 </summary>
|
|
2478 </member>
|
|
2479 <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
|
|
2480 <summary>
|
|
2481 Gets a value indicating whether the class can return line information.
|
|
2482 </summary>
|
|
2483 <returns>
|
|
2484 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
|
|
2485 </returns>
|
|
2486 </member>
|
|
2487 <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
|
|
2488 <summary>
|
|
2489 Gets the current line number.
|
|
2490 </summary>
|
|
2491 <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>
|
|
2492 </member>
|
|
2493 <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
|
|
2494 <summary>
|
|
2495 Gets the current line position.
|
|
2496 </summary>
|
|
2497 <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>
|
|
2498 </member>
|
|
2499 <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
|
|
2500 <summary>
|
|
2501 Compares the values of two tokens, including the values of all descendant tokens.
|
|
2502 </summary>
|
|
2503 <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
|
|
2504 <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
|
|
2505 <returns>true if the tokens are equal; otherwise false.</returns>
|
|
2506 </member>
|
|
2507 <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
|
|
2508 <summary>
|
|
2509 Adds the specified content immediately after this token.
|
|
2510 </summary>
|
|
2511 <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
|
|
2512 </member>
|
|
2513 <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
|
|
2514 <summary>
|
|
2515 Adds the specified content immediately before this token.
|
|
2516 </summary>
|
|
2517 <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
|
|
2518 </member>
|
|
2519 <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
|
|
2520 <summary>
|
|
2521 Returns a collection of the ancestor tokens of this token.
|
|
2522 </summary>
|
|
2523 <returns>A collection of the ancestor tokens of this token.</returns>
|
|
2524 </member>
|
|
2525 <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
|
|
2526 <summary>
|
|
2527 Returns a collection of the sibling tokens after this token, in document order.
|
|
2528 </summary>
|
|
2529 <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
|
|
2530 </member>
|
|
2531 <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
|
|
2532 <summary>
|
|
2533 Returns a collection of the sibling tokens before this token, in document order.
|
|
2534 </summary>
|
|
2535 <returns>A collection of the sibling tokens before this token, in document order.</returns>
|
|
2536 </member>
|
|
2537 <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
|
|
2538 <summary>
|
|
2539 Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
|
|
2540 </summary>
|
|
2541 <typeparam name="T">The type to convert the token to.</typeparam>
|
|
2542 <param name="key">The token key.</param>
|
|
2543 <returns>The converted token value.</returns>
|
|
2544 </member>
|
|
2545 <member name="M:Newtonsoft.Json.Linq.JToken.Children">
|
|
2546 <summary>
|
|
2547 Returns a collection of the child tokens of this token, in document order.
|
|
2548 </summary>
|
|
2549 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>
|
|
2550 </member>
|
|
2551 <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
|
|
2552 <summary>
|
|
2553 Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
|
|
2554 </summary>
|
|
2555 <typeparam name="T">The type to filter the child tokens on.</typeparam>
|
|
2556 <returns>A <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>
|
|
2557 </member>
|
|
2558 <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
|
|
2559 <summary>
|
|
2560 Returns a collection of the child values of this token, in document order.
|
|
2561 </summary>
|
|
2562 <typeparam name="T">The type to convert the values to.</typeparam>
|
|
2563 <returns>A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>
|
|
2564 </member>
|
|
2565 <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
|
|
2566 <summary>
|
|
2567 Removes this token from its parent.
|
|
2568 </summary>
|
|
2569 </member>
|
|
2570 <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
|
|
2571 <summary>
|
|
2572 Replaces this token with the specified token.
|
|
2573 </summary>
|
|
2574 <param name="value">The value.</param>
|
|
2575 </member>
|
|
2576 <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
|
|
2577 <summary>
|
|
2578 Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
|
|
2579 </summary>
|
|
2580 <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
|
|
2581 <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
|
|
2582 </member>
|
|
2583 <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
|
|
2584 <summary>
|
|
2585 Returns the indented JSON for this token.
|
|
2586 </summary>
|
|
2587 <returns>
|
|
2588 The indented JSON for this token.
|
|
2589 </returns>
|
|
2590 </member>
|
|
2591 <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
|
|
2592 <summary>
|
|
2593 Returns the JSON for this token using the given formatting and converters.
|
|
2594 </summary>
|
|
2595 <param name="formatting">Indicates how the output is formatted.</param>
|
|
2596 <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
|
|
2597 <returns>The JSON for this token using the given formatting and converters.</returns>
|
|
2598 </member>
|
|
2599 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
|
|
2600 <summary>
|
|
2601 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
|
|
2602 </summary>
|
|
2603 <param name="value">The value.</param>
|
|
2604 <returns>The result of the conversion.</returns>
|
|
2605 </member>
|
|
2606 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
|
|
2607 <summary>
|
|
2608 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2609 </summary>
|
|
2610 <param name="value">The value.</param>
|
|
2611 <returns>The result of the conversion.</returns>
|
|
2612 </member>
|
|
2613 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
|
|
2614 <summary>
|
|
2615 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.
|
|
2616 </summary>
|
|
2617 <param name="value">The value.</param>
|
|
2618 <returns>The result of the conversion.</returns>
|
|
2619 </member>
|
|
2620 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
|
|
2621 <summary>
|
|
2622 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2623 </summary>
|
|
2624 <param name="value">The value.</param>
|
|
2625 <returns>The result of the conversion.</returns>
|
|
2626 </member>
|
|
2627 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
|
|
2628 <summary>
|
|
2629 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2630 </summary>
|
|
2631 <param name="value">The value.</param>
|
|
2632 <returns>The result of the conversion.</returns>
|
|
2633 </member>
|
|
2634 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
|
|
2635 <summary>
|
|
2636 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2637 </summary>
|
|
2638 <param name="value">The value.</param>
|
|
2639 <returns>The result of the conversion.</returns>
|
|
2640 </member>
|
|
2641 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
|
|
2642 <summary>
|
|
2643 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
|
|
2644 </summary>
|
|
2645 <param name="value">The value.</param>
|
|
2646 <returns>The result of the conversion.</returns>
|
|
2647 </member>
|
|
2648 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
|
|
2649 <summary>
|
|
2650 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
|
|
2651 </summary>
|
|
2652 <param name="value">The value.</param>
|
|
2653 <returns>The result of the conversion.</returns>
|
|
2654 </member>
|
|
2655 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
|
|
2656 <summary>
|
|
2657 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
|
|
2658 </summary>
|
|
2659 <param name="value">The value.</param>
|
|
2660 <returns>The result of the conversion.</returns>
|
|
2661 </member>
|
|
2662 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
|
|
2663 <summary>
|
|
2664 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2665 </summary>
|
|
2666 <param name="value">The value.</param>
|
|
2667 <returns>The result of the conversion.</returns>
|
|
2668 </member>
|
|
2669 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
|
|
2670 <summary>
|
|
2671 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2672 </summary>
|
|
2673 <param name="value">The value.</param>
|
|
2674 <returns>The result of the conversion.</returns>
|
|
2675 </member>
|
|
2676 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
|
|
2677 <summary>
|
|
2678 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2679 </summary>
|
|
2680 <param name="value">The value.</param>
|
|
2681 <returns>The result of the conversion.</returns>
|
|
2682 </member>
|
|
2683 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
|
|
2684 <summary>
|
|
2685 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.
|
|
2686 </summary>
|
|
2687 <param name="value">The value.</param>
|
|
2688 <returns>The result of the conversion.</returns>
|
|
2689 </member>
|
|
2690 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
|
|
2691 <summary>
|
|
2692 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2693 </summary>
|
|
2694 <param name="value">The value.</param>
|
|
2695 <returns>The result of the conversion.</returns>
|
|
2696 </member>
|
|
2697 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
|
|
2698 <summary>
|
|
2699 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2700 </summary>
|
|
2701 <param name="value">The value.</param>
|
|
2702 <returns>The result of the conversion.</returns>
|
|
2703 </member>
|
|
2704 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
|
|
2705 <summary>
|
|
2706 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
|
|
2707 </summary>
|
|
2708 <param name="value">The value.</param>
|
|
2709 <returns>The result of the conversion.</returns>
|
|
2710 </member>
|
|
2711 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
|
|
2712 <summary>
|
|
2713 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2714 </summary>
|
|
2715 <param name="value">The value.</param>
|
|
2716 <returns>The result of the conversion.</returns>
|
|
2717 </member>
|
|
2718 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
|
|
2719 <summary>
|
|
2720 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
|
|
2721 </summary>
|
|
2722 <param name="value">The value.</param>
|
|
2723 <returns>The result of the conversion.</returns>
|
|
2724 </member>
|
|
2725 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
|
|
2726 <summary>
|
|
2727 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
|
|
2728 </summary>
|
|
2729 <param name="value">The value.</param>
|
|
2730 <returns>The result of the conversion.</returns>
|
|
2731 </member>
|
|
2732 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
|
|
2733 <summary>
|
|
2734 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
|
|
2735 </summary>
|
|
2736 <param name="value">The value.</param>
|
|
2737 <returns>The result of the conversion.</returns>
|
|
2738 </member>
|
|
2739 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
|
|
2740 <summary>
|
|
2741 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
|
|
2742 </summary>
|
|
2743 <param name="value">The value.</param>
|
|
2744 <returns>The result of the conversion.</returns>
|
|
2745 </member>
|
|
2746 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
|
|
2747 <summary>
|
|
2748 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
|
|
2749 </summary>
|
|
2750 <param name="value">The value.</param>
|
|
2751 <returns>The result of the conversion.</returns>
|
|
2752 </member>
|
|
2753 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
|
|
2754 <summary>
|
|
2755 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
|
|
2756 </summary>
|
|
2757 <param name="value">The value.</param>
|
|
2758 <returns>The result of the conversion.</returns>
|
|
2759 </member>
|
|
2760 <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
|
|
2761 <summary>
|
|
2762 Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte[]"/>.
|
|
2763 </summary>
|
|
2764 <param name="value">The value.</param>
|
|
2765 <returns>The result of the conversion.</returns>
|
|
2766 </member>
|
|
2767 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
|
|
2768 <summary>
|
|
2769 Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2770 </summary>
|
|
2771 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2772 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2773 </member>
|
|
2774 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
|
|
2775 <summary>
|
|
2776 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2777 </summary>
|
|
2778 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2779 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2780 </member>
|
|
2781 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
|
|
2782 <summary>
|
|
2783 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2784 </summary>
|
|
2785 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2786 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2787 </member>
|
|
2788 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
|
|
2789 <summary>
|
|
2790 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2791 </summary>
|
|
2792 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2793 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2794 </member>
|
|
2795 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
|
|
2796 <summary>
|
|
2797 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2798 </summary>
|
|
2799 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2800 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2801 </member>
|
|
2802 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
|
|
2803 <summary>
|
|
2804 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2805 </summary>
|
|
2806 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2807 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2808 </member>
|
|
2809 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
|
|
2810 <summary>
|
|
2811 Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2812 </summary>
|
|
2813 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2814 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2815 </member>
|
|
2816 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
|
|
2817 <summary>
|
|
2818 Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2819 </summary>
|
|
2820 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2821 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2822 </member>
|
|
2823 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
|
|
2824 <summary>
|
|
2825 Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2826 </summary>
|
|
2827 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2828 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2829 </member>
|
|
2830 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
|
|
2831 <summary>
|
|
2832 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2833 </summary>
|
|
2834 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2835 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2836 </member>
|
|
2837 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
|
|
2838 <summary>
|
|
2839 Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2840 </summary>
|
|
2841 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2842 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2843 </member>
|
|
2844 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
|
|
2845 <summary>
|
|
2846 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2847 </summary>
|
|
2848 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2849 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2850 </member>
|
|
2851 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
|
|
2852 <summary>
|
|
2853 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2854 </summary>
|
|
2855 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2856 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2857 </member>
|
|
2858 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
|
|
2859 <summary>
|
|
2860 Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2861 </summary>
|
|
2862 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2863 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2864 </member>
|
|
2865 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
|
|
2866 <summary>
|
|
2867 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2868 </summary>
|
|
2869 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2870 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2871 </member>
|
|
2872 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
|
|
2873 <summary>
|
|
2874 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2875 </summary>
|
|
2876 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2877 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2878 </member>
|
|
2879 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
|
|
2880 <summary>
|
|
2881 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2882 </summary>
|
|
2883 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2884 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2885 </member>
|
|
2886 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
|
|
2887 <summary>
|
|
2888 Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2889 </summary>
|
|
2890 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2891 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2892 </member>
|
|
2893 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
|
|
2894 <summary>
|
|
2895 Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2896 </summary>
|
|
2897 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2898 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2899 </member>
|
|
2900 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
|
|
2901 <summary>
|
|
2902 Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2903 </summary>
|
|
2904 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2905 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2906 </member>
|
|
2907 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
|
|
2908 <summary>
|
|
2909 Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2910 </summary>
|
|
2911 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2912 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2913 </member>
|
|
2914 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
|
|
2915 <summary>
|
|
2916 Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2917 </summary>
|
|
2918 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2919 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2920 </member>
|
|
2921 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
|
|
2922 <summary>
|
|
2923 Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2924 </summary>
|
|
2925 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2926 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2927 </member>
|
|
2928 <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
|
|
2929 <summary>
|
|
2930 Performs an implicit conversion from <see cref="T:System.Byte[]"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2931 </summary>
|
|
2932 <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
|
|
2933 <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
|
|
2934 </member>
|
|
2935 <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
|
|
2936 <summary>
|
|
2937 Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
|
|
2938 </summary>
|
|
2939 <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
|
|
2940 </member>
|
|
2941 <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
|
|
2942 <summary>
|
|
2943 Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
|
|
2944 </summary>
|
|
2945 <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
|
|
2946 <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
|
|
2947 </member>
|
|
2948 <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
2949 <summary>
|
|
2950 Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
2951 </summary>
|
|
2952 <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
|
|
2953 <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
|
|
2954 <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
|
|
2955 </member>
|
|
2956 <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">
|
|
2957 <summary>
|
|
2958 Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
2959 </summary>
|
|
2960 <returns>The new object created from the JSON value.</returns>
|
|
2961 </member>
|
|
2962 <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">
|
|
2963 <summary>
|
|
2964 Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
2965 </summary>
|
|
2966 <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
|
|
2967 <returns>The new object created from the JSON value.</returns>
|
|
2968 </member>
|
|
2969 <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
|
|
2970 <summary>
|
|
2971 Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
2972 </summary>
|
|
2973 <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
|
|
2974 <returns>
|
|
2975 An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
|
|
2976 that were read from the reader. The runtime type of the token is determined
|
|
2977 by the token type of the first token encountered in the reader.
|
|
2978 </returns>
|
|
2979 </member>
|
|
2980 <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
|
|
2981 <summary>
|
|
2982 Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
|
|
2983 </summary>
|
|
2984 <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
|
|
2985 <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
|
|
2986 </member>
|
|
2987 <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
|
|
2988 <summary>
|
|
2989 Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
2990 </summary>
|
|
2991 <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
|
|
2992 <returns>
|
|
2993 An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
|
|
2994 that were read from the reader. The runtime type of the token is determined
|
|
2995 by the token type of the first token encountered in the reader.
|
|
2996 </returns>
|
|
2997 </member>
|
|
2998 <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
|
|
2999 <summary>
|
|
3000 Selects the token that matches the object path.
|
|
3001 </summary>
|
|
3002 <param name="path">
|
|
3003 The object path from the current <see cref="T:Newtonsoft.Json.Linq.JToken"/> to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>
|
|
3004 to be returned. This must be a string of property names or array indexes separated
|
|
3005 by periods, such as <code>Tables[0].DefaultView[0].Price</code> in C# or
|
|
3006 <code>Tables(0).DefaultView(0).Price</code> in Visual Basic.
|
|
3007 </param>
|
|
3008 <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that matches the object path or a null reference if no matching token is found.</returns>
|
|
3009 </member>
|
|
3010 <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
|
|
3011 <summary>
|
|
3012 Selects the token that matches the object path.
|
|
3013 </summary>
|
|
3014 <param name="path">
|
|
3015 The object path from the current <see cref="T:Newtonsoft.Json.Linq.JToken"/> to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>
|
|
3016 to be returned. This must be a string of property names or array indexes separated
|
|
3017 by periods, such as <code>Tables[0].DefaultView[0].Price</code> in C# or
|
|
3018 <code>Tables(0).DefaultView(0).Price</code> in Visual Basic.
|
|
3019 </param>
|
|
3020 <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no token is found.</param>
|
|
3021 <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that matches the object path.</returns>
|
|
3022 </member>
|
|
3023 <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
|
|
3024 <summary>
|
|
3025 Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
|
|
3026 </summary>
|
|
3027 <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
|
|
3028 </member>
|
|
3029 <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
|
|
3030 <summary>
|
|
3031 Gets a comparer that can compare two tokens for value equality.
|
|
3032 </summary>
|
|
3033 <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
|
|
3034 </member>
|
|
3035 <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
|
|
3036 <summary>
|
|
3037 Gets or sets the parent.
|
|
3038 </summary>
|
|
3039 <value>The parent.</value>
|
|
3040 </member>
|
|
3041 <member name="P:Newtonsoft.Json.Linq.JToken.Root">
|
|
3042 <summary>
|
|
3043 Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
3044 </summary>
|
|
3045 <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
|
|
3046 </member>
|
|
3047 <member name="P:Newtonsoft.Json.Linq.JToken.Type">
|
|
3048 <summary>
|
|
3049 Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
3050 </summary>
|
|
3051 <value>The type.</value>
|
|
3052 </member>
|
|
3053 <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
|
|
3054 <summary>
|
|
3055 Gets a value indicating whether this token has childen tokens.
|
|
3056 </summary>
|
|
3057 <value>
|
|
3058 <c>true</c> if this token has child values; otherwise, <c>false</c>.
|
|
3059 </value>
|
|
3060 </member>
|
|
3061 <member name="P:Newtonsoft.Json.Linq.JToken.Next">
|
|
3062 <summary>
|
|
3063 Gets the next sibling token of this node.
|
|
3064 </summary>
|
|
3065 <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
|
|
3066 </member>
|
|
3067 <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
|
|
3068 <summary>
|
|
3069 Gets the previous sibling token of this node.
|
|
3070 </summary>
|
|
3071 <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
|
|
3072 </member>
|
|
3073 <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
|
|
3074 <summary>
|
|
3075 Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
|
|
3076 </summary>
|
|
3077 <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
|
|
3078 </member>
|
|
3079 <member name="P:Newtonsoft.Json.Linq.JToken.First">
|
|
3080 <summary>
|
|
3081 Get the first child token of this token.
|
|
3082 </summary>
|
|
3083 <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
|
|
3084 </member>
|
|
3085 <member name="P:Newtonsoft.Json.Linq.JToken.Last">
|
|
3086 <summary>
|
|
3087 Get the last child token of this token.
|
|
3088 </summary>
|
|
3089 <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
|
|
3090 </member>
|
|
3091 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
|
|
3092 <summary>
|
|
3093 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
|
|
3094 </summary>
|
|
3095 <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
|
|
3096 </member>
|
|
3097 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
|
|
3098 <summary>
|
|
3099 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3100 </summary>
|
|
3101 <param name="value">The value.</param>
|
|
3102 </member>
|
|
3103 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
|
|
3104 <summary>
|
|
3105 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3106 </summary>
|
|
3107 <param name="value">The value.</param>
|
|
3108 </member>
|
|
3109 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
|
|
3110 <summary>
|
|
3111 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3112 </summary>
|
|
3113 <param name="value">The value.</param>
|
|
3114 </member>
|
|
3115 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
|
|
3116 <summary>
|
|
3117 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3118 </summary>
|
|
3119 <param name="value">The value.</param>
|
|
3120 </member>
|
|
3121 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
|
|
3122 <summary>
|
|
3123 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3124 </summary>
|
|
3125 <param name="value">The value.</param>
|
|
3126 </member>
|
|
3127 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
|
|
3128 <summary>
|
|
3129 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3130 </summary>
|
|
3131 <param name="value">The value.</param>
|
|
3132 </member>
|
|
3133 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">
|
|
3134 <summary>
|
|
3135 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3136 </summary>
|
|
3137 <param name="value">The value.</param>
|
|
3138 </member>
|
|
3139 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">
|
|
3140 <summary>
|
|
3141 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3142 </summary>
|
|
3143 <param name="value">The value.</param>
|
|
3144 </member>
|
|
3145 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">
|
|
3146 <summary>
|
|
3147 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3148 </summary>
|
|
3149 <param name="value">The value.</param>
|
|
3150 </member>
|
|
3151 <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
|
|
3152 <summary>
|
|
3153 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
|
|
3154 </summary>
|
|
3155 <param name="value">The value.</param>
|
|
3156 </member>
|
|
3157 <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
|
|
3158 <summary>
|
|
3159 Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
|
|
3160 </summary>
|
|
3161 <param name="value">The value.</param>
|
|
3162 <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
|
|
3163 </member>
|
|
3164 <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
|
|
3165 <summary>
|
|
3166 Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
|
|
3167 </summary>
|
|
3168 <param name="value">The value.</param>
|
|
3169 <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
|
|
3170 </member>
|
|
3171 <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
|
|
3172 <summary>
|
|
3173 Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
|
|
3174 </summary>
|
|
3175 <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
|
|
3176 <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
|
|
3177 </member>
|
|
3178 <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
|
|
3179 <summary>
|
|
3180 Indicates whether the current object is equal to another object of the same type.
|
|
3181 </summary>
|
|
3182 <returns>
|
|
3183 true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.
|
|
3184 </returns>
|
|
3185 <param name="other">An object to compare with this object.</param>
|
|
3186 </member>
|
|
3187 <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
|
|
3188 <summary>
|
|
3189 Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
|
|
3190 </summary>
|
|
3191 <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
|
|
3192 <returns>
|
|
3193 true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
|
|
3194 </returns>
|
|
3195 <exception cref="T:System.NullReferenceException">
|
|
3196 The <paramref name="obj"/> parameter is null.
|
|
3197 </exception>
|
|
3198 </member>
|
|
3199 <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
|
|
3200 <summary>
|
|
3201 Serves as a hash function for a particular type.
|
|
3202 </summary>
|
|
3203 <returns>
|
|
3204 A hash code for the current <see cref="T:System.Object"/>.
|
|
3205 </returns>
|
|
3206 </member>
|
|
3207 <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
|
|
3208 <summary>
|
|
3209 Returns a <see cref="T:System.String"/> that represents this instance.
|
|
3210 </summary>
|
|
3211 <returns>
|
|
3212 A <see cref="T:System.String"/> that represents this instance.
|
|
3213 </returns>
|
|
3214 </member>
|
|
3215 <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
|
|
3216 <summary>
|
|
3217 Returns a <see cref="T:System.String"/> that represents this instance.
|
|
3218 </summary>
|
|
3219 <param name="format">The format.</param>
|
|
3220 <returns>
|
|
3221 A <see cref="T:System.String"/> that represents this instance.
|
|
3222 </returns>
|
|
3223 </member>
|
|
3224 <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
|
|
3225 <summary>
|
|
3226 Returns a <see cref="T:System.String"/> that represents this instance.
|
|
3227 </summary>
|
|
3228 <param name="formatProvider">The format provider.</param>
|
|
3229 <returns>
|
|
3230 A <see cref="T:System.String"/> that represents this instance.
|
|
3231 </returns>
|
|
3232 </member>
|
|
3233 <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
|
|
3234 <summary>
|
|
3235 Returns a <see cref="T:System.String"/> that represents this instance.
|
|
3236 </summary>
|
|
3237 <param name="format">The format.</param>
|
|
3238 <param name="formatProvider">The format provider.</param>
|
|
3239 <returns>
|
|
3240 A <see cref="T:System.String"/> that represents this instance.
|
|
3241 </returns>
|
|
3242 </member>
|
|
3243 <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
|
|
3244 <summary>
|
|
3245 Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
|
|
3246 </summary>
|
|
3247 <param name="obj">An object to compare with this instance.</param>
|
|
3248 <returns>
|
|
3249 A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
|
|
3250 Value
|
|
3251 Meaning
|
|
3252 Less than zero
|
|
3253 This instance is less than <paramref name="obj"/>.
|
|
3254 Zero
|
|
3255 This instance is equal to <paramref name="obj"/>.
|
|
3256 Greater than zero
|
|
3257 This instance is greater than <paramref name="obj"/>.
|
|
3258 </returns>
|
|
3259 <exception cref="T:System.ArgumentException">
|
|
3260 <paramref name="obj"/> is not the same type as this instance.
|
|
3261 </exception>
|
|
3262 </member>
|
|
3263 <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
|
|
3264 <summary>
|
|
3265 Gets a value indicating whether this token has childen tokens.
|
|
3266 </summary>
|
|
3267 <value>
|
|
3268 <c>true</c> if this token has child values; otherwise, <c>false</c>.
|
|
3269 </value>
|
|
3270 </member>
|
|
3271 <member name="P:Newtonsoft.Json.Linq.JValue.Type">
|
|
3272 <summary>
|
|
3273 Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
3274 </summary>
|
|
3275 <value>The type.</value>
|
|
3276 </member>
|
|
3277 <member name="P:Newtonsoft.Json.Linq.JValue.Value">
|
|
3278 <summary>
|
|
3279 Gets or sets the underlying token value.
|
|
3280 </summary>
|
|
3281 <value>The underlying token value.</value>
|
|
3282 </member>
|
|
3283 <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
|
|
3284 <summary>
|
|
3285 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
|
|
3286 </summary>
|
|
3287 <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
|
|
3288 </member>
|
|
3289 <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
|
|
3290 <summary>
|
|
3291 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
|
|
3292 </summary>
|
|
3293 <param name="rawJson">The raw json.</param>
|
|
3294 </member>
|
|
3295 <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
|
|
3296 <summary>
|
|
3297 Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
|
|
3298 </summary>
|
|
3299 <param name="reader">The reader.</param>
|
|
3300 <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
|
|
3301 </member>
|
|
3302 <member name="T:Newtonsoft.Json.Required">
|
|
3303 <summary>
|
|
3304 Indicating whether a property is required.
|
|
3305 </summary>
|
|
3306 </member>
|
|
3307 <member name="F:Newtonsoft.Json.Required.Default">
|
|
3308 <summary>
|
|
3309 The property is not required. The default state.
|
|
3310 </summary>
|
|
3311 </member>
|
|
3312 <member name="F:Newtonsoft.Json.Required.AllowNull">
|
|
3313 <summary>
|
|
3314 The property must be defined in JSON but can be a null value.
|
|
3315 </summary>
|
|
3316 </member>
|
|
3317 <member name="F:Newtonsoft.Json.Required.Always">
|
|
3318 <summary>
|
|
3319 The property must be defined in JSON and cannot be a null value.
|
|
3320 </summary>
|
|
3321 </member>
|
|
3322 <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
|
|
3323 <summary>
|
|
3324 Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
3325 </summary>
|
|
3326 </member>
|
|
3327 <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
|
|
3328 <summary>
|
|
3329 Resolves a reference to its object.
|
|
3330 </summary>
|
|
3331 <param name="context">The serialization context.</param>
|
|
3332 <param name="reference">The reference to resolve.</param>
|
|
3333 <returns>The object that</returns>
|
|
3334 </member>
|
|
3335 <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
|
|
3336 <summary>
|
|
3337 Gets the reference for the sepecified object.
|
|
3338 </summary>
|
|
3339 <param name="context">The serialization context.</param>
|
|
3340 <param name="value">The object to get a reference for.</param>
|
|
3341 <returns>The reference to the object.</returns>
|
|
3342 </member>
|
|
3343 <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
|
|
3344 <summary>
|
|
3345 Determines whether the specified object is referenced.
|
|
3346 </summary>
|
|
3347 <param name="context">The serialization context.</param>
|
|
3348 <param name="value">The object to test for a reference.</param>
|
|
3349 <returns>
|
|
3350 <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
|
|
3351 </returns>
|
|
3352 </member>
|
|
3353 <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
|
|
3354 <summary>
|
|
3355 Adds a reference to the specified object.
|
|
3356 </summary>
|
|
3357 <param name="context">The serialization context.</param>
|
|
3358 <param name="reference">The reference.</param>
|
|
3359 <param name="value">The object to reference.</param>
|
|
3360 </member>
|
|
3361 <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
|
|
3362 <summary>
|
|
3363 Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
3364 </summary>
|
|
3365 </member>
|
|
3366 <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
|
|
3367 <summary>
|
|
3368 Do not preserve references when serializing types.
|
|
3369 </summary>
|
|
3370 </member>
|
|
3371 <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
|
|
3372 <summary>
|
|
3373 Preserve references when serializing into a JSON object structure.
|
|
3374 </summary>
|
|
3375 </member>
|
|
3376 <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
|
|
3377 <summary>
|
|
3378 Preserve references when serializing into a JSON array structure.
|
|
3379 </summary>
|
|
3380 </member>
|
|
3381 <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
|
|
3382 <summary>
|
|
3383 Preserve references when serializing.
|
|
3384 </summary>
|
|
3385 </member>
|
|
3386 <member name="T:Newtonsoft.Json.JsonArrayAttribute">
|
|
3387 <summary>
|
|
3388 Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
|
|
3389 </summary>
|
|
3390 </member>
|
|
3391 <member name="T:Newtonsoft.Json.JsonContainerAttribute">
|
|
3392 <summary>
|
|
3393 Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
|
|
3394 </summary>
|
|
3395 </member>
|
|
3396 <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
|
|
3397 <summary>
|
|
3398 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
|
|
3399 </summary>
|
|
3400 </member>
|
|
3401 <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
|
|
3402 <summary>
|
|
3403 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
|
|
3404 </summary>
|
|
3405 <param name="id">The container Id.</param>
|
|
3406 </member>
|
|
3407 <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
|
|
3408 <summary>
|
|
3409 Gets or sets the id.
|
|
3410 </summary>
|
|
3411 <value>The id.</value>
|
|
3412 </member>
|
|
3413 <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
|
|
3414 <summary>
|
|
3415 Gets or sets the title.
|
|
3416 </summary>
|
|
3417 <value>The title.</value>
|
|
3418 </member>
|
|
3419 <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
|
|
3420 <summary>
|
|
3421 Gets or sets the description.
|
|
3422 </summary>
|
|
3423 <value>The description.</value>
|
|
3424 </member>
|
|
3425 <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
|
|
3426 <summary>
|
|
3427 Gets or sets a value that indicates whether to preserve object reference data.
|
|
3428 </summary>
|
|
3429 <value>
|
|
3430 <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
|
|
3431 </value>
|
|
3432 </member>
|
|
3433 <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
|
|
3434 <summary>
|
|
3435 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
|
|
3436 </summary>
|
|
3437 </member>
|
|
3438 <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
|
|
3439 <summary>
|
|
3440 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items
|
|
3441 </summary>
|
|
3442 <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
|
|
3443 </member>
|
|
3444 <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
|
|
3445 <summary>
|
|
3446 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
|
|
3447 </summary>
|
|
3448 <param name="id">The container Id.</param>
|
|
3449 </member>
|
|
3450 <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
|
|
3451 <summary>
|
|
3452 Gets or sets a value indicating whether null items are allowed in the collection.
|
|
3453 </summary>
|
|
3454 <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
|
|
3455 </member>
|
|
3456 <member name="T:Newtonsoft.Json.DefaultValueHandling">
|
|
3457 <summary>
|
|
3458 Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
3459 </summary>
|
|
3460 </member>
|
|
3461 <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
|
|
3462 <summary>
|
|
3463 Include members where the member value is the same as the member's default value when serializing objects.
|
|
3464 Included members are written to JSON. Has no effect when deserializing.
|
|
3465 </summary>
|
|
3466 </member>
|
|
3467 <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
|
|
3468 <summary>
|
|
3469 Ignore members where the member value is the same as the member's default value when serializing objects
|
|
3470 so that is is not written to JSON, and ignores setting members when the JSON value equals the member's default value.
|
|
3471 </summary>
|
|
3472 </member>
|
|
3473 <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">
|
|
3474 <summary>
|
|
3475 Members with a default value but no JSON will be set to their default value when deserializing.
|
|
3476 </summary>
|
|
3477 </member>
|
|
3478 <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">
|
|
3479 <summary>
|
|
3480 Ignore members where the member value is the same as the member's default value when serializing objects
|
|
3481 and sets members to their default value when deserializing.
|
|
3482 </summary>
|
|
3483 </member>
|
|
3484 <member name="T:Newtonsoft.Json.JsonConverterAttribute">
|
|
3485 <summary>
|
|
3486 Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
|
|
3487 </summary>
|
|
3488 </member>
|
|
3489 <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
|
|
3490 <summary>
|
|
3491 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
|
|
3492 </summary>
|
|
3493 <param name="converterType">Type of the converter.</param>
|
|
3494 </member>
|
|
3495 <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
|
|
3496 <summary>
|
|
3497 Gets the type of the converter.
|
|
3498 </summary>
|
|
3499 <value>The type of the converter.</value>
|
|
3500 </member>
|
|
3501 <member name="T:Newtonsoft.Json.JsonObjectAttribute">
|
|
3502 <summary>
|
|
3503 Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
|
|
3504 </summary>
|
|
3505 </member>
|
|
3506 <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
|
|
3507 <summary>
|
|
3508 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
|
|
3509 </summary>
|
|
3510 </member>
|
|
3511 <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
|
|
3512 <summary>
|
|
3513 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
|
|
3514 </summary>
|
|
3515 <param name="memberSerialization">The member serialization.</param>
|
|
3516 </member>
|
|
3517 <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
|
|
3518 <summary>
|
|
3519 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
|
|
3520 </summary>
|
|
3521 <param name="id">The container Id.</param>
|
|
3522 </member>
|
|
3523 <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
|
|
3524 <summary>
|
|
3525 Gets or sets the member serialization.
|
|
3526 </summary>
|
|
3527 <value>The member serialization.</value>
|
|
3528 </member>
|
|
3529 <member name="T:Newtonsoft.Json.JsonSerializerSettings">
|
|
3530 <summary>
|
|
3531 Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
|
|
3532 </summary>
|
|
3533 </member>
|
|
3534 <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
|
|
3535 <summary>
|
|
3536 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
|
|
3537 </summary>
|
|
3538 </member>
|
|
3539 <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
|
|
3540 <summary>
|
|
3541 Gets or sets how reference loops (e.g. a class referencing itself) is handled.
|
|
3542 </summary>
|
|
3543 <value>Reference loop handling.</value>
|
|
3544 </member>
|
|
3545 <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
|
|
3546 <summary>
|
|
3547 Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
|
|
3548 </summary>
|
|
3549 <value>Missing member handling.</value>
|
|
3550 </member>
|
|
3551 <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
|
|
3552 <summary>
|
|
3553 Gets or sets how objects are created during deserialization.
|
|
3554 </summary>
|
|
3555 <value>The object creation handling.</value>
|
|
3556 </member>
|
|
3557 <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
|
|
3558 <summary>
|
|
3559 Gets or sets how null values are handled during serialization and deserialization.
|
|
3560 </summary>
|
|
3561 <value>Null value handling.</value>
|
|
3562 </member>
|
|
3563 <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
|
|
3564 <summary>
|
|
3565 Gets or sets how null default are handled during serialization and deserialization.
|
|
3566 </summary>
|
|
3567 <value>The default value handling.</value>
|
|
3568 </member>
|
|
3569 <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
|
|
3570 <summary>
|
|
3571 Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
|
|
3572 </summary>
|
|
3573 <value>The converters.</value>
|
|
3574 </member>
|
|
3575 <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
|
|
3576 <summary>
|
|
3577 Gets or sets how object references are preserved by the serializer.
|
|
3578 </summary>
|
|
3579 <value>The preserve references handling.</value>
|
|
3580 </member>
|
|
3581 <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
|
|
3582 <summary>
|
|
3583 Gets or sets how type name writing and reading is handled by the serializer.
|
|
3584 </summary>
|
|
3585 <value>The type name handling.</value>
|
|
3586 </member>
|
|
3587 <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
|
|
3588 <summary>
|
|
3589 Gets or sets how a type name assembly is written and resolved by the serializer.
|
|
3590 </summary>
|
|
3591 <value>The type name assembly format.</value>
|
|
3592 </member>
|
|
3593 <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
|
|
3594 <summary>
|
|
3595 Gets or sets how constructors are used during deserialization.
|
|
3596 </summary>
|
|
3597 <value>The constructor handling.</value>
|
|
3598 </member>
|
|
3599 <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
|
|
3600 <summary>
|
|
3601 Gets or sets the contract resolver used by the serializer when
|
|
3602 serializing .NET objects to JSON and vice versa.
|
|
3603 </summary>
|
|
3604 <value>The contract resolver.</value>
|
|
3605 </member>
|
|
3606 <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
|
|
3607 <summary>
|
|
3608 Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
|
|
3609 </summary>
|
|
3610 <value>The reference resolver.</value>
|
|
3611 </member>
|
|
3612 <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
|
|
3613 <summary>
|
|
3614 Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
|
|
3615 </summary>
|
|
3616 <value>The binder.</value>
|
|
3617 </member>
|
|
3618 <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
|
|
3619 <summary>
|
|
3620 Gets or sets the error handler called during serialization and deserialization.
|
|
3621 </summary>
|
|
3622 <value>The error handler called during serialization and deserialization.</value>
|
|
3623 </member>
|
|
3624 <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
|
|
3625 <summary>
|
|
3626 Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
|
|
3627 </summary>
|
|
3628 <value>The context.</value>
|
|
3629 </member>
|
|
3630 <member name="T:Newtonsoft.Json.JsonValidatingReader">
|
|
3631 <summary>
|
|
3632 Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
|
|
3633 </summary>
|
|
3634 </member>
|
|
3635 <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
|
|
3636 <summary>
|
|
3637 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
|
|
3638 validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
3639 </summary>
|
|
3640 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
|
|
3641 </member>
|
|
3642 <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">
|
|
3643 <summary>
|
|
3644 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
3645 </summary>
|
|
3646 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
3647 </member>
|
|
3648 <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
|
|
3649 <summary>
|
|
3650 Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
|
|
3651 </summary>
|
|
3652 <returns>
|
|
3653 A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
|
|
3654 </returns>
|
|
3655 </member>
|
|
3656 <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
|
|
3657 <summary>
|
|
3658 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
3659 </summary>
|
|
3660 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
3661 </member>
|
|
3662 <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
|
|
3663 <summary>
|
|
3664 Reads the next JSON token from the stream.
|
|
3665 </summary>
|
|
3666 <returns>
|
|
3667 true if the next token was read successfully; false if there are no more tokens to read.
|
|
3668 </returns>
|
|
3669 </member>
|
|
3670 <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
|
|
3671 <summary>
|
|
3672 Sets an event handler for receiving schema validation errors.
|
|
3673 </summary>
|
|
3674 </member>
|
|
3675 <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
|
|
3676 <summary>
|
|
3677 Gets the text value of the current Json token.
|
|
3678 </summary>
|
|
3679 <value></value>
|
|
3680 </member>
|
|
3681 <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
|
|
3682 <summary>
|
|
3683 Gets the depth of the current token in the JSON document.
|
|
3684 </summary>
|
|
3685 <value>The depth of the current token in the JSON document.</value>
|
|
3686 </member>
|
|
3687 <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
|
|
3688 <summary>
|
|
3689 Gets the quotation mark character used to enclose the value of a string.
|
|
3690 </summary>
|
|
3691 <value></value>
|
|
3692 </member>
|
|
3693 <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
|
|
3694 <summary>
|
|
3695 Gets the type of the current Json token.
|
|
3696 </summary>
|
|
3697 <value></value>
|
|
3698 </member>
|
|
3699 <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
|
|
3700 <summary>
|
|
3701 Gets the Common Language Runtime (CLR) type for the current Json token.
|
|
3702 </summary>
|
|
3703 <value></value>
|
|
3704 </member>
|
|
3705 <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
|
|
3706 <summary>
|
|
3707 Gets or sets the schema.
|
|
3708 </summary>
|
|
3709 <value>The schema.</value>
|
|
3710 </member>
|
|
3711 <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
|
|
3712 <summary>
|
|
3713 Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
|
|
3714 </summary>
|
|
3715 <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
|
|
3716 </member>
|
|
3717 <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
|
|
3718 <summary>
|
|
3719 Compares tokens to determine whether they are equal.
|
|
3720 </summary>
|
|
3721 </member>
|
|
3722 <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
|
|
3723 <summary>
|
|
3724 Determines whether the specified objects are equal.
|
|
3725 </summary>
|
|
3726 <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
|
|
3727 <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
|
|
3728 <returns>
|
|
3729 true if the specified objects are equal; otherwise, false.
|
|
3730 </returns>
|
|
3731 </member>
|
|
3732 <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
|
|
3733 <summary>
|
|
3734 Returns a hash code for the specified object.
|
|
3735 </summary>
|
|
3736 <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
|
|
3737 <returns>A hash code for the specified object.</returns>
|
|
3738 <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>
|
|
3739 </member>
|
|
3740 <member name="T:Newtonsoft.Json.MemberSerialization">
|
|
3741 <summary>
|
|
3742 Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
3743 </summary>
|
|
3744 </member>
|
|
3745 <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
|
|
3746 <summary>
|
|
3747 All members are serialized by default. Members can be excluded using the <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/>.
|
|
3748 </summary>
|
|
3749 </member>
|
|
3750 <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
|
|
3751 <summary>
|
|
3752 Only members must be marked with the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> are serialized.
|
|
3753 </summary>
|
|
3754 </member>
|
|
3755 <member name="T:Newtonsoft.Json.ObjectCreationHandling">
|
|
3756 <summary>
|
|
3757 Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
3758 </summary>
|
|
3759 </member>
|
|
3760 <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
|
|
3761 <summary>
|
|
3762 Reuse existing objects, create new objects when needed.
|
|
3763 </summary>
|
|
3764 </member>
|
|
3765 <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
|
|
3766 <summary>
|
|
3767 Only reuse existing objects.
|
|
3768 </summary>
|
|
3769 </member>
|
|
3770 <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
|
|
3771 <summary>
|
|
3772 Always create new objects.
|
|
3773 </summary>
|
|
3774 </member>
|
|
3775 <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
|
|
3776 <summary>
|
|
3777 Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
|
|
3778 </summary>
|
|
3779 </member>
|
|
3780 <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
3781 <summary>
|
|
3782 Writes the JSON representation of the object.
|
|
3783 </summary>
|
|
3784 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
3785 <param name="value">The value.</param>
|
|
3786 <param name="serializer">The calling serializer.</param>
|
|
3787 </member>
|
|
3788 <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
3789 <summary>
|
|
3790 Reads the JSON representation of the object.
|
|
3791 </summary>
|
|
3792 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
3793 <param name="objectType">Type of the object.</param>
|
|
3794 <param name="existingValue">The existing value of object being read.</param>
|
|
3795 <param name="serializer">The calling serializer.</param>
|
|
3796 <returns>The object value.</returns>
|
|
3797 </member>
|
|
3798 <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
|
|
3799 <summary>
|
|
3800 Gets or sets the date time styles used when converting a date to and from JSON.
|
|
3801 </summary>
|
|
3802 <value>The date time styles used when converting a date to and from JSON.</value>
|
|
3803 </member>
|
|
3804 <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
|
|
3805 <summary>
|
|
3806 Gets or sets the date time format used when converting a date to and from JSON.
|
|
3807 </summary>
|
|
3808 <value>The date time format used when converting a date to and from JSON.</value>
|
|
3809 </member>
|
|
3810 <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
|
|
3811 <summary>
|
|
3812 Gets or sets the culture used when converting a date to and from JSON.
|
|
3813 </summary>
|
|
3814 <value>The culture used when converting a date to and from JSON.</value>
|
|
3815 </member>
|
|
3816 <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
|
|
3817 <summary>
|
|
3818 Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).
|
|
3819 </summary>
|
|
3820 </member>
|
|
3821 <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
3822 <summary>
|
|
3823 Writes the JSON representation of the object.
|
|
3824 </summary>
|
|
3825 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
3826 <param name="value">The value.</param>
|
|
3827 <param name="serializer">The calling serializer.</param>
|
|
3828 </member>
|
|
3829 <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
3830 <summary>
|
|
3831 Reads the JSON representation of the object.
|
|
3832 </summary>
|
|
3833 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
3834 <param name="objectType">Type of the object.</param>
|
|
3835 <param name="existingValue">The existing property value of the JSON that is being converted.</param>
|
|
3836 <param name="serializer">The calling serializer.</param>
|
|
3837 <returns>The object value.</returns>
|
|
3838 </member>
|
|
3839 <member name="T:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode">
|
|
3840 <summary>
|
|
3841 Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.
|
|
3842 </summary>
|
|
3843 </member>
|
|
3844 <member name="F:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode.Local">
|
|
3845 <summary>
|
|
3846 The time represented is local time.
|
|
3847 </summary>
|
|
3848 </member>
|
|
3849 <member name="F:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode.Utc">
|
|
3850 <summary>
|
|
3851 The time represented is UTC.
|
|
3852 </summary>
|
|
3853 </member>
|
|
3854 <member name="F:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode.Unspecified">
|
|
3855 <summary>
|
|
3856 The time represented is not specified as either local time or Coordinated Universal Time (UTC).
|
|
3857 </summary>
|
|
3858 </member>
|
|
3859 <member name="F:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode.RoundtripKind">
|
|
3860 <summary>
|
|
3861 Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object.
|
|
3862 </summary>
|
|
3863 </member>
|
|
3864 <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">
|
|
3865 <summary>
|
|
3866 Converts XML to and from JSON.
|
|
3867 </summary>
|
|
3868 </member>
|
|
3869 <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
3870 <summary>
|
|
3871 Writes the JSON representation of the object.
|
|
3872 </summary>
|
|
3873 <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
|
|
3874 <param name="serializer">The calling serializer.</param>
|
|
3875 <param name="value">The value.</param>
|
|
3876 </member>
|
|
3877 <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
3878 <summary>
|
|
3879 Reads the JSON representation of the object.
|
|
3880 </summary>
|
|
3881 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
|
|
3882 <param name="objectType">Type of the object.</param>
|
|
3883 <param name="existingValue">The existing value of object being read.</param>
|
|
3884 <param name="serializer">The calling serializer.</param>
|
|
3885 <returns>The object value.</returns>
|
|
3886 </member>
|
|
3887 <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">
|
|
3888 <summary>
|
|
3889 Checks if the attributeName is a namespace attribute.
|
|
3890 </summary>
|
|
3891 <param name="attributeName">Attribute name to test.</param>
|
|
3892 <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>
|
|
3893 <returns>True if attribute name is for a namespace attribute, otherwise false.</returns>
|
|
3894 </member>
|
|
3895 <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">
|
|
3896 <summary>
|
|
3897 Determines whether this instance can convert the specified value type.
|
|
3898 </summary>
|
|
3899 <param name="valueType">Type of the value.</param>
|
|
3900 <returns>
|
|
3901 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
|
|
3902 </returns>
|
|
3903 </member>
|
|
3904 <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">
|
|
3905 <summary>
|
|
3906 Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
|
|
3907 </summary>
|
|
3908 <value>The name of the deserialize root element.</value>
|
|
3909 </member>
|
|
3910 <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">
|
|
3911 <summary>
|
|
3912 Gets or sets a flag to indicate whether to write the Json.NET array attribute.
|
|
3913 This attribute helps preserve arrays when converting the written XML back to JSON.
|
|
3914 </summary>
|
|
3915 <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>
|
|
3916 </member>
|
|
3917 <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">
|
|
3918 <summary>
|
|
3919 Gets or sets a value indicating whether to write the root JSON object.
|
|
3920 </summary>
|
|
3921 <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>
|
|
3922 </member>
|
|
3923 <member name="T:Newtonsoft.Json.JsonTextReader">
|
|
3924 <summary>
|
|
3925 Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
|
|
3926 </summary>
|
|
3927 </member>
|
|
3928 <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
|
|
3929 <summary>
|
|
3930 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
|
|
3931 </summary>
|
|
3932 <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
|
|
3933 </member>
|
|
3934 <member name="M:Newtonsoft.Json.JsonTextReader.Read">
|
|
3935 <summary>
|
|
3936 Reads the next JSON token from the stream.
|
|
3937 </summary>
|
|
3938 <returns>
|
|
3939 true if the next token was read successfully; false if there are no more tokens to read.
|
|
3940 </returns>
|
|
3941 </member>
|
|
3942 <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
|
|
3943 <summary>
|
|
3944 Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
|
|
3945 </summary>
|
|
3946 <returns>
|
|
3947 A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
|
|
3948 </returns>
|
|
3949 </member>
|
|
3950 <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
|
|
3951 <summary>
|
|
3952 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
3953 </summary>
|
|
3954 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
3955 </member>
|
|
3956 <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
|
|
3957 <summary>
|
|
3958 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
3959 </summary>
|
|
3960 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
3961 </member>
|
|
3962 <member name="M:Newtonsoft.Json.JsonTextReader.Close">
|
|
3963 <summary>
|
|
3964 Changes the state to closed.
|
|
3965 </summary>
|
|
3966 </member>
|
|
3967 <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
|
|
3968 <summary>
|
|
3969 Gets a value indicating whether the class can return line information.
|
|
3970 </summary>
|
|
3971 <returns>
|
|
3972 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
|
|
3973 </returns>
|
|
3974 </member>
|
|
3975 <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
|
|
3976 <summary>
|
|
3977 Gets the current line number.
|
|
3978 </summary>
|
|
3979 <value>
|
|
3980 The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
|
|
3981 </value>
|
|
3982 </member>
|
|
3983 <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
|
|
3984 <summary>
|
|
3985 Gets the current line position.
|
|
3986 </summary>
|
|
3987 <value>
|
|
3988 The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
|
|
3989 </value>
|
|
3990 </member>
|
|
3991 <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
|
|
3992 <summary>
|
|
3993 Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
|
|
3994 </summary>
|
|
3995 </member>
|
|
3996 <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
|
|
3997 <summary>
|
|
3998 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
|
|
3999 </summary>
|
|
4000 </member>
|
|
4001 <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
|
|
4002 <summary>
|
|
4003 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
|
|
4004 </summary>
|
|
4005 <param name="propertyName">Name of the property.</param>
|
|
4006 </member>
|
|
4007 <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
|
|
4008 <summary>
|
|
4009 Gets or sets the null value handling used when serializing this property.
|
|
4010 </summary>
|
|
4011 <value>The null value handling.</value>
|
|
4012 </member>
|
|
4013 <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
|
|
4014 <summary>
|
|
4015 Gets or sets the default value handling used when serializing this property.
|
|
4016 </summary>
|
|
4017 <value>The default value handling.</value>
|
|
4018 </member>
|
|
4019 <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
|
|
4020 <summary>
|
|
4021 Gets or sets the reference loop handling used when serializing this property.
|
|
4022 </summary>
|
|
4023 <value>The reference loop handling.</value>
|
|
4024 </member>
|
|
4025 <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
|
|
4026 <summary>
|
|
4027 Gets or sets the object creation handling used when deserializing this property.
|
|
4028 </summary>
|
|
4029 <value>The object creation handling.</value>
|
|
4030 </member>
|
|
4031 <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
|
|
4032 <summary>
|
|
4033 Gets or sets the type name handling used when serializing this property.
|
|
4034 </summary>
|
|
4035 <value>The type name handling.</value>
|
|
4036 </member>
|
|
4037 <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
|
|
4038 <summary>
|
|
4039 Gets or sets whether this property's value is serialized as a reference.
|
|
4040 </summary>
|
|
4041 <value>Whether this property's value is serialized as a reference.</value>
|
|
4042 </member>
|
|
4043 <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
|
|
4044 <summary>
|
|
4045 Gets or sets the order of serialization and deserialization of a member.
|
|
4046 </summary>
|
|
4047 <value>The numeric order of serialization or deserialization.</value>
|
|
4048 </member>
|
|
4049 <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
|
|
4050 <summary>
|
|
4051 Gets or sets the name of the property.
|
|
4052 </summary>
|
|
4053 <value>The name of the property.</value>
|
|
4054 </member>
|
|
4055 <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
|
|
4056 <summary>
|
|
4057 Gets or sets a value indicating whether this property is required.
|
|
4058 </summary>
|
|
4059 <value>
|
|
4060 A value indicating whether this property is required.
|
|
4061 </value>
|
|
4062 </member>
|
|
4063 <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
|
|
4064 <summary>
|
|
4065 Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
|
|
4066 </summary>
|
|
4067 </member>
|
|
4068 <member name="T:Newtonsoft.Json.JsonTextWriter">
|
|
4069 <summary>
|
|
4070 Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
|
|
4071 </summary>
|
|
4072 </member>
|
|
4073 <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
|
|
4074 <summary>
|
|
4075 Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>.
|
|
4076 </summary>
|
|
4077 <param name="textWriter">The <c>TextWriter</c> to write to.</param>
|
|
4078 </member>
|
|
4079 <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
|
|
4080 <summary>
|
|
4081 Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
|
|
4082 </summary>
|
|
4083 </member>
|
|
4084 <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
|
|
4085 <summary>
|
|
4086 Closes this stream and the underlying stream.
|
|
4087 </summary>
|
|
4088 </member>
|
|
4089 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
|
|
4090 <summary>
|
|
4091 Writes the beginning of a Json object.
|
|
4092 </summary>
|
|
4093 </member>
|
|
4094 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
|
|
4095 <summary>
|
|
4096 Writes the beginning of a Json array.
|
|
4097 </summary>
|
|
4098 </member>
|
|
4099 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
|
|
4100 <summary>
|
|
4101 Writes the start of a constructor with the given name.
|
|
4102 </summary>
|
|
4103 <param name="name">The name of the constructor.</param>
|
|
4104 </member>
|
|
4105 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
|
|
4106 <summary>
|
|
4107 Writes the specified end token.
|
|
4108 </summary>
|
|
4109 <param name="token">The end token to write.</param>
|
|
4110 </member>
|
|
4111 <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
|
|
4112 <summary>
|
|
4113 Writes the property name of a name/value pair on a Json object.
|
|
4114 </summary>
|
|
4115 <param name="name">The name of the property.</param>
|
|
4116 </member>
|
|
4117 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
|
|
4118 <summary>
|
|
4119 Writes indent characters.
|
|
4120 </summary>
|
|
4121 </member>
|
|
4122 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
|
|
4123 <summary>
|
|
4124 Writes the JSON value delimiter.
|
|
4125 </summary>
|
|
4126 </member>
|
|
4127 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
|
|
4128 <summary>
|
|
4129 Writes an indent space.
|
|
4130 </summary>
|
|
4131 </member>
|
|
4132 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
|
|
4133 <summary>
|
|
4134 Writes a null value.
|
|
4135 </summary>
|
|
4136 </member>
|
|
4137 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
|
|
4138 <summary>
|
|
4139 Writes an undefined value.
|
|
4140 </summary>
|
|
4141 </member>
|
|
4142 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
|
|
4143 <summary>
|
|
4144 Writes raw JSON.
|
|
4145 </summary>
|
|
4146 <param name="json">The raw JSON to write.</param>
|
|
4147 </member>
|
|
4148 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
|
|
4149 <summary>
|
|
4150 Writes a <see cref="T:System.String"/> value.
|
|
4151 </summary>
|
|
4152 <param name="value">The <see cref="T:System.String"/> value to write.</param>
|
|
4153 </member>
|
|
4154 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
|
|
4155 <summary>
|
|
4156 Writes a <see cref="T:System.Int32"/> value.
|
|
4157 </summary>
|
|
4158 <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
|
|
4159 </member>
|
|
4160 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
|
|
4161 <summary>
|
|
4162 Writes a <see cref="T:System.UInt32"/> value.
|
|
4163 </summary>
|
|
4164 <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
|
|
4165 </member>
|
|
4166 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
|
|
4167 <summary>
|
|
4168 Writes a <see cref="T:System.Int64"/> value.
|
|
4169 </summary>
|
|
4170 <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
|
|
4171 </member>
|
|
4172 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
|
|
4173 <summary>
|
|
4174 Writes a <see cref="T:System.UInt64"/> value.
|
|
4175 </summary>
|
|
4176 <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
|
|
4177 </member>
|
|
4178 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
|
|
4179 <summary>
|
|
4180 Writes a <see cref="T:System.Single"/> value.
|
|
4181 </summary>
|
|
4182 <param name="value">The <see cref="T:System.Single"/> value to write.</param>
|
|
4183 </member>
|
|
4184 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
|
|
4185 <summary>
|
|
4186 Writes a <see cref="T:System.Double"/> value.
|
|
4187 </summary>
|
|
4188 <param name="value">The <see cref="T:System.Double"/> value to write.</param>
|
|
4189 </member>
|
|
4190 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
|
|
4191 <summary>
|
|
4192 Writes a <see cref="T:System.Boolean"/> value.
|
|
4193 </summary>
|
|
4194 <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
|
|
4195 </member>
|
|
4196 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
|
|
4197 <summary>
|
|
4198 Writes a <see cref="T:System.Int16"/> value.
|
|
4199 </summary>
|
|
4200 <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
|
|
4201 </member>
|
|
4202 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
|
|
4203 <summary>
|
|
4204 Writes a <see cref="T:System.UInt16"/> value.
|
|
4205 </summary>
|
|
4206 <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
|
|
4207 </member>
|
|
4208 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
|
|
4209 <summary>
|
|
4210 Writes a <see cref="T:System.Char"/> value.
|
|
4211 </summary>
|
|
4212 <param name="value">The <see cref="T:System.Char"/> value to write.</param>
|
|
4213 </member>
|
|
4214 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
|
|
4215 <summary>
|
|
4216 Writes a <see cref="T:System.Byte"/> value.
|
|
4217 </summary>
|
|
4218 <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
|
|
4219 </member>
|
|
4220 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
|
|
4221 <summary>
|
|
4222 Writes a <see cref="T:System.SByte"/> value.
|
|
4223 </summary>
|
|
4224 <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
|
|
4225 </member>
|
|
4226 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
|
|
4227 <summary>
|
|
4228 Writes a <see cref="T:System.Decimal"/> value.
|
|
4229 </summary>
|
|
4230 <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
|
|
4231 </member>
|
|
4232 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
|
|
4233 <summary>
|
|
4234 Writes a <see cref="T:System.DateTime"/> value.
|
|
4235 </summary>
|
|
4236 <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
|
|
4237 </member>
|
|
4238 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
|
|
4239 <summary>
|
|
4240 Writes a <see cref="T:Byte[]"/> value.
|
|
4241 </summary>
|
|
4242 <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
|
|
4243 </member>
|
|
4244 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">
|
|
4245 <summary>
|
|
4246 Writes a <see cref="T:System.Guid"/> value.
|
|
4247 </summary>
|
|
4248 <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
|
|
4249 </member>
|
|
4250 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">
|
|
4251 <summary>
|
|
4252 Writes a <see cref="T:System.TimeSpan"/> value.
|
|
4253 </summary>
|
|
4254 <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
|
|
4255 </member>
|
|
4256 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">
|
|
4257 <summary>
|
|
4258 Writes a <see cref="T:System.Uri"/> value.
|
|
4259 </summary>
|
|
4260 <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
|
|
4261 </member>
|
|
4262 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
|
|
4263 <summary>
|
|
4264 Writes out a comment <code>/*...*/</code> containing the specified text.
|
|
4265 </summary>
|
|
4266 <param name="text">Text to place inside the comment.</param>
|
|
4267 </member>
|
|
4268 <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
|
|
4269 <summary>
|
|
4270 Writes out the given white space.
|
|
4271 </summary>
|
|
4272 <param name="ws">The string of white space characters.</param>
|
|
4273 </member>
|
|
4274 <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
|
|
4275 <summary>
|
|
4276 Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
|
|
4277 </summary>
|
|
4278 </member>
|
|
4279 <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
|
|
4280 <summary>
|
|
4281 Gets or sets which character to use to quote attribute values.
|
|
4282 </summary>
|
|
4283 </member>
|
|
4284 <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
|
|
4285 <summary>
|
|
4286 Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
|
|
4287 </summary>
|
|
4288 </member>
|
|
4289 <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
|
|
4290 <summary>
|
|
4291 Gets or sets a value indicating whether object names will be surrounded with quotes.
|
|
4292 </summary>
|
|
4293 </member>
|
|
4294 <member name="T:Newtonsoft.Json.JsonWriterException">
|
|
4295 <summary>
|
|
4296 The exception thrown when an error occurs while reading Json text.
|
|
4297 </summary>
|
|
4298 </member>
|
|
4299 <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
|
|
4300 <summary>
|
|
4301 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
|
|
4302 </summary>
|
|
4303 </member>
|
|
4304 <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
|
|
4305 <summary>
|
|
4306 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
|
|
4307 with a specified error message.
|
|
4308 </summary>
|
|
4309 <param name="message">The error message that explains the reason for the exception.</param>
|
|
4310 </member>
|
|
4311 <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
|
|
4312 <summary>
|
|
4313 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
|
|
4314 with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
4315 </summary>
|
|
4316 <param name="message">The error message that explains the reason for the exception.</param>
|
|
4317 <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
|
|
4318 </member>
|
|
4319 <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
4320 <summary>
|
|
4321 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
|
|
4322 </summary>
|
|
4323 <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
|
|
4324 <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
|
|
4325 <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
|
|
4326 <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
|
|
4327 </member>
|
|
4328 <member name="T:Newtonsoft.Json.JsonReaderException">
|
|
4329 <summary>
|
|
4330 The exception thrown when an error occurs while reading Json text.
|
|
4331 </summary>
|
|
4332 </member>
|
|
4333 <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
|
|
4334 <summary>
|
|
4335 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
|
|
4336 </summary>
|
|
4337 </member>
|
|
4338 <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
|
|
4339 <summary>
|
|
4340 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
|
|
4341 with a specified error message.
|
|
4342 </summary>
|
|
4343 <param name="message">The error message that explains the reason for the exception.</param>
|
|
4344 </member>
|
|
4345 <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
|
|
4346 <summary>
|
|
4347 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
|
|
4348 with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
4349 </summary>
|
|
4350 <param name="message">The error message that explains the reason for the exception.</param>
|
|
4351 <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
|
|
4352 </member>
|
|
4353 <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
4354 <summary>
|
|
4355 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
|
|
4356 </summary>
|
|
4357 <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
|
|
4358 <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
|
|
4359 <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
|
|
4360 <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
|
|
4361 </member>
|
|
4362 <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
|
|
4363 <summary>
|
|
4364 Gets the line number indicating where the error occurred.
|
|
4365 </summary>
|
|
4366 <value>The line number indicating where the error occurred.</value>
|
|
4367 </member>
|
|
4368 <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
|
|
4369 <summary>
|
|
4370 Gets the line position indicating where the error occurred.
|
|
4371 </summary>
|
|
4372 <value>The line position indicating where the error occurred.</value>
|
|
4373 </member>
|
|
4374 <member name="T:Newtonsoft.Json.JsonConverterCollection">
|
|
4375 <summary>
|
|
4376 Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
|
|
4377 </summary>
|
|
4378 </member>
|
|
4379 <member name="T:Newtonsoft.Json.JsonConvert">
|
|
4380 <summary>
|
|
4381 Provides methods for converting between common language runtime types and JSON types.
|
|
4382 </summary>
|
|
4383 </member>
|
|
4384 <member name="F:Newtonsoft.Json.JsonConvert.True">
|
|
4385 <summary>
|
|
4386 Represents JavaScript's boolean value true as a string. This field is read-only.
|
|
4387 </summary>
|
|
4388 </member>
|
|
4389 <member name="F:Newtonsoft.Json.JsonConvert.False">
|
|
4390 <summary>
|
|
4391 Represents JavaScript's boolean value false as a string. This field is read-only.
|
|
4392 </summary>
|
|
4393 </member>
|
|
4394 <member name="F:Newtonsoft.Json.JsonConvert.Null">
|
|
4395 <summary>
|
|
4396 Represents JavaScript's null as a string. This field is read-only.
|
|
4397 </summary>
|
|
4398 </member>
|
|
4399 <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
|
|
4400 <summary>
|
|
4401 Represents JavaScript's undefined as a string. This field is read-only.
|
|
4402 </summary>
|
|
4403 </member>
|
|
4404 <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
|
|
4405 <summary>
|
|
4406 Represents JavaScript's positive infinity as a string. This field is read-only.
|
|
4407 </summary>
|
|
4408 </member>
|
|
4409 <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
|
|
4410 <summary>
|
|
4411 Represents JavaScript's negative infinity as a string. This field is read-only.
|
|
4412 </summary>
|
|
4413 </member>
|
|
4414 <member name="F:Newtonsoft.Json.JsonConvert.NaN">
|
|
4415 <summary>
|
|
4416 Represents JavaScript's NaN as a string. This field is read-only.
|
|
4417 </summary>
|
|
4418 </member>
|
|
4419 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
|
|
4420 <summary>
|
|
4421 Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
|
|
4422 </summary>
|
|
4423 <param name="value">The value to convert.</param>
|
|
4424 <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
|
|
4425 </member>
|
|
4426 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
|
|
4427 <summary>
|
|
4428 Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
|
|
4429 </summary>
|
|
4430 <param name="value">The value to convert.</param>
|
|
4431 <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
|
|
4432 </member>
|
|
4433 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
|
|
4434 <summary>
|
|
4435 Converts the <see cref="T:System.Char"/> to its JSON string representation.
|
|
4436 </summary>
|
|
4437 <param name="value">The value to convert.</param>
|
|
4438 <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
|
|
4439 </member>
|
|
4440 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
|
|
4441 <summary>
|
|
4442 Converts the <see cref="T:System.Enum"/> to its JSON string representation.
|
|
4443 </summary>
|
|
4444 <param name="value">The value to convert.</param>
|
|
4445 <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
|
|
4446 </member>
|
|
4447 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
|
|
4448 <summary>
|
|
4449 Converts the <see cref="T:System.Int32"/> to its JSON string representation.
|
|
4450 </summary>
|
|
4451 <param name="value">The value to convert.</param>
|
|
4452 <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
|
|
4453 </member>
|
|
4454 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
|
|
4455 <summary>
|
|
4456 Converts the <see cref="T:System.Int16"/> to its JSON string representation.
|
|
4457 </summary>
|
|
4458 <param name="value">The value to convert.</param>
|
|
4459 <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
|
|
4460 </member>
|
|
4461 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
|
|
4462 <summary>
|
|
4463 Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
|
|
4464 </summary>
|
|
4465 <param name="value">The value to convert.</param>
|
|
4466 <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
|
|
4467 </member>
|
|
4468 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
|
|
4469 <summary>
|
|
4470 Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
|
|
4471 </summary>
|
|
4472 <param name="value">The value to convert.</param>
|
|
4473 <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
|
|
4474 </member>
|
|
4475 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
|
|
4476 <summary>
|
|
4477 Converts the <see cref="T:System.Int64"/> to its JSON string representation.
|
|
4478 </summary>
|
|
4479 <param name="value">The value to convert.</param>
|
|
4480 <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
|
|
4481 </member>
|
|
4482 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
|
|
4483 <summary>
|
|
4484 Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
|
|
4485 </summary>
|
|
4486 <param name="value">The value to convert.</param>
|
|
4487 <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
|
|
4488 </member>
|
|
4489 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
|
|
4490 <summary>
|
|
4491 Converts the <see cref="T:System.Single"/> to its JSON string representation.
|
|
4492 </summary>
|
|
4493 <param name="value">The value to convert.</param>
|
|
4494 <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
|
|
4495 </member>
|
|
4496 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
|
|
4497 <summary>
|
|
4498 Converts the <see cref="T:System.Double"/> to its JSON string representation.
|
|
4499 </summary>
|
|
4500 <param name="value">The value to convert.</param>
|
|
4501 <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
|
|
4502 </member>
|
|
4503 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
|
|
4504 <summary>
|
|
4505 Converts the <see cref="T:System.Byte"/> to its JSON string representation.
|
|
4506 </summary>
|
|
4507 <param name="value">The value to convert.</param>
|
|
4508 <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
|
|
4509 </member>
|
|
4510 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
|
|
4511 <summary>
|
|
4512 Converts the <see cref="T:System.SByte"/> to its JSON string representation.
|
|
4513 </summary>
|
|
4514 <param name="value">The value to convert.</param>
|
|
4515 <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
|
|
4516 </member>
|
|
4517 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
|
|
4518 <summary>
|
|
4519 Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
|
|
4520 </summary>
|
|
4521 <param name="value">The value to convert.</param>
|
|
4522 <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
|
|
4523 </member>
|
|
4524 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
|
|
4525 <summary>
|
|
4526 Converts the <see cref="T:System.Guid"/> to its JSON string representation.
|
|
4527 </summary>
|
|
4528 <param name="value">The value to convert.</param>
|
|
4529 <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
|
|
4530 </member>
|
|
4531 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">
|
|
4532 <summary>
|
|
4533 Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.
|
|
4534 </summary>
|
|
4535 <param name="value">The value to convert.</param>
|
|
4536 <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>
|
|
4537 </member>
|
|
4538 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">
|
|
4539 <summary>
|
|
4540 Converts the <see cref="T:System.Uri"/> to its JSON string representation.
|
|
4541 </summary>
|
|
4542 <param name="value">The value to convert.</param>
|
|
4543 <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>
|
|
4544 </member>
|
|
4545 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
|
|
4546 <summary>
|
|
4547 Converts the <see cref="T:System.String"/> to its JSON string representation.
|
|
4548 </summary>
|
|
4549 <param name="value">The value to convert.</param>
|
|
4550 <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
|
|
4551 </member>
|
|
4552 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
|
|
4553 <summary>
|
|
4554 Converts the <see cref="T:System.String"/> to its JSON string representation.
|
|
4555 </summary>
|
|
4556 <param name="value">The value to convert.</param>
|
|
4557 <param name="delimter">The string delimiter character.</param>
|
|
4558 <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
|
|
4559 </member>
|
|
4560 <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
|
|
4561 <summary>
|
|
4562 Converts the <see cref="T:System.Object"/> to its JSON string representation.
|
|
4563 </summary>
|
|
4564 <param name="value">The value to convert.</param>
|
|
4565 <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
|
|
4566 </member>
|
|
4567 <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
|
|
4568 <summary>
|
|
4569 Serializes the specified object to a JSON string.
|
|
4570 </summary>
|
|
4571 <param name="value">The object to serialize.</param>
|
|
4572 <returns>A JSON string representation of the object.</returns>
|
|
4573 </member>
|
|
4574 <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
|
|
4575 <summary>
|
|
4576 Serializes the specified object to a JSON string.
|
|
4577 </summary>
|
|
4578 <param name="value">The object to serialize.</param>
|
|
4579 <param name="formatting">Indicates how the output is formatted.</param>
|
|
4580 <returns>
|
|
4581 A JSON string representation of the object.
|
|
4582 </returns>
|
|
4583 </member>
|
|
4584 <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
|
|
4585 <summary>
|
|
4586 Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
|
|
4587 </summary>
|
|
4588 <param name="value">The object to serialize.</param>
|
|
4589 <param name="converters">A collection converters used while serializing.</param>
|
|
4590 <returns>A JSON string representation of the object.</returns>
|
|
4591 </member>
|
|
4592 <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
|
|
4593 <summary>
|
|
4594 Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
|
|
4595 </summary>
|
|
4596 <param name="value">The object to serialize.</param>
|
|
4597 <param name="formatting">Indicates how the output is formatted.</param>
|
|
4598 <param name="converters">A collection converters used while serializing.</param>
|
|
4599 <returns>A JSON string representation of the object.</returns>
|
|
4600 </member>
|
|
4601 <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
|
|
4602 <summary>
|
|
4603 Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
|
|
4604 </summary>
|
|
4605 <param name="value">The object to serialize.</param>
|
|
4606 <param name="formatting">Indicates how the output is formatted.</param>
|
|
4607 <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
|
|
4608 If this is null, default serialization settings will be is used.</param>
|
|
4609 <returns>
|
|
4610 A JSON string representation of the object.
|
|
4611 </returns>
|
|
4612 </member>
|
|
4613 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
|
|
4614 <summary>
|
|
4615 Deserializes the JSON to a .NET object.
|
|
4616 </summary>
|
|
4617 <param name="value">The JSON to deserialize.</param>
|
|
4618 <returns>The deserialized object from the Json string.</returns>
|
|
4619 </member>
|
|
4620 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
|
|
4621 <summary>
|
|
4622 Deserializes the JSON to a .NET object.
|
|
4623 </summary>
|
|
4624 <param name="value">The JSON to deserialize.</param>
|
|
4625 <param name="settings">
|
|
4626 The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
|
|
4627 If this is null, default serialization settings will be is used.
|
|
4628 </param>
|
|
4629 <returns>The deserialized object from the JSON string.</returns>
|
|
4630 </member>
|
|
4631 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
|
|
4632 <summary>
|
|
4633 Deserializes the JSON to the specified .NET type.
|
|
4634 </summary>
|
|
4635 <param name="value">The JSON to deserialize.</param>
|
|
4636 <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
|
|
4637 <returns>The deserialized object from the Json string.</returns>
|
|
4638 </member>
|
|
4639 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
|
|
4640 <summary>
|
|
4641 Deserializes the JSON to the specified .NET type.
|
|
4642 </summary>
|
|
4643 <typeparam name="T">The type of the object to deserialize to.</typeparam>
|
|
4644 <param name="value">The JSON to deserialize.</param>
|
|
4645 <returns>The deserialized object from the Json string.</returns>
|
|
4646 </member>
|
|
4647 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
|
|
4648 <summary>
|
|
4649 Deserializes the JSON to the given anonymous type.
|
|
4650 </summary>
|
|
4651 <typeparam name="T">
|
|
4652 The anonymous type to deserialize to. This can't be specified
|
|
4653 traditionally and must be infered from the anonymous type passed
|
|
4654 as a parameter.
|
|
4655 </typeparam>
|
|
4656 <param name="value">The JSON to deserialize.</param>
|
|
4657 <param name="anonymousTypeObject">The anonymous type object.</param>
|
|
4658 <returns>The deserialized anonymous type from the JSON string.</returns>
|
|
4659 </member>
|
|
4660 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
|
|
4661 <summary>
|
|
4662 Deserializes the JSON to the specified .NET type.
|
|
4663 </summary>
|
|
4664 <typeparam name="T">The type of the object to deserialize to.</typeparam>
|
|
4665 <param name="value">The JSON to deserialize.</param>
|
|
4666 <param name="converters">Converters to use while deserializing.</param>
|
|
4667 <returns>The deserialized object from the JSON string.</returns>
|
|
4668 </member>
|
|
4669 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
|
|
4670 <summary>
|
|
4671 Deserializes the JSON to the specified .NET type.
|
|
4672 </summary>
|
|
4673 <typeparam name="T">The type of the object to deserialize to.</typeparam>
|
|
4674 <param name="value">The object to deserialize.</param>
|
|
4675 <param name="settings">
|
|
4676 The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
|
|
4677 If this is null, default serialization settings will be is used.
|
|
4678 </param>
|
|
4679 <returns>The deserialized object from the JSON string.</returns>
|
|
4680 </member>
|
|
4681 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
|
|
4682 <summary>
|
|
4683 Deserializes the JSON to the specified .NET type.
|
|
4684 </summary>
|
|
4685 <param name="value">The JSON to deserialize.</param>
|
|
4686 <param name="type">The type of the object to deserialize.</param>
|
|
4687 <param name="converters">Converters to use while deserializing.</param>
|
|
4688 <returns>The deserialized object from the JSON string.</returns>
|
|
4689 </member>
|
|
4690 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
|
|
4691 <summary>
|
|
4692 Deserializes the JSON to the specified .NET type.
|
|
4693 </summary>
|
|
4694 <param name="value">The JSON to deserialize.</param>
|
|
4695 <param name="type">The type of the object to deserialize to.</param>
|
|
4696 <param name="settings">
|
|
4697 The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
|
|
4698 If this is null, default serialization settings will be is used.
|
|
4699 </param>
|
|
4700 <returns>The deserialized object from the JSON string.</returns>
|
|
4701 </member>
|
|
4702 <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
|
|
4703 <summary>
|
|
4704 Populates the object with values from the JSON string.
|
|
4705 </summary>
|
|
4706 <param name="value">The JSON to populate values from.</param>
|
|
4707 <param name="target">The target object to populate values onto.</param>
|
|
4708 </member>
|
|
4709 <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
|
|
4710 <summary>
|
|
4711 Populates the object with values from the JSON string.
|
|
4712 </summary>
|
|
4713 <param name="value">The JSON to populate values from.</param>
|
|
4714 <param name="target">The target object to populate values onto.</param>
|
|
4715 <param name="settings">
|
|
4716 The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
|
|
4717 If this is null, default serialization settings will be is used.
|
|
4718 </param>
|
|
4719 </member>
|
|
4720 <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)">
|
|
4721 <summary>
|
|
4722 Serializes the XML node to a JSON string.
|
|
4723 </summary>
|
|
4724 <param name="node">The node to serialize.</param>
|
|
4725 <returns>A JSON string of the XmlNode.</returns>
|
|
4726 </member>
|
|
4727 <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)">
|
|
4728 <summary>
|
|
4729 Serializes the XML node to a JSON string.
|
|
4730 </summary>
|
|
4731 <param name="node">The node to serialize.</param>
|
|
4732 <param name="formatting">Indicates how the output is formatted.</param>
|
|
4733 <returns>A JSON string of the XmlNode.</returns>
|
|
4734 </member>
|
|
4735 <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)">
|
|
4736 <summary>
|
|
4737 Serializes the XML node to a JSON string.
|
|
4738 </summary>
|
|
4739 <param name="node">The node to serialize.</param>
|
|
4740 <param name="formatting">Indicates how the output is formatted.</param>
|
|
4741 <param name="omitRootObject">Omits writing the root object.</param>
|
|
4742 <returns>A JSON string of the XmlNode.</returns>
|
|
4743 </member>
|
|
4744 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)">
|
|
4745 <summary>
|
|
4746 Deserializes the XmlNode from a JSON string.
|
|
4747 </summary>
|
|
4748 <param name="value">The JSON string.</param>
|
|
4749 <returns>The deserialized XmlNode</returns>
|
|
4750 </member>
|
|
4751 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)">
|
|
4752 <summary>
|
|
4753 Deserializes the XmlNode from a JSON string nested in a root elment.
|
|
4754 </summary>
|
|
4755 <param name="value">The JSON string.</param>
|
|
4756 <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
|
|
4757 <returns>The deserialized XmlNode</returns>
|
|
4758 </member>
|
|
4759 <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)">
|
|
4760 <summary>
|
|
4761 Deserializes the XmlNode from a JSON string nested in a root elment.
|
|
4762 </summary>
|
|
4763 <param name="value">The JSON string.</param>
|
|
4764 <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
|
|
4765 <param name="writeArrayAttribute">
|
|
4766 A flag to indicate whether to write the Json.NET array attribute.
|
|
4767 This attribute helps preserve arrays when converting the written XML back to JSON.
|
|
4768 </param>
|
|
4769 <returns>The deserialized XmlNode</returns>
|
|
4770 </member>
|
|
4771 <member name="T:Newtonsoft.Json.JsonSerializationException">
|
|
4772 <summary>
|
|
4773 The exception thrown when an error occurs during Json serialization or deserialization.
|
|
4774 </summary>
|
|
4775 </member>
|
|
4776 <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
|
|
4777 <summary>
|
|
4778 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
|
|
4779 </summary>
|
|
4780 </member>
|
|
4781 <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
|
|
4782 <summary>
|
|
4783 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
|
|
4784 with a specified error message.
|
|
4785 </summary>
|
|
4786 <param name="message">The error message that explains the reason for the exception.</param>
|
|
4787 </member>
|
|
4788 <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
|
|
4789 <summary>
|
|
4790 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
|
|
4791 with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
4792 </summary>
|
|
4793 <param name="message">The error message that explains the reason for the exception.</param>
|
|
4794 <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
|
|
4795 </member>
|
|
4796 <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
4797 <summary>
|
|
4798 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
|
|
4799 </summary>
|
|
4800 <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
|
|
4801 <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
|
|
4802 <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
|
|
4803 <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
|
|
4804 </member>
|
|
4805 <member name="T:Newtonsoft.Json.JsonSerializer">
|
|
4806 <summary>
|
|
4807 Serializes and deserializes objects into and from the JSON format.
|
|
4808 The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
|
|
4809 </summary>
|
|
4810 </member>
|
|
4811 <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
|
|
4812 <summary>
|
|
4813 Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
|
|
4814 </summary>
|
|
4815 </member>
|
|
4816 <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
|
|
4817 <summary>
|
|
4818 Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
|
|
4819 </summary>
|
|
4820 <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
|
|
4821 <returns>A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.</returns>
|
|
4822 </member>
|
|
4823 <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
|
|
4824 <summary>
|
|
4825 Populates the JSON values onto the target object.
|
|
4826 </summary>
|
|
4827 <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
|
|
4828 <param name="target">The target object to populate values onto.</param>
|
|
4829 </member>
|
|
4830 <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
|
|
4831 <summary>
|
|
4832 Populates the JSON values onto the target object.
|
|
4833 </summary>
|
|
4834 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
|
|
4835 <param name="target">The target object to populate values onto.</param>
|
|
4836 </member>
|
|
4837 <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
|
|
4838 <summary>
|
|
4839 Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
4840 </summary>
|
|
4841 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
|
|
4842 <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
|
|
4843 </member>
|
|
4844 <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
|
|
4845 <summary>
|
|
4846 Deserializes the Json structure contained by the specified <see cref="T:System.IO.StringReader"/>
|
|
4847 into an instance of the specified type.
|
|
4848 </summary>
|
|
4849 <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
|
|
4850 <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
|
|
4851 <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
|
|
4852 </member>
|
|
4853 <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
|
|
4854 <summary>
|
|
4855 Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
|
|
4856 into an instance of the specified type.
|
|
4857 </summary>
|
|
4858 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
|
|
4859 <typeparam name="T">The type of the object to deserialize.</typeparam>
|
|
4860 <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
|
|
4861 </member>
|
|
4862 <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
|
|
4863 <summary>
|
|
4864 Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
|
|
4865 into an instance of the specified type.
|
|
4866 </summary>
|
|
4867 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
|
|
4868 <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
|
|
4869 <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
|
|
4870 </member>
|
|
4871 <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
|
|
4872 <summary>
|
|
4873 Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
|
|
4874 to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>.
|
|
4875 </summary>
|
|
4876 <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the Json structure.</param>
|
|
4877 <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
|
|
4878 </member>
|
|
4879 <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
|
|
4880 <summary>
|
|
4881 Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
|
|
4882 to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>.
|
|
4883 </summary>
|
|
4884 <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the Json structure.</param>
|
|
4885 <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
|
|
4886 </member>
|
|
4887 <member name="E:Newtonsoft.Json.JsonSerializer.Error">
|
|
4888 <summary>
|
|
4889 Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
|
|
4890 </summary>
|
|
4891 </member>
|
|
4892 <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
|
|
4893 <summary>
|
|
4894 Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
|
|
4895 </summary>
|
|
4896 </member>
|
|
4897 <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
|
|
4898 <summary>
|
|
4899 Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
|
|
4900 </summary>
|
|
4901 </member>
|
|
4902 <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
|
|
4903 <summary>
|
|
4904 Gets or sets how type name writing and reading is handled by the serializer.
|
|
4905 </summary>
|
|
4906 </member>
|
|
4907 <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
|
|
4908 <summary>
|
|
4909 Gets or sets how a type name assembly is written and resolved by the serializer.
|
|
4910 </summary>
|
|
4911 <value>The type name assembly format.</value>
|
|
4912 </member>
|
|
4913 <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
|
|
4914 <summary>
|
|
4915 Gets or sets how object references are preserved by the serializer.
|
|
4916 </summary>
|
|
4917 </member>
|
|
4918 <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
|
|
4919 <summary>
|
|
4920 Get or set how reference loops (e.g. a class referencing itself) is handled.
|
|
4921 </summary>
|
|
4922 </member>
|
|
4923 <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
|
|
4924 <summary>
|
|
4925 Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
|
|
4926 </summary>
|
|
4927 </member>
|
|
4928 <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
|
|
4929 <summary>
|
|
4930 Get or set how null values are handled during serialization and deserialization.
|
|
4931 </summary>
|
|
4932 </member>
|
|
4933 <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
|
|
4934 <summary>
|
|
4935 Get or set how null default are handled during serialization and deserialization.
|
|
4936 </summary>
|
|
4937 </member>
|
|
4938 <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
|
|
4939 <summary>
|
|
4940 Gets or sets how objects are created during deserialization.
|
|
4941 </summary>
|
|
4942 <value>The object creation handling.</value>
|
|
4943 </member>
|
|
4944 <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
|
|
4945 <summary>
|
|
4946 Gets or sets how constructors are used during deserialization.
|
|
4947 </summary>
|
|
4948 <value>The constructor handling.</value>
|
|
4949 </member>
|
|
4950 <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
|
|
4951 <summary>
|
|
4952 Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
|
|
4953 </summary>
|
|
4954 <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
|
|
4955 </member>
|
|
4956 <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
|
|
4957 <summary>
|
|
4958 Gets or sets the contract resolver used by the serializer when
|
|
4959 serializing .NET objects to JSON and vice versa.
|
|
4960 </summary>
|
|
4961 </member>
|
|
4962 <member name="P:Newtonsoft.Json.JsonSerializer.Context">
|
|
4963 <summary>
|
|
4964 Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
|
|
4965 </summary>
|
|
4966 <value>The context.</value>
|
|
4967 </member>
|
|
4968 <member name="T:Newtonsoft.Json.Linq.Extensions">
|
|
4969 <summary>
|
|
4970 Contains the LINQ to JSON extension methods.
|
|
4971 </summary>
|
|
4972 </member>
|
|
4973 <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
|
|
4974 <summary>
|
|
4975 Returns a collection of tokens that contains the ancestors of every token in the source collection.
|
|
4976 </summary>
|
|
4977 <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
|
|
4978 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
4979 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the ancestors of every node in the source collection.</returns>
|
|
4980 </member>
|
|
4981 <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
|
|
4982 <summary>
|
|
4983 Returns a collection of tokens that contains the descendants of every token in the source collection.
|
|
4984 </summary>
|
|
4985 <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
|
|
4986 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
4987 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the descendants of every node in the source collection.</returns>
|
|
4988 </member>
|
|
4989 <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
|
|
4990 <summary>
|
|
4991 Returns a collection of child properties of every object in the source collection.
|
|
4992 </summary>
|
|
4993 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the source collection.</param>
|
|
4994 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the properties of every object in the source collection.</returns>
|
|
4995 </member>
|
|
4996 <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
|
|
4997 <summary>
|
|
4998 Returns a collection of child values of every object in the source collection with the given key.
|
|
4999 </summary>
|
|
5000 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
5001 <param name="key">The token key.</param>
|
|
5002 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every node in the source collection with the given key.</returns>
|
|
5003 </member>
|
|
5004 <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
|
|
5005 <summary>
|
|
5006 Returns a collection of child values of every object in the source collection.
|
|
5007 </summary>
|
|
5008 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
5009 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every node in the source collection.</returns>
|
|
5010 </member>
|
|
5011 <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
|
|
5012 <summary>
|
|
5013 Returns a collection of converted child values of every object in the source collection with the given key.
|
|
5014 </summary>
|
|
5015 <typeparam name="U">The type to convert the values to.</typeparam>
|
|
5016 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
5017 <param name="key">The token key.</param>
|
|
5018 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection with the given key.</returns>
|
|
5019 </member>
|
|
5020 <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
|
|
5021 <summary>
|
|
5022 Returns a collection of converted child values of every object in the source collection.
|
|
5023 </summary>
|
|
5024 <typeparam name="U">The type to convert the values to.</typeparam>
|
|
5025 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
5026 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
|
|
5027 </member>
|
|
5028 <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
|
|
5029 <summary>
|
|
5030 Converts the value.
|
|
5031 </summary>
|
|
5032 <typeparam name="U">The type to convert the value to.</typeparam>
|
|
5033 <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
|
|
5034 <returns>A converted value.</returns>
|
|
5035 </member>
|
|
5036 <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
|
|
5037 <summary>
|
|
5038 Converts the value.
|
|
5039 </summary>
|
|
5040 <typeparam name="T">The source collection type.</typeparam>
|
|
5041 <typeparam name="U">The type to convert the value to.</typeparam>
|
|
5042 <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
|
|
5043 <returns>A converted value.</returns>
|
|
5044 </member>
|
|
5045 <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
|
|
5046 <summary>
|
|
5047 Returns a collection of child tokens of every array in the source collection.
|
|
5048 </summary>
|
|
5049 <typeparam name="T">The source collection type.</typeparam>
|
|
5050 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
5051 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every node in the source collection.</returns>
|
|
5052 </member>
|
|
5053 <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
|
|
5054 <summary>
|
|
5055 Returns a collection of converted child tokens of every array in the source collection.
|
|
5056 </summary>
|
|
5057 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
5058 <typeparam name="U">The type to convert the values to.</typeparam>
|
|
5059 <typeparam name="T">The source collection type.</typeparam>
|
|
5060 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
|
|
5061 </member>
|
|
5062 <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
|
|
5063 <summary>
|
|
5064 Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
|
|
5065 </summary>
|
|
5066 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
5067 <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
|
|
5068 </member>
|
|
5069 <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
|
|
5070 <summary>
|
|
5071 Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
|
|
5072 </summary>
|
|
5073 <typeparam name="T">The source collection type.</typeparam>
|
|
5074 <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
|
|
5075 <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
|
|
5076 </member>
|
|
5077 <member name="T:Newtonsoft.Json.Linq.JConstructor">
|
|
5078 <summary>
|
|
5079 Represents a JSON constructor.
|
|
5080 </summary>
|
|
5081 </member>
|
|
5082 <member name="T:Newtonsoft.Json.Linq.JContainer">
|
|
5083 <summary>
|
|
5084 Represents a token that can contain other tokens.
|
|
5085 </summary>
|
|
5086 </member>
|
|
5087 <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
|
|
5088 <summary>
|
|
5089 Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event.
|
|
5090 </summary>
|
|
5091 <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param>
|
|
5092 </member>
|
|
5093 <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
|
|
5094 <summary>
|
|
5095 Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event.
|
|
5096 </summary>
|
|
5097 <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param>
|
|
5098 </member>
|
|
5099 <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
|
|
5100 <summary>
|
|
5101 Returns a collection of the child tokens of this token, in document order.
|
|
5102 </summary>
|
|
5103 <returns>
|
|
5104 An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.
|
|
5105 </returns>
|
|
5106 </member>
|
|
5107 <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
|
|
5108 <summary>
|
|
5109 Returns a collection of the child values of this token, in document order.
|
|
5110 </summary>
|
|
5111 <typeparam name="T">The type to convert the values to.</typeparam>
|
|
5112 <returns>
|
|
5113 A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.
|
|
5114 </returns>
|
|
5115 </member>
|
|
5116 <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
|
|
5117 <summary>
|
|
5118 Returns a collection of the descendant tokens for this token in document order.
|
|
5119 </summary>
|
|
5120 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
|
|
5121 </member>
|
|
5122 <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
|
|
5123 <summary>
|
|
5124 Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
5125 </summary>
|
|
5126 <param name="content">The content to be added.</param>
|
|
5127 </member>
|
|
5128 <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
|
|
5129 <summary>
|
|
5130 Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
5131 </summary>
|
|
5132 <param name="content">The content to be added.</param>
|
|
5133 </member>
|
|
5134 <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
|
|
5135 <summary>
|
|
5136 Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
5137 </summary>
|
|
5138 <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
|
|
5139 </member>
|
|
5140 <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
|
|
5141 <summary>
|
|
5142 Replaces the children nodes of this token with the specified content.
|
|
5143 </summary>
|
|
5144 <param name="content">The content.</param>
|
|
5145 </member>
|
|
5146 <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
|
|
5147 <summary>
|
|
5148 Removes the child nodes from this token.
|
|
5149 </summary>
|
|
5150 </member>
|
|
5151 <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged">
|
|
5152 <summary>
|
|
5153 Occurs when the list changes or an item in the list changes.
|
|
5154 </summary>
|
|
5155 </member>
|
|
5156 <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew">
|
|
5157 <summary>
|
|
5158 Occurs before an item is added to the collection.
|
|
5159 </summary>
|
|
5160 </member>
|
|
5161 <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">
|
|
5162 <summary>
|
|
5163 Gets the container's children tokens.
|
|
5164 </summary>
|
|
5165 <value>The container's children tokens.</value>
|
|
5166 </member>
|
|
5167 <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
|
|
5168 <summary>
|
|
5169 Gets a value indicating whether this token has childen tokens.
|
|
5170 </summary>
|
|
5171 <value>
|
|
5172 <c>true</c> if this token has child values; otherwise, <c>false</c>.
|
|
5173 </value>
|
|
5174 </member>
|
|
5175 <member name="P:Newtonsoft.Json.Linq.JContainer.First">
|
|
5176 <summary>
|
|
5177 Get the first child token of this token.
|
|
5178 </summary>
|
|
5179 <value>
|
|
5180 A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
5181 </value>
|
|
5182 </member>
|
|
5183 <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
|
|
5184 <summary>
|
|
5185 Get the last child token of this token.
|
|
5186 </summary>
|
|
5187 <value>
|
|
5188 A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
5189 </value>
|
|
5190 </member>
|
|
5191 <member name="P:Newtonsoft.Json.Linq.JContainer.Count">
|
|
5192 <summary>
|
|
5193 Gets the count of child JSON tokens.
|
|
5194 </summary>
|
|
5195 <value>The count of child JSON tokens</value>
|
|
5196 </member>
|
|
5197 <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
|
|
5198 <summary>
|
|
5199 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
|
|
5200 </summary>
|
|
5201 </member>
|
|
5202 <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
|
|
5203 <summary>
|
|
5204 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
|
|
5205 </summary>
|
|
5206 <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
|
|
5207 </member>
|
|
5208 <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
|
|
5209 <summary>
|
|
5210 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
|
|
5211 </summary>
|
|
5212 <param name="name">The constructor name.</param>
|
|
5213 <param name="content">The contents of the constructor.</param>
|
|
5214 </member>
|
|
5215 <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
|
|
5216 <summary>
|
|
5217 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
|
|
5218 </summary>
|
|
5219 <param name="name">The constructor name.</param>
|
|
5220 <param name="content">The contents of the constructor.</param>
|
|
5221 </member>
|
|
5222 <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
|
|
5223 <summary>
|
|
5224 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
|
|
5225 </summary>
|
|
5226 <param name="name">The constructor name.</param>
|
|
5227 </member>
|
|
5228 <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
|
|
5229 <summary>
|
|
5230 Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
|
|
5231 </summary>
|
|
5232 <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
|
|
5233 <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
|
|
5234 </member>
|
|
5235 <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
|
|
5236 <summary>
|
|
5237 Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
5238 </summary>
|
|
5239 <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/>.</param>
|
|
5240 <returns>A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
|
|
5241 </member>
|
|
5242 <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">
|
|
5243 <summary>
|
|
5244 Gets the container's children tokens.
|
|
5245 </summary>
|
|
5246 <value>The container's children tokens.</value>
|
|
5247 </member>
|
|
5248 <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
|
|
5249 <summary>
|
|
5250 Gets or sets the name of this constructor.
|
|
5251 </summary>
|
|
5252 <value>The constructor name.</value>
|
|
5253 </member>
|
|
5254 <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
|
|
5255 <summary>
|
|
5256 Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
5257 </summary>
|
|
5258 <value>The type.</value>
|
|
5259 </member>
|
|
5260 <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
|
|
5261 <summary>
|
|
5262 Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
|
|
5263 </summary>
|
|
5264 <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
|
|
5265 </member>
|
|
5266 <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
|
|
5267 <summary>
|
|
5268 Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
|
|
5269 </summary>
|
|
5270 <typeparam name="T">The type of token</typeparam>
|
|
5271 </member>
|
|
5272 <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
|
|
5273 <summary>
|
|
5274 An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
|
|
5275 </summary>
|
|
5276 </member>
|
|
5277 <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
|
|
5278 <summary>
|
|
5279 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
|
|
5280 </summary>
|
|
5281 <param name="enumerable">The enumerable.</param>
|
|
5282 </member>
|
|
5283 <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
|
|
5284 <summary>
|
|
5285 Returns an enumerator that iterates through the collection.
|
|
5286 </summary>
|
|
5287 <returns>
|
|
5288 A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
|
|
5289 </returns>
|
|
5290 </member>
|
|
5291 <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
|
|
5292 <summary>
|
|
5293 Returns an enumerator that iterates through a collection.
|
|
5294 </summary>
|
|
5295 <returns>
|
|
5296 An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
|
|
5297 </returns>
|
|
5298 </member>
|
|
5299 <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
|
|
5300 <summary>
|
|
5301 Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
|
|
5302 </summary>
|
|
5303 <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
|
|
5304 <returns>
|
|
5305 <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
|
|
5306 </returns>
|
|
5307 </member>
|
|
5308 <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
|
|
5309 <summary>
|
|
5310 Returns a hash code for this instance.
|
|
5311 </summary>
|
|
5312 <returns>
|
|
5313 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
|
|
5314 </returns>
|
|
5315 </member>
|
|
5316 <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
|
|
5317 <summary>
|
|
5318 Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
|
|
5319 </summary>
|
|
5320 <value></value>
|
|
5321 </member>
|
|
5322 <member name="T:Newtonsoft.Json.Linq.JObject">
|
|
5323 <summary>
|
|
5324 Represents a JSON object.
|
|
5325 </summary>
|
|
5326 </member>
|
|
5327 <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
|
|
5328 <summary>
|
|
5329 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
|
|
5330 </summary>
|
|
5331 </member>
|
|
5332 <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
|
|
5333 <summary>
|
|
5334 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
|
|
5335 </summary>
|
|
5336 <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
|
|
5337 </member>
|
|
5338 <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
|
|
5339 <summary>
|
|
5340 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
|
|
5341 </summary>
|
|
5342 <param name="content">The contents of the object.</param>
|
|
5343 </member>
|
|
5344 <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
|
|
5345 <summary>
|
|
5346 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
|
|
5347 </summary>
|
|
5348 <param name="content">The contents of the object.</param>
|
|
5349 </member>
|
|
5350 <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
|
|
5351 <summary>
|
|
5352 Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.
|
|
5353 </summary>
|
|
5354 <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>
|
|
5355 </member>
|
|
5356 <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
|
|
5357 <summary>
|
|
5358 Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
|
|
5359 </summary>
|
|
5360 <param name="name">The property name.</param>
|
|
5361 <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>
|
|
5362 </member>
|
|
5363 <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
|
|
5364 <summary>
|
|
5365 Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.
|
|
5366 </summary>
|
|
5367 <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>
|
|
5368 </member>
|
|
5369 <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
|
|
5370 <summary>
|
|
5371 Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
5372 </summary>
|
|
5373 <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
|
|
5374 <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
|
|
5375 </member>
|
|
5376 <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
|
|
5377 <summary>
|
|
5378 Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
|
|
5379 </summary>
|
|
5380 <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
|
|
5381 <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
|
|
5382 </member>
|
|
5383 <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
|
|
5384 <summary>
|
|
5385 Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
|
|
5386 </summary>
|
|
5387 <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
|
|
5388 <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
|
|
5389 </member>
|
|
5390 <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
5391 <summary>
|
|
5392 Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
|
|
5393 </summary>
|
|
5394 <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
|
|
5395 <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
|
|
5396 <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
|
|
5397 </member>
|
|
5398 <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
|
|
5399 <summary>
|
|
5400 Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
|
|
5401 </summary>
|
|
5402 <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
|
|
5403 <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
|
|
5404 </member>
|
|
5405 <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
|
|
5406 <summary>
|
|
5407 Adds the specified property name.
|
|
5408 </summary>
|
|
5409 <param name="propertyName">Name of the property.</param>
|
|
5410 <param name="value">The value.</param>
|
|
5411 </member>
|
|
5412 <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
|
|
5413 <summary>
|
|
5414 Removes the property with the specified name.
|
|
5415 </summary>
|
|
5416 <param name="propertyName">Name of the property.</param>
|
|
5417 <returns>true if item was successfully removed; otherwise, false.</returns>
|
|
5418 </member>
|
|
5419 <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
|
|
5420 <summary>
|
|
5421 Tries the get value.
|
|
5422 </summary>
|
|
5423 <param name="propertyName">Name of the property.</param>
|
|
5424 <param name="value">The value.</param>
|
|
5425 <returns>true if a value was successfully retrieved; otherwise, false.</returns>
|
|
5426 </member>
|
|
5427 <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
|
|
5428 <summary>
|
|
5429 Returns an enumerator that iterates through the collection.
|
|
5430 </summary>
|
|
5431 <returns>
|
|
5432 A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
|
|
5433 </returns>
|
|
5434 </member>
|
|
5435 <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
|
|
5436 <summary>
|
|
5437 Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
|
|
5438 </summary>
|
|
5439 <param name="propertyName">Name of the property.</param>
|
|
5440 </member>
|
|
5441 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
|
|
5442 <summary>
|
|
5443 Returns the properties for this instance of a component.
|
|
5444 </summary>
|
|
5445 <returns>
|
|
5446 A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.
|
|
5447 </returns>
|
|
5448 </member>
|
|
5449 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
|
|
5450 <summary>
|
|
5451 Returns the properties for this instance of a component using the attribute array as a filter.
|
|
5452 </summary>
|
|
5453 <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
|
|
5454 <returns>
|
|
5455 A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.
|
|
5456 </returns>
|
|
5457 </member>
|
|
5458 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
|
|
5459 <summary>
|
|
5460 Returns a collection of custom attributes for this instance of a component.
|
|
5461 </summary>
|
|
5462 <returns>
|
|
5463 An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.
|
|
5464 </returns>
|
|
5465 </member>
|
|
5466 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
|
|
5467 <summary>
|
|
5468 Returns the class name of this instance of a component.
|
|
5469 </summary>
|
|
5470 <returns>
|
|
5471 The class name of the object, or null if the class does not have a name.
|
|
5472 </returns>
|
|
5473 </member>
|
|
5474 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
|
|
5475 <summary>
|
|
5476 Returns the name of this instance of a component.
|
|
5477 </summary>
|
|
5478 <returns>
|
|
5479 The name of the object, or null if the object does not have a name.
|
|
5480 </returns>
|
|
5481 </member>
|
|
5482 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter">
|
|
5483 <summary>
|
|
5484 Returns a type converter for this instance of a component.
|
|
5485 </summary>
|
|
5486 <returns>
|
|
5487 A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object.
|
|
5488 </returns>
|
|
5489 </member>
|
|
5490 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
|
|
5491 <summary>
|
|
5492 Returns the default event for this instance of a component.
|
|
5493 </summary>
|
|
5494 <returns>
|
|
5495 An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.
|
|
5496 </returns>
|
|
5497 </member>
|
|
5498 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
|
|
5499 <summary>
|
|
5500 Returns the default property for this instance of a component.
|
|
5501 </summary>
|
|
5502 <returns>
|
|
5503 A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.
|
|
5504 </returns>
|
|
5505 </member>
|
|
5506 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
|
|
5507 <summary>
|
|
5508 Returns an editor of the specified type for this instance of a component.
|
|
5509 </summary>
|
|
5510 <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>
|
|
5511 <returns>
|
|
5512 An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found.
|
|
5513 </returns>
|
|
5514 </member>
|
|
5515 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
|
|
5516 <summary>
|
|
5517 Returns the events for this instance of a component using the specified attribute array as a filter.
|
|
5518 </summary>
|
|
5519 <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
|
|
5520 <returns>
|
|
5521 An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.
|
|
5522 </returns>
|
|
5523 </member>
|
|
5524 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents">
|
|
5525 <summary>
|
|
5526 Returns the events for this instance of a component.
|
|
5527 </summary>
|
|
5528 <returns>
|
|
5529 An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.
|
|
5530 </returns>
|
|
5531 </member>
|
|
5532 <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
|
|
5533 <summary>
|
|
5534 Returns an object that contains the property described by the specified property descriptor.
|
|
5535 </summary>
|
|
5536 <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>
|
|
5537 <returns>
|
|
5538 An <see cref="T:System.Object"/> that represents the owner of the specified property.
|
|
5539 </returns>
|
|
5540 </member>
|
|
5541 <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">
|
|
5542 <summary>
|
|
5543 Gets the container's children tokens.
|
|
5544 </summary>
|
|
5545 <value>The container's children tokens.</value>
|
|
5546 </member>
|
|
5547 <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
|
|
5548 <summary>
|
|
5549 Occurs when a property value changes.
|
|
5550 </summary>
|
|
5551 </member>
|
|
5552 <member name="P:Newtonsoft.Json.Linq.JObject.Type">
|
|
5553 <summary>
|
|
5554 Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
5555 </summary>
|
|
5556 <value>The type.</value>
|
|
5557 </member>
|
|
5558 <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
|
|
5559 <summary>
|
|
5560 Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
|
|
5561 </summary>
|
|
5562 <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
|
|
5563 </member>
|
|
5564 <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
|
|
5565 <summary>
|
|
5566 Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
|
|
5567 </summary>
|
|
5568 <value></value>
|
|
5569 </member>
|
|
5570 <member name="T:Newtonsoft.Json.Linq.JArray">
|
|
5571 <summary>
|
|
5572 Represents a JSON array.
|
|
5573 </summary>
|
|
5574 </member>
|
|
5575 <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
|
|
5576 <summary>
|
|
5577 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
|
|
5578 </summary>
|
|
5579 </member>
|
|
5580 <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
|
|
5581 <summary>
|
|
5582 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
|
|
5583 </summary>
|
|
5584 <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
|
|
5585 </member>
|
|
5586 <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
|
|
5587 <summary>
|
|
5588 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
|
|
5589 </summary>
|
|
5590 <param name="content">The contents of the array.</param>
|
|
5591 </member>
|
|
5592 <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
|
|
5593 <summary>
|
|
5594 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
|
|
5595 </summary>
|
|
5596 <param name="content">The contents of the array.</param>
|
|
5597 </member>
|
|
5598 <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
|
|
5599 <summary>
|
|
5600 Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
5601 </summary>
|
|
5602 <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
|
|
5603 <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
|
|
5604 </member>
|
|
5605 <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
|
|
5606 <summary>
|
|
5607 Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
|
|
5608 </summary>
|
|
5609 <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
|
|
5610 <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
|
|
5611 </member>
|
|
5612 <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
|
|
5613 <summary>
|
|
5614 Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
|
|
5615 </summary>
|
|
5616 <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
|
|
5617 <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
|
|
5618 </member>
|
|
5619 <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
|
|
5620 <summary>
|
|
5621 Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
|
|
5622 </summary>
|
|
5623 <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
|
|
5624 <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
|
|
5625 <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
|
|
5626 </member>
|
|
5627 <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
|
|
5628 <summary>
|
|
5629 Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
|
|
5630 </summary>
|
|
5631 <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
|
|
5632 <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
|
|
5633 </member>
|
|
5634 <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
|
|
5635 <summary>
|
|
5636 Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
|
|
5637 </summary>
|
|
5638 <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
|
|
5639 <returns>
|
|
5640 The index of <paramref name="item"/> if found in the list; otherwise, -1.
|
|
5641 </returns>
|
|
5642 </member>
|
|
5643 <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
|
|
5644 <summary>
|
|
5645 Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
|
|
5646 </summary>
|
|
5647 <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
|
|
5648 <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
|
|
5649 <exception cref="T:System.ArgumentOutOfRangeException">
|
|
5650 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
|
|
5651 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
|
|
5652 </member>
|
|
5653 <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
|
|
5654 <summary>
|
|
5655 Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
|
|
5656 </summary>
|
|
5657 <param name="index">The zero-based index of the item to remove.</param>
|
|
5658 <exception cref="T:System.ArgumentOutOfRangeException">
|
|
5659 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
|
|
5660 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
|
|
5661 </member>
|
|
5662 <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
|
|
5663 <summary>
|
|
5664 Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
|
|
5665 </summary>
|
|
5666 <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
|
|
5667 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
|
|
5668 </member>
|
|
5669 <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
|
|
5670 <summary>
|
|
5671 Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
|
|
5672 </summary>
|
|
5673 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
|
|
5674 </member>
|
|
5675 <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
|
|
5676 <summary>
|
|
5677 Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
|
|
5678 </summary>
|
|
5679 <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
|
|
5680 <returns>
|
|
5681 true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
|
|
5682 </returns>
|
|
5683 </member>
|
|
5684 <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
|
|
5685 <summary>
|
|
5686 Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
|
|
5687 </summary>
|
|
5688 <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
|
|
5689 <returns>
|
|
5690 true if <paramref name="item"/> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramref name="item"/> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1"/>.
|
|
5691 </returns>
|
|
5692 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
|
|
5693 </member>
|
|
5694 <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">
|
|
5695 <summary>
|
|
5696 Gets the container's children tokens.
|
|
5697 </summary>
|
|
5698 <value>The container's children tokens.</value>
|
|
5699 </member>
|
|
5700 <member name="P:Newtonsoft.Json.Linq.JArray.Type">
|
|
5701 <summary>
|
|
5702 Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
5703 </summary>
|
|
5704 <value>The type.</value>
|
|
5705 </member>
|
|
5706 <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
|
|
5707 <summary>
|
|
5708 Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
|
|
5709 </summary>
|
|
5710 <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
|
|
5711 </member>
|
|
5712 <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
|
|
5713 <summary>
|
|
5714 Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
|
|
5715 </summary>
|
|
5716 <value></value>
|
|
5717 </member>
|
|
5718 <member name="T:Newtonsoft.Json.Linq.JTokenReader">
|
|
5719 <summary>
|
|
5720 Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
|
|
5721 </summary>
|
|
5722 </member>
|
|
5723 <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
|
|
5724 <summary>
|
|
5725 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
|
|
5726 </summary>
|
|
5727 <param name="token">The token to read from.</param>
|
|
5728 </member>
|
|
5729 <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
|
|
5730 <summary>
|
|
5731 Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
|
|
5732 </summary>
|
|
5733 <returns>
|
|
5734 A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
|
|
5735 </returns>
|
|
5736 </member>
|
|
5737 <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
|
|
5738 <summary>
|
|
5739 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
5740 </summary>
|
|
5741 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
5742 </member>
|
|
5743 <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
|
|
5744 <summary>
|
|
5745 Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
|
|
5746 </summary>
|
|
5747 <returns>A <see cref="T:System.Nullable`1"/>.</returns>
|
|
5748 </member>
|
|
5749 <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
|
|
5750 <summary>
|
|
5751 Reads the next JSON token from the stream.
|
|
5752 </summary>
|
|
5753 <returns>
|
|
5754 true if the next token was read successfully; false if there are no more tokens to read.
|
|
5755 </returns>
|
|
5756 </member>
|
|
5757 <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
|
|
5758 <summary>
|
|
5759 Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
|
|
5760 </summary>
|
|
5761 </member>
|
|
5762 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
|
|
5763 <summary>
|
|
5764 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class writing to the given <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.
|
|
5765 </summary>
|
|
5766 <param name="container">The container being written to.</param>
|
|
5767 </member>
|
|
5768 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
|
|
5769 <summary>
|
|
5770 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
|
|
5771 </summary>
|
|
5772 </member>
|
|
5773 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
|
|
5774 <summary>
|
|
5775 Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
|
|
5776 </summary>
|
|
5777 </member>
|
|
5778 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
|
|
5779 <summary>
|
|
5780 Closes this stream and the underlying stream.
|
|
5781 </summary>
|
|
5782 </member>
|
|
5783 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
|
|
5784 <summary>
|
|
5785 Writes the beginning of a Json object.
|
|
5786 </summary>
|
|
5787 </member>
|
|
5788 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
|
|
5789 <summary>
|
|
5790 Writes the beginning of a Json array.
|
|
5791 </summary>
|
|
5792 </member>
|
|
5793 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
|
|
5794 <summary>
|
|
5795 Writes the start of a constructor with the given name.
|
|
5796 </summary>
|
|
5797 <param name="name">The name of the constructor.</param>
|
|
5798 </member>
|
|
5799 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
|
|
5800 <summary>
|
|
5801 Writes the end.
|
|
5802 </summary>
|
|
5803 <param name="token">The token.</param>
|
|
5804 </member>
|
|
5805 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
|
|
5806 <summary>
|
|
5807 Writes the property name of a name/value pair on a Json object.
|
|
5808 </summary>
|
|
5809 <param name="name">The name of the property.</param>
|
|
5810 </member>
|
|
5811 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
|
|
5812 <summary>
|
|
5813 Writes a null value.
|
|
5814 </summary>
|
|
5815 </member>
|
|
5816 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
|
|
5817 <summary>
|
|
5818 Writes an undefined value.
|
|
5819 </summary>
|
|
5820 </member>
|
|
5821 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
|
|
5822 <summary>
|
|
5823 Writes raw JSON.
|
|
5824 </summary>
|
|
5825 <param name="json">The raw JSON to write.</param>
|
|
5826 </member>
|
|
5827 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
|
|
5828 <summary>
|
|
5829 Writes out a comment <code>/*...*/</code> containing the specified text.
|
|
5830 </summary>
|
|
5831 <param name="text">Text to place inside the comment.</param>
|
|
5832 </member>
|
|
5833 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
|
|
5834 <summary>
|
|
5835 Writes a <see cref="T:System.String"/> value.
|
|
5836 </summary>
|
|
5837 <param name="value">The <see cref="T:System.String"/> value to write.</param>
|
|
5838 </member>
|
|
5839 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
|
|
5840 <summary>
|
|
5841 Writes a <see cref="T:System.Int32"/> value.
|
|
5842 </summary>
|
|
5843 <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
|
|
5844 </member>
|
|
5845 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
|
|
5846 <summary>
|
|
5847 Writes a <see cref="T:System.UInt32"/> value.
|
|
5848 </summary>
|
|
5849 <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
|
|
5850 </member>
|
|
5851 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
|
|
5852 <summary>
|
|
5853 Writes a <see cref="T:System.Int64"/> value.
|
|
5854 </summary>
|
|
5855 <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
|
|
5856 </member>
|
|
5857 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
|
|
5858 <summary>
|
|
5859 Writes a <see cref="T:System.UInt64"/> value.
|
|
5860 </summary>
|
|
5861 <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
|
|
5862 </member>
|
|
5863 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
|
|
5864 <summary>
|
|
5865 Writes a <see cref="T:System.Single"/> value.
|
|
5866 </summary>
|
|
5867 <param name="value">The <see cref="T:System.Single"/> value to write.</param>
|
|
5868 </member>
|
|
5869 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
|
|
5870 <summary>
|
|
5871 Writes a <see cref="T:System.Double"/> value.
|
|
5872 </summary>
|
|
5873 <param name="value">The <see cref="T:System.Double"/> value to write.</param>
|
|
5874 </member>
|
|
5875 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
|
|
5876 <summary>
|
|
5877 Writes a <see cref="T:System.Boolean"/> value.
|
|
5878 </summary>
|
|
5879 <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
|
|
5880 </member>
|
|
5881 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
|
|
5882 <summary>
|
|
5883 Writes a <see cref="T:System.Int16"/> value.
|
|
5884 </summary>
|
|
5885 <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
|
|
5886 </member>
|
|
5887 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
|
|
5888 <summary>
|
|
5889 Writes a <see cref="T:System.UInt16"/> value.
|
|
5890 </summary>
|
|
5891 <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
|
|
5892 </member>
|
|
5893 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
|
|
5894 <summary>
|
|
5895 Writes a <see cref="T:System.Char"/> value.
|
|
5896 </summary>
|
|
5897 <param name="value">The <see cref="T:System.Char"/> value to write.</param>
|
|
5898 </member>
|
|
5899 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
|
|
5900 <summary>
|
|
5901 Writes a <see cref="T:System.Byte"/> value.
|
|
5902 </summary>
|
|
5903 <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
|
|
5904 </member>
|
|
5905 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
|
|
5906 <summary>
|
|
5907 Writes a <see cref="T:System.SByte"/> value.
|
|
5908 </summary>
|
|
5909 <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
|
|
5910 </member>
|
|
5911 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
|
|
5912 <summary>
|
|
5913 Writes a <see cref="T:System.Decimal"/> value.
|
|
5914 </summary>
|
|
5915 <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
|
|
5916 </member>
|
|
5917 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
|
|
5918 <summary>
|
|
5919 Writes a <see cref="T:System.DateTime"/> value.
|
|
5920 </summary>
|
|
5921 <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
|
|
5922 </member>
|
|
5923 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
|
|
5924 <summary>
|
|
5925 Writes a <see cref="T:Byte[]"/> value.
|
|
5926 </summary>
|
|
5927 <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
|
|
5928 </member>
|
|
5929 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">
|
|
5930 <summary>
|
|
5931 Writes a <see cref="T:System.TimeSpan"/> value.
|
|
5932 </summary>
|
|
5933 <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
|
|
5934 </member>
|
|
5935 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">
|
|
5936 <summary>
|
|
5937 Writes a <see cref="T:System.Guid"/> value.
|
|
5938 </summary>
|
|
5939 <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
|
|
5940 </member>
|
|
5941 <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">
|
|
5942 <summary>
|
|
5943 Writes a <see cref="T:System.Uri"/> value.
|
|
5944 </summary>
|
|
5945 <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
|
|
5946 </member>
|
|
5947 <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
|
|
5948 <summary>
|
|
5949 Gets the token being writen.
|
|
5950 </summary>
|
|
5951 <value>The token being writen.</value>
|
|
5952 </member>
|
|
5953 <member name="T:Newtonsoft.Json.Linq.JProperty">
|
|
5954 <summary>
|
|
5955 Represents a JSON property.
|
|
5956 </summary>
|
|
5957 </member>
|
|
5958 <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
|
|
5959 <summary>
|
|
5960 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
|
|
5961 </summary>
|
|
5962 <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
|
|
5963 </member>
|
|
5964 <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
|
|
5965 <summary>
|
|
5966 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
|
|
5967 </summary>
|
|
5968 <param name="name">The property name.</param>
|
|
5969 <param name="content">The property content.</param>
|
|
5970 </member>
|
|
5971 <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
|
|
5972 <summary>
|
|
5973 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
|
|
5974 </summary>
|
|
5975 <param name="name">The property name.</param>
|
|
5976 <param name="content">The property content.</param>
|
|
5977 </member>
|
|
5978 <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
|
|
5979 <summary>
|
|
5980 Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
|
|
5981 </summary>
|
|
5982 <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
|
|
5983 <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
|
|
5984 </member>
|
|
5985 <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
|
|
5986 <summary>
|
|
5987 Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
5988 </summary>
|
|
5989 <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.</param>
|
|
5990 <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
|
|
5991 </member>
|
|
5992 <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">
|
|
5993 <summary>
|
|
5994 Gets the container's children tokens.
|
|
5995 </summary>
|
|
5996 <value>The container's children tokens.</value>
|
|
5997 </member>
|
|
5998 <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
|
|
5999 <summary>
|
|
6000 Gets the property name.
|
|
6001 </summary>
|
|
6002 <value>The property name.</value>
|
|
6003 </member>
|
|
6004 <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
|
|
6005 <summary>
|
|
6006 Gets or sets the property value.
|
|
6007 </summary>
|
|
6008 <value>The property value.</value>
|
|
6009 </member>
|
|
6010 <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
|
|
6011 <summary>
|
|
6012 Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
6013 </summary>
|
|
6014 <value>The type.</value>
|
|
6015 </member>
|
|
6016 <member name="T:Newtonsoft.Json.Linq.JTokenType">
|
|
6017 <summary>
|
|
6018 Specifies the type of token.
|
|
6019 </summary>
|
|
6020 </member>
|
|
6021 <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
|
|
6022 <summary>
|
|
6023 No token type has been set.
|
|
6024 </summary>
|
|
6025 </member>
|
|
6026 <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
|
|
6027 <summary>
|
|
6028 A JSON object.
|
|
6029 </summary>
|
|
6030 </member>
|
|
6031 <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
|
|
6032 <summary>
|
|
6033 A JSON array.
|
|
6034 </summary>
|
|
6035 </member>
|
|
6036 <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
|
|
6037 <summary>
|
|
6038 A JSON constructor.
|
|
6039 </summary>
|
|
6040 </member>
|
|
6041 <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
|
|
6042 <summary>
|
|
6043 A JSON object property.
|
|
6044 </summary>
|
|
6045 </member>
|
|
6046 <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
|
|
6047 <summary>
|
|
6048 A comment.
|
|
6049 </summary>
|
|
6050 </member>
|
|
6051 <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
|
|
6052 <summary>
|
|
6053 An integer value.
|
|
6054 </summary>
|
|
6055 </member>
|
|
6056 <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
|
|
6057 <summary>
|
|
6058 A float value.
|
|
6059 </summary>
|
|
6060 </member>
|
|
6061 <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
|
|
6062 <summary>
|
|
6063 A string value.
|
|
6064 </summary>
|
|
6065 </member>
|
|
6066 <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
|
|
6067 <summary>
|
|
6068 A boolean value.
|
|
6069 </summary>
|
|
6070 </member>
|
|
6071 <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
|
|
6072 <summary>
|
|
6073 A null value.
|
|
6074 </summary>
|
|
6075 </member>
|
|
6076 <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
|
|
6077 <summary>
|
|
6078 An undefined value.
|
|
6079 </summary>
|
|
6080 </member>
|
|
6081 <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
|
|
6082 <summary>
|
|
6083 A date value.
|
|
6084 </summary>
|
|
6085 </member>
|
|
6086 <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
|
|
6087 <summary>
|
|
6088 A raw JSON value.
|
|
6089 </summary>
|
|
6090 </member>
|
|
6091 <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
|
|
6092 <summary>
|
|
6093 A collection of bytes value.
|
|
6094 </summary>
|
|
6095 </member>
|
|
6096 <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">
|
|
6097 <summary>
|
|
6098 A Guid value.
|
|
6099 </summary>
|
|
6100 </member>
|
|
6101 <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">
|
|
6102 <summary>
|
|
6103 A Uri value.
|
|
6104 </summary>
|
|
6105 </member>
|
|
6106 <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">
|
|
6107 <summary>
|
|
6108 A TimeSpan value.
|
|
6109 </summary>
|
|
6110 </member>
|
|
6111 <member name="T:Newtonsoft.Json.Schema.Extensions">
|
|
6112 <summary>
|
|
6113 Contains the JSON schema extension methods.
|
|
6114 </summary>
|
|
6115 </member>
|
|
6116 <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
|
|
6117 <summary>
|
|
6118 Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
|
|
6119 </summary>
|
|
6120 <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
|
|
6121 <param name="schema">The schema to test with.</param>
|
|
6122 <returns>
|
|
6123 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
|
|
6124 </returns>
|
|
6125 </member>
|
|
6126 <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">
|
|
6127 <summary>
|
|
6128 Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
|
|
6129 </summary>
|
|
6130 <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
|
|
6131 <param name="schema">The schema to test with.</param>
|
|
6132 <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>
|
|
6133 <returns>
|
|
6134 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
|
|
6135 </returns>
|
|
6136 </member>
|
|
6137 <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
|
|
6138 <summary>
|
|
6139 Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
6140 </summary>
|
|
6141 <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
|
|
6142 <param name="schema">The schema to test with.</param>
|
|
6143 </member>
|
|
6144 <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
|
|
6145 <summary>
|
|
6146 Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
|
|
6147 </summary>
|
|
6148 <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
|
|
6149 <param name="schema">The schema to test with.</param>
|
|
6150 <param name="validationEventHandler">The validation event handler.</param>
|
|
6151 </member>
|
|
6152 <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
|
|
6153 <summary>
|
|
6154 Returns detailed information about the schema exception.
|
|
6155 </summary>
|
|
6156 </member>
|
|
6157 <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
|
|
6158 <summary>
|
|
6159 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
|
|
6160 </summary>
|
|
6161 </member>
|
|
6162 <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
|
|
6163 <summary>
|
|
6164 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
|
|
6165 with a specified error message.
|
|
6166 </summary>
|
|
6167 <param name="message">The error message that explains the reason for the exception.</param>
|
|
6168 </member>
|
|
6169 <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
|
|
6170 <summary>
|
|
6171 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
|
|
6172 with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
6173 </summary>
|
|
6174 <param name="message">The error message that explains the reason for the exception.</param>
|
|
6175 <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
|
|
6176 </member>
|
|
6177 <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
6178 <summary>
|
|
6179 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
|
|
6180 </summary>
|
|
6181 <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
|
|
6182 <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
|
|
6183 <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
|
|
6184 <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
|
|
6185 </member>
|
|
6186 <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
|
|
6187 <summary>
|
|
6188 Gets the line number indicating where the error occurred.
|
|
6189 </summary>
|
|
6190 <value>The line number indicating where the error occurred.</value>
|
|
6191 </member>
|
|
6192 <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
|
|
6193 <summary>
|
|
6194 Gets the line position indicating where the error occurred.
|
|
6195 </summary>
|
|
6196 <value>The line position indicating where the error occurred.</value>
|
|
6197 </member>
|
|
6198 <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
|
|
6199 <summary>
|
|
6200 Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
|
|
6201 </summary>
|
|
6202 </member>
|
|
6203 <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
|
|
6204 <summary>
|
|
6205 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
|
|
6206 </summary>
|
|
6207 </member>
|
|
6208 <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
|
|
6209 <summary>
|
|
6210 Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified id.
|
|
6211 </summary>
|
|
6212 <param name="id">The id.</param>
|
|
6213 <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified id.</returns>
|
|
6214 </member>
|
|
6215 <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
|
|
6216 <summary>
|
|
6217 Gets or sets the loaded schemas.
|
|
6218 </summary>
|
|
6219 <value>The loaded schemas.</value>
|
|
6220 </member>
|
|
6221 <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
|
|
6222 <summary>
|
|
6223 Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
|
|
6224 </summary>
|
|
6225 </member>
|
|
6226 <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
|
|
6227 <summary>
|
|
6228 Do not infer a schema Id.
|
|
6229 </summary>
|
|
6230 </member>
|
|
6231 <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
|
|
6232 <summary>
|
|
6233 Use the .NET type name as the schema Id.
|
|
6234 </summary>
|
|
6235 </member>
|
|
6236 <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
|
|
6237 <summary>
|
|
6238 Use the assembly qualified .NET type name as the schema Id.
|
|
6239 </summary>
|
|
6240 </member>
|
|
6241 <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
|
|
6242 <summary>
|
|
6243 Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
|
|
6244 </summary>
|
|
6245 </member>
|
|
6246 <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
|
|
6247 <summary>
|
|
6248 Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation event.
|
|
6249 </summary>
|
|
6250 <value>The JsonSchemaException associated with the validation event.</value>
|
|
6251 </member>
|
|
6252 <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
|
|
6253 <summary>
|
|
6254 Gets the text description corresponding to the validation event.
|
|
6255 </summary>
|
|
6256 <value>The text description.</value>
|
|
6257 </member>
|
|
6258 <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
|
|
6259 <summary>
|
|
6260 Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
|
|
6261 </summary>
|
|
6262 </member>
|
|
6263 <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
|
|
6264 <summary>
|
|
6265 Resolves member mappings for a type, camel casing property names.
|
|
6266 </summary>
|
|
6267 </member>
|
|
6268 <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
|
|
6269 <summary>
|
|
6270 Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.
|
|
6271 </summary>
|
|
6272 </member>
|
|
6273 <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
|
|
6274 <summary>
|
|
6275 Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.
|
|
6276 </summary>
|
|
6277 </member>
|
|
6278 <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
|
|
6279 <summary>
|
|
6280 Resolves the contract for a given type.
|
|
6281 </summary>
|
|
6282 <param name="type">The type to resolve a contract for.</param>
|
|
6283 <returns>The contract for a given type.</returns>
|
|
6284 </member>
|
|
6285 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
|
|
6286 <summary>
|
|
6287 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
|
|
6288 </summary>
|
|
6289 </member>
|
|
6290 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">
|
|
6291 <summary>
|
|
6292 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
|
|
6293 </summary>
|
|
6294 <param name="shareCache">
|
|
6295 If set to <c>true</c> the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> will use a cached shared with other resolvers of the same type.
|
|
6296 Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
|
|
6297 behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
|
|
6298 recommended to reuse <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> instances with the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6299 </param>
|
|
6300 </member>
|
|
6301 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
|
|
6302 <summary>
|
|
6303 Resolves the contract for a given type.
|
|
6304 </summary>
|
|
6305 <param name="type">The type to resolve a contract for.</param>
|
|
6306 <returns>The contract for a given type.</returns>
|
|
6307 </member>
|
|
6308 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
|
|
6309 <summary>
|
|
6310 Gets the serializable members for the type.
|
|
6311 </summary>
|
|
6312 <param name="objectType">The type to get serializable members for.</param>
|
|
6313 <returns>The serializable members for the type.</returns>
|
|
6314 </member>
|
|
6315 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
|
|
6316 <summary>
|
|
6317 Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
|
|
6318 </summary>
|
|
6319 <param name="objectType">Type of the object.</param>
|
|
6320 <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
|
|
6321 </member>
|
|
6322 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">
|
|
6323 <summary>
|
|
6324 Creates the constructor parameters.
|
|
6325 </summary>
|
|
6326 <param name="constructor">The constructor to create properties for.</param>
|
|
6327 <param name="memberProperties">The type's member properties.</param>
|
|
6328 <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>
|
|
6329 </member>
|
|
6330 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">
|
|
6331 <summary>
|
|
6332 Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.
|
|
6333 </summary>
|
|
6334 <param name="matchingMemberProperty">The matching member property.</param>
|
|
6335 <param name="parameterInfo">The constructor parameter.</param>
|
|
6336 <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>
|
|
6337 </member>
|
|
6338 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
|
|
6339 <summary>
|
|
6340 Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for the contract.
|
|
6341 </summary>
|
|
6342 <param name="objectType">Type of the object.</param>
|
|
6343 <returns></returns>
|
|
6344 </member>
|
|
6345 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
|
|
6346 <summary>
|
|
6347 Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
|
|
6348 </summary>
|
|
6349 <param name="objectType">Type of the object.</param>
|
|
6350 <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
|
|
6351 </member>
|
|
6352 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
|
|
6353 <summary>
|
|
6354 Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
|
|
6355 </summary>
|
|
6356 <param name="objectType">Type of the object.</param>
|
|
6357 <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
|
|
6358 </member>
|
|
6359 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
|
|
6360 <summary>
|
|
6361 Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
|
|
6362 </summary>
|
|
6363 <param name="objectType">Type of the object.</param>
|
|
6364 <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
|
|
6365 </member>
|
|
6366 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
|
|
6367 <summary>
|
|
6368 Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
|
|
6369 </summary>
|
|
6370 <param name="objectType">Type of the object.</param>
|
|
6371 <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
|
|
6372 </member>
|
|
6373 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)">
|
|
6374 <summary>
|
|
6375 Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.
|
|
6376 </summary>
|
|
6377 <param name="objectType">Type of the object.</param>
|
|
6378 <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns>
|
|
6379 </member>
|
|
6380 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
|
|
6381 <summary>
|
|
6382 Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
|
|
6383 </summary>
|
|
6384 <param name="objectType">Type of the object.</param>
|
|
6385 <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
|
|
6386 </member>
|
|
6387 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
|
|
6388 <summary>
|
|
6389 Determines which contract type is created for the given type.
|
|
6390 </summary>
|
|
6391 <param name="objectType">Type of the object.</param>
|
|
6392 <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
|
|
6393 </member>
|
|
6394 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
|
|
6395 <summary>
|
|
6396 Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
|
|
6397 </summary>
|
|
6398 <param name="type">The type to create properties for.</param>
|
|
6399 /// <param name="memberSerialization">The member serialization mode for the type.</param>
|
|
6400 <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
|
|
6401 </member>
|
|
6402 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
|
|
6403 <summary>
|
|
6404 Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
|
|
6405 </summary>
|
|
6406 <param name="member">The member.</param>
|
|
6407 <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
|
|
6408 </member>
|
|
6409 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
|
|
6410 <summary>
|
|
6411 Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
|
|
6412 </summary>
|
|
6413 <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
|
|
6414 <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
|
|
6415 <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
|
|
6416 </member>
|
|
6417 <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
|
|
6418 <summary>
|
|
6419 Resolves the name of the property.
|
|
6420 </summary>
|
|
6421 <param name="propertyName">Name of the property.</param>
|
|
6422 <returns>Name of the property.</returns>
|
|
6423 </member>
|
|
6424 <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
|
|
6425 <summary>
|
|
6426 Gets a value indicating whether members are being get and set using dynamic code generation.
|
|
6427 This value is determined by the runtime permissions available.
|
|
6428 </summary>
|
|
6429 <value>
|
|
6430 <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
|
|
6431 </value>
|
|
6432 </member>
|
|
6433 <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">
|
|
6434 <summary>
|
|
6435 Gets or sets the default members search flags.
|
|
6436 </summary>
|
|
6437 <value>The default members search flags.</value>
|
|
6438 </member>
|
|
6439 <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
|
|
6440 <summary>
|
|
6441 Gets or sets a value indicating whether compiler generated members should be serialized.
|
|
6442 </summary>
|
|
6443 <value>
|
|
6444 <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
|
|
6445 </value>
|
|
6446 </member>
|
|
6447 <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
|
|
6448 <summary>
|
|
6449 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
|
|
6450 </summary>
|
|
6451 </member>
|
|
6452 <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">
|
|
6453 <summary>
|
|
6454 Resolves the name of the property.
|
|
6455 </summary>
|
|
6456 <param name="propertyName">Name of the property.</param>
|
|
6457 <returns>The property name camel cased.</returns>
|
|
6458 </member>
|
|
6459 <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
|
|
6460 <summary>
|
|
6461 The default serialization binder used when resolving and loading classes from type names.
|
|
6462 </summary>
|
|
6463 </member>
|
|
6464 <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
|
|
6465 <summary>
|
|
6466 When overridden in a derived class, controls the binding of a serialized object to a type.
|
|
6467 </summary>
|
|
6468 <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
|
|
6469 <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
|
|
6470 <returns>
|
|
6471 The type of the object the formatter creates a new instance of.
|
|
6472 </returns>
|
|
6473 </member>
|
|
6474 <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider">
|
|
6475 <summary>
|
|
6476 Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
|
|
6477 </summary>
|
|
6478 </member>
|
|
6479 <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
|
|
6480 <summary>
|
|
6481 Provides methods to get and set values.
|
|
6482 </summary>
|
|
6483 </member>
|
|
6484 <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
|
|
6485 <summary>
|
|
6486 Sets the value.
|
|
6487 </summary>
|
|
6488 <param name="target">The target to set the value on.</param>
|
|
6489 <param name="value">The value to set on the target.</param>
|
|
6490 </member>
|
|
6491 <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
|
|
6492 <summary>
|
|
6493 Gets the value.
|
|
6494 </summary>
|
|
6495 <param name="target">The target to get the value from.</param>
|
|
6496 <returns>The value.</returns>
|
|
6497 </member>
|
|
6498 <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)">
|
|
6499 <summary>
|
|
6500 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class.
|
|
6501 </summary>
|
|
6502 <param name="memberInfo">The member info.</param>
|
|
6503 </member>
|
|
6504 <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)">
|
|
6505 <summary>
|
|
6506 Sets the value.
|
|
6507 </summary>
|
|
6508 <param name="target">The target to set the value on.</param>
|
|
6509 <param name="value">The value to set on the target.</param>
|
|
6510 </member>
|
|
6511 <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)">
|
|
6512 <summary>
|
|
6513 Gets the value.
|
|
6514 </summary>
|
|
6515 <param name="target">The target to get the value from.</param>
|
|
6516 <returns>The value.</returns>
|
|
6517 </member>
|
|
6518 <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
|
|
6519 <summary>
|
|
6520 Provides information surrounding an error.
|
|
6521 </summary>
|
|
6522 </member>
|
|
6523 <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
|
|
6524 <summary>
|
|
6525 Gets or sets the error.
|
|
6526 </summary>
|
|
6527 <value>The error.</value>
|
|
6528 </member>
|
|
6529 <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
|
|
6530 <summary>
|
|
6531 Gets the original object that caused the error.
|
|
6532 </summary>
|
|
6533 <value>The original object that caused the error.</value>
|
|
6534 </member>
|
|
6535 <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
|
|
6536 <summary>
|
|
6537 Gets the member that caused the error.
|
|
6538 </summary>
|
|
6539 <value>The member that caused the error.</value>
|
|
6540 </member>
|
|
6541 <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
|
|
6542 <summary>
|
|
6543 Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
|
|
6544 </summary>
|
|
6545 <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
|
|
6546 </member>
|
|
6547 <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
|
|
6548 <summary>
|
|
6549 Provides data for the Error event.
|
|
6550 </summary>
|
|
6551 </member>
|
|
6552 <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
|
|
6553 <summary>
|
|
6554 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
|
|
6555 </summary>
|
|
6556 <param name="currentObject">The current object.</param>
|
|
6557 <param name="errorContext">The error context.</param>
|
|
6558 </member>
|
|
6559 <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
|
|
6560 <summary>
|
|
6561 Gets the current object the error event is being raised against.
|
|
6562 </summary>
|
|
6563 <value>The current object the error event is being raised against.</value>
|
|
6564 </member>
|
|
6565 <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
|
|
6566 <summary>
|
|
6567 Gets the error context.
|
|
6568 </summary>
|
|
6569 <value>The error context.</value>
|
|
6570 </member>
|
|
6571 <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
|
|
6572 <summary>
|
|
6573 Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6574 </summary>
|
|
6575 </member>
|
|
6576 <member name="T:Newtonsoft.Json.Serialization.JsonContract">
|
|
6577 <summary>
|
|
6578 Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6579 </summary>
|
|
6580 </member>
|
|
6581 <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
|
|
6582 <summary>
|
|
6583 Gets the underlying type for the contract.
|
|
6584 </summary>
|
|
6585 <value>The underlying type for the contract.</value>
|
|
6586 </member>
|
|
6587 <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
|
|
6588 <summary>
|
|
6589 Gets or sets the type created during deserialization.
|
|
6590 </summary>
|
|
6591 <value>The type created during deserialization.</value>
|
|
6592 </member>
|
|
6593 <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
|
|
6594 <summary>
|
|
6595 Gets or sets whether this type contract is serialized as a reference.
|
|
6596 </summary>
|
|
6597 <value>Whether this type contract is serialized as a reference.</value>
|
|
6598 </member>
|
|
6599 <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
|
|
6600 <summary>
|
|
6601 Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for this contract.
|
|
6602 </summary>
|
|
6603 <value>The converter.</value>
|
|
6604 </member>
|
|
6605 <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">
|
|
6606 <summary>
|
|
6607 Gets or sets the method called immediately after deserialization of the object.
|
|
6608 </summary>
|
|
6609 <value>The method called immediately after deserialization of the object.</value>
|
|
6610 </member>
|
|
6611 <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">
|
|
6612 <summary>
|
|
6613 Gets or sets the method called during deserialization of the object.
|
|
6614 </summary>
|
|
6615 <value>The method called during deserialization of the object.</value>
|
|
6616 </member>
|
|
6617 <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">
|
|
6618 <summary>
|
|
6619 Gets or sets the method called after serialization of the object graph.
|
|
6620 </summary>
|
|
6621 <value>The method called after serialization of the object graph.</value>
|
|
6622 </member>
|
|
6623 <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">
|
|
6624 <summary>
|
|
6625 Gets or sets the method called before serialization of the object.
|
|
6626 </summary>
|
|
6627 <value>The method called before serialization of the object.</value>
|
|
6628 </member>
|
|
6629 <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
|
|
6630 <summary>
|
|
6631 Gets or sets the default creator method used to create the object.
|
|
6632 </summary>
|
|
6633 <value>The default creator method used to create the object.</value>
|
|
6634 </member>
|
|
6635 <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
|
|
6636 <summary>
|
|
6637 Gets or sets a value indicating whether [default creator non public].
|
|
6638 </summary>
|
|
6639 <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
|
|
6640 </member>
|
|
6641 <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">
|
|
6642 <summary>
|
|
6643 Gets or sets the method called when an error is thrown during the serialization of the object.
|
|
6644 </summary>
|
|
6645 <value>The method called when an error is thrown during the serialization of the object.</value>
|
|
6646 </member>
|
|
6647 <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
|
|
6648 <summary>
|
|
6649 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
|
|
6650 </summary>
|
|
6651 <param name="underlyingType">The underlying type for the contract.</param>
|
|
6652 </member>
|
|
6653 <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
|
|
6654 <summary>
|
|
6655 Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6656 </summary>
|
|
6657 </member>
|
|
6658 <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
|
|
6659 <summary>
|
|
6660 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
|
|
6661 </summary>
|
|
6662 <param name="underlyingType">The underlying type for the contract.</param>
|
|
6663 </member>
|
|
6664 <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">
|
|
6665 <summary>
|
|
6666 Gets or sets the property name resolver.
|
|
6667 </summary>
|
|
6668 <value>The property name resolver.</value>
|
|
6669 </member>
|
|
6670 <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract">
|
|
6671 <summary>
|
|
6672 Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6673 </summary>
|
|
6674 </member>
|
|
6675 <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)">
|
|
6676 <summary>
|
|
6677 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class.
|
|
6678 </summary>
|
|
6679 <param name="underlyingType">The underlying type for the contract.</param>
|
|
6680 </member>
|
|
6681 <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator">
|
|
6682 <summary>
|
|
6683 Gets or sets the ISerializable object constructor.
|
|
6684 </summary>
|
|
6685 <value>The ISerializable object constructor.</value>
|
|
6686 </member>
|
|
6687 <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
|
|
6688 <summary>
|
|
6689 Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6690 </summary>
|
|
6691 </member>
|
|
6692 <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
|
|
6693 <summary>
|
|
6694 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
|
|
6695 </summary>
|
|
6696 <param name="underlyingType">The underlying type for the contract.</param>
|
|
6697 </member>
|
|
6698 <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
|
|
6699 <summary>
|
|
6700 Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6701 </summary>
|
|
6702 </member>
|
|
6703 <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
|
|
6704 <summary>
|
|
6705 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
|
|
6706 </summary>
|
|
6707 <param name="underlyingType">The underlying type for the contract.</param>
|
|
6708 </member>
|
|
6709 <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
|
|
6710 <summary>
|
|
6711 Maps a JSON property to a .NET member or constructor parameter.
|
|
6712 </summary>
|
|
6713 </member>
|
|
6714 <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
|
|
6715 <summary>
|
|
6716 Returns a <see cref="T:System.String"/> that represents this instance.
|
|
6717 </summary>
|
|
6718 <returns>
|
|
6719 A <see cref="T:System.String"/> that represents this instance.
|
|
6720 </returns>
|
|
6721 </member>
|
|
6722 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
|
|
6723 <summary>
|
|
6724 Gets or sets the name of the property.
|
|
6725 </summary>
|
|
6726 <value>The name of the property.</value>
|
|
6727 </member>
|
|
6728 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">
|
|
6729 <summary>
|
|
6730 Gets or sets the type that declared this property.
|
|
6731 </summary>
|
|
6732 <value>The type that declared this property.</value>
|
|
6733 </member>
|
|
6734 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
|
|
6735 <summary>
|
|
6736 Gets or sets the order of serialization and deserialization of a member.
|
|
6737 </summary>
|
|
6738 <value>The numeric order of serialization or deserialization.</value>
|
|
6739 </member>
|
|
6740 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
|
|
6741 <summary>
|
|
6742 Gets or sets the name of the underlying member or parameter.
|
|
6743 </summary>
|
|
6744 <value>The name of the underlying member or parameter.</value>
|
|
6745 </member>
|
|
6746 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
|
|
6747 <summary>
|
|
6748 Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
|
|
6749 </summary>
|
|
6750 <value>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.</value>
|
|
6751 </member>
|
|
6752 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
|
|
6753 <summary>
|
|
6754 Gets or sets the type of the property.
|
|
6755 </summary>
|
|
6756 <value>The type of the property.</value>
|
|
6757 </member>
|
|
6758 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
|
|
6759 <summary>
|
|
6760 Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> for the property.
|
|
6761 If set this converter takes presidence over the contract converter for the property type.
|
|
6762 </summary>
|
|
6763 <value>The converter.</value>
|
|
6764 </member>
|
|
6765 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
|
|
6766 <summary>
|
|
6767 Gets the member converter.
|
|
6768 </summary>
|
|
6769 <value>The member converter.</value>
|
|
6770 </member>
|
|
6771 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
|
|
6772 <summary>
|
|
6773 Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
|
|
6774 </summary>
|
|
6775 <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
|
|
6776 </member>
|
|
6777 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
|
|
6778 <summary>
|
|
6779 Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
|
|
6780 </summary>
|
|
6781 <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
|
|
6782 </member>
|
|
6783 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
|
|
6784 <summary>
|
|
6785 Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
|
|
6786 </summary>
|
|
6787 <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
|
|
6788 </member>
|
|
6789 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
|
|
6790 <summary>
|
|
6791 Gets the default value.
|
|
6792 </summary>
|
|
6793 <value>The default value.</value>
|
|
6794 </member>
|
|
6795 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
|
|
6796 <summary>
|
|
6797 Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
|
|
6798 </summary>
|
|
6799 <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
|
|
6800 </member>
|
|
6801 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
|
|
6802 <summary>
|
|
6803 Gets a value indicating whether this property preserves object references.
|
|
6804 </summary>
|
|
6805 <value>
|
|
6806 <c>true</c> if this instance is reference; otherwise, <c>false</c>.
|
|
6807 </value>
|
|
6808 </member>
|
|
6809 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
|
|
6810 <summary>
|
|
6811 Gets the property null value handling.
|
|
6812 </summary>
|
|
6813 <value>The null value handling.</value>
|
|
6814 </member>
|
|
6815 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
|
|
6816 <summary>
|
|
6817 Gets the property default value handling.
|
|
6818 </summary>
|
|
6819 <value>The default value handling.</value>
|
|
6820 </member>
|
|
6821 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
|
|
6822 <summary>
|
|
6823 Gets the property reference loop handling.
|
|
6824 </summary>
|
|
6825 <value>The reference loop handling.</value>
|
|
6826 </member>
|
|
6827 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
|
|
6828 <summary>
|
|
6829 Gets the property object creation handling.
|
|
6830 </summary>
|
|
6831 <value>The object creation handling.</value>
|
|
6832 </member>
|
|
6833 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
|
|
6834 <summary>
|
|
6835 Gets or sets the type name handling.
|
|
6836 </summary>
|
|
6837 <value>The type name handling.</value>
|
|
6838 </member>
|
|
6839 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
|
|
6840 <summary>
|
|
6841 Gets or sets a predicate used to determine whether the property should be serialize.
|
|
6842 </summary>
|
|
6843 <value>A predicate used to determine whether the property should be serialize.</value>
|
|
6844 </member>
|
|
6845 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
|
|
6846 <summary>
|
|
6847 Gets or sets a predicate used to determine whether the property should be serialized.
|
|
6848 </summary>
|
|
6849 <value>A predicate used to determine whether the property should be serialized.</value>
|
|
6850 </member>
|
|
6851 <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
|
|
6852 <summary>
|
|
6853 Gets or sets an action used to set whether the property has been deserialized.
|
|
6854 </summary>
|
|
6855 <value>An action used to set whether the property has been deserialized.</value>
|
|
6856 </member>
|
|
6857 <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
|
|
6858 <summary>
|
|
6859 A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
|
|
6860 </summary>
|
|
6861 </member>
|
|
6862 <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
|
|
6863 <summary>
|
|
6864 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
|
|
6865 </summary>
|
|
6866 <param name="type">The type.</param>
|
|
6867 </member>
|
|
6868 <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
|
|
6869 <summary>
|
|
6870 When implemented in a derived class, extracts the key from the specified element.
|
|
6871 </summary>
|
|
6872 <param name="item">The element from which to extract the key.</param>
|
|
6873 <returns>The key for the specified element.</returns>
|
|
6874 </member>
|
|
6875 <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
|
|
6876 <summary>
|
|
6877 Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
|
|
6878 </summary>
|
|
6879 <param name="property">The property to add to the collection.</param>
|
|
6880 </member>
|
|
6881 <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
|
|
6882 <summary>
|
|
6883 Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
|
|
6884 First attempts to get an exact case match of propertyName and then
|
|
6885 a case insensitive match.
|
|
6886 </summary>
|
|
6887 <param name="propertyName">Name of the property.</param>
|
|
6888 <returns>A matching property if found.</returns>
|
|
6889 </member>
|
|
6890 <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
|
|
6891 <summary>
|
|
6892 Gets a property by property name.
|
|
6893 </summary>
|
|
6894 <param name="propertyName">The name of the property to get.</param>
|
|
6895 <param name="comparisonType">Type property name string comparison.</param>
|
|
6896 <returns>A matching property if found.</returns>
|
|
6897 </member>
|
|
6898 <member name="T:Newtonsoft.Json.MissingMemberHandling">
|
|
6899 <summary>
|
|
6900 Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6901 </summary>
|
|
6902 </member>
|
|
6903 <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
|
|
6904 <summary>
|
|
6905 Ignore a missing member and do not attempt to deserialize it.
|
|
6906 </summary>
|
|
6907 </member>
|
|
6908 <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
|
|
6909 <summary>
|
|
6910 Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
|
|
6911 </summary>
|
|
6912 </member>
|
|
6913 <member name="T:Newtonsoft.Json.NullValueHandling">
|
|
6914 <summary>
|
|
6915 Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6916 </summary>
|
|
6917 </member>
|
|
6918 <member name="F:Newtonsoft.Json.NullValueHandling.Include">
|
|
6919 <summary>
|
|
6920 Include null values when serializing and deserializing objects.
|
|
6921 </summary>
|
|
6922 </member>
|
|
6923 <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
|
|
6924 <summary>
|
|
6925 Ignore null values when serializing and deserializing objects.
|
|
6926 </summary>
|
|
6927 </member>
|
|
6928 <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
|
|
6929 <summary>
|
|
6930 Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
6931 </summary>
|
|
6932 </member>
|
|
6933 <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
|
|
6934 <summary>
|
|
6935 Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
|
|
6936 </summary>
|
|
6937 </member>
|
|
6938 <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
|
|
6939 <summary>
|
|
6940 Ignore loop references and do not serialize.
|
|
6941 </summary>
|
|
6942 </member>
|
|
6943 <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
|
|
6944 <summary>
|
|
6945 Serialize loop references.
|
|
6946 </summary>
|
|
6947 </member>
|
|
6948 <member name="T:Newtonsoft.Json.Schema.JsonSchema">
|
|
6949 <summary>
|
|
6950 An in-memory representation of a JSON Schema.
|
|
6951 </summary>
|
|
6952 </member>
|
|
6953 <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
|
|
6954 <summary>
|
|
6955 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
|
|
6956 </summary>
|
|
6957 </member>
|
|
6958 <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
|
|
6959 <summary>
|
|
6960 Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
6961 </summary>
|
|
6962 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
|
|
6963 <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
|
|
6964 </member>
|
|
6965 <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
|
|
6966 <summary>
|
|
6967 Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
|
|
6968 </summary>
|
|
6969 <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
|
|
6970 <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
|
|
6971 <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
|
|
6972 </member>
|
|
6973 <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
|
|
6974 <summary>
|
|
6975 Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.
|
|
6976 </summary>
|
|
6977 <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
|
|
6978 <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
|
|
6979 </member>
|
|
6980 <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
|
|
6981 <summary>
|
|
6982 Parses the specified json.
|
|
6983 </summary>
|
|
6984 <param name="json">The json.</param>
|
|
6985 <param name="resolver">The resolver.</param>
|
|
6986 <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
|
|
6987 </member>
|
|
6988 <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
|
|
6989 <summary>
|
|
6990 Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
|
|
6991 </summary>
|
|
6992 <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
|
|
6993 </member>
|
|
6994 <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
|
|
6995 <summary>
|
|
6996 Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
|
|
6997 </summary>
|
|
6998 <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
|
|
6999 <param name="resolver">The resolver used.</param>
|
|
7000 </member>
|
|
7001 <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
|
|
7002 <summary>
|
|
7003 Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
|
|
7004 </summary>
|
|
7005 <returns>
|
|
7006 A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
|
|
7007 </returns>
|
|
7008 </member>
|
|
7009 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
|
|
7010 <summary>
|
|
7011 Gets or sets the id.
|
|
7012 </summary>
|
|
7013 </member>
|
|
7014 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
|
|
7015 <summary>
|
|
7016 Gets or sets the title.
|
|
7017 </summary>
|
|
7018 </member>
|
|
7019 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
|
|
7020 <summary>
|
|
7021 Gets or sets whether the object is required.
|
|
7022 </summary>
|
|
7023 </member>
|
|
7024 <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
|
|
7025 <summary>
|
|
7026 Gets or sets whether the object is read only.
|
|
7027 </summary>
|
|
7028 </member>
|
|
7029 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
|
|
7030 <summary>
|
|
7031 Gets or sets whether the object is visible to users.
|
|
7032 </summary>
|
|
7033 </member>
|
|
7034 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
|
|
7035 <summary>
|
|
7036 Gets or sets whether the object is transient.
|
|
7037 </summary>
|
|
7038 </member>
|
|
7039 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
|
|
7040 <summary>
|
|
7041 Gets or sets the description of the object.
|
|
7042 </summary>
|
|
7043 </member>
|
|
7044 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
|
|
7045 <summary>
|
|
7046 Gets or sets the types of values allowed by the object.
|
|
7047 </summary>
|
|
7048 <value>The type.</value>
|
|
7049 </member>
|
|
7050 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
|
|
7051 <summary>
|
|
7052 Gets or sets the pattern.
|
|
7053 </summary>
|
|
7054 <value>The pattern.</value>
|
|
7055 </member>
|
|
7056 <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
|
|
7057 <summary>
|
|
7058 Gets or sets the minimum length.
|
|
7059 </summary>
|
|
7060 <value>The minimum length.</value>
|
|
7061 </member>
|
|
7062 <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
|
|
7063 <summary>
|
|
7064 Gets or sets the maximum length.
|
|
7065 </summary>
|
|
7066 <value>The maximum length.</value>
|
|
7067 </member>
|
|
7068 <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
|
|
7069 <summary>
|
|
7070 Gets or sets a number that the value should be divisble by.
|
|
7071 </summary>
|
|
7072 <value>A number that the value should be divisble by.</value>
|
|
7073 </member>
|
|
7074 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
|
|
7075 <summary>
|
|
7076 Gets or sets the minimum.
|
|
7077 </summary>
|
|
7078 <value>The minimum.</value>
|
|
7079 </member>
|
|
7080 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
|
|
7081 <summary>
|
|
7082 Gets or sets the maximum.
|
|
7083 </summary>
|
|
7084 <value>The maximum.</value>
|
|
7085 </member>
|
|
7086 <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
|
|
7087 <summary>
|
|
7088 Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
|
|
7089 </summary>
|
|
7090 <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>
|
|
7091 </member>
|
|
7092 <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
|
|
7093 <summary>
|
|
7094 Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
|
|
7095 </summary>
|
|
7096 <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>
|
|
7097 </member>
|
|
7098 <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
|
|
7099 <summary>
|
|
7100 Gets or sets the minimum number of items.
|
|
7101 </summary>
|
|
7102 <value>The minimum number of items.</value>
|
|
7103 </member>
|
|
7104 <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
|
|
7105 <summary>
|
|
7106 Gets or sets the maximum number of items.
|
|
7107 </summary>
|
|
7108 <value>The maximum number of items.</value>
|
|
7109 </member>
|
|
7110 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
|
|
7111 <summary>
|
|
7112 Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
|
|
7113 </summary>
|
|
7114 <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
|
|
7115 </member>
|
|
7116 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
|
|
7117 <summary>
|
|
7118 Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
|
|
7119 </summary>
|
|
7120 <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
|
|
7121 </member>
|
|
7122 <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
|
|
7123 <summary>
|
|
7124 Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
|
|
7125 </summary>
|
|
7126 <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
|
|
7127 </member>
|
|
7128 <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
|
|
7129 <summary>
|
|
7130 Gets or sets the pattern properties.
|
|
7131 </summary>
|
|
7132 <value>The pattern properties.</value>
|
|
7133 </member>
|
|
7134 <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
|
|
7135 <summary>
|
|
7136 Gets or sets a value indicating whether additional properties are allowed.
|
|
7137 </summary>
|
|
7138 <value>
|
|
7139 <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
|
|
7140 </value>
|
|
7141 </member>
|
|
7142 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
|
|
7143 <summary>
|
|
7144 Gets or sets the required property if this property is present.
|
|
7145 </summary>
|
|
7146 <value>The required property if this property is present.</value>
|
|
7147 </member>
|
|
7148 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Identity">
|
|
7149 <summary>
|
|
7150 Gets or sets the identity.
|
|
7151 </summary>
|
|
7152 <value>The identity.</value>
|
|
7153 </member>
|
|
7154 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
|
|
7155 <summary>
|
|
7156 Gets or sets the a collection of valid enum values allowed.
|
|
7157 </summary>
|
|
7158 <value>A collection of valid enum values allowed.</value>
|
|
7159 </member>
|
|
7160 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Options">
|
|
7161 <summary>
|
|
7162 Gets or sets a collection of options.
|
|
7163 </summary>
|
|
7164 <value>A collection of options.</value>
|
|
7165 </member>
|
|
7166 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
|
|
7167 <summary>
|
|
7168 Gets or sets disallowed types.
|
|
7169 </summary>
|
|
7170 <value>The disallow types.</value>
|
|
7171 </member>
|
|
7172 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
|
|
7173 <summary>
|
|
7174 Gets or sets the default value.
|
|
7175 </summary>
|
|
7176 <value>The default value.</value>
|
|
7177 </member>
|
|
7178 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
|
|
7179 <summary>
|
|
7180 Gets or sets the extend <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
|
|
7181 </summary>
|
|
7182 <value>The extended <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.</value>
|
|
7183 </member>
|
|
7184 <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
|
|
7185 <summary>
|
|
7186 Gets or sets the format.
|
|
7187 </summary>
|
|
7188 <value>The format.</value>
|
|
7189 </member>
|
|
7190 <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
|
|
7191 <summary>
|
|
7192 Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
|
|
7193 </summary>
|
|
7194 </member>
|
|
7195 <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
|
|
7196 <summary>
|
|
7197 Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
|
|
7198 </summary>
|
|
7199 <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
|
|
7200 <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
|
|
7201 </member>
|
|
7202 <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
|
|
7203 <summary>
|
|
7204 Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
|
|
7205 </summary>
|
|
7206 <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
|
|
7207 <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
|
|
7208 <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
|
|
7209 </member>
|
|
7210 <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
|
|
7211 <summary>
|
|
7212 Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
|
|
7213 </summary>
|
|
7214 <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
|
|
7215 <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
|
|
7216 <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
|
|
7217 </member>
|
|
7218 <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
|
|
7219 <summary>
|
|
7220 Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
|
|
7221 </summary>
|
|
7222 <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
|
|
7223 <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
|
|
7224 <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
|
|
7225 <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
|
|
7226 </member>
|
|
7227 <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
|
|
7228 <summary>
|
|
7229 Gets or sets how undefined schemas are handled by the serializer.
|
|
7230 </summary>
|
|
7231 </member>
|
|
7232 <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
|
|
7233 <summary>
|
|
7234 Gets or sets the contract resolver.
|
|
7235 </summary>
|
|
7236 <value>The contract resolver.</value>
|
|
7237 </member>
|
|
7238 <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
|
|
7239 <summary>
|
|
7240 The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
|
|
7241 </summary>
|
|
7242 </member>
|
|
7243 <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
|
|
7244 <summary>
|
|
7245 No type specified.
|
|
7246 </summary>
|
|
7247 </member>
|
|
7248 <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
|
|
7249 <summary>
|
|
7250 String type.
|
|
7251 </summary>
|
|
7252 </member>
|
|
7253 <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
|
|
7254 <summary>
|
|
7255 Float type.
|
|
7256 </summary>
|
|
7257 </member>
|
|
7258 <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
|
|
7259 <summary>
|
|
7260 Integer type.
|
|
7261 </summary>
|
|
7262 </member>
|
|
7263 <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
|
|
7264 <summary>
|
|
7265 Boolean type.
|
|
7266 </summary>
|
|
7267 </member>
|
|
7268 <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
|
|
7269 <summary>
|
|
7270 Object type.
|
|
7271 </summary>
|
|
7272 </member>
|
|
7273 <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
|
|
7274 <summary>
|
|
7275 Array type.
|
|
7276 </summary>
|
|
7277 </member>
|
|
7278 <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
|
|
7279 <summary>
|
|
7280 Null type.
|
|
7281 </summary>
|
|
7282 </member>
|
|
7283 <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
|
|
7284 <summary>
|
|
7285 Any type.
|
|
7286 </summary>
|
|
7287 </member>
|
|
7288 <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
|
|
7289 <summary>
|
|
7290 Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
7291 </summary>
|
|
7292 </member>
|
|
7293 <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
|
|
7294 <summary>
|
|
7295 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
|
|
7296 </summary>
|
|
7297 <param name="underlyingType">The underlying type for the contract.</param>
|
|
7298 </member>
|
|
7299 <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
|
|
7300 <summary>
|
|
7301 Gets or sets the object member serialization.
|
|
7302 </summary>
|
|
7303 <value>The member object serialization.</value>
|
|
7304 </member>
|
|
7305 <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
|
|
7306 <summary>
|
|
7307 Gets the object's properties.
|
|
7308 </summary>
|
|
7309 <value>The object's properties.</value>
|
|
7310 </member>
|
|
7311 <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">
|
|
7312 <summary>
|
|
7313 Gets the constructor parameters required for any non-default constructor
|
|
7314 </summary>
|
|
7315 </member>
|
|
7316 <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">
|
|
7317 <summary>
|
|
7318 Gets or sets the override constructor used to create the object.
|
|
7319 This is set when a constructor is marked up using the
|
|
7320 JsonConstructor attribute.
|
|
7321 </summary>
|
|
7322 <value>The override constructor.</value>
|
|
7323 </member>
|
|
7324 <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">
|
|
7325 <summary>
|
|
7326 Gets or sets the parametrized constructor used to create the object.
|
|
7327 </summary>
|
|
7328 <value>The parametrized constructor.</value>
|
|
7329 </member>
|
|
7330 <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
|
|
7331 <summary>
|
|
7332 Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
7333 </summary>
|
|
7334 </member>
|
|
7335 <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
|
|
7336 <summary>
|
|
7337 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
|
|
7338 </summary>
|
|
7339 <param name="underlyingType">The underlying type for the contract.</param>
|
|
7340 </member>
|
|
7341 <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
|
|
7342 <summary>
|
|
7343 Represents a method that constructs an object.
|
|
7344 </summary>
|
|
7345 </member>
|
|
7346 <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
|
|
7347 <summary>
|
|
7348 When applied to a method, specifies that the method is called when an error occurs serializing an object.
|
|
7349 </summary>
|
|
7350 </member>
|
|
7351 <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
|
|
7352 <summary>
|
|
7353 Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
|
|
7354 </summary>
|
|
7355 </member>
|
|
7356 <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
|
|
7357 <summary>
|
|
7358 Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
|
|
7359 </summary>
|
|
7360 <param name="memberInfo">The member info.</param>
|
|
7361 </member>
|
|
7362 <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
|
|
7363 <summary>
|
|
7364 Sets the value.
|
|
7365 </summary>
|
|
7366 <param name="target">The target to set the value on.</param>
|
|
7367 <param name="value">The value to set on the target.</param>
|
|
7368 </member>
|
|
7369 <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
|
|
7370 <summary>
|
|
7371 Gets the value.
|
|
7372 </summary>
|
|
7373 <param name="target">The target to get the value from.</param>
|
|
7374 <returns>The value.</returns>
|
|
7375 </member>
|
|
7376 <member name="T:Newtonsoft.Json.TypeNameHandling">
|
|
7377 <summary>
|
|
7378 Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
|
|
7379 </summary>
|
|
7380 </member>
|
|
7381 <member name="F:Newtonsoft.Json.TypeNameHandling.None">
|
|
7382 <summary>
|
|
7383 Do not include the .NET type name when serializing types.
|
|
7384 </summary>
|
|
7385 </member>
|
|
7386 <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
|
|
7387 <summary>
|
|
7388 Include the .NET type name when serializing into a JSON object structure.
|
|
7389 </summary>
|
|
7390 </member>
|
|
7391 <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
|
|
7392 <summary>
|
|
7393 Include the .NET type name when serializing into a JSON array structure.
|
|
7394 </summary>
|
|
7395 </member>
|
|
7396 <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
|
|
7397 <summary>
|
|
7398 Include the .NET type name when the type of the object being serialized is not the same as its declared type.
|
|
7399 </summary>
|
|
7400 </member>
|
|
7401 <member name="F:Newtonsoft.Json.TypeNameHandling.All">
|
|
7402 <summary>
|
|
7403 Always include the .NET type name when serializing.
|
|
7404 </summary>
|
|
7405 </member>
|
|
7406 <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.Convert(System.Object,System.Globalization.CultureInfo,System.Type)">
|
|
7407 <summary>
|
|
7408 Converts the value to the specified type.
|
|
7409 </summary>
|
|
7410 <param name="initialValue">The value to convert.</param>
|
|
7411 <param name="culture">The culture to use when converting.</param>
|
|
7412 <param name="targetType">The type to convert the value to.</param>
|
|
7413 <returns>The converted type.</returns>
|
|
7414 </member>
|
|
7415 <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.TryConvert(System.Object,System.Globalization.CultureInfo,System.Type,System.Object@)">
|
|
7416 <summary>
|
|
7417 Converts the value to the specified type.
|
|
7418 </summary>
|
|
7419 <param name="initialValue">The value to convert.</param>
|
|
7420 <param name="culture">The culture to use when converting.</param>
|
|
7421 <param name="targetType">The type to convert the value to.</param>
|
|
7422 <param name="convertedValue">The converted value if the conversion was successful or the default value of <c>T</c> if it failed.</param>
|
|
7423 <returns>
|
|
7424 <c>true</c> if <c>initialValue</c> was converted successfully; otherwise, <c>false</c>.
|
|
7425 </returns>
|
|
7426 </member>
|
|
7427 <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
|
|
7428 <summary>
|
|
7429 Converts the value to the specified type. If the value is unable to be converted, the
|
|
7430 value is checked whether it assignable to the specified type.
|
|
7431 </summary>
|
|
7432 <param name="initialValue">The value to convert.</param>
|
|
7433 <param name="culture">The culture to use when converting.</param>
|
|
7434 <param name="targetType">The type to convert or cast the value to.</param>
|
|
7435 <returns>
|
|
7436 The converted type. If conversion was unsuccessful, the initial value
|
|
7437 is returned if assignable to the target type.
|
|
7438 </returns>
|
|
7439 </member>
|
|
7440 <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
|
|
7441 <summary>
|
|
7442 Gets a dictionary of the names and values of an Enum type.
|
|
7443 </summary>
|
|
7444 <returns></returns>
|
|
7445 </member>
|
|
7446 <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
|
|
7447 <summary>
|
|
7448 Gets a dictionary of the names and values of an Enum type.
|
|
7449 </summary>
|
|
7450 <param name="enumType">The enum type to get names and values for.</param>
|
|
7451 <returns></returns>
|
|
7452 </member>
|
|
7453 <member name="T:Newtonsoft.Json.JsonToken">
|
|
7454 <summary>
|
|
7455 Specifies the type of Json token.
|
|
7456 </summary>
|
|
7457 </member>
|
|
7458 <member name="F:Newtonsoft.Json.JsonToken.None">
|
|
7459 <summary>
|
|
7460 This is returned by the <see cref="T:Newtonsoft.Json.JsonReader"/> if a <see cref="M:Newtonsoft.Json.JsonReader.Read"/> method has not been called.
|
|
7461 </summary>
|
|
7462 </member>
|
|
7463 <member name="F:Newtonsoft.Json.JsonToken.StartObject">
|
|
7464 <summary>
|
|
7465 An object start token.
|
|
7466 </summary>
|
|
7467 </member>
|
|
7468 <member name="F:Newtonsoft.Json.JsonToken.StartArray">
|
|
7469 <summary>
|
|
7470 An array start token.
|
|
7471 </summary>
|
|
7472 </member>
|
|
7473 <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
|
|
7474 <summary>
|
|
7475 A constructor start token.
|
|
7476 </summary>
|
|
7477 </member>
|
|
7478 <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
|
|
7479 <summary>
|
|
7480 An object property name.
|
|
7481 </summary>
|
|
7482 </member>
|
|
7483 <member name="F:Newtonsoft.Json.JsonToken.Comment">
|
|
7484 <summary>
|
|
7485 A comment.
|
|
7486 </summary>
|
|
7487 </member>
|
|
7488 <member name="F:Newtonsoft.Json.JsonToken.Raw">
|
|
7489 <summary>
|
|
7490 Raw JSON.
|
|
7491 </summary>
|
|
7492 </member>
|
|
7493 <member name="F:Newtonsoft.Json.JsonToken.Integer">
|
|
7494 <summary>
|
|
7495 An integer.
|
|
7496 </summary>
|
|
7497 </member>
|
|
7498 <member name="F:Newtonsoft.Json.JsonToken.Float">
|
|
7499 <summary>
|
|
7500 A float.
|
|
7501 </summary>
|
|
7502 </member>
|
|
7503 <member name="F:Newtonsoft.Json.JsonToken.String">
|
|
7504 <summary>
|
|
7505 A string.
|
|
7506 </summary>
|
|
7507 </member>
|
|
7508 <member name="F:Newtonsoft.Json.JsonToken.Boolean">
|
|
7509 <summary>
|
|
7510 A boolean.
|
|
7511 </summary>
|
|
7512 </member>
|
|
7513 <member name="F:Newtonsoft.Json.JsonToken.Null">
|
|
7514 <summary>
|
|
7515 A null token.
|
|
7516 </summary>
|
|
7517 </member>
|
|
7518 <member name="F:Newtonsoft.Json.JsonToken.Undefined">
|
|
7519 <summary>
|
|
7520 An undefined token.
|
|
7521 </summary>
|
|
7522 </member>
|
|
7523 <member name="F:Newtonsoft.Json.JsonToken.EndObject">
|
|
7524 <summary>
|
|
7525 An object end token.
|
|
7526 </summary>
|
|
7527 </member>
|
|
7528 <member name="F:Newtonsoft.Json.JsonToken.EndArray">
|
|
7529 <summary>
|
|
7530 An array end token.
|
|
7531 </summary>
|
|
7532 </member>
|
|
7533 <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
|
|
7534 <summary>
|
|
7535 A constructor end token.
|
|
7536 </summary>
|
|
7537 </member>
|
|
7538 <member name="F:Newtonsoft.Json.JsonToken.Date">
|
|
7539 <summary>
|
|
7540 A Date.
|
|
7541 </summary>
|
|
7542 </member>
|
|
7543 <member name="F:Newtonsoft.Json.JsonToken.Bytes">
|
|
7544 <summary>
|
|
7545 Byte data.
|
|
7546 </summary>
|
|
7547 </member>
|
|
7548 <member name="T:Newtonsoft.Json.WriteState">
|
|
7549 <summary>
|
|
7550 Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
|
|
7551 </summary>
|
|
7552 </member>
|
|
7553 <member name="F:Newtonsoft.Json.WriteState.Error">
|
|
7554 <summary>
|
|
7555 An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
|
|
7556 You may call the <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <see cref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
|
|
7557 Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown.
|
|
7558 </summary>
|
|
7559 </member>
|
|
7560 <member name="F:Newtonsoft.Json.WriteState.Closed">
|
|
7561 <summary>
|
|
7562 The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called.
|
|
7563 </summary>
|
|
7564 </member>
|
|
7565 <member name="F:Newtonsoft.Json.WriteState.Object">
|
|
7566 <summary>
|
|
7567 An object is being written.
|
|
7568 </summary>
|
|
7569 </member>
|
|
7570 <member name="F:Newtonsoft.Json.WriteState.Array">
|
|
7571 <summary>
|
|
7572 A array is being written.
|
|
7573 </summary>
|
|
7574 </member>
|
|
7575 <member name="F:Newtonsoft.Json.WriteState.Constructor">
|
|
7576 <summary>
|
|
7577 A constructor is being written.
|
|
7578 </summary>
|
|
7579 </member>
|
|
7580 <member name="F:Newtonsoft.Json.WriteState.Property">
|
|
7581 <summary>
|
|
7582 A property is being written.
|
|
7583 </summary>
|
|
7584 </member>
|
|
7585 <member name="F:Newtonsoft.Json.WriteState.Start">
|
|
7586 <summary>
|
|
7587 A write method has not been called.
|
|
7588 </summary>
|
|
7589 </member>
|
|
7590 <member name="T:Newtonsoft.Json.Formatting">
|
|
7591 <summary>
|
|
7592 Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
|
|
7593 </summary>
|
|
7594 </member>
|
|
7595 <member name="F:Newtonsoft.Json.Formatting.None">
|
|
7596 <summary>
|
|
7597 No special formatting is applied. This is the default.
|
|
7598 </summary>
|
|
7599 </member>
|
|
7600 <member name="F:Newtonsoft.Json.Formatting.Indented">
|
|
7601 <summary>
|
|
7602 Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
|
|
7603 </summary>
|
|
7604 </member>
|
|
7605 <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
|
|
7606 <summary>
|
|
7607 Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
|
|
7608 </summary>
|
|
7609 </member>
|
|
7610 <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
|
|
7611 <summary>
|
|
7612 Determines whether the collection is null or empty.
|
|
7613 </summary>
|
|
7614 <param name="collection">The collection.</param>
|
|
7615 <returns>
|
|
7616 <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
|
|
7617 </returns>
|
|
7618 </member>
|
|
7619 <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
7620 <summary>
|
|
7621 Adds the elements of the specified collection to the specified generic IList.
|
|
7622 </summary>
|
|
7623 <param name="initial">The list to add to.</param>
|
|
7624 <param name="collection">The collection of elements to add.</param>
|
|
7625 </member>
|
|
7626 <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
|
|
7627 <summary>
|
|
7628 Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
|
|
7629 </summary>
|
|
7630 <typeparam name="TSource">The type of the elements of source.</typeparam>
|
|
7631 <param name="list">A sequence in which to locate a value.</param>
|
|
7632 <param name="value">The object to locate in the sequence</param>
|
|
7633 <param name="comparer">An equality comparer to compare values.</param>
|
|
7634 <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.</returns>
|
|
7635 </member>
|
|
7636 <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
|
|
7637 <summary>
|
|
7638 Gets the type of the typed collection's items.
|
|
7639 </summary>
|
|
7640 <param name="type">The type.</param>
|
|
7641 <returns>The type of the typed collection's items.</returns>
|
|
7642 </member>
|
|
7643 <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
|
|
7644 <summary>
|
|
7645 Gets the member's underlying type.
|
|
7646 </summary>
|
|
7647 <param name="member">The member.</param>
|
|
7648 <returns>The underlying type of the member.</returns>
|
|
7649 </member>
|
|
7650 <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
|
|
7651 <summary>
|
|
7652 Determines whether the member is an indexed property.
|
|
7653 </summary>
|
|
7654 <param name="member">The member.</param>
|
|
7655 <returns>
|
|
7656 <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
|
|
7657 </returns>
|
|
7658 </member>
|
|
7659 <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
|
|
7660 <summary>
|
|
7661 Determines whether the property is an indexed property.
|
|
7662 </summary>
|
|
7663 <param name="property">The property.</param>
|
|
7664 <returns>
|
|
7665 <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
|
|
7666 </returns>
|
|
7667 </member>
|
|
7668 <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
|
|
7669 <summary>
|
|
7670 Gets the member's value on the object.
|
|
7671 </summary>
|
|
7672 <param name="member">The member.</param>
|
|
7673 <param name="target">The target object.</param>
|
|
7674 <returns>The member's value on the object.</returns>
|
|
7675 </member>
|
|
7676 <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
|
|
7677 <summary>
|
|
7678 Sets the member's value on the target object.
|
|
7679 </summary>
|
|
7680 <param name="member">The member.</param>
|
|
7681 <param name="target">The target.</param>
|
|
7682 <param name="value">The value.</param>
|
|
7683 </member>
|
|
7684 <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
|
|
7685 <summary>
|
|
7686 Determines whether the specified MemberInfo can be read.
|
|
7687 </summary>
|
|
7688 <param name="member">The MemberInfo to determine whether can be read.</param>
|
|
7689 /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
|
|
7690 <returns>
|
|
7691 <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
|
|
7692 </returns>
|
|
7693 </member>
|
|
7694 <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">
|
|
7695 <summary>
|
|
7696 Determines whether the specified MemberInfo can be set.
|
|
7697 </summary>
|
|
7698 <param name="member">The MemberInfo to determine whether can be set.</param>
|
|
7699 <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
|
|
7700 <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>
|
|
7701 <returns>
|
|
7702 <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
|
|
7703 </returns>
|
|
7704 </member>
|
|
7705 <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
|
|
7706 <summary>
|
|
7707 Determines whether the string is all white space. Empty string will return false.
|
|
7708 </summary>
|
|
7709 <param name="s">The string to test whether it is all white space.</param>
|
|
7710 <returns>
|
|
7711 <c>true</c> if the string is all white space; otherwise, <c>false</c>.
|
|
7712 </returns>
|
|
7713 </member>
|
|
7714 <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">
|
|
7715 <summary>
|
|
7716 Nulls an empty string.
|
|
7717 </summary>
|
|
7718 <param name="s">The string.</param>
|
|
7719 <returns>Null if the string was null, otherwise the string unchanged.</returns>
|
|
7720 </member>
|
|
7721 </members>
|
|
7722 </doc>
|