ODataPayloadValueConverter Class

Definition

Class for defining a payload value conversion for given model. Currently supports primitive only.

public class ODataPayloadValueConverter
type ODataPayloadValueConverter = class
Public Class ODataPayloadValueConverter
Inheritance
ODataPayloadValueConverter

Constructors

ODataPayloadValueConverter()

Methods

ConvertFromPayloadValue(Object, IEdmTypeReference)

Converts the given payload value to the type defined in a type definition.

ConvertToPayloadValue(Object, IEdmTypeReference)

Converts the given primitive value defined in a type definition from the payload object.

Applies to