ClientSideObjectWriter - класс |
Пространство имён: Telerik.Web.Mvc.UI
public class ClientSideObjectWriter : IClientSideObjectWriter
Тип ClientSideObjectWriter предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| ClientSideObjectWriter |
Initializes a new instance of the ClientSideObjectWriter class.
|
| Имя | Описание | |
|---|---|---|
| Append(String) |
Appends the specified key value pair to the end of this instance.
| |
| Append(String, Action) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, Boolean) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, DateTime) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, Decimal) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, Double) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, FuncObject, Object) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, Int32) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, NullableDateTime) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, NullableDecimal) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, NullableDouble) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, NullableInt32) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, String) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, HtmlTemplate) | ||
| Append(String, Boolean, Boolean) |
Appends the specified name and value to the end of this instance.
| |
| Append(String, Int32, Int32) |
Appends the specified name and value to the end of this instance.
| |
| AppendTEnum(String, TEnum) |
Appends the specified name and value to the end of this instance.
| |
| AppendTEnum(String, TEnum, TEnum) |
Appends the specified name and value to the end of this instance.
| |
| AppendClientEvent |
Appends the specified name and Action or String specified in the ClientEvent object.
| |
| AppendCollection | ||
| AppendDateOnly(String, DateTime) |
Appends the specified name and only the date of the passed .
| |
| AppendDateOnly(String, NullableDateTime) |
Appends the specified name and only the date of the passed .
| |
| AppendDatesOnly |
Appends the specified name and only the date of the passed IEnumerable.
| |
| AppendNullableString |
Appends the specified name and nullable value to the end of this instance.
| |
| AppendObject | ||
| Complete |
Completes this instance.
| |
| CreateJsonSerializer | ||
| Start |
Starts writing this instance.
|
| Имя | Описание | |
|---|---|---|
| AppendContentUrlsTItem | (Определяется NavigationItemContainerExtensions.) | |
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| Serialize | (Определяется AnimationExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |