Share via


CustomUriLiteralPrefixes Class

Definition

Extends the uri parsing system of Literal Prefix. With this class, you can add a custom literal prefix for any EdmType.

public static class CustomUriLiteralPrefixes
type CustomUriLiteralPrefixes = class
Public Class CustomUriLiteralPrefixes
Inheritance
CustomUriLiteralPrefixes

Methods

AddCustomLiteralPrefix(String, IEdmTypeReference)

Add a literal prefix for the given EdmType.

RemoveCustomLiteralPrefix(String)

Remove the given literal prefix

Applies to