DateTimePickerClientEventsBuilder - класс |
Пространство имён: Telerik.Web.Mvc.UI
public class DateTimePickerClientEventsBuilder : IHideObjectMembers
Тип DateTimePickerClientEventsBuilder предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| DateTimePickerClientEventsBuilder |
Initializes a new instance of the [!:TimePickerClientEventsBuilder] class.
|
| Имя | Описание | |
|---|---|---|
| OnChange(Action) |
Defines the inline handler of the OnChange client-side event
| |
| OnChange(FuncObject, Object) |
Defines the inline handler of the OnChange client-side event
| |
| OnChange(String) |
Defines the name of the JavaScript function that will handle the the OnChange client-side event.
| |
| 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 OnLoad 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.
|
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |