C# 클래스 WhoCanHelpMe.Infrastructure.News.Configuration.SearchTags

상속: global::System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: jongeorge1/Who-Can-Help-Me

공개 메소드들

메소드 설명
Add ( global searchTag ) : void

Adds the specified global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag.

Remove ( global searchTag ) : void

Removes the specified global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag.

this ( int index ) : global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag

Gets the global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag at the specified index.

보호된 메소드들

메소드 설명
CreateNewElement ( ) : global::System.Configuration.ConfigurationElement

When overridden in a derived class, creates a new global::System.Configuration.ConfigurationElement.

GetElementKey ( global element ) : global::System.Object

Gets the element key for a specified configuration element when overridden in a derived class.

IsElementName ( global elementName ) : global::System.Boolean

Indicates whether the specified global::System.Configuration.ConfigurationElement exists in the global::System.Configuration.ConfigurationElementCollection.

메소드 상세

Add() 공개 메소드

Adds the specified global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag.
public Add ( global searchTag ) : void
searchTag global The to add.
리턴 void

CreateNewElement() 보호된 메소드

When overridden in a derived class, creates a new global::System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : global::System.Configuration.ConfigurationElement
리턴 global::System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

Gets the element key for a specified configuration element when overridden in a derived class.
protected GetElementKey ( global element ) : global::System.Object
element global The to return the key for.
리턴 global::System.Object

IsElementName() 보호된 메소드

Indicates whether the specified global::System.Configuration.ConfigurationElement exists in the global::System.Configuration.ConfigurationElementCollection.
protected IsElementName ( global elementName ) : global::System.Boolean
elementName global The name of the element to verify.
리턴 global::System.Boolean

Remove() 공개 메소드

Removes the specified global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag.
public Remove ( global searchTag ) : void
searchTag global The to remove.
리턴 void

this() 공개 메소드

Gets the global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag at the specified index.
public this ( int index ) : global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag
index int The index of the to retrieve
리턴 global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag