跳转至

ListViewRequest

类名:ListViewRequest

说明:列表请求类,继承 H3.SmartForm.StandardRequest 类。

属性

字段名称 类型 描述
ListScene H3.SmartForm.ListScene 列表场景:1 表示普通列表,2 表示弹窗列表(在关联表单中打开窗口)。
Filter H3.Data.Filter.Filter 过滤条件
DisplayName string 表单显示名称
SchemaCode string 表单编码
ListViewSetting H3.SmartForm.ListViewSetting 列表查询设置
IsWorkflow bool 是否流程
Schema H3.DataModel.BizObjectSchema 表单数据模型对象
UserContext H3.Web.UserContext 当前登录用户信息,包含以下属性:EngineCode (企业编码)、IsDeveloper (是否为开发者)、UserId (当前登录用户 Id)、User (当前登录用户对象,类型为 H3.Organization.User)、IsAdministrator (当前用户是否管理员)、IsAnonymous (是否匿名用户)、FormActionCodes (有权限的表单按钮)、ListViewActionCodes (有权限的列表按钮)、EntryType (企业接入方式,如钉钉、企微、飞书等)。
UserHostAddress 用户的地址
BrowserPlatform 用户使用的浏览器的平台
Browser 用户使用的浏览器
IsMobile 用户的客户端是否是移动设备
ErrorMessage 错误信息
Engine H3.IEngine 当前引擎实例对象
AppCustomCodeModifiedTime 应用的自定义代码修改时间
ValueTable Dictionary<string, string> 请求上下文的各个变量的值
this[string name] 索引器 根据变量的名称获得变量的值。