C# Class Queue.Terminal.Core.Settings.ServiceBreakCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: breslavsky/queue

Méthodes publiques

Méthode Description
Add ( ServiceBreak element ) : void
IsReadOnly ( ) : bool
this ( int index ) : ServiceBreak

Méthodes protégées

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

Method Details

Add() public méthode

public Add ( ServiceBreak element ) : void
element ServiceBreak
Résultat void

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 index ) : ServiceBreak
index int
Résultat ServiceBreak