Метод | Описание | |
---|---|---|
GetModel ( |
Gets the EDM model for the given type and request. Override this method to customize the EDM model used for querying. |
|
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
QueryableAttribute ( ) : System |
Enables a controller action to support OData query parameters.
|
Метод | Описание | |
---|---|---|
IsSupportedReturnType ( |
||
ValidateQuery ( |
public GetModel ( |
||
elementClrType | The CLR type to retrieve a model for. | |
request | The request message to retrieve a model for. | |
actionDescriptor | ApiActionDescriptor | The action descriptor for the action being queried on. |
Результат | IEdmModel |
public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutedContext | |
Результат | void |