C# 클래스 DotNetNuke.Modules.UserDefinedTable.List.SearchManager

파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

Private Properties

프로퍼티 타입 설명
EscapeSearchInput string
LoadColumns void
Reset void
SearchControl System.Web.UI.Control
cmdResetSearch_Click void
cmdSearch_Click void

공개 메소드들

메소드 설명
DataBindingNeeded ( ) : bool
Filter ( ) : string
LoadControls ( ) : void
SearchManager ( List parent ) : System

비공개 메소드들

메소드 설명
EscapeSearchInput ( string input ) : string
LoadColumns ( ) : void
Reset ( ) : void
SearchControl ( SearchControlTypes controlType ) : Control
cmdResetSearch_Click ( object sender, EventArgs e ) : void
cmdSearch_Click ( object sender, EventArgs e ) : void

메소드 상세

DataBindingNeeded() 공개 메소드

public DataBindingNeeded ( ) : bool
리턴 bool

Filter() 공개 메소드

public Filter ( ) : string
리턴 string

LoadControls() 공개 메소드

public LoadControls ( ) : void
리턴 void

SearchManager() 공개 메소드

public SearchManager ( List parent ) : System
parent List
리턴 System