C# 클래스 Nat.Web.Tools.ExtNet.ExtNetBrowseFilterParameters

상속: BrowseFilterParameters
파일 보기 프로젝트 열기: NATKazakhstan/AspWebGen 1 사용 예제들

공개 메소드들

메소드 설명
AddJsParamerter ( string propertyFilter, string getValueJavaScript ) : void

보호된 메소드들

메소드 설명
CreateControlParameter ( Control control, string key ) : ControlParameter
CreateControlParameter ( IControl control, string key ) : ControlParameter
CreateGridColumnParameter ( GridHtmlGenerator.Column control, string key ) : ControlParameter
GetValueFromControl ( Control control ) : string

메소드 상세

AddJsParamerter() 공개 메소드

public AddJsParamerter ( string propertyFilter, string getValueJavaScript ) : void
propertyFilter string
getValueJavaScript string
리턴 void

CreateControlParameter() 보호된 메소드

protected CreateControlParameter ( Control control, string key ) : ControlParameter
control Control
key string
리턴 ControlParameter

CreateControlParameter() 보호된 메소드

protected CreateControlParameter ( IControl control, string key ) : ControlParameter
control IControl
key string
리턴 ControlParameter

CreateGridColumnParameter() 보호된 메소드

protected CreateGridColumnParameter ( GridHtmlGenerator.Column control, string key ) : ControlParameter
control GridHtmlGenerator.Column
key string
리턴 ControlParameter

GetValueFromControl() 보호된 메소드

protected GetValueFromControl ( Control control ) : string
control Control
리턴 string