ListViewQueryItem
类名:ListViewQueryItem
说明:查询条件。
属性
| 名称 | 类型 | 说明 |
|---|---|---|
PropertyName |
string |
获取或设置关联的属性名称。 |
FilterValue |
string |
参数值。ParameterType=时间:1 = 当天;2 = 本周;3 = 本月;4 = 本季度;5 = 本年度;ParameterType=组织类型:1 = 本人;2 = 本部门;3 = 所有。 |
DefaultValue |
string |
默认值。 |
OrganizationType |
OrganizationType |
组织机构类型。0:人员;1:部门。 |
AllowNull |
bool |
允许为空。 |
Visible |
bool |
是否显示。 |
FilterConfig |
string |
级联筛选过滤配置。 |
MatchMode |
H3.SmartForm.FilterMatchMode |
1:模糊匹配;2:左匹配;3:精确匹配。 |
IsDefault |
bool |
标识筛选字段默认是否显示。若默认未显示,运行时用户可手动添加;默认均为显示状态。 |