C# Class Nat.Web.Tools.ExtNet.ExtNetBrowseFilterParameters

Inheritance: BrowseFilterParameters
Exibir arquivo Open project: NATKazakhstan/AspWebGen Class Usage Examples

Public Methods

Method Description
AddJsParamerter ( string propertyFilter, string getValueJavaScript ) : void

Protected Methods

Method Description
CreateControlParameter ( Control control, string key ) : ControlParameter
CreateControlParameter ( IControl control, string key ) : ControlParameter
CreateGridColumnParameter ( GridHtmlGenerator.Column control, string key ) : ControlParameter
GetValueFromControl ( Control control ) : string

Method Details

AddJsParamerter() public method

public AddJsParamerter ( string propertyFilter, string getValueJavaScript ) : void
propertyFilter string
getValueJavaScript string
return void

CreateControlParameter() protected method

protected CreateControlParameter ( Control control, string key ) : ControlParameter
control Control
key string
return ControlParameter

CreateControlParameter() protected method

protected CreateControlParameter ( IControl control, string key ) : ControlParameter
control IControl
key string
return ControlParameter

CreateGridColumnParameter() protected method

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

GetValueFromControl() protected method

protected GetValueFromControl ( Control control ) : string
control Control
return string