Delen via


ODataTemplateTranslateContext Class

Definition

The context used to generate the ODataPathSegment.

public class ODataTemplateTranslateContext
type ODataTemplateTranslateContext = class
Public Class ODataTemplateTranslateContext
Inheritance
ODataTemplateTranslateContext

Constructors

ODataTemplateTranslateContext(HttpContext, Endpoint, RouteValueDictionary, IEdmModel)

Initializes a new instance of the ODataTemplateTranslateContext class.

Properties

Endpoint

Gets the current Endpoint Endpoint.

HttpContext

Gets the current HttpContext HttpContext.

Model

Gets the Edm model IEdmModel.

RouteValues

Gets the route values RouteValueDictionary.

Segments

Gets the generated path segments.

UpdatedValues

Gets the updated route values. This will include the updated route values.

Methods

GetParameterAliasOrSelf(String)

Gets the parameter alias or the alias name itself.

Applies to