MenuClientEventsBuilder - класс

Defines the fluent interface for configuring the ClientEvents.
Иерархия наследования
Object
  Telerik.Web.Mvc.UIMenuClientEventsBuilder

Пространство имён:  Telerik.Web.Mvc.UI
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public class MenuClientEventsBuilder : IHideObjectMembers

Тип MenuClientEventsBuilder предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методMenuClientEventsBuilder
Initializes a new instance of the MenuClientEventsBuilder class.
В начало страницы
Методы
  ИмяОписание
Открытый методПример кодаOnClose(Action)
Defines the inline handler of the OnClose client-side event
Открытый методПример кодаOnClose(FuncObject, Object)
Defines the inline handler of the OnClose client-side event
Открытый методПример кодаOnClose(String)
Defines the name of the JavaScript function that will handle the the OnClose client-side event.
Открытый методПример кодаOnLoad(Action)
Defines the inline handler of the OnLoad client-side event
Открытый методПример кодаOnLoad(FuncObject, Object)
Defines the inline handler of the OnLoad client-side event
Открытый методПример кодаOnLoad(String)
Defines the name of the JavaScript function that will handle the the OnSelect client-side event.
Открытый методПример кодаOnOpen(Action)
Defines the inline handler of the OnOpen client-side event
Открытый методПример кодаOnOpen(FuncObject, Object)
Defines the inline handler of the OnOpen client-side event
Открытый методПример кодаOnOpen(String)
Defines the name of the JavaScript function that will handle the the OnOpen client-side event.
Открытый методПример кодаOnSelect(Action)
Defines the inline handler of the OnSelect client-side event
Открытый методПример кодаOnSelect(FuncObject, Object)
Defines the inline handler of the OnSelect client-side event
Открытый методПример кодаOnSelect(String)
Defines the name of the JavaScript function that will handle the the OnSelect client-side event.
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
В начало страницы
См. также