C# Class CodeKing.SqlHarvester.Core.ScriptInfoCollection

Inheritance: System.Configuration.ConfigurationElementCollection, IEnumerable
Exibir arquivo Open project: TheCodeKing/SqlHarvester.Net Class Usage Examples

Public Methods

Method Description
Add ( IScriptInfo scriptInfo ) : void
Clear ( ) : void
Contains ( string scriptInfo ) : bool
IsReadOnly ( ) : bool
this ( string scriptInfo ) : IScriptInfo

Protected Methods

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

Method Details

Add() public method

public Add ( IScriptInfo scriptInfo ) : void
scriptInfo IScriptInfo
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( string scriptInfo ) : bool
scriptInfo string
return bool

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

CreateNewElement() protected method

protected CreateNewElement ( string scriptInfo ) : ConfigurationElement
scriptInfo string
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement scriptInfo ) : object
scriptInfo 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 ( string scriptInfo ) : IScriptInfo
scriptInfo string
return IScriptInfo