ODataPayloadValueConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |