C# 클래스 Subtext.Extensibility.Providers.SearchProvider

상속: System.Configuration.Provider.ProviderBase
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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