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

Inheritance: global::System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: jongeorge1/Who-Can-Help-Me

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

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

CreateNewElement() protected méthode

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

GetElementKey() protected méthode

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.
Résultat global::System.Object

IsElementName() protected méthode

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.
Résultat global::System.Boolean

Remove() public méthode

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

this() public méthode

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