ClientSideObjectWriter - класс

Class used to build initialization script of jQuery plugin.
Иерархия наследования
Object
  Telerik.Web.Mvc.UIClientSideObjectWriter

Пространство имён:  Telerik.Web.Mvc.UI
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
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.)
В начало страницы
См. также