C# 클래스 SenseNet.Configuration.UrlElementCollection

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

공개 메소드들

메소드 설명
GetUrlHosts ( ) : List
this ( int index ) : UrlElement
this ( string host ) : UrlElement

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

비공개 메소드들

메소드 설명
UrlElementCollection ( ) : System.Collections.Generic

메소드 상세

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object

GetUrlHosts() 공개 메소드

public GetUrlHosts ( ) : List
리턴 List

this() 공개 메소드

public this ( int index ) : UrlElement
index int
리턴 UrlElement

this() 공개 메소드

public this ( string host ) : UrlElement
host string
리턴 UrlElement