C# 클래스 Enyim.Membase.Configuration.UriElementCollection

Represents a collection of T:EndPointElement instances. This class cannot be inherited.
상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

공개 메소드들

메소드 설명
ToUriCollection ( ) : IList

Helper method; converts the collection into an T:IPEndPoint collection for the interface implementation.

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement

Creates a new T:ConfigurationElement.

GetElementKey ( ConfigurationElement element ) : object

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

메소드 상세

CreateNewElement() 보호된 메소드

Creates a new T: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

ToUriCollection() 공개 메소드

Helper method; converts the collection into an T:IPEndPoint collection for the interface implementation.
public ToUriCollection ( ) : IList
리턴 IList