书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 209 个相关结果.
  • How To: Enable Script Bundling

    How To: Enable Script Bundling ScriptBundles.json Enabling Bundling Enabling Minification UseMinJS Setting How Serenity Modifies Your _LayoutHead.cshtml Includes? What Is v=p5...
  • 持久化设置

    持久化设置 默认情况下开启持久性 处理由多个用户共同使用的浏览器 持久化存储每个网格列表类型的设置 确定保存的设置类型 何时保存/还原设置 持久化设置到数据库(UserPreferences 表) 手动保存/还原设置 持久化设置 Serenity 2.1.5 引入保存如下信息的网格列表设置: 可见列和显示顺序 列宽 排序的列 高级过...
  • Installing Serene Directly From Visual Studio

    Installing Serene Directly From Visual Studio Creating a New Project in Visual Studio 2015 and Older Creating a New Project in Visual Studio 2017 Choosing Between ASP.NET MVC / A...
  • 认证 & 授权

    认证 & 授权 认证 & 授权 Serenity 使用一些抽象(abstractions)来与你的应用程序自身的用户身份验证和授权机制一起工作。 Serenity . Abstractions . IAuthenticationService Serenity . Abstractions . IAuthorizationService S...
  • IPermissionService 接口

    IPermissionService 接口 IPermissionService 接口 [命名空间 : Serenity.Abstractions, 程序集 : Serenity.Core] 权限(permission)是授权做一些操作(访问页面、调用指定服务)。在 Serenity 中,权限是一些分配给单个用户的字符串 keys(类似于 ASP....
  • How To: Use a SlickGrid Formatter

    How To: Use a SlickGrid Formatter Including Required Resources Declaring a Serenity DataGrid Formatter Getting Intellisense and Compile Time Checking To Work Alternate Option (N...
  • IUserDefinition 接口

    IUserDefinition 接口 IUserDefinition 接口 [命名空间 : Serenity, 程序集 : Serenity.Core] 很多应用程序存储用户常见的信息,如 ID、显示名称(别名/全名)、邮箱等。Serenity 提供基础接口以独立应用程序方式访问这些信息。 public interface IUserDe...
  • Handling Lookup Scripts

    Handling Lookup Scripts Lookup Script Declarations On Rows Handling Lookup Scripts If we open Suppliers page now, we’ll see that tenant2 can only see suppliers that belongs to...
  • 处理检索脚本(Lookup Scripts)

    处理检索脚本(Lookup Scripts) 处理检索脚本(Lookup Scripts) 如果我们现在打开 Suppliers 页面,我们可以看到 tenant2 只能查看属于自己的供应商。但是在网格列表的右上角的 country 下拉列表中,所有的国家选项都被列出来了。 这个数据是通过动态脚本提供给脚本端。它不会在我们最近处理的 服务列表 ...
  • Filtering with Multiple Genre List

    Filtering with Multiple Genre List Declaring MovieListRequest Type Modifying Repository/Endpoint for New Request Type Moving Quick Filter to Genres Parameter Handling Genre Filt...