C# Class Queue.Hub.Svetovod.SvetovodDisplayConnectionCollection

Inheritance: System.Configuration.ConfigurationElementCollection
显示文件 Open project: breslavsky/queue

Public Methods

Method Description
Add ( SvetovodDisplayConnectionConfig element ) : void
IsReadOnly ( ) : bool

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object
IsElementName ( string elementName ) : bool

Method Details

Add() public method

public Add ( SvetovodDisplayConnectionConfig element ) : void
element SvetovodDisplayConnectionConfig
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

IsElementName() protected method

protected IsElementName ( string elementName ) : bool
elementName string
return bool

IsReadOnly() public method

public IsReadOnly ( ) : bool
return bool