C# Class TSVCEO.CloudPrint.PrinterConfigurationCollection

Inheritance: System.Configuration.ConfigurationElementCollection
ファイルを表示 Open project: klightspeed/CloudPrintProxy

Public Methods

Method Description
IsReadOnly ( ) : bool
this ( int idx ) : PrinterConfiguration

Protected Methods

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

Method Details

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

this() public method

public this ( int idx ) : PrinterConfiguration
idx int
return PrinterConfiguration