ODataSwaggerConverter.GetSwaggerModel Method

Definition

Converts the Edm model to Swagger model.

public virtual Newtonsoft.Json.Linq.JObject GetSwaggerModel ();
abstract member GetSwaggerModel : unit -> Newtonsoft.Json.Linq.JObject
override this.GetSwaggerModel : unit -> Newtonsoft.Json.Linq.JObject
Public Overridable Function GetSwaggerModel () As JObject

Returns

Newtonsoft.Json.Linq.JObject

The Newtonsoft.Json.Linq.JObject represents the Swagger model.

Applies to