C# 클래스 CodeKing.SqlHarvester.Core.ScriptInfoCollection

상속: System.Configuration.ConfigurationElementCollection, IEnumerable
파일 보기 프로젝트 열기: TheCodeKing/SqlHarvester.Net 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IScriptInfo scriptInfo ) : void
Clear ( ) : void
Contains ( string scriptInfo ) : bool
IsReadOnly ( ) : bool
this ( string scriptInfo ) : IScriptInfo

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement
CreateNewElement ( string scriptInfo ) : ConfigurationElement
GetElementKey ( ConfigurationElement scriptInfo ) : object
IsElementName ( string elementName ) : bool

메소드 상세

Add() 공개 메소드

public Add ( IScriptInfo scriptInfo ) : void
scriptInfo IScriptInfo
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( string scriptInfo ) : bool
scriptInfo string
리턴 bool

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

CreateNewElement() 보호된 메소드

protected CreateNewElement ( string scriptInfo ) : ConfigurationElement
scriptInfo string
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement scriptInfo ) : object
scriptInfo System.Configuration.ConfigurationElement
리턴 object

IsElementName() 보호된 메소드

protected IsElementName ( string elementName ) : bool
elementName string
리턴 bool

IsReadOnly() 공개 메소드

public IsReadOnly ( ) : bool
리턴 bool

this() 공개 메소드

public this ( string scriptInfo ) : IScriptInfo
scriptInfo string
리턴 IScriptInfo