C# 클래스 Omikron.FactFinder.Core.Configuration.IgnoreRuleElementCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: FACT-Finder/FACT-Finder-.NET-Library

공개 메소드들

메소드 설명
IgnoreRuleElementCollection ( ) : System.Collections.Generic
ToList ( ) : IList
this ( int index ) : IgnoreRuleElement
this ( string name ) : IgnoreRuleElement

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

메소드 상세

CreateNewElement() 보호된 메소드

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

GetElementKey() 보호된 메소드

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

IgnoreRuleElementCollection() 공개 메소드

public IgnoreRuleElementCollection ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToList() 공개 메소드

public ToList ( ) : IList
리턴 IList

this() 공개 메소드

public this ( int index ) : IgnoreRuleElement
index int
리턴 IgnoreRuleElement

this() 공개 메소드

public this ( string name ) : IgnoreRuleElement
name string
리턴 IgnoreRuleElement