C# Class PowerShellRunnerService.Config.ScriptsCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: ClearMeasure/PowerShellRunnerService

Méthodes publiques

Méthode Description
Add ( ScriptConfigElement script ) : void
Clear ( ) : void
IndexOf ( ScriptConfigElement script ) : int
Remove ( ScriptConfigElement script ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
ScriptsCollection ( ) : System
this ( int index ) : ScriptConfigElement
this ( string Name ) : ScriptConfigElement

Méthodes protégées

Méthode Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public méthode

public Add ( ScriptConfigElement script ) : void
script ScriptConfigElement
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Résultat void

Clear() public méthode

public Clear ( ) : void
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

IndexOf() public méthode

public IndexOf ( ScriptConfigElement script ) : int
script ScriptConfigElement
Résultat int

Remove() public méthode

public Remove ( ScriptConfigElement script ) : void
script ScriptConfigElement
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

ScriptsCollection() public méthode

public ScriptsCollection ( ) : System
Résultat System

this() public méthode

public this ( int index ) : ScriptConfigElement
index int
Résultat ScriptConfigElement

this() public méthode

public this ( string Name ) : ScriptConfigElement
Name string
Résultat ScriptConfigElement