Show / Hide Table of Contents

Class NotificationConverter

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

Constructors

NotificationConverter()

Declaration
public NotificationConverter()

Methods

Create(Type, JObject)

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