C# 클래스 van.Web.Core.Configuration.ResourceConfigurationCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: zachariahyoung/virtualaltnet

공개 메소드들

메소드 설명
this ( int index ) : ResourceConfiguration

Gets or sets the ContentFile at the specified index.

this ( string key ) : ResourceConfiguration

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 ) : ResourceConfiguration
index int
리턴 ResourceConfiguration

this() 공개 메소드

Gets the ContentFile with the specified key.
public this ( string key ) : ResourceConfiguration
key string
리턴 ResourceConfiguration