C# Class TSVCEO.CloudPrint.PrinterConfigurationCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: klightspeed/CloudPrintProxy

Méthodes publiques

Méthode Description
IsReadOnly ( ) : bool
this ( int idx ) : PrinterConfiguration

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object
IsElementName ( string elementName ) : bool

Method Details

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

IsElementName() protected méthode

protected IsElementName ( string elementName ) : bool
elementName string
Résultat bool

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

this() public méthode

public this ( int idx ) : PrinterConfiguration
idx int
Résultat PrinterConfiguration