C# Class Enyim.Membase.Configuration.UriElementCollection

Represents a collection of T:EndPointElement instances. This class cannot be inherited.
Inheritance: System.Configuration.ConfigurationElementCollection
Mostra file Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
ToUriCollection ( ) : IList

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

Protected Methods

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

Method Details

CreateNewElement() protected method

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

ToUriCollection() public method

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