public class PagingListPageModel<TService, TEntity, TKey, TFilter> : QAdminBasePageModel
where TService : object, IPagingService<TEntity, TKey, TFilter>
where TEntity : class, object, IEntityWithIdKey<TKey>
PagingListPageModelTService, TEntity, TKey, TFilter | Initializes a new instance of the PagingListPageModelTService, TEntity, TKey, TFilter class |
Public Properties | |
AllowAnonymousAccess |
指示页面是否允许匿名访问,即不登录就可访问。
(Inherited from QAdminBasePageModel) |
AllowRedirectFromLogin |
指示页面是否允许从登录页跳转过来。
(Inherited from QAdminBasePageModel) |
DeptFilterDefaultValue | 部门过滤条件默认显示的部门。 |
DeptFilterRootId | 数据对当前已登录用户可见的最高层级部门的 Id。 |
DeptFilterTreeData | 部门列表,用来绑定部门过滤条件。 |
GridCtrlID | 客户端表格控件 Id。 |
GridDataList | 实体列表。 |
HasDeptFilter | 指示页面是否有部门过滤条件。 |
IsPostBack |
指示是否是页面回发。
(Inherited from QAdminBasePageModel) |
MaxDeptFilterLevel | 指示部门过滤条件中限制展示的部门层级。 |
PageCssUrl |
页面 css 资源 Url。
(Inherited from QAdminBasePageModel) |
PageJsUrl |
页面 js 资源 Url。
(Inherited from QAdminBasePageModel) |
PagePath |
页面的路径。
(Inherited from QAdminBasePageModel) |
PageResFileName |
页面对应的静态资源文件的名称。
(Inherited from QAdminBasePageModel) |
PageRights |
打开此页面所需的权限。
(Inherited from QAdminBasePageModel) |
PageSize | 页大小。 |
PageTitle |
页面标题。
(Overrides QAdminBasePageModelPageTitle) |
QFObject |
页面 JSQFObject 对象。
(Overrides QAdminBasePageModelQFObject) |
RenderDateTimeJsFunc | 用来显示日期时间类型属性值的客户端函数。 |
RenderPageCss |
指示是否自动引入页面 css 资源。
(Inherited from QAdminBasePageModel) |
RenderPageJs |
指示是否自动引入页面 js 资源。
(Inherited from QAdminBasePageModel) |
RootBizDeptId |
依据 PageRights 权限设置,获取数据对当前登录用户可见的最高层级部门的 Id。
(Inherited from QAdminBasePageModel) |
service | 实体服务。 |
TotalRecordCount | 总记录数。 |
ViewBag |
添加页面对 ViewBag 的支持。
(Inherited from QAdminBasePageModel) |
ViewportMetaContent |
页面 viewport meta 标记内容。
(Inherited from QAdminBasePageModel) |
Protected Properties | |
authService |
认证服务。
(Inherited from QAdminBasePageModel) |
deptService | 组织机构实体服务。 |
exService |
异常日志服务。
(Inherited from QAdminBasePageModel) |