diff --git a/src/BootstrapBlazor/Options/QueryPageOptions.cs b/src/BootstrapBlazor/Options/QueryPageOptions.cs index b76089bc27c..46fa56f1754 100644 --- a/src/BootstrapBlazor/Options/QueryPageOptions.cs +++ b/src/BootstrapBlazor/Options/QueryPageOptions.cs @@ -81,42 +81,18 @@ public class QueryPageOptions /// public bool IsVirtualScroll { get; set; } - /// - /// 获得 通过列集合中的 列与 拼装 IFilterAction 集合 - /// Get IFilterAction collection assembled by columns in column collection and - /// - [Obsolete("This property is obsolete. Use Searches instead. 已过期,请使用 Searches 参数")] - [ExcludeFromCodeCoverage] - public List Searchs => Searches; - /// /// 获得 通过列集合中的 列与 拼装 IFilterAction 集合 /// Get IFilterAction collection assembled by columns in column collection and /// public List Searches { get; } = new(20); - /// - /// 获得 中过滤条件 模板中的条件请使用 获得 - /// Gets 中过滤条件 template中的条件请使用 Gets - /// - [Obsolete("This property is obsolete. Use CustomerSearches instead. 已过期,请使用 CustomerSearches 参数")] - [ExcludeFromCodeCoverage] - public List CustomerSearchs => CustomerSearches; - /// /// 获得 中过滤条件 模板中的条件请使用 获得 /// Get filter conditions in please use to get conditions in template /// public List CustomerSearches { get; } = new(20); - /// - /// 获得 中过滤条件 - /// Get filter conditions in - /// - [Obsolete("This property is obsolete. Use AdvanceSearches instead. 已过期,请使用 AdvanceSearches 参数")] - [ExcludeFromCodeCoverage] - public List AdvanceSearchs => AdvanceSearches; - /// /// 获得 中过滤条件 /// Get filter conditions in @@ -129,15 +105,6 @@ public class QueryPageOptions /// public List Filters { get; } = new(20); - /// - /// 获得 是否为首次查询 默认 false - /// Get whether is first query default false - /// - /// 组件首次查询数据时为 true - [Obsolete("This property is obsolete. Use IsFirstQuery. 已弃用单词拼写错误,请使用 IsFirstQuery")] - [ExcludeFromCodeCoverage] - public bool IsFristQuery { get => IsFirstQuery; set => IsFirstQuery = value; } - /// /// 获得 是否为首次查询 默认 false /// Get whether is first query default false