Class JqGridSearchingFilter
Class which represents filter in request from jqGrid.
Inheritance
System.Object
JqGridSearchingFilter
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Searching
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridSearchingFilter : object
Properties
SearchingName
Gets the searching column name.
Declaration
public string SearchingName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SearchingOperator
Gets the searching operator.
Declaration
public JqGridSearchOperators SearchingOperator { get; set; }
Property Value
Type | Description |
---|---|
JqGridSearchOperators |
SearchingValue
Gets the searching value.
Declaration
public string SearchingValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |