C# 클래스 SenseNet.Portal.Portlets.ContextSearch

상속: ContentCollectionPortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 프로퍼티들

프로퍼티 타입 설명
QueryParameterName string

Private Properties

프로퍼티 타입 설명
InitializeControls void
QuickSearchButton_Click void
RedirectToSearchPage void
SearchButton_Click void
SetError void

공개 메소드들

메소드 설명
ContextSearch ( ) : System

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
GetModel ( ) : object
SearchTextIsTooGeneric ( string text ) : bool

비공개 메소드들

메소드 설명
InitializeControls ( ) : void
QuickSearchButton_Click ( object sender, EventArgs e ) : void
RedirectToSearchPage ( ) : void
SearchButton_Click ( object sender, EventArgs e ) : void
SetError ( string errorMessage ) : void

메소드 상세

ContextSearch() 공개 메소드

public ContextSearch ( ) : System
리턴 System

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

GetModel() 보호된 메소드

protected GetModel ( ) : object
리턴 object

SearchTextIsTooGeneric() 보호된 정적인 메소드

protected static SearchTextIsTooGeneric ( string text ) : bool
text string
리턴 bool

프로퍼티 상세

QueryParameterName 공개적으로 정적으로 프로퍼티

public static string QueryParameterName
리턴 string