C# Класс Subtext.Extensibility.Providers.SearchProvider

Наследование: System.Configuration.Provider.ProviderBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( string name, NameValueCollection configValue ) : void

Initializes this provider, setting the connection string.

Instance ( ) : SearchProvider

Returns the currently configured SearchProvider.

Search ( int blogId, string searchTerm ) : IList

Searches the specified blog for items that match the search term.

Описание методов

Initialize() публичный Метод

Initializes this provider, setting the connection string.
public Initialize ( string name, NameValueCollection configValue ) : void
name string Friendly Name of the provider.
configValue System.Collections.Specialized.NameValueCollection Config value.
Результат void

Instance() публичный статический Метод

Returns the currently configured SearchProvider.
public static Instance ( ) : SearchProvider
Результат SearchProvider

Search() публичный абстрактный Метод

Searches the specified blog for items that match the search term.
public abstract Search ( int blogId, string searchTerm ) : IList
blogId int
searchTerm string
Результат IList