FineUICore 13.0.0
ASP.NET 低代码快速开发框架
载入中...
搜索中...
未找到
FineUICore.GridFilterTagHelper类 参考

表格过滤类标签 更多...

类 FineUICore.GridFilterTagHelper 继承关系图:
FineUICore.BaseTagHelper

Public 成员函数

 GridFilterTagHelper ()
 构造函数
Public 成员函数 继承自 FineUICore.BaseTagHelper
override async Task ProcessAsync (TagHelperContext context, TagHelperOutput output)
 异步处理标签

属性

GridFilter Source [get]
 当前控件
bool EnableMultiConditions [get, set]
 启用多条件
int MaxConditions [get, set]
 允许的最大条件数
bool EnableMultiFilter [get, set]
 启用多条件
bool ShowMatcher [get, set]
 是否显示多条件匹配规则
string MatcherDefault [get, set]
 多条件匹配规则的默认值(默认为all,还可以设置为any)
DropDownList[] Operator [get, set]
 操作符
Field[] Field [get, set]
 操作字段
bool FieldRequired [get, set]
 过滤字段是否必填项
属性 继承自 FineUICore.BaseTagHelper
ViewContext ViewContext [get, set]
 视图上下文对象

详细描述

表格过滤类标签

构造及析构函数说明

◆ GridFilterTagHelper()

FineUICore.GridFilterTagHelper.GridFilterTagHelper ( )

构造函数

属性说明

◆ EnableMultiConditions

bool FineUICore.GridFilterTagHelper.EnableMultiConditions
getset

启用多条件

◆ EnableMultiFilter

bool FineUICore.GridFilterTagHelper.EnableMultiFilter
getset

启用多条件

◆ Field

Field [] FineUICore.GridFilterTagHelper.Field
getset

操作字段

◆ FieldRequired

bool FineUICore.GridFilterTagHelper.FieldRequired
getset

过滤字段是否必填项

◆ MatcherDefault

string FineUICore.GridFilterTagHelper.MatcherDefault
getset

多条件匹配规则的默认值(默认为all,还可以设置为any)

◆ MaxConditions

int FineUICore.GridFilterTagHelper.MaxConditions
getset

允许的最大条件数

◆ Operator

DropDownList [] FineUICore.GridFilterTagHelper.Operator
getset

操作符

◆ ShowMatcher

bool FineUICore.GridFilterTagHelper.ShowMatcher
getset

是否显示多条件匹配规则

◆ Source

GridFilter FineUICore.GridFilterTagHelper.Source
get

当前控件


该类的文档由以下文件生成:
  • GridFilterTagHelper.cs