IUriLiteralParser Interface
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.
Interface for Uri literal parser. To parse the uri of an OData request into objects, the ODataUriParser uses UriLiteralParses. Implementation of this interface will parse a text of an EdmType to it's instance.
public interface IUriLiteralParser
type IUriLiteralParser = interface
Public Interface IUriLiteralParser
- Derived
Methods
ParseUriStringToType(String, IEdmTypeReference, UriLiteralParsingException) |
Parse the given text of EdmType |