OperationOutcomeConverter.Create(Type, JObject) Method

Definition

protected override Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.OperationOutcomeBase Create (Type objectType, Newtonsoft.Json.Linq.JObject jsonObject);
override this.Create : Type * Newtonsoft.Json.Linq.JObject -> Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.OperationOutcomeBase
Protected Overrides Function Create (objectType As Type, jsonObject As JObject) As OperationOutcomeBase

Parameters

objectType
Type
jsonObject
Newtonsoft.Json.Linq.JObject

Returns

OperationOutcomeBase

Applies to