IScriptableComponent - интерфейс

Defines the basic building block of scriptable component.

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

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

Свойства
  ИмяОписание
Открытое свойствоAssetKey
Gets or sets the asset key.
Открытое свойствоClientSideObjectWriterFactory
Gets the client side object writer factory.
Открытое свойствоIsSelfInitialized
Открытое свойствоScriptFileNames
Gets or sets the script file names.
Открытое свойствоScriptFilesPath
Gets or sets the script files path. Path must be a virtual path.
В начало страницы
Методы
  ИмяОписание
Открытый методWriteCleanupScript
Writes the cleanup script.
Открытый методWriteInitializationScript
Writes the initialization script.
В начало страницы
См. также