C# Class WhoCanHelpMe.Infrastructure.News.Configuration.SearchTags

Inheritance: global::System.Configuration.ConfigurationElementCollection
Mostra file Open project: jongeorge1/Who-Can-Help-Me

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Method Details

Add() public method

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

CreateNewElement() protected method

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

GetElementKey() protected method

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.
return global::System.Object

IsElementName() protected method

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.
return global::System.Boolean

Remove() public method

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

this() public method

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
return global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag