WebAssetCollection - класс

Иерархия наследования
Object
  CollectionIWebAsset
    Telerik.Web.MvcWebAssetCollection

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public class WebAssetCollection : Collection<IWebAsset>

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

Конструкторы
  ИмяОписание
Открытый методWebAssetCollection
Initializes a new instance of the WebAssetCollection class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоAssetGroups
Gets the asset groups.
Открытое свойствоAssetItems
Gets the asset items.
Открытое свойствоCount
Gets the number of elements actually contained in the Collection.
(Унаследован от CollectionIWebAsset.)
Открытое свойствоDefaultPath
Gets or sets the default path.
Открытое свойствоItem
Gets or sets the element at the specified index.
(Унаследован от CollectionIWebAsset.)
Защищённое свойствоItems
Gets a IList wrapper around the Collection.
(Унаследован от CollectionIWebAsset.)
В начало страницы
Методы
  ИмяОписание
Открытый методAdd(String)
Adds the specified source as WebAsset.
Открытый методAdd(UTP)
Adds an object to the end of the Collection.
(Унаследован от CollectionIWebAsset.)
Открытый методAdd(String, String)
Adds the specified source as WebAsset in the specified WebAssetGroup.
Открытый методClear
Removes all elements from the Collection.
(Унаследован от CollectionIWebAsset.)
Защищённый методClearItems
Removes all elements from the Collection.
(Унаследован от CollectionIWebAsset.)
Открытый методContains
Determines whether an element is in the Collection.
(Унаследован от CollectionIWebAsset.)
Открытый методCopyTo
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
(Унаследован от CollectionIWebAsset.)
Открытый методFindGroupByName
Finds the group with the specified name.
Открытый методFindItemBySource
Finds the item with the specified source.
Открытый методGetEnumerator
Returns an enumerator that iterates through the Collection.
(Унаследован от CollectionIWebAsset.)
Открытый методIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection.
(Унаследован от CollectionIWebAsset.)
Открытый методInsert(Int32, UTP)
Inserts an element into the Collection at the specified index.
(Унаследован от CollectionIWebAsset.)
Открытый методInsert(Int32, String)
Inserts the specified source as WebAsset at the specified index.
Открытый методInsert(Int32, String, String)
Inserts the specified source as WebAsset at the specified index in the specified WebAssetGroup.
Защищённый методInsertItem
Inserts an element into the Collection at the specified index.
(Переопределяет Collection.InsertItem(Int32, UTP).)
Открытый методRemove
Removes the first occurrence of a specific object from the Collection.
(Унаследован от CollectionIWebAsset.)
Открытый методRemoveAt
Removes the element at the specified index of the Collection.
(Унаследован от CollectionIWebAsset.)
Защищённый методRemoveItem
Removes the element at the specified index of the Collection.
(Унаследован от CollectionIWebAsset.)
Защищённый методSetItem
Replaces the element at the specified index.
(Переопределяет Collection.SetItem(Int32, UTP).)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
В начало страницы
См. также