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.
|
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.
|
protected CreateNewElement ( ) : global::System.Configuration.ConfigurationElement | ||
return | global::System.Configuration.ConfigurationElement |
protected GetElementKey ( global element ) : global::System.Object | ||
element | global | The |
return | global::System.Object |
protected IsElementName ( global elementName ) : global::System.Boolean | ||
elementName | global | The name of the element to verify. |
return | global::System.Boolean |
public Remove ( global searchTag ) : void | ||
searchTag | global | The |
return | void |
public this ( int index ) : global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag | ||
index | int | The index of the |
return | global::WhoCanHelpMe.Infrastructure.News.Configuration.SearchTag |