1 Star 0 Fork 0

活字格开发实验室/插件:客户端缓存操作工具库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Reset_LocalCache.cs 785 Bytes
一键复制 编辑 原始数据 按行查看 历史
宁伟 提交于 2023-02-24 16:54 . 修改公式类输入框的校验规则
using GrapeCity.Forguncy.Commands;
using GrapeCity.Forguncy.Plugin;
using System.Collections.Generic;
using System.ComponentModel;
namespace FrontendCacheCommand
{
[Icon("pack://application:,,,/FrontendCacheCommand;component/Resources/IconDeleteFile.png")]
[Category("客户端缓存")]
[OrderWeight(200)]
public class Reset_LocalCache : Command
{
[FormulaProperty]
[DisplayName("键(大小写敏感)")]
[SearchableProperty]
[OrderWeight(1)]
public object KeyString { get; set; }
public override string ToString()
{
return "重置客户端缓存";
}
public override CommandScope GetCommandScope()
{
return CommandScope.All;
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/low-code-dev-lab/lowcode-plugin-frontend-cache.git
git@gitee.com:low-code-dev-lab/lowcode-plugin-frontend-cache.git
low-code-dev-lab
lowcode-plugin-frontend-cache
插件:客户端缓存操作工具库
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385