1701 lines
73 KiB
YAML
1701 lines
73 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter
|
|
commentId: T:adas_core.Infrastructure.Utils.PatientObservationConverter
|
|
id: PatientObservationConverter
|
|
parent: adas_core.Infrastructure.Utils
|
|
children:
|
|
- adas_core.Infrastructure.Utils.PatientObservationConverter.#ctor(System.Type)
|
|
- adas_core.Infrastructure.Utils.PatientObservationConverter.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext,MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
- adas_core.Infrastructure.Utils.PatientObservationConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,adas_core.Domain.Models.PatientObservation,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
- adas_core.Infrastructure.Utils.PatientObservationConverter.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext,MongoDB.Bson.Serialization.BsonSerializationArgs,System.Object)
|
|
- adas_core.Infrastructure.Utils.PatientObservationConverter.ValueType
|
|
- adas_core.Infrastructure.Utils.PatientObservationConverter.WriteJson(Newtonsoft.Json.JsonWriter,adas_core.Domain.Models.PatientObservation,Newtonsoft.Json.JsonSerializer)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PatientObservationConverter
|
|
nameWithType: PatientObservationConverter
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: PatientObservationConverter
|
|
path: ../../adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
startLine: 15
|
|
assemblies:
|
|
- adas-core.Infrastructure
|
|
namespace: adas_core.Infrastructure.Utils
|
|
summary: Provides conversion logic for <xref href="adas_core.Domain.Models.PatientObservation" data-throw-if-not-resolved="false"></xref> values, supporting JSON serialization through <xref href="Newtonsoft.Json.JsonConverter%601" data-throw-if-not-resolved="false"></xref> and BSON serialization through <xref href="MongoDB.Bson.Serialization.IBsonSerializer" data-throw-if-not-resolved="false"></xref>.
|
|
remarks: The optional <xref href="System.Type" data-throw-if-not-resolved="false"></xref> constructor parameter specifies the target value type used during conversion.
|
|
example: []
|
|
syntax:
|
|
content: 'public class PatientObservationConverter : JsonConverter<PatientObservation>, IBsonSerializer'
|
|
content.vb: Public Class PatientObservationConverter Inherits JsonConverter(Of PatientObservation) Implements IBsonSerializer
|
|
inheritance:
|
|
- System.Object
|
|
- Newtonsoft.Json.JsonConverter
|
|
- Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}
|
|
implements:
|
|
- MongoDB.Bson.Serialization.IBsonSerializer
|
|
inheritedMembers:
|
|
- Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
- Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
- Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.CanConvert(System.Type)
|
|
- Newtonsoft.Json.JsonConverter.CanRead
|
|
- Newtonsoft.Json.JsonConverter.CanWrite
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- System.Object.ToString
|
|
extensionMethods:
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.#ctor(System.Type)
|
|
commentId: M:adas_core.Infrastructure.Utils.PatientObservationConverter.#ctor(System.Type)
|
|
id: '#ctor(System.Type)'
|
|
parent: adas_core.Infrastructure.Utils.PatientObservationConverter
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PatientObservationConverter(Type?)
|
|
nameWithType: PatientObservationConverter.PatientObservationConverter(Type?)
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.PatientObservationConverter(System.Type?)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
startLine: 15
|
|
assemblies:
|
|
- adas-core.Infrastructure
|
|
namespace: adas_core.Infrastructure.Utils
|
|
summary: Provides conversion logic for <xref href="adas_core.Domain.Models.PatientObservation" data-throw-if-not-resolved="false"></xref> values, supporting JSON serialization through <xref href="Newtonsoft.Json.JsonConverter%601" data-throw-if-not-resolved="false"></xref> and BSON serialization through <xref href="MongoDB.Bson.Serialization.IBsonSerializer" data-throw-if-not-resolved="false"></xref>.
|
|
remarks: The optional <xref href="System.Type" data-throw-if-not-resolved="false"></xref> constructor parameter specifies the target value type used during conversion.
|
|
example: []
|
|
syntax:
|
|
content: public PatientObservationConverter(Type? valueType)
|
|
parameters:
|
|
- id: valueType
|
|
type: System.Type
|
|
content.vb: Public Sub New(valueType As Type)
|
|
overload: adas_core.Infrastructure.Utils.PatientObservationConverter.#ctor*
|
|
nameWithType.vb: PatientObservationConverter.New(Type)
|
|
fullName.vb: adas_core.Infrastructure.Utils.PatientObservationConverter.New(System.Type)
|
|
name.vb: New(Type)
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext,MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
commentId: M:adas_core.Infrastructure.Utils.PatientObservationConverter.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext,MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
id: Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext,MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
parent: adas_core.Infrastructure.Utils.PatientObservationConverter
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Deserialize(BsonDeserializationContext, BsonDeserializationArgs)
|
|
nameWithType: PatientObservationConverter.Deserialize(BsonDeserializationContext, BsonDeserializationArgs)
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext, MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Deserialize
|
|
path: ../../adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
startLine: 24
|
|
assemblies:
|
|
- adas-core.Infrastructure
|
|
namespace: adas_core.Infrastructure.Utils
|
|
summary: Deserializes a BSON value using the provided deserialization context and arguments.
|
|
example: []
|
|
syntax:
|
|
content: public object Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args)
|
|
parameters:
|
|
- id: context
|
|
type: MongoDB.Bson.Serialization.BsonDeserializationContext
|
|
description: The deserialization context that provides the BSON reader and configuration.
|
|
- id: args
|
|
type: MongoDB.Bson.Serialization.BsonDeserializationArgs
|
|
description: The deserialization arguments containing additional information for the operation.
|
|
return:
|
|
type: System.Object
|
|
description: An object representing the deserialized value.
|
|
content.vb: Public Function Deserialize(context As BsonDeserializationContext, args As BsonDeserializationArgs) As Object
|
|
overload: adas_core.Infrastructure.Utils.PatientObservationConverter.Deserialize*
|
|
exceptions:
|
|
- type: System.NotImplementedException
|
|
commentId: T:System.NotImplementedException
|
|
description: Always thrown because the method is not yet implemented.
|
|
implements:
|
|
- MongoDB.Bson.Serialization.IBsonSerializer.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext,MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext,MongoDB.Bson.Serialization.BsonSerializationArgs,System.Object)
|
|
commentId: M:adas_core.Infrastructure.Utils.PatientObservationConverter.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext,MongoDB.Bson.Serialization.BsonSerializationArgs,System.Object)
|
|
id: Serialize(MongoDB.Bson.Serialization.BsonSerializationContext,MongoDB.Bson.Serialization.BsonSerializationArgs,System.Object)
|
|
parent: adas_core.Infrastructure.Utils.PatientObservationConverter
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Serialize(BsonSerializationContext, BsonSerializationArgs, object)
|
|
nameWithType: PatientObservationConverter.Serialize(BsonSerializationContext, BsonSerializationArgs, object)
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext, MongoDB.Bson.Serialization.BsonSerializationArgs, object)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Serialize
|
|
path: ../../adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
startLine: 36
|
|
assemblies:
|
|
- adas-core.Infrastructure
|
|
namespace: adas_core.Infrastructure.Utils
|
|
summary: Serializes the specified value into a BSON format using the provided serialization context and arguments. This implementation is not yet provided and currently throws a <xref href="System.NotImplementedException" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public void Serialize(BsonSerializationContext context, BsonSerializationArgs args, object value)
|
|
parameters:
|
|
- id: context
|
|
type: MongoDB.Bson.Serialization.BsonSerializationContext
|
|
description: The BSON serialization context that provides access to the writer and configuration used during serialization.
|
|
- id: args
|
|
type: MongoDB.Bson.Serialization.BsonSerializationArgs
|
|
description: The BSON serialization arguments containing additional information that may influence the serialization process.
|
|
- id: value
|
|
type: System.Object
|
|
description: The object to be serialized into BSON.
|
|
content.vb: Public Sub Serialize(context As BsonSerializationContext, args As BsonSerializationArgs, value As Object)
|
|
overload: adas_core.Infrastructure.Utils.PatientObservationConverter.Serialize*
|
|
exceptions:
|
|
- type: System.NotImplementedException
|
|
commentId: T:System.NotImplementedException
|
|
description: Thrown because the serialization logic has not been implemented.
|
|
implements:
|
|
- MongoDB.Bson.Serialization.IBsonSerializer.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext,MongoDB.Bson.Serialization.BsonSerializationArgs,System.Object)
|
|
nameWithType.vb: PatientObservationConverter.Serialize(BsonSerializationContext, BsonSerializationArgs, Object)
|
|
fullName.vb: adas_core.Infrastructure.Utils.PatientObservationConverter.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext, MongoDB.Bson.Serialization.BsonSerializationArgs, Object)
|
|
name.vb: Serialize(BsonSerializationContext, BsonSerializationArgs, Object)
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.ValueType
|
|
commentId: P:adas_core.Infrastructure.Utils.PatientObservationConverter.ValueType
|
|
id: ValueType
|
|
parent: adas_core.Infrastructure.Utils.PatientObservationConverter
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ValueType
|
|
nameWithType: PatientObservationConverter.ValueType
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.ValueType
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ValueType
|
|
path: ../../adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
startLine: 41
|
|
assemblies:
|
|
- adas-core.Infrastructure
|
|
namespace: adas_core.Infrastructure.Utils
|
|
summary: Gets the type of the value.
|
|
example: []
|
|
syntax:
|
|
content: public Type? ValueType { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Type
|
|
description: The type of the value.
|
|
content.vb: Public ReadOnly Property ValueType As Type
|
|
overload: adas_core.Infrastructure.Utils.PatientObservationConverter.ValueType*
|
|
implements:
|
|
- MongoDB.Bson.Serialization.IBsonSerializer.ValueType
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.WriteJson(Newtonsoft.Json.JsonWriter,adas_core.Domain.Models.PatientObservation,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:adas_core.Infrastructure.Utils.PatientObservationConverter.WriteJson(Newtonsoft.Json.JsonWriter,adas_core.Domain.Models.PatientObservation,Newtonsoft.Json.JsonSerializer)
|
|
id: WriteJson(Newtonsoft.Json.JsonWriter,adas_core.Domain.Models.PatientObservation,Newtonsoft.Json.JsonSerializer)
|
|
parent: adas_core.Infrastructure.Utils.PatientObservationConverter
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: WriteJson(JsonWriter, PatientObservation?, JsonSerializer)
|
|
nameWithType: PatientObservationConverter.WriteJson(JsonWriter, PatientObservation?, JsonSerializer)
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.WriteJson(Newtonsoft.Json.JsonWriter, adas_core.Domain.Models.PatientObservation?, Newtonsoft.Json.JsonSerializer)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: WriteJson
|
|
path: ../../adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
startLine: 49
|
|
assemblies:
|
|
- adas-core.Infrastructure
|
|
namespace: adas_core.Infrastructure.Utils
|
|
summary: Serializes a <xref href="adas_core.Domain.Models.PatientObservation" data-throw-if-not-resolved="false"></xref> instance to JSON, applying a string enum converter to the <code>Status</code> property and excluding the <code>MessageTime</code> property from the output. If the supplied value is <code>null</code>, nothing is written to the <code class="paramref">writer</code>.
|
|
example: []
|
|
syntax:
|
|
content: public override void WriteJson(JsonWriter writer, PatientObservation? value, JsonSerializer serializer)
|
|
parameters:
|
|
- id: writer
|
|
type: Newtonsoft.Json.JsonWriter
|
|
description: The JSON writer that receives the serialized output.
|
|
- id: value
|
|
type: adas_core.Domain.Models.PatientObservation
|
|
description: The patient observation to serialize. When <code>null</code>, the method performs no serialization.
|
|
- id: serializer
|
|
type: Newtonsoft.Json.JsonSerializer
|
|
description: The JSON serializer used during the conversion process.
|
|
content.vb: Public Overrides Sub WriteJson(writer As JsonWriter, value As PatientObservation, serializer As JsonSerializer)
|
|
overridden: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,adas_core.Domain.Models.PatientObservation,Newtonsoft.Json.JsonSerializer)
|
|
overload: adas_core.Infrastructure.Utils.PatientObservationConverter.WriteJson*
|
|
nameWithType.vb: PatientObservationConverter.WriteJson(JsonWriter, PatientObservation, JsonSerializer)
|
|
fullName.vb: adas_core.Infrastructure.Utils.PatientObservationConverter.WriteJson(Newtonsoft.Json.JsonWriter, adas_core.Domain.Models.PatientObservation, Newtonsoft.Json.JsonSerializer)
|
|
name.vb: WriteJson(JsonWriter, PatientObservation, JsonSerializer)
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,adas_core.Domain.Models.PatientObservation,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:adas_core.Infrastructure.Utils.PatientObservationConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,adas_core.Domain.Models.PatientObservation,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
id: ReadJson(Newtonsoft.Json.JsonReader,System.Type,adas_core.Domain.Models.PatientObservation,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
parent: adas_core.Infrastructure.Utils.PatientObservationConverter
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ReadJson(JsonReader, Type, PatientObservation?, bool, JsonSerializer)
|
|
nameWithType: PatientObservationConverter.ReadJson(JsonReader, Type, PatientObservation?, bool, JsonSerializer)
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, adas_core.Domain.Models.PatientObservation?, bool, Newtonsoft.Json.JsonSerializer)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ReadJson
|
|
path: ../../adas-core.Infrastructure/Utils/PatientObservationConverter.cs
|
|
startLine: 103
|
|
assemblies:
|
|
- adas-core.Infrastructure
|
|
namespace: adas_core.Infrastructure.Utils
|
|
summary: Deserializes a JSON representation into a <xref href="adas_core.Domain.Models.PatientObservation" data-throw-if-not-resolved="false"></xref> instance.
|
|
example: []
|
|
syntax:
|
|
content: public override PatientObservation ReadJson(JsonReader reader, Type objectType, PatientObservation? existingValue, bool hasExistingValue, JsonSerializer serializer)
|
|
parameters:
|
|
- id: reader
|
|
type: Newtonsoft.Json.JsonReader
|
|
description: The <xref href="Newtonsoft.Json.JsonReader" data-throw-if-not-resolved="false"></xref> to read the JSON from.
|
|
- id: objectType
|
|
type: System.Type
|
|
description: The type of the object being deserialized.
|
|
- id: existingValue
|
|
type: adas_core.Domain.Models.PatientObservation
|
|
description: The existing value of the object to populate, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if none.
|
|
- id: hasExistingValue
|
|
type: System.Boolean
|
|
description: Indicates whether <code class="paramref">existingValue</code> contains a value to reuse.
|
|
- id: serializer
|
|
type: Newtonsoft.Json.JsonSerializer
|
|
description: The <xref href="Newtonsoft.Json.JsonSerializer" data-throw-if-not-resolved="false"></xref> used to read nested values.
|
|
return:
|
|
type: adas_core.Domain.Models.PatientObservation
|
|
description: A <xref href="adas_core.Domain.Models.PatientObservation" data-throw-if-not-resolved="false"></xref> instance produced from the JSON.
|
|
content.vb: Public Overrides Function ReadJson(reader As JsonReader, objectType As Type, existingValue As PatientObservation, hasExistingValue As Boolean, serializer As JsonSerializer) As PatientObservation
|
|
overridden: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,adas_core.Domain.Models.PatientObservation,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
overload: adas_core.Infrastructure.Utils.PatientObservationConverter.ReadJson*
|
|
exceptions:
|
|
- type: System.NotImplementedException
|
|
commentId: T:System.NotImplementedException
|
|
description: Thrown because the method has not been implemented yet.
|
|
nameWithType.vb: PatientObservationConverter.ReadJson(JsonReader, Type, PatientObservation, Boolean, JsonSerializer)
|
|
fullName.vb: adas_core.Infrastructure.Utils.PatientObservationConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, adas_core.Domain.Models.PatientObservation, Boolean, Newtonsoft.Json.JsonSerializer)
|
|
name.vb: ReadJson(JsonReader, Type, PatientObservation, Boolean, JsonSerializer)
|
|
references:
|
|
- uid: adas_core.Domain.Models.PatientObservation
|
|
commentId: T:adas_core.Domain.Models.PatientObservation
|
|
parent: adas_core.Domain.Models
|
|
href: adas_core.Domain.Models.PatientObservation.html
|
|
name: PatientObservation
|
|
nameWithType: PatientObservation
|
|
fullName: adas_core.Domain.Models.PatientObservation
|
|
- uid: Newtonsoft.Json.JsonConverter`1
|
|
commentId: T:Newtonsoft.Json.JsonConverter`1
|
|
isExternal: true
|
|
name: JsonConverter<T>
|
|
nameWithType: JsonConverter<T>
|
|
fullName: Newtonsoft.Json.JsonConverter<T>
|
|
nameWithType.vb: JsonConverter(Of T)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of T)
|
|
name.vb: JsonConverter(Of T)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter`1
|
|
name: JsonConverter
|
|
isExternal: true
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter`1
|
|
name: JsonConverter
|
|
isExternal: true
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: MongoDB.Bson.Serialization.IBsonSerializer
|
|
commentId: T:MongoDB.Bson.Serialization.IBsonSerializer
|
|
parent: MongoDB.Bson.Serialization
|
|
isExternal: true
|
|
name: IBsonSerializer
|
|
nameWithType: IBsonSerializer
|
|
fullName: MongoDB.Bson.Serialization.IBsonSerializer
|
|
- uid: System.Type
|
|
commentId: T:System.Type
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
name: Type
|
|
nameWithType: Type
|
|
fullName: System.Type
|
|
- uid: adas_core.Infrastructure.Utils
|
|
commentId: N:adas_core.Infrastructure.Utils
|
|
href: adas_core.html
|
|
name: adas_core.Infrastructure.Utils
|
|
nameWithType: adas_core.Infrastructure.Utils
|
|
fullName: adas_core.Infrastructure.Utils
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Infrastructure
|
|
name: Infrastructure
|
|
href: adas_core.Infrastructure.html
|
|
- name: .
|
|
- uid: adas_core.Infrastructure.Utils
|
|
name: Utils
|
|
href: adas_core.Infrastructure.Utils.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Infrastructure
|
|
name: Infrastructure
|
|
href: adas_core.Infrastructure.html
|
|
- name: .
|
|
- uid: adas_core.Infrastructure.Utils
|
|
name: Utils
|
|
href: adas_core.Infrastructure.Utils.html
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: Newtonsoft.Json.JsonConverter
|
|
commentId: T:Newtonsoft.Json.JsonConverter
|
|
parent: Newtonsoft.Json
|
|
isExternal: true
|
|
name: JsonConverter
|
|
nameWithType: JsonConverter
|
|
fullName: Newtonsoft.Json.JsonConverter
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}
|
|
commentId: T:Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}
|
|
parent: Newtonsoft.Json
|
|
definition: Newtonsoft.Json.JsonConverter`1
|
|
name: JsonConverter<PatientObservation>
|
|
nameWithType: JsonConverter<PatientObservation>
|
|
fullName: Newtonsoft.Json.JsonConverter<adas_core.Domain.Models.PatientObservation>
|
|
nameWithType.vb: JsonConverter(Of PatientObservation)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of adas_core.Domain.Models.PatientObservation)
|
|
name.vb: JsonConverter(Of PatientObservation)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter`1
|
|
name: JsonConverter
|
|
isExternal: true
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.PatientObservation
|
|
name: PatientObservation
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter`1
|
|
name: JsonConverter
|
|
isExternal: true
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.PatientObservation
|
|
name: PatientObservation
|
|
- name: )
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
parent: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}
|
|
definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: WriteJson(JsonWriter, object, JsonSerializer)
|
|
nameWithType: JsonConverter<PatientObservation>.WriteJson(JsonWriter, object, JsonSerializer)
|
|
fullName: Newtonsoft.Json.JsonConverter<adas_core.Domain.Models.PatientObservation>.WriteJson(Newtonsoft.Json.JsonWriter, object, Newtonsoft.Json.JsonSerializer)
|
|
nameWithType.vb: JsonConverter(Of PatientObservation).WriteJson(JsonWriter, Object, JsonSerializer)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of adas_core.Domain.Models.PatientObservation).WriteJson(Newtonsoft.Json.JsonWriter, Object, Newtonsoft.Json.JsonSerializer)
|
|
name.vb: WriteJson(JsonWriter, Object, JsonSerializer)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
name: WriteJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonWriter
|
|
name: JsonWriter
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
name: WriteJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonWriter
|
|
name: JsonWriter
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
parent: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}
|
|
definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
name: ReadJson(JsonReader, Type, object, JsonSerializer)
|
|
nameWithType: JsonConverter<PatientObservation>.ReadJson(JsonReader, Type, object, JsonSerializer)
|
|
fullName: Newtonsoft.Json.JsonConverter<adas_core.Domain.Models.PatientObservation>.ReadJson(Newtonsoft.Json.JsonReader, System.Type, object, Newtonsoft.Json.JsonSerializer)
|
|
nameWithType.vb: JsonConverter(Of PatientObservation).ReadJson(JsonReader, Type, Object, JsonSerializer)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of adas_core.Domain.Models.PatientObservation).ReadJson(Newtonsoft.Json.JsonReader, System.Type, Object, Newtonsoft.Json.JsonSerializer)
|
|
name.vb: ReadJson(JsonReader, Type, Object, JsonSerializer)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
name: ReadJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonReader
|
|
name: JsonReader
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
name: ReadJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonReader
|
|
name: JsonReader
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.CanConvert(System.Type)
|
|
commentId: M:Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.CanConvert(System.Type)
|
|
parent: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}
|
|
definition: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type)
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
name: CanConvert(Type)
|
|
nameWithType: JsonConverter<PatientObservation>.CanConvert(Type)
|
|
fullName: Newtonsoft.Json.JsonConverter<adas_core.Domain.Models.PatientObservation>.CanConvert(System.Type)
|
|
nameWithType.vb: JsonConverter(Of PatientObservation).CanConvert(Type)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of adas_core.Domain.Models.PatientObservation).CanConvert(System.Type)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.CanConvert(System.Type)
|
|
name: CanConvert
|
|
isExternal: true
|
|
- name: (
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.CanConvert(System.Type)
|
|
name: CanConvert
|
|
isExternal: true
|
|
- name: (
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
- uid: Newtonsoft.Json.JsonConverter.CanRead
|
|
commentId: P:Newtonsoft.Json.JsonConverter.CanRead
|
|
parent: Newtonsoft.Json.JsonConverter
|
|
isExternal: true
|
|
name: CanRead
|
|
nameWithType: JsonConverter.CanRead
|
|
fullName: Newtonsoft.Json.JsonConverter.CanRead
|
|
- uid: Newtonsoft.Json.JsonConverter.CanWrite
|
|
commentId: P:Newtonsoft.Json.JsonConverter.CanWrite
|
|
parent: Newtonsoft.Json.JsonConverter
|
|
isExternal: true
|
|
name: CanWrite
|
|
nameWithType: JsonConverter.CanWrite
|
|
fullName: Newtonsoft.Json.JsonConverter.CanWrite
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
parent: adas_core.Domain.Utils.ObjectUtils
|
|
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Models
|
|
commentId: N:adas_core.Domain.Models
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models
|
|
nameWithType: adas_core.Domain.Models
|
|
fullName: adas_core.Domain.Models
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- uid: MongoDB.Bson.Serialization
|
|
commentId: N:MongoDB.Bson.Serialization
|
|
isExternal: true
|
|
name: MongoDB.Bson.Serialization
|
|
nameWithType: MongoDB.Bson.Serialization
|
|
fullName: MongoDB.Bson.Serialization
|
|
spec.csharp:
|
|
- uid: MongoDB
|
|
name: MongoDB
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson
|
|
name: Bson
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson.Serialization
|
|
name: Serialization
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MongoDB
|
|
name: MongoDB
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson
|
|
name: Bson
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson.Serialization
|
|
name: Serialization
|
|
isExternal: true
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: Newtonsoft.Json
|
|
commentId: N:Newtonsoft.Json
|
|
isExternal: true
|
|
name: Newtonsoft.Json
|
|
nameWithType: Newtonsoft.Json
|
|
fullName: Newtonsoft.Json
|
|
spec.csharp:
|
|
- uid: Newtonsoft
|
|
name: Newtonsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Newtonsoft.Json
|
|
name: Json
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: Newtonsoft
|
|
name: Newtonsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Newtonsoft.Json
|
|
name: Json
|
|
isExternal: true
|
|
- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: WriteJson(JsonWriter, object, JsonSerializer)
|
|
nameWithType: JsonConverter<T>.WriteJson(JsonWriter, object, JsonSerializer)
|
|
fullName: Newtonsoft.Json.JsonConverter<T>.WriteJson(Newtonsoft.Json.JsonWriter, object, Newtonsoft.Json.JsonSerializer)
|
|
nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, Object, JsonSerializer)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, Object, Newtonsoft.Json.JsonSerializer)
|
|
name.vb: WriteJson(JsonWriter, Object, JsonSerializer)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
name: WriteJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonWriter
|
|
name: JsonWriter
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
name: WriteJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonWriter
|
|
name: JsonWriter
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
name: ReadJson(JsonReader, Type, object, JsonSerializer)
|
|
nameWithType: JsonConverter<T>.ReadJson(JsonReader, Type, object, JsonSerializer)
|
|
fullName: Newtonsoft.Json.JsonConverter<T>.ReadJson(Newtonsoft.Json.JsonReader, System.Type, object, Newtonsoft.Json.JsonSerializer)
|
|
nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, Object, JsonSerializer)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, Object, Newtonsoft.Json.JsonSerializer)
|
|
name.vb: ReadJson(JsonReader, Type, Object, JsonSerializer)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
name: ReadJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonReader
|
|
name: JsonReader
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
|
|
name: ReadJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonReader
|
|
name: JsonReader
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
- uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type)
|
|
commentId: M:Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
name: CanConvert(Type)
|
|
nameWithType: JsonConverter<T>.CanConvert(Type)
|
|
fullName: Newtonsoft.Json.JsonConverter<T>.CanConvert(System.Type)
|
|
nameWithType.vb: JsonConverter(Of T).CanConvert(Type)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of T).CanConvert(System.Type)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type)
|
|
name: CanConvert
|
|
isExternal: true
|
|
- name: (
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type)
|
|
name: CanConvert
|
|
isExternal: true
|
|
- name: (
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.NumberUtils
|
|
commentId: T:adas_core.Domain.Utils.NumberUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.NumberUtils.html
|
|
name: NumberUtils
|
|
nameWithType: NumberUtils
|
|
fullName: adas_core.Domain.Utils.NumberUtils
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils
|
|
commentId: T:adas_core.Domain.Utils.ObjectUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.ObjectUtils.html
|
|
name: ObjectUtils
|
|
nameWithType: ObjectUtils
|
|
fullName: adas_core.Domain.Utils.ObjectUtils
|
|
- uid: adas_core.Domain.Utils
|
|
commentId: N:adas_core.Domain.Utils
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Utils
|
|
nameWithType: adas_core.Domain.Utils
|
|
fullName: adas_core.Domain.Utils
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.#ctor*
|
|
commentId: Overload:adas_core.Infrastructure.Utils.PatientObservationConverter.#ctor
|
|
href: adas_core.Infrastructure.Utils.PatientObservationConverter.html#adas_core_Infrastructure_Utils_PatientObservationConverter__ctor_System_Type_
|
|
name: PatientObservationConverter
|
|
nameWithType: PatientObservationConverter.PatientObservationConverter
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.PatientObservationConverter
|
|
nameWithType.vb: PatientObservationConverter.New
|
|
fullName.vb: adas_core.Infrastructure.Utils.PatientObservationConverter.New
|
|
name.vb: New
|
|
- uid: System.NotImplementedException
|
|
commentId: T:System.NotImplementedException
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.notimplementedexception
|
|
name: NotImplementedException
|
|
nameWithType: NotImplementedException
|
|
fullName: System.NotImplementedException
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.Deserialize*
|
|
commentId: Overload:adas_core.Infrastructure.Utils.PatientObservationConverter.Deserialize
|
|
href: adas_core.Infrastructure.Utils.PatientObservationConverter.html#adas_core_Infrastructure_Utils_PatientObservationConverter_Deserialize_MongoDB_Bson_Serialization_BsonDeserializationContext_MongoDB_Bson_Serialization_BsonDeserializationArgs_
|
|
name: Deserialize
|
|
nameWithType: PatientObservationConverter.Deserialize
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.Deserialize
|
|
- uid: MongoDB.Bson.Serialization.IBsonSerializer.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext,MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
commentId: M:MongoDB.Bson.Serialization.IBsonSerializer.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext,MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
parent: MongoDB.Bson.Serialization.IBsonSerializer
|
|
isExternal: true
|
|
name: Deserialize(BsonDeserializationContext, BsonDeserializationArgs)
|
|
nameWithType: IBsonSerializer.Deserialize(BsonDeserializationContext, BsonDeserializationArgs)
|
|
fullName: MongoDB.Bson.Serialization.IBsonSerializer.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext, MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
spec.csharp:
|
|
- uid: MongoDB.Bson.Serialization.IBsonSerializer.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext,MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
name: Deserialize
|
|
isExternal: true
|
|
- name: (
|
|
- uid: MongoDB.Bson.Serialization.BsonDeserializationContext
|
|
name: BsonDeserializationContext
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MongoDB.Bson.Serialization.BsonDeserializationArgs
|
|
name: BsonDeserializationArgs
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MongoDB.Bson.Serialization.IBsonSerializer.Deserialize(MongoDB.Bson.Serialization.BsonDeserializationContext,MongoDB.Bson.Serialization.BsonDeserializationArgs)
|
|
name: Deserialize
|
|
isExternal: true
|
|
- name: (
|
|
- uid: MongoDB.Bson.Serialization.BsonDeserializationContext
|
|
name: BsonDeserializationContext
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MongoDB.Bson.Serialization.BsonDeserializationArgs
|
|
name: BsonDeserializationArgs
|
|
isExternal: true
|
|
- name: )
|
|
- uid: MongoDB.Bson.Serialization.BsonDeserializationContext
|
|
commentId: T:MongoDB.Bson.Serialization.BsonDeserializationContext
|
|
parent: MongoDB.Bson.Serialization
|
|
isExternal: true
|
|
name: BsonDeserializationContext
|
|
nameWithType: BsonDeserializationContext
|
|
fullName: MongoDB.Bson.Serialization.BsonDeserializationContext
|
|
- uid: MongoDB.Bson.Serialization.BsonDeserializationArgs
|
|
commentId: T:MongoDB.Bson.Serialization.BsonDeserializationArgs
|
|
parent: MongoDB.Bson.Serialization
|
|
isExternal: true
|
|
name: BsonDeserializationArgs
|
|
nameWithType: BsonDeserializationArgs
|
|
fullName: MongoDB.Bson.Serialization.BsonDeserializationArgs
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.Serialize*
|
|
commentId: Overload:adas_core.Infrastructure.Utils.PatientObservationConverter.Serialize
|
|
href: adas_core.Infrastructure.Utils.PatientObservationConverter.html#adas_core_Infrastructure_Utils_PatientObservationConverter_Serialize_MongoDB_Bson_Serialization_BsonSerializationContext_MongoDB_Bson_Serialization_BsonSerializationArgs_System_Object_
|
|
name: Serialize
|
|
nameWithType: PatientObservationConverter.Serialize
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.Serialize
|
|
- uid: MongoDB.Bson.Serialization.IBsonSerializer.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext,MongoDB.Bson.Serialization.BsonSerializationArgs,System.Object)
|
|
commentId: M:MongoDB.Bson.Serialization.IBsonSerializer.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext,MongoDB.Bson.Serialization.BsonSerializationArgs,System.Object)
|
|
parent: MongoDB.Bson.Serialization.IBsonSerializer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: Serialize(BsonSerializationContext, BsonSerializationArgs, object)
|
|
nameWithType: IBsonSerializer.Serialize(BsonSerializationContext, BsonSerializationArgs, object)
|
|
fullName: MongoDB.Bson.Serialization.IBsonSerializer.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext, MongoDB.Bson.Serialization.BsonSerializationArgs, object)
|
|
nameWithType.vb: IBsonSerializer.Serialize(BsonSerializationContext, BsonSerializationArgs, Object)
|
|
fullName.vb: MongoDB.Bson.Serialization.IBsonSerializer.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext, MongoDB.Bson.Serialization.BsonSerializationArgs, Object)
|
|
name.vb: Serialize(BsonSerializationContext, BsonSerializationArgs, Object)
|
|
spec.csharp:
|
|
- uid: MongoDB.Bson.Serialization.IBsonSerializer.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext,MongoDB.Bson.Serialization.BsonSerializationArgs,System.Object)
|
|
name: Serialize
|
|
isExternal: true
|
|
- name: (
|
|
- uid: MongoDB.Bson.Serialization.BsonSerializationContext
|
|
name: BsonSerializationContext
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MongoDB.Bson.Serialization.BsonSerializationArgs
|
|
name: BsonSerializationArgs
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MongoDB.Bson.Serialization.IBsonSerializer.Serialize(MongoDB.Bson.Serialization.BsonSerializationContext,MongoDB.Bson.Serialization.BsonSerializationArgs,System.Object)
|
|
name: Serialize
|
|
isExternal: true
|
|
- name: (
|
|
- uid: MongoDB.Bson.Serialization.BsonSerializationContext
|
|
name: BsonSerializationContext
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MongoDB.Bson.Serialization.BsonSerializationArgs
|
|
name: BsonSerializationArgs
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: MongoDB.Bson.Serialization.BsonSerializationContext
|
|
commentId: T:MongoDB.Bson.Serialization.BsonSerializationContext
|
|
parent: MongoDB.Bson.Serialization
|
|
isExternal: true
|
|
name: BsonSerializationContext
|
|
nameWithType: BsonSerializationContext
|
|
fullName: MongoDB.Bson.Serialization.BsonSerializationContext
|
|
- uid: MongoDB.Bson.Serialization.BsonSerializationArgs
|
|
commentId: T:MongoDB.Bson.Serialization.BsonSerializationArgs
|
|
parent: MongoDB.Bson.Serialization
|
|
isExternal: true
|
|
name: BsonSerializationArgs
|
|
nameWithType: BsonSerializationArgs
|
|
fullName: MongoDB.Bson.Serialization.BsonSerializationArgs
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.ValueType*
|
|
commentId: Overload:adas_core.Infrastructure.Utils.PatientObservationConverter.ValueType
|
|
href: adas_core.Infrastructure.Utils.PatientObservationConverter.html#adas_core_Infrastructure_Utils_PatientObservationConverter_ValueType
|
|
name: ValueType
|
|
nameWithType: PatientObservationConverter.ValueType
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.ValueType
|
|
- uid: MongoDB.Bson.Serialization.IBsonSerializer.ValueType
|
|
commentId: P:MongoDB.Bson.Serialization.IBsonSerializer.ValueType
|
|
parent: MongoDB.Bson.Serialization.IBsonSerializer
|
|
isExternal: true
|
|
name: ValueType
|
|
nameWithType: IBsonSerializer.ValueType
|
|
fullName: MongoDB.Bson.Serialization.IBsonSerializer.ValueType
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,adas_core.Domain.Models.PatientObservation,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,adas_core.Domain.Models.PatientObservation,Newtonsoft.Json.JsonSerializer)
|
|
parent: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}
|
|
definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer)
|
|
name: WriteJson(JsonWriter, PatientObservation, JsonSerializer)
|
|
nameWithType: JsonConverter<PatientObservation>.WriteJson(JsonWriter, PatientObservation, JsonSerializer)
|
|
fullName: Newtonsoft.Json.JsonConverter<adas_core.Domain.Models.PatientObservation>.WriteJson(Newtonsoft.Json.JsonWriter, adas_core.Domain.Models.PatientObservation, Newtonsoft.Json.JsonSerializer)
|
|
nameWithType.vb: JsonConverter(Of PatientObservation).WriteJson(JsonWriter, PatientObservation, JsonSerializer)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of adas_core.Domain.Models.PatientObservation).WriteJson(Newtonsoft.Json.JsonWriter, adas_core.Domain.Models.PatientObservation, Newtonsoft.Json.JsonSerializer)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,adas_core.Domain.Models.PatientObservation,Newtonsoft.Json.JsonSerializer)
|
|
name: WriteJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonWriter
|
|
name: JsonWriter
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.PatientObservation
|
|
name: PatientObservation
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.WriteJson(Newtonsoft.Json.JsonWriter,adas_core.Domain.Models.PatientObservation,Newtonsoft.Json.JsonSerializer)
|
|
name: WriteJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonWriter
|
|
name: JsonWriter
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.PatientObservation
|
|
name: PatientObservation
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.WriteJson*
|
|
commentId: Overload:adas_core.Infrastructure.Utils.PatientObservationConverter.WriteJson
|
|
href: adas_core.Infrastructure.Utils.PatientObservationConverter.html#adas_core_Infrastructure_Utils_PatientObservationConverter_WriteJson_Newtonsoft_Json_JsonWriter_adas_core_Domain_Models_PatientObservation_Newtonsoft_Json_JsonSerializer_
|
|
name: WriteJson
|
|
nameWithType: PatientObservationConverter.WriteJson
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.WriteJson
|
|
- uid: Newtonsoft.Json.JsonWriter
|
|
commentId: T:Newtonsoft.Json.JsonWriter
|
|
parent: Newtonsoft.Json
|
|
isExternal: true
|
|
name: JsonWriter
|
|
nameWithType: JsonWriter
|
|
fullName: Newtonsoft.Json.JsonWriter
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
commentId: T:Newtonsoft.Json.JsonSerializer
|
|
parent: Newtonsoft.Json
|
|
isExternal: true
|
|
name: JsonSerializer
|
|
nameWithType: JsonSerializer
|
|
fullName: Newtonsoft.Json.JsonSerializer
|
|
- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer)
|
|
isExternal: true
|
|
name: WriteJson(JsonWriter, T, JsonSerializer)
|
|
nameWithType: JsonConverter<T>.WriteJson(JsonWriter, T, JsonSerializer)
|
|
fullName: Newtonsoft.Json.JsonConverter<T>.WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer)
|
|
nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, T, JsonSerializer)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer)
|
|
name: WriteJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonWriter
|
|
name: JsonWriter
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer)
|
|
name: WriteJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonWriter
|
|
name: JsonWriter
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
- uid: Newtonsoft.Json.JsonReader
|
|
commentId: T:Newtonsoft.Json.JsonReader
|
|
parent: Newtonsoft.Json
|
|
isExternal: true
|
|
name: JsonReader
|
|
nameWithType: JsonReader
|
|
fullName: Newtonsoft.Json.JsonReader
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,adas_core.Domain.Models.PatientObservation,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,adas_core.Domain.Models.PatientObservation,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
parent: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}
|
|
definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
name: ReadJson(JsonReader, Type, PatientObservation, bool, JsonSerializer)
|
|
nameWithType: JsonConverter<PatientObservation>.ReadJson(JsonReader, Type, PatientObservation, bool, JsonSerializer)
|
|
fullName: Newtonsoft.Json.JsonConverter<adas_core.Domain.Models.PatientObservation>.ReadJson(Newtonsoft.Json.JsonReader, System.Type, adas_core.Domain.Models.PatientObservation, bool, Newtonsoft.Json.JsonSerializer)
|
|
nameWithType.vb: JsonConverter(Of PatientObservation).ReadJson(JsonReader, Type, PatientObservation, Boolean, JsonSerializer)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of adas_core.Domain.Models.PatientObservation).ReadJson(Newtonsoft.Json.JsonReader, System.Type, adas_core.Domain.Models.PatientObservation, Boolean, Newtonsoft.Json.JsonSerializer)
|
|
name.vb: ReadJson(JsonReader, Type, PatientObservation, Boolean, JsonSerializer)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,adas_core.Domain.Models.PatientObservation,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
name: ReadJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonReader
|
|
name: JsonReader
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.PatientObservation
|
|
name: PatientObservation
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter{adas_core.Domain.Models.PatientObservation}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,adas_core.Domain.Models.PatientObservation,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
name: ReadJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonReader
|
|
name: JsonReader
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.PatientObservation
|
|
name: PatientObservation
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
- uid: adas_core.Infrastructure.Utils.PatientObservationConverter.ReadJson*
|
|
commentId: Overload:adas_core.Infrastructure.Utils.PatientObservationConverter.ReadJson
|
|
href: adas_core.Infrastructure.Utils.PatientObservationConverter.html#adas_core_Infrastructure_Utils_PatientObservationConverter_ReadJson_Newtonsoft_Json_JsonReader_System_Type_adas_core_Domain_Models_PatientObservation_System_Boolean_Newtonsoft_Json_JsonSerializer_
|
|
name: ReadJson
|
|
nameWithType: PatientObservationConverter.ReadJson
|
|
fullName: adas_core.Infrastructure.Utils.PatientObservationConverter.ReadJson
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
name: ReadJson(JsonReader, Type, T, bool, JsonSerializer)
|
|
nameWithType: JsonConverter<T>.ReadJson(JsonReader, Type, T, bool, JsonSerializer)
|
|
fullName: Newtonsoft.Json.JsonConverter<T>.ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, bool, Newtonsoft.Json.JsonSerializer)
|
|
nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, T, Boolean, JsonSerializer)
|
|
fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, Boolean, Newtonsoft.Json.JsonSerializer)
|
|
name.vb: ReadJson(JsonReader, Type, T, Boolean, JsonSerializer)
|
|
spec.csharp:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
name: ReadJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonReader
|
|
name: JsonReader
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer)
|
|
name: ReadJson
|
|
isExternal: true
|
|
- name: (
|
|
- uid: Newtonsoft.Json.JsonReader
|
|
name: JsonReader
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Newtonsoft.Json.JsonSerializer
|
|
name: JsonSerializer
|
|
isExternal: true
|
|
- name: )
|