Show / Hide Table of Contents

Class OperationOutcomeConverter

Inheritance
System.Object
JsonCreationConverter<OperationOutcomeBase>
OperationOutcomeConverter
Inherited Members
JsonCreationConverter<OperationOutcomeBase>.CanConvert(Type)
JsonCreationConverter<OperationOutcomeBase>.ReadJson(JsonReader, Type, Object, JsonSerializer)
JsonCreationConverter<OperationOutcomeBase>.WriteJson(JsonWriter, Object, JsonSerializer)
JsonCreationConverter<OperationOutcomeBase>.CanWrite
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class OperationOutcomeConverter : JsonCreationConverter<OperationOutcomeBase>

Constructors

OperationOutcomeConverter()

Declaration
public OperationOutcomeConverter()

Methods

Create(Type, JObject)

Declaration
protected override OperationOutcomeBase Create(Type objectType, JObject jsonObject)
Parameters
Type Name Description
System.Type objectType
Newtonsoft.Json.Linq.JObject jsonObject
Returns
Type Description
OperationOutcomeBase
Overrides
Microsoft.Skype.Bots.Calling.ObjectModel.Misc.JsonCreationConverter<Microsoft.Skype.Bots.Calling.ObjectModel.Contracts.OperationOutcomeBase>.Create(System.Type, Newtonsoft.Json.Linq.JObject)
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX