IClientSideObjectWriter - интерфейс

Defines the basic building block of creating client side object.

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

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

Методы
  ИмяОписание
Открытый метод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)
Appends the specified name and value to the end of this instance.
Открытый метод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, 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)
Открытый методAppendDatesOnly
Открытый методAppendNullableString
Appends the specified name and nullable value to the end of this instance.
Открытый методAppendObject
Appends the object.
Открытый методComplete
Completes this instance.
Открытый методStart
Starts writing this instance.
В начало страницы
Методы расширения
См. также