C# Class van.Web.Core.Configuration.ContentFileCollection

Inheritance: System.Configuration.ConfigurationElementCollection
ファイルを表示 Open project: zachariahyoung/virtualaltnet Class Usage Examples

Public Methods

Method Description
this ( int index ) : ContentFile

Gets or sets the ContentFile at the specified index.

this ( string key ) : ContentFile

Gets the ContentFile with the specified key.

Protected Methods

Method Description
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.

Method Details

CreateNewElement() protected method

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

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.
return object

this() public method

Gets or sets the ContentFile at the specified index.
public this ( int index ) : ContentFile
index int
return ContentFile

this() public method

Gets the ContentFile with the specified key.
public this ( string key ) : ContentFile
key string
return ContentFile