Commit Graph

2 Commits

Author SHA1 Message Date
SL de686cbb4c [UI.Client]
RecipeParam对象新增IsHideValue属性和HiddenValueMasking属性,用于控制Recipe参数内容的显示与隐藏。
修改RecipeParam基类为BindableBase,简化各属性的set方法。
优化DataGridRecipe控件使用的ParamValueDisplayConverter,增加IsHideValue和HiddenValueMasking属性的绑定。
2023-09-22 14:58:18 +08:00
Liang Su 827a85a560 [UI.Client]
新增IValueParam接口,所有支持数值的Recipe Param均继承自此接口。
修正没有写权限的Recipe参数在拖动填充模式下也会被赋值的问题。
2023-06-16 16:32:39 +08:00