Class NotificationConverter
Inheritance
System.Object
NotificationConverter
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
Overrides
Microsoft.Skype.Bots.Calling.ObjectModel.Misc.JsonCreationConverter<Microsoft.Skype.Bots.Calling.ObjectModel.Contracts.NotificationBase>.Create(System.Type, Newtonsoft.Json.Linq.JObject)