C# Класс van.Web.Core.Configuration.ContentFileCollection

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
this ( int index ) : ContentFile

Gets or sets the ContentFile at the specified index.

this ( string key ) : ContentFile

Gets the ContentFile with the specified key.

Защищенные методы

Метод Описание
CreateNewElement ( ) : ConfigurationElement

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified configuration element when overridden in a derived class.

Описание методов

CreateNewElement() защищенный Метод

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

Gets the element key for a specified configuration element when overridden in a derived class.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The to return the key for.
Результат object

this() публичный Метод

Gets or sets the ContentFile at the specified index.
public this ( int index ) : ContentFile
index int
Результат ContentFile

this() публичный Метод

Gets the ContentFile with the specified key.
public this ( string key ) : ContentFile
key string
Результат ContentFile