GridActionAttribute - класс |
Пространство имён: Telerik.Web.Mvc
public class GridActionAttribute : FilterAttribute, IActionFilter
Тип GridActionAttribute предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| GridActionAttribute |
Initializes a new instance of the GridActionAttribute class.
|
| Имя | Описание | |
|---|---|---|
| ActionParameterName |
Gets or sets the name of the action parameter. The default value is "command".
| |
| AllowMultiple | Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified. (Унаследован от FilterAttribute.) | |
| EnableCustomBinding |
Gets or sets a value indicating whether custom binding is enabled. Used when implementing custom ajax binding.
| |
| GridName |
Gets or sets the name of the Grid that is populated by the associated action method. Required
when custom server binding is enabled and the grid query string parameters are prefixed.
| |
| Order | Gets or sets the order in which the action filters are executed. (Унаследован от FilterAttribute.) |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |