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
Открытый методEquals
Определяет, равен ли заданный объект текущему объекту.
(Унаследован от Object.)
Защищённый методFinalize
Позволяет объекту попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как он будет уничтожен во время сборки мусора.
(Унаследован от Object.)
Открытый методGetHashCode
Служит хэш-функцией по умолчанию.
(Унаследован от Object.)
Открытый методGetType
Возвращает объект Type для текущего экземпляра.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Создает неполную копию текущего объекта Object.
(Унаследован от Object.)
Открытый методStart
Starts writing this instance.
Открытый методToString
Возвращает строку, представляющую текущий объект.
(Унаследован от Object.)
В начало страницы
Методы расширения
См. также