Class ActionConverter
Inheritance
System.Object
ActionConverter
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class ActionConverter : JsonCreationConverter<ActionBase>
Constructors
ActionConverter()
Declaration
Methods
Create(Type, JObject)
Declaration
protected override ActionBase 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.ActionBase>.Create(System.Type, Newtonsoft.Json.Linq.JObject)