C# Class PowerShellRunnerService.Config.ScriptsCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Exibir arquivo Open project: ClearMeasure/PowerShellRunnerService

Public Methods

Method 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

Protected Methods

Method Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public method

public Add ( ScriptConfigElement script ) : void
script ScriptConfigElement
return void

BaseAdd() protected method

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
return void

Clear() public method

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

IndexOf() public method

public IndexOf ( ScriptConfigElement script ) : int
script ScriptConfigElement
return int

Remove() public method

public Remove ( ScriptConfigElement script ) : void
script ScriptConfigElement
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

ScriptsCollection() public method

public ScriptsCollection ( ) : System
return System

this() public method

public this ( int index ) : ScriptConfigElement
index int
return ScriptConfigElement

this() public method

public this ( string Name ) : ScriptConfigElement
Name string
return ScriptConfigElement