diff --git a/src/BootstrapBlazor.Server/Directory.Build.targets b/src/BootstrapBlazor.Server/Directory.Build.targets
index 4beb8250df6..30bf98167d2 100644
--- a/src/BootstrapBlazor.Server/Directory.Build.targets
+++ b/src/BootstrapBlazor.Server/Directory.Build.targets
@@ -14,4 +14,12 @@
+
+
+
+
+
+
+
+
diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json
index 8557e9c85c6..88f97e9b06f 100644
--- a/src/BootstrapBlazor.Server/Locales/en-US.json
+++ b/src/BootstrapBlazor.Server/Locales/en-US.json
@@ -2385,7 +2385,7 @@
"Att4": "Date format string The default is yyyyy-MM-dd",
"Att6": "Whether to disable False by default",
"Att8": "The value of the component is a two-way binding with ValueChanged",
- "Att9": "Get/Set Component display mode The default is the month-to-day display mode",
+ "Att9": "Gets or sets Component display mode The default is the month-to-day display mode",
"AttrAutoClose": "Whether auto close the popup window",
"AttrIsEditable": "Is manual date entry allowed",
"Event1": "Confirm that the button calls back the delegate",
@@ -3606,9 +3606,9 @@
"CollapsibleHeaderTemplateIntro": "Setting HeaderTemplate for custom CardHeader",
"ShadowTitle": "Shadow effect",
"ShadowIntro": "Enable shadow effect by set IsShadow to true",
- "BodyTemplate": "Get/set up BodyTemplate",
- "FooterTemplate": "Get/set up FooterTemplate",
- "HeaderTemplate": "Get/set up HeaderTemplate",
+ "BodyTemplate": "Gets or sets up BodyTemplate",
+ "FooterTemplate": "Gets or sets up FooterTemplate",
+ "HeaderTemplate": "Gets or sets up HeaderTemplate",
"Class": "Style",
"Color": "Set the color of the card border",
"IsCenter": "Make align center by set IsCenter to true",
diff --git a/src/BootstrapBlazor/Components/Circle/Circle.razor.cs b/src/BootstrapBlazor/Components/Circle/Circle.razor.cs
index 564fffd0cf5..e330215d904 100644
--- a/src/BootstrapBlazor/Components/Circle/Circle.razor.cs
+++ b/src/BootstrapBlazor/Components/Circle/Circle.razor.cs
@@ -13,7 +13,7 @@ public sealed partial class Circle
{
///
/// 获得/设置 当前值
- /// Get/Set current value
+ /// Gets or sets current value
/// 10.2.2
///
[Parameter]
@@ -21,13 +21,13 @@ public sealed partial class Circle
///
/// 获得/设置 当前进度值
- /// Get/Set current progress value
+ /// Gets or sets current progress value
///
private string? ValueString => $"{Math.Round(((1 - Value * 1.0 / 100) * CircleLength), 2)}";
///
/// 获得/设置 Title 字符串
- /// Get/Set Title string
+ /// Gets or sets Title string
///
private string ValueTitleString => $"{Value}%";
}
diff --git a/src/BootstrapBlazor/Components/Circle/CircleBase.cs b/src/BootstrapBlazor/Components/Circle/CircleBase.cs
index 20554b2c09a..ba15ee815d3 100644
--- a/src/BootstrapBlazor/Components/Circle/CircleBase.cs
+++ b/src/BootstrapBlazor/Components/Circle/CircleBase.cs
@@ -39,19 +39,19 @@ public abstract class CircleBase : BootstrapModuleComponentBase
///
/// 获得/设置 Dash 字符串
- /// Get/Set Dash string
+ /// Gets or sets Dash string
///
protected string DashString => $"{CircleLength}, {CircleLength}";
///
/// 获得/设置 圆形进度半径
- /// Get/Set circular progress radius
+ /// Gets or sets circular progress radius
///
protected string CircleDiameter => $"{Width / 2}";
///
/// 获得/设置 半径
- /// Get/Set radius
+ /// Gets or sets radius
///
protected string CircleR => $"{Width / 2 - StrokeWidth}";
@@ -63,7 +63,7 @@ public abstract class CircleBase : BootstrapModuleComponentBase
///
/// 获得/设置 文件预览框宽度
- /// Get/Set file preview box width
+ /// Gets or sets file preview box width
/// 10.2.2
///
[Parameter]
@@ -71,7 +71,7 @@ public abstract class CircleBase : BootstrapModuleComponentBase
///
/// 获得/设置 进度条宽度 默认为 2
- /// Get/Set progress bar width, default is 2
+ /// Gets or sets progress bar width, default is 2
/// 10.2.2
///
[Parameter]
@@ -79,7 +79,7 @@ public abstract class CircleBase : BootstrapModuleComponentBase
///
/// 获得/设置 组件进度条颜色
- /// Get/Set component progress bar color
+ /// Gets or sets component progress bar color
/// 10.2.2
///
[Parameter]
@@ -87,7 +87,7 @@ public abstract class CircleBase : BootstrapModuleComponentBase
///
/// 获得/设置 是否显示进度百分比 默认显示
- /// Get/Set whether to show progress percentage, default is true
+ /// Gets or sets whether to show progress percentage, default is true
/// 10.2.2
///
[Parameter]
@@ -95,7 +95,7 @@ public abstract class CircleBase : BootstrapModuleComponentBase
///
/// 获得/设置 子组件
- /// Get/Set child content
+ /// Gets or sets child content
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/ClockPicker/ClockPicker.razor.cs b/src/BootstrapBlazor/Components/ClockPicker/ClockPicker.razor.cs
index 48ad5f7f899..45ea806db7b 100644
--- a/src/BootstrapBlazor/Components/ClockPicker/ClockPicker.razor.cs
+++ b/src/BootstrapBlazor/Components/ClockPicker/ClockPicker.razor.cs
@@ -15,7 +15,7 @@ public partial class ClockPicker
{
///
/// 获得/设置 样式
- /// Get/Set style
+ /// Gets or sets style
///
private string? ClassString => CssBuilder.Default("bb-clock-picker")
.AddClassFromAttributes(AdditionalAttributes)
@@ -23,7 +23,7 @@ public partial class ClockPicker
///
/// 获得/设置 是否显示表盘刻度 默认 false
- /// Get/Set whether to show clock scale, default is false
+ /// Gets or sets whether to show clock scale, default is false
/// 10.2.2
///
[Parameter]
@@ -31,7 +31,7 @@ public partial class ClockPicker
///
/// 获得/设置 是否显示秒 默认 true
- /// Get/Set whether to show second, default is true
+ /// Gets or sets whether to show second, default is true
/// 10.2.2
///
[Parameter]
@@ -39,7 +39,7 @@ public partial class ClockPicker
///
/// 获得/设置 是否显示分钟 默认 true
- /// Get/Set whether to show minute, default is true
+ /// Gets or sets whether to show minute, default is true
/// 10.2.2
///
[Parameter]
@@ -47,7 +47,7 @@ public partial class ClockPicker
///
/// 获得/设置 是否自动切换 小时、分钟、秒 自动切换 默认 true
- /// Get/Set whether to automatically switch hour/minute/second, default is true
+ /// Gets or sets whether to automatically switch hour/minute/second, default is true
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Collapse/Collapse.razor.cs b/src/BootstrapBlazor/Components/Collapse/Collapse.razor.cs
index cb30d2ef79a..b85efcad18d 100644
--- a/src/BootstrapBlazor/Components/Collapse/Collapse.razor.cs
+++ b/src/BootstrapBlazor/Components/Collapse/Collapse.razor.cs
@@ -46,13 +46,13 @@ public partial class Collapse
///
/// 获得/设置 CollapseItem 集合
- /// Get/Set CollapseItem collection
+ /// Gets or sets CollapseItem collection
///
protected List Items { get; } = new(10);
///
/// 获得/设置 是否为手风琴效果 默认为 false
- /// Get/Set whether to use accordion effect, default is false
+ /// Gets or sets whether to use accordion effect, default is false
/// 10.2.2
///
[Parameter]
@@ -60,7 +60,7 @@ public partial class Collapse
///
/// 获得/设置 CollapseItems 模板
- /// Get/Set CollapseItems template
+ /// Gets or sets CollapseItems template
/// 10.2.2
///
[Parameter]
@@ -68,7 +68,7 @@ public partial class Collapse
///
/// 获得/设置 CollapseItem 展开收缩时回调方法
- /// Get/Set callback when CollapseItem expands or collapses
+ /// Gets or sets callback when CollapseItem expands or collapses
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Collapse/CollapseItem.cs b/src/BootstrapBlazor/Components/Collapse/CollapseItem.cs
index 89df6e0b35f..9f12534eab8 100644
--- a/src/BootstrapBlazor/Components/Collapse/CollapseItem.cs
+++ b/src/BootstrapBlazor/Components/Collapse/CollapseItem.cs
@@ -13,7 +13,7 @@ public class CollapseItem : BootstrapComponentBase, IDisposable
{
///
/// 获得/设置 文本文字
- /// Get/Set text
+ /// Gets or sets text
/// 10.2.2
///
[Parameter]
@@ -21,7 +21,7 @@ public class CollapseItem : BootstrapComponentBase, IDisposable
///
/// 获得/设置 当前状态是否收缩 默认 true
- /// Get/Set whether current status is collapsed, default is true
+ /// Gets or sets whether current status is collapsed, default is true
/// 10.2.2
///
[Parameter]
@@ -29,7 +29,7 @@ public class CollapseItem : BootstrapComponentBase, IDisposable
///
/// 获得/设置 图标字符串 默认为 null
- /// Get/Set icon string, default is null
+ /// Gets or sets icon string, default is null
/// 10.2.2
///
[Parameter]
@@ -37,7 +37,7 @@ public class CollapseItem : BootstrapComponentBase, IDisposable
///
/// 获得/设置 标题颜色 默认无颜色 Color.None
- /// Get/Set title color, default is Color.None
+ /// Gets or sets title color, default is Color.None
/// 10.2.2
///
[Parameter]
@@ -45,7 +45,7 @@ public class CollapseItem : BootstrapComponentBase, IDisposable
///
/// 获得/设置 CSS 样式名称 默认 null
- /// Get/Set CSS style name, default is null
+ /// Gets or sets CSS style name, default is null
/// 10.2.2
///
[Parameter]
@@ -53,7 +53,7 @@ public class CollapseItem : BootstrapComponentBase, IDisposable
///
/// 获得/设置 组件内容
- /// Get/Set component content
+ /// Gets or sets component content
/// 10.2.2
///
[Parameter]
@@ -61,7 +61,7 @@ public class CollapseItem : BootstrapComponentBase, IDisposable
///
/// 获得/设置 Header CSS 样式名称 默认 null
- /// Get/Set Header CSS style name, default is null
+ /// Gets or sets Header CSS style name, default is null
/// 10.2.2
///
[Parameter]
@@ -69,7 +69,7 @@ public class CollapseItem : BootstrapComponentBase, IDisposable
///
/// 获得/设置 组件 Header 模板
- /// Get/Set component Header template
+ /// Gets or sets component Header template
/// 10.2.2
///
[Parameter]
@@ -77,7 +77,7 @@ public class CollapseItem : BootstrapComponentBase, IDisposable
///
/// 获得/设置 所属 Collapse 实例
- /// Get/Set the Collapse instance it belongs to
+ /// Gets or sets the Collapse instance it belongs to
///
[CascadingParameter]
protected Collapse? Collapse { get; set; }
diff --git a/src/BootstrapBlazor/Components/ColorPicker/ColorPicker.razor.cs b/src/BootstrapBlazor/Components/ColorPicker/ColorPicker.razor.cs
index d409b28f8c1..840463e4ae0 100644
--- a/src/BootstrapBlazor/Components/ColorPicker/ColorPicker.razor.cs
+++ b/src/BootstrapBlazor/Components/ColorPicker/ColorPicker.razor.cs
@@ -23,7 +23,7 @@ public partial class ColorPicker
///
/// 获得/设置 显示模板
- /// Get/Set display template
+ /// Gets or sets display template
/// 10.2.2
///
[Parameter]
@@ -31,7 +31,7 @@ public partial class ColorPicker
///
/// 获得/设置 显示颜色值格式化回调方法
- /// Get/Set display color value formatting callback method
+ /// Gets or sets display color value formatting callback method
/// 10.2.2
///
[Parameter]
@@ -39,7 +39,7 @@ public partial class ColorPicker
///
/// 获得/设置 是否支持透明度 默认 false 不支持
- /// Get/Set whether to support opacity, default is false(not supported)
+ /// Gets or sets whether to support opacity, default is false(not supported)
/// 10.2.2
///
[Parameter]
@@ -47,7 +47,7 @@ public partial class ColorPicker
///
/// 获得/设置 预设候选颜色 开启时生效 默认 null
- /// Get/Set preset candidate colors, effective when is enabled, default is null
+ /// Gets or sets preset candidate colors, effective when is enabled, default is null
/// 10.2.2
///
///
diff --git a/src/BootstrapBlazor/Components/ConnectionHub/ConnectionItem.cs b/src/BootstrapBlazor/Components/ConnectionHub/ConnectionItem.cs
index 2155f3bc0d5..8b87513bd6d 100644
--- a/src/BootstrapBlazor/Components/ConnectionHub/ConnectionItem.cs
+++ b/src/BootstrapBlazor/Components/ConnectionHub/ConnectionItem.cs
@@ -13,26 +13,26 @@ public class ConnectionItem
{
///
/// 获得/设置 连接 Id
- /// Get/Set Connection Id
+ /// Gets or sets Connection Id
///
[NotNull]
public string? Id { get; internal set; }
///
/// 获得/设置 连接 Ip 地址
- /// Get/Set Connection IP address
+ /// Gets or sets Connection IP address
///
public ClientInfo? ClientInfo { get; set; }
///
/// 获得/设置 开始连接时间
- /// Get/Set Connection start time
+ /// Gets or sets Connection start time
///
public DateTimeOffset ConnectionTime { get; internal set; }
///
/// 获得/设置 上次心跳时间
- /// Get/Set Last beat time
+ /// Gets or sets Last beat time
///
public DateTimeOffset LastBeatTime { get; internal set; }
}
diff --git a/src/BootstrapBlazor/Components/Console/Console.razor.cs b/src/BootstrapBlazor/Components/Console/Console.razor.cs
index cf9e47b3d90..5aef30b9ff9 100644
--- a/src/BootstrapBlazor/Components/Console/Console.razor.cs
+++ b/src/BootstrapBlazor/Components/Console/Console.razor.cs
@@ -49,7 +49,7 @@ public partial class Console
///
/// 获得/设置 组件绑定数据源
- /// Get/Set component data source
+ /// Gets or sets component data source
/// 10.2.2
///
///
@@ -62,7 +62,7 @@ public partial class Console
///
/// 获得/设置 Header 显示文字 默认值为 系统监控
- /// Get/Set Header display text, default is System Monitor
+ /// Gets or sets Header display text, default is System Monitor
/// 10.2.2
///
[Parameter]
@@ -70,7 +70,7 @@ public partial class Console
///
/// 获得/设置 指示灯 Title 显示文字
- /// Get/Set indicator Title display text
+ /// Gets or sets indicator Title display text
/// 10.2.2
///
[Parameter]
@@ -78,7 +78,7 @@ public partial class Console
///
/// 获得/设置 指示灯 是否闪烁 默认 true 闪烁
- /// Get/Set whether indicator flashes, default is true(flashing)
+ /// Gets or sets whether indicator flashes, default is true(flashing)
/// 10.2.2
///
[Parameter]
@@ -86,7 +86,7 @@ public partial class Console
///
/// 获得/设置 指示灯颜色
- /// Get/Set indicator color
+ /// Gets or sets indicator color
/// 10.2.2
///
[Parameter]
@@ -94,7 +94,7 @@ public partial class Console
///
/// 获得/设置 是否显示指示灯 默认 true 显示
- /// Get/Set whether to show indicator, default is true
+ /// Gets or sets whether to show indicator, default is true
/// 10.2.2
///
[Parameter]
@@ -102,7 +102,7 @@ public partial class Console
///
/// 获得/设置 自动滚屏显示文字
- /// Get/Set auto scroll display text
+ /// Gets or sets auto scroll display text
/// 10.2.2
///
[Parameter]
@@ -110,7 +110,7 @@ public partial class Console
///
/// 获得/设置 是否显示自动滚屏选项 默认 false
- /// Get/Set whether to show auto scroll option, default is false
+ /// Gets or sets whether to show auto scroll option, default is false
/// 10.2.2
///
[Parameter]
@@ -118,7 +118,7 @@ public partial class Console
///
/// 获得/设置 是否自动滚屏 默认 true
- /// Get/Set whether to auto scroll, default is true
+ /// Gets or sets whether to auto scroll, default is true
/// 10.2.2
///
[Parameter]
@@ -126,7 +126,7 @@ public partial class Console
///
/// 获得/设置 按钮 显示文字 默认值为 清屏
- /// Get/Set button display text, default is Clear
+ /// Gets or sets button display text, default is Clear
/// 10.2.2
///
[Parameter]
@@ -134,7 +134,7 @@ public partial class Console
///
/// 获得/设置 按钮 显示图标 默认值为 fa-solid fa-xmark
- /// Get/Set button display icon, default is fa-solid fa-xmark
+ /// Gets or sets button display icon, default is fa-solid fa-xmark
/// 10.2.2
///
[Parameter]
@@ -143,7 +143,7 @@ public partial class Console
///
/// 获得/设置 清除按钮颜色 默认值为 Color.Secondary
- /// Get/Set clear button color, default is Color.Secondary
+ /// Gets or sets clear button color, default is Color.Secondary
/// 10.2.2
///
[Parameter]
@@ -151,7 +151,7 @@ public partial class Console
///
/// 获得/设置 清空委托方法
- /// Get/Set clear delegate method
+ /// Gets or sets clear delegate method
/// 10.2.2
///
[Parameter]
@@ -159,7 +159,7 @@ public partial class Console
///
/// 获得/设置 组件高度 默认为 126px;
- /// Get/Set component height, default is 126px
+ /// Gets or sets component height, default is 126px
/// 10.2.2
///
[Parameter]
@@ -167,7 +167,7 @@ public partial class Console
///
/// 获得/设置 Footer 模板
- /// Get/Set Footer template
+ /// Gets or sets Footer template
/// 10.2.2
///
[Parameter]
@@ -175,7 +175,7 @@ public partial class Console
///
/// 获得/设置 Header 模板
- /// Get/Set Header template
+ /// Gets or sets Header template
/// 10.2.2
///
[Parameter]
@@ -183,7 +183,7 @@ public partial class Console
///
/// 获得/设置 Item 模板
- /// Get/Set Item template
+ /// Gets or sets Item template
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Console/ConsoleLogger.razor.cs b/src/BootstrapBlazor/Components/Console/ConsoleLogger.razor.cs
index 57b430ade0e..6408d6523f1 100644
--- a/src/BootstrapBlazor/Components/Console/ConsoleLogger.razor.cs
+++ b/src/BootstrapBlazor/Components/Console/ConsoleLogger.razor.cs
@@ -15,7 +15,7 @@ public partial class ConsoleLogger
{
///
/// 获得/设置 最大行数 默认 3 行
- /// Get/Set max rows, default is 3
+ /// Gets or sets max rows, default is 3
/// 10.2.2
///
[Parameter]
@@ -23,7 +23,7 @@ public partial class ConsoleLogger
///
/// 获得/设置 是否为 Html 代码 默认 false
- /// Get/Set whether it is Html code, default is false
+ /// Gets or sets whether it is Html code, default is false
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Console/ConsoleMessageCollection.cs b/src/BootstrapBlazor/Components/Console/ConsoleMessageCollection.cs
index 4f4deb7c8dd..c114ac2724c 100644
--- a/src/BootstrapBlazor/Components/Console/ConsoleMessageCollection.cs
+++ b/src/BootstrapBlazor/Components/Console/ConsoleMessageCollection.cs
@@ -16,7 +16,7 @@ public class ConsoleMessageCollection(int maxCount = 2000) : IEnumerable
/// 获得/设置 最大记录数 默认 2000
- /// Get/Set max record count, default is 2000
+ /// Gets or sets max record count, default is 2000
///
public int MaxCount { get; set; } = maxCount;
diff --git a/src/BootstrapBlazor/Components/Console/ConsoleMessageItem.cs b/src/BootstrapBlazor/Components/Console/ConsoleMessageItem.cs
index ec3ab2a3074..0d967e72d41 100644
--- a/src/BootstrapBlazor/Components/Console/ConsoleMessageItem.cs
+++ b/src/BootstrapBlazor/Components/Console/ConsoleMessageItem.cs
@@ -13,26 +13,26 @@ public class ConsoleMessageItem
{
///
/// 获得/设置 控制台输出消息
- /// Get/Set console output message
+ /// Gets or sets console output message
///
[NotNull]
public string? Message { get; set; }
///
/// 获得/设置 控制台消息颜色 默认为 White 白色
- /// Get/Set console message color, default is White
+ /// Gets or sets console message color, default is White
///
public Color Color { get; set; }
///
/// 获得/设置 自定义样式名称 默认 null
- /// Get/Set custom style name, default is null
+ /// Gets or sets custom style name, default is null
///
public string? CssClass { get; set; }
///
/// 获得/设置 是否为 Html 原生字符串 默认 false
- /// Get/Set whether it is Html raw string, default is false
+ /// Gets or sets whether it is Html raw string, default is false
///
public bool IsHtml { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/ContextMenu/ContextMenuDivider.cs b/src/BootstrapBlazor/Components/ContextMenu/ContextMenuDivider.cs
index d3619c5d433..51bc0479556 100644
--- a/src/BootstrapBlazor/Components/ContextMenu/ContextMenuDivider.cs
+++ b/src/BootstrapBlazor/Components/ContextMenu/ContextMenuDivider.cs
@@ -38,10 +38,7 @@ protected override void BuildRenderTree(RenderTreeBuilder builder) { }
/// 释放资源方法
/// Method to release resources.
///
- ///
- /// 是否释放托管资源
- /// Flags whether to release managed resources
- ///
+ ///
protected virtual void Dispose(bool disposing)
{
if (!disposedValue)
diff --git a/src/BootstrapBlazor/Components/CountUp/CountUp.razor.cs b/src/BootstrapBlazor/Components/CountUp/CountUp.razor.cs
index 18381d859b3..d3ad2a5deae 100644
--- a/src/BootstrapBlazor/Components/CountUp/CountUp.razor.cs
+++ b/src/BootstrapBlazor/Components/CountUp/CountUp.razor.cs
@@ -13,7 +13,7 @@ public partial class CountUp
{
///
/// 获得/设置 Value 值
- /// Get/Set Value
+ /// Gets or sets Value
/// 10.2.2
///
[Parameter]
@@ -22,7 +22,7 @@ public partial class CountUp
///
/// 获得/设置 计数配置项 默认 null
- /// Get/Set count configuration item, default is null
+ /// Gets or sets count configuration item, default is null
/// 10.2.2
///
[Parameter]
@@ -30,7 +30,7 @@ public partial class CountUp
///
/// 获得/设置 计数结束回调方法 默认 null
- /// Get/Set callback method when counting ends, default is null
+ /// Gets or sets callback method when counting ends, default is null
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/DateTimePicker/DatePickerBody.razor.cs b/src/BootstrapBlazor/Components/DateTimePicker/DatePickerBody.razor.cs
index 1286912a84e..d084f70f8df 100644
--- a/src/BootstrapBlazor/Components/DateTimePicker/DatePickerBody.razor.cs
+++ b/src/BootstrapBlazor/Components/DateTimePicker/DatePickerBody.razor.cs
@@ -15,7 +15,7 @@ public partial class DatePickerBody
{
///
/// 获得/设置 日历框开始时间
- /// Get/Set Calendar start time
+ /// Gets or sets Calendar start time
///
private DateTime StartDate
{
@@ -29,25 +29,25 @@ private DateTime StartDate
///
/// 获得/设置 日历框结束时间
- /// Get/Set Calendar end time
+ /// Gets or sets Calendar end time
///
private DateTime EndDate => GetSafeDayDateTime(StartDate, 42);
///
/// 获得/设置 当前日历框月份
- /// Get/Set Current Calendar Month
+ /// Gets or sets Current Calendar Month
///
private DateTime CurrentDate { get; set; }
///
/// 获得/设置 当前日历框时刻值
- /// Get/Set Current Calendar Time
+ /// Gets or sets Current Calendar Time
///
private TimeSpan CurrentTime { get; set; }
///
/// 获得/设置 当前选中时间 未点击确认时 与 Value 可能不一致
- /// Get/Set Current Selected Time. It may check with Value when not confirmed
+ /// Gets or sets Current Selected Time. It may check with Value when not confirmed
///
private DateTime SelectValue { get; set; }
@@ -61,7 +61,7 @@ private DateTime StartDate
///
/// 获得/设置 日期样式
- /// Get/Set Date Style
+ /// Gets or sets Date Style
///
private string? GetDayClass(DateTime day, bool overflow) => CssBuilder.Default()
.AddClass("prev-month", IsPrevMonth(day))
@@ -163,7 +163,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 组件显示模式 默认为显示年月日模式
- /// Get/Set Component Display Mode. Default is Date Mode
+ /// Gets or sets Component Display Mode. Default is Date Mode
///
private DatePickerViewMode CurrentViewMode { get; set; }
@@ -177,7 +177,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 日期时间格式字符串 默认为 null
- /// Get/Set Date Time Format String. Default is null
+ /// Gets or sets Date Time Format String. Default is null
/// 10.2.2
///
[Parameter]
@@ -186,7 +186,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 日期格式字符串 默认为 null
- /// Get/Set Date Format String. Default is null
+ /// Gets or sets Date Format String. Default is null
/// 10.2.2
///
[Parameter]
@@ -195,7 +195,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 时间格式字符串 默认为 null
- /// Get/Set Time Format String. Default is null
+ /// Gets or sets Time Format String. Default is null
/// 10.2.2
///
[Parameter]
@@ -204,7 +204,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 是否显示快捷侧边栏 默认 false 不显示
- /// Get/Set Whether to Show Sidebar. Default is false
+ /// Gets or sets Whether to Show Sidebar. Default is false
/// 10.2.2
///
[Parameter]
@@ -212,7 +212,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 侧边栏模板 默认 null
- /// Get/Set Sidebar Template. Default is null
+ /// Gets or sets Sidebar Template. Default is null
/// 10.2.2
///
[Parameter]
@@ -220,7 +220,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 是否显示左侧控制按钮 默认显示
- /// Get/Set Whether to Show Left Control Buttons. Default is true
+ /// Gets or sets Whether to Show Left Control Buttons. Default is true
/// 10.2.2
///
[Parameter]
@@ -228,7 +228,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 是否显示右侧控制按钮 默认显示
- /// Get/Set Whether to Show Right Control Buttons. Default is true
+ /// Gets or sets Whether to Show Right Control Buttons. Default is true
/// 10.2.2
///
[Parameter]
@@ -236,7 +236,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 是否显示 Footer 区域 默认为 false 不显示
- /// Get/Set Whether to Show Footer Area. Default is false
+ /// Gets or sets Whether to Show Footer Area. Default is false
/// 10.2.2
///
[Parameter]
@@ -244,7 +244,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 时间 PlaceHolder 字符串
- /// Get/Set Time Placeholder String
+ /// Gets or sets Time Placeholder String
/// 10.2.2
///
[Parameter]
@@ -253,7 +253,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 日期 PlaceHolder 字符串
- /// Get/Set Date Placeholder String
+ /// Gets or sets Date Placeholder String
/// 10.2.2
///
[Parameter]
@@ -262,7 +262,7 @@ private bool IsRange(DateTime day) => Ranger != null
///
/// 获得/设置 是否允许为空 默认 false 不允许为空
- /// Get/Set Whether to Allow Null. Default is false
+ /// Gets or sets Whether to Allow Null. Default is false
/// 10.2.2
///
[Parameter]
@@ -276,7 +276,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示 Clear 按钮 默认 false 不显示
- /// Get/Set Whether to Show Clear Button. Default is false
+ /// Gets or sets Whether to Show Clear Button. Default is false
/// 10.2.2
///
[Parameter]
@@ -284,7 +284,7 @@ public bool AllowNull
///
/// 获得/设置 点击日期时是否自动关闭弹窗 默认 false
- /// Get/Set Whether to Auto Close Popup When Date Clicked. Default is false
+ /// Gets or sets Whether to Auto Close Popup When Date Clicked. Default is false
/// 10.2.2
///
[Parameter]
@@ -292,7 +292,7 @@ public bool AllowNull
///
/// 获得/设置 确认按钮回调委托
- /// Get/Set Confirm Button Callback Delegate
+ /// Gets or sets Confirm Button Callback Delegate
/// 10.2.2
///
[Parameter]
@@ -300,7 +300,7 @@ public bool AllowNull
///
/// 获得/设置 清空按钮回调委托
- /// Get/Set Clear Button Callback Delegate
+ /// Gets or sets Clear Button Callback Delegate
/// 10.2.2
///
[Parameter]
@@ -308,7 +308,7 @@ public bool AllowNull
///
/// 获得/设置 清空按钮文字
- /// Get/Set Clear Button Text
+ /// Gets or sets Clear Button Text
/// 10.2.2
///
[Parameter]
@@ -317,7 +317,7 @@ public bool AllowNull
///
/// 获得/设置 此刻按钮文字
- /// Get/Set Now Button Text
+ /// Gets or sets Now Button Text
/// 10.2.2
///
[Parameter]
@@ -326,7 +326,7 @@ public bool AllowNull
///
/// 获得/设置 确定按钮文字
- /// Get/Set Confirm Button Text
+ /// Gets or sets Confirm Button Text
/// 10.2.2
///
[Parameter]
@@ -335,7 +335,7 @@ public bool AllowNull
///
/// 获得/设置 组件值
- /// Get/Set Component Value
+ /// Gets or sets Component Value
/// 10.2.2
///
[Parameter]
@@ -343,7 +343,7 @@ public bool AllowNull
///
/// 获得/设置 组件值改变时回调委托供双向绑定使用
- /// Get/Set Value Changed Callback Delegate for Two-Way Binding
+ /// Gets or sets Value Changed Callback Delegate for Two-Way Binding
/// 10.2.2
///
[Parameter]
@@ -351,7 +351,7 @@ public bool AllowNull
///
/// 获得/设置 当前日期最大值
- /// Get/Set Max Date
+ /// Gets or sets Max Date
/// 10.2.2
///
[Parameter]
@@ -359,7 +359,7 @@ public bool AllowNull
///
/// 获得/设置 当前日期最小值
- /// Get/Set Min Date
+ /// Gets or sets Min Date
/// 10.2.2
///
[Parameter]
@@ -367,7 +367,7 @@ public bool AllowNull
///
/// 获得/设置 上一年图标
- /// Get/Set Previous Year Icon
+ /// Gets or sets Previous Year Icon
/// 10.2.2
///
[Parameter]
@@ -375,7 +375,7 @@ public bool AllowNull
///
/// 获得/设置 下一年图标
- /// Get/Set Next Year Icon
+ /// Gets or sets Next Year Icon
/// 10.2.2
///
[Parameter]
@@ -383,7 +383,7 @@ public bool AllowNull
///
/// 获得/设置 上一月图标
- /// Get/Set Previous Month Icon
+ /// Gets or sets Previous Month Icon
/// 10.2.2
///
[Parameter]
@@ -391,7 +391,7 @@ public bool AllowNull
///
/// 获得/设置 下一月图标
- /// Get/Set Next Month Icon
+ /// Gets or sets Next Month Icon
/// 10.2.2
///
[Parameter]
@@ -399,7 +399,7 @@ public bool AllowNull
///
/// 获得/设置 子组件模板
- /// Get/Set Child Content Template
+ /// Gets or sets Child Content Template
/// 10.2.2
///
[Parameter]
@@ -407,7 +407,7 @@ public bool AllowNull
///
/// 获得/设置 年月改变时回调方法
- /// Get/Set Callback Method When Year/Month Changed
+ /// Gets or sets Callback Method When Year/Month Changed
/// 10.2.2
///
[Parameter]
@@ -415,7 +415,7 @@ public bool AllowNull
///
/// 获得/设置 日单元格模板
- /// Get/Set Day Cell Template
+ /// Gets or sets Day Cell Template
/// 10.2.2
///
[Parameter]
@@ -423,7 +423,7 @@ public bool AllowNull
///
/// 获得/设置 禁用日单元格模板
- /// Get/Set Disabled Day Cell Template
+ /// Gets or sets Disabled Day Cell Template
/// 10.2.2
///
[Parameter]
@@ -431,7 +431,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示中国阴历历法 默认 false
- /// Get/Set Whether to Show Chinese Lunar Calendar. Default is false
+ /// Gets or sets Whether to Show Chinese Lunar Calendar. Default is false
/// 10.2.2
///
/// 日期范围 1901 年 2 月 19 日 - 2101 年 1 月 28 日
@@ -440,7 +440,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示中国 24 节气 默认 false
- /// Get/Set Whether to Show Chinese Solar Term. Default is false
+ /// Gets or sets Whether to Show Chinese Solar Term. Default is false
/// 10.2.2
///
[Parameter]
@@ -448,7 +448,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示节日 默认 false
- /// Get/Set Whether to Show Festivals. Default is false
+ /// Gets or sets Whether to Show Festivals. Default is false
/// 10.2.2
///
[Parameter]
@@ -456,7 +456,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示休假日 默认 false
- /// Get/Set Whether to Show Holidays. Default is false
+ /// Gets or sets Whether to Show Holidays. Default is false
/// 10.2.2
///
[Parameter]
@@ -464,14 +464,14 @@ public bool AllowNull
///
/// 获得/设置 是否为 Range 内使用 默认为 false
- /// Get/Set Whether to Use in Range. Default is false
+ /// Gets or sets Whether to Use in Range. Default is false
///
[CascadingParameter]
private DateTimeRange? Ranger { get; set; }
///
/// 获取/设置 获得月自定义禁用日期回调方法,默认 null 内部默认启用数据缓存 可通过 参数关闭
- /// Get/Set Callback Method to Get Custom Disabled Days of Month. Default is null. Internal Default Enable Data Cache. Can be Closed via Parameter
+ /// Gets or sets Callback Method to Get Custom Disabled Days of Month. Default is null. Internal Default Enable Data Cache. Can be Closed via Parameter
/// 10.2.2
///
[Parameter]
@@ -479,7 +479,7 @@ public bool AllowNull
///
/// 获得/设置 是否启用获得自定义禁用日期缓存
- /// Get/Set Whether to Enable Custom Disabled Days Cache
+ /// Gets or sets Whether to Enable Custom Disabled Days Cache
/// 10.2.2
///
[Parameter]
@@ -487,7 +487,7 @@ public bool AllowNull
///
/// 获得/设置 星期第一天 默认
- /// Get/Set First Day of Week. Default is
+ /// Gets or sets First Day of Week. Default is
/// 10.2.2
///
[Parameter]
@@ -495,7 +495,7 @@ public bool AllowNull
///
/// 获得/设置 选择时间方式 默认使用
- /// Get/Set Pick Time Mode. Default is
+ /// Gets or sets Pick Time Mode. Default is
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/DateTimePicker/DatePickerCell.razor.cs b/src/BootstrapBlazor/Components/DateTimePicker/DatePickerCell.razor.cs
index becbae2b733..3531567bed8 100644
--- a/src/BootstrapBlazor/Components/DateTimePicker/DatePickerCell.razor.cs
+++ b/src/BootstrapBlazor/Components/DateTimePicker/DatePickerCell.razor.cs
@@ -19,7 +19,7 @@ public sealed partial class DatePickerCell
///
/// 获得/设置 日期
- /// Get/Set Date
+ /// Gets or sets Date
/// 10.2.2
///
[Parameter]
@@ -27,7 +27,7 @@ public sealed partial class DatePickerCell
///
/// 获得/设置 日期
- /// Get/Set Date
+ /// Gets or sets Date
/// 10.2.2
///
[Parameter]
@@ -36,7 +36,7 @@ public sealed partial class DatePickerCell
///
/// 获得/设置 按钮点击回调方法 默认 null
- /// Get/Set Button Click Callback Method. Default is null
+ /// Gets or sets Button Click Callback Method. Default is null
/// 10.2.2
///
[Parameter]
@@ -45,7 +45,7 @@ public sealed partial class DatePickerCell
///
/// 获得/设置 单元格模板 默认 null
- /// Get/Set Cell Template. Default is null
+ /// Gets or sets Cell Template. Default is null
/// 10.2.2
///
[Parameter]
@@ -53,7 +53,7 @@ public sealed partial class DatePickerCell
///
/// 获得/设置 是否显示中国阴历历法 默认 false
- /// Get/Set Whether to Show Chinese Lunar Calendar. Default is false
+ /// Gets or sets Whether to Show Chinese Lunar Calendar. Default is false
/// 10.2.2
///
[Parameter]
@@ -61,7 +61,7 @@ public sealed partial class DatePickerCell
///
/// 获得/设置 是否显示中国 24 节气 默认 false
- /// Get/Set Whether to Show Chinese Solar Term. Default is false
+ /// Gets or sets Whether to Show Chinese Solar Term. Default is false
/// 10.2.2
///
[Parameter]
@@ -69,7 +69,7 @@ public sealed partial class DatePickerCell
///
/// 获得/设置 是否节日 默认 false
- /// Get/Set Whether to Show Festivals. Default is false
+ /// Gets or sets Whether to Show Festivals. Default is false
/// 10.2.2
///
[Parameter]
@@ -77,7 +77,7 @@ public sealed partial class DatePickerCell
///
/// 获得/设置 是否显示休假日 默认 false
- /// Get/Set Whether to Show Holidays. Default is false
+ /// Gets or sets Whether to Show Holidays. Default is false
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/DateTimePicker/DateTimePicker.razor.cs b/src/BootstrapBlazor/Components/DateTimePicker/DateTimePicker.razor.cs
index 59abe1ed5f5..5f4e1cb6269 100644
--- a/src/BootstrapBlazor/Components/DateTimePicker/DateTimePicker.razor.cs
+++ b/src/BootstrapBlazor/Components/DateTimePicker/DateTimePicker.razor.cs
@@ -60,13 +60,13 @@ public partial class DateTimePicker
///
/// 获得/设置 是否允许为空
- /// Get/Set Whether to Allow Null
+ /// Gets or sets Whether to Allow Null
///
private bool AllowNull { get; set; }
///
/// 获得/设置 是否显示为按钮样式 默认 false
- /// Get/Set Whether to Show as Button. Default is false
+ /// Gets or sets Whether to Show as Button. Default is false
/// 10.2.2
///
[Parameter]
@@ -74,7 +74,7 @@ public partial class DateTimePicker
///
/// 获得/设置 选择按钮文本 默认 null 读取资源文件
- /// Get/Set Picker Button Text. Default is null. Read from resource file
+ /// Gets or sets Picker Button Text. Default is null. Read from resource file
/// 10.2.2
///
[Parameter]
@@ -82,7 +82,7 @@ public partial class DateTimePicker
///
/// 获得/设置 选择按钮颜色 默认
- /// Get/Set Button Color. Default is
+ /// Gets or sets Button Color. Default is
/// 10.2.2
///
[Parameter]
@@ -90,7 +90,7 @@ public partial class DateTimePicker
///
/// 获得/设置 时间格式化字符串 默认值为 null
- /// Get/Set Date Time Format String. Default is null
+ /// Gets or sets Date Time Format String. Default is null
/// 10.2.2
///
[Parameter]
@@ -104,7 +104,7 @@ public string? Format
///
/// 获得/设置 时间格式化字符串 默认值为 "yyyy-MM-dd HH:mm:ss"
- /// Get/Set Date Time Format String. Default is "yyyy-MM-dd HH:mm:ss"
+ /// Gets or sets Date Time Format String. Default is "yyyy-MM-dd HH:mm:ss"
/// 10.2.2
///
[Parameter]
@@ -113,7 +113,7 @@ public string? Format
///
/// 获得/设置 时间格式化字符串 默认值为 "yyyy-MM-dd"
- /// Get/Set Date Format String. Default is "yyyy-MM-dd"
+ /// Gets or sets Date Format String. Default is "yyyy-MM-dd"
/// 10.2.2
///
[Parameter]
@@ -122,7 +122,7 @@ public string? Format
///
/// 获得/设置 时间格式化字符串 默认值为 "HH:mm:ss"
- /// Get/Set Time Format String. Default is "HH:mm:ss"
+ /// Gets or sets Time Format String. Default is "HH:mm:ss"
/// 10.2.2
///
[Parameter]
@@ -131,7 +131,7 @@ public string? Format
///
/// 获得/设置 星期第一天 默认
- /// Get/Set First Day of Week. Default is
+ /// Gets or sets First Day of Week. Default is
/// 10.2.2
///
[Parameter]
@@ -139,7 +139,7 @@ public string? Format
///
/// 获得/设置 组件图标 默认 fa-regular fa-calendar-days
- /// Get/Set Component Icon. Default is fa-regular fa-calendar-days
+ /// Gets or sets Component Icon. Default is fa-regular fa-calendar-days
/// 10.2.2
///
[Parameter]
@@ -148,7 +148,7 @@ public string? Format
///
/// 获得/设置 是否显示组件图标 默认 true 显示
- /// Get/Set Whether to Show Component Icon. Default is true
+ /// Gets or sets Whether to Show Component Icon. Default is true
/// 10.2.2
///
[Parameter]
@@ -156,7 +156,7 @@ public string? Format
///
/// 获得/设置 控件边框颜色样式 默认为 None 显示
- /// Get/Set Component Border Color Style. Default is None
+ /// Gets or sets Component Border Color Style. Default is None
/// 10.2.2
///
[Parameter]
@@ -164,7 +164,7 @@ public string? Format
///
/// 获得/设置 组件显示模式 默认为显示年月日模式
- /// Get/Set Component Display Mode. Default is Date Mode
+ /// Gets or sets Component Display Mode. Default is Date Mode
/// 10.2.2
///
[Parameter]
@@ -172,7 +172,7 @@ public string? Format
///
/// 获得/设置 选择时间方式 默认使用
- /// Get/Set Pick Time Mode. Default is
+ /// Gets or sets Pick Time Mode. Default is
/// 10.2.2
///
[Parameter]
@@ -180,7 +180,7 @@ public string? Format
///
/// 获得/设置 是否显示快捷侧边栏 默认不显示
- /// Get/Set Whether to Show Sidebar. Default is not shown
+ /// Gets or sets Whether to Show Sidebar. Default is not shown
/// 10.2.2
///
[Parameter]
@@ -188,7 +188,7 @@ public string? Format
///
/// 获得/设置 侧边栏模板 默认 null
- /// Get/Set Sidebar Template. Default is null
+ /// Gets or sets Sidebar Template. Default is null
/// 10.2.2
///
[Parameter]
@@ -197,7 +197,7 @@ public string? Format
///
/// 获得/设置 当前日期最大值
- /// Get/Set Max Date
+ /// Gets or sets Max Date
/// 10.2.2
///
[Parameter]
@@ -205,7 +205,7 @@ public string? Format
///
/// 获得/设置 当前日期最小值
- /// Get/Set Min Date
+ /// Gets or sets Min Date
/// 10.2.2
///
[Parameter]
@@ -213,7 +213,7 @@ public string? Format
///
/// 获得/设置 是否点击日期后自动关闭弹窗 默认 true
- /// Get/Set Whether to Auto Close Popup When Date Clicked. Default is true
+ /// Gets or sets Whether to Auto Close Popup When Date Clicked. Default is true
/// 10.2.2
///
[Parameter]
@@ -221,7 +221,7 @@ public string? Format
///
/// 获得/设置 是否可以编辑内容 默认 false
- /// Get/Set Whether to Allow Edit. Default is false
+ /// Gets or sets Whether to Allow Edit. Default is false
/// 10.2.2
///
[Parameter]
@@ -229,7 +229,7 @@ public string? Format
///
/// 获得/设置 是否自动设置值为当前时间 默认 true
- /// Get/Set Whether to Auto Set Value to Current Time. Default is true
+ /// Gets or sets Whether to Auto Set Value to Current Time. Default is true
/// 10.2.2
///
/// 当 Value 值为 时自动设置时间为 不为空类型时此参数生效
@@ -238,7 +238,7 @@ public string? Format
///
/// 获得/设置 是否将 显示为空字符串 默认 true
- /// Get/Set Whether to Display as Empty String. Default is true
+ /// Gets or sets Whether to Display as Empty String. Default is true
/// 10.2.2
///
/// 可为空类型时此参数生效
@@ -247,7 +247,7 @@ public string? Format
///
/// 获得/设置 子组件模板
- /// Get/Set Child Content Template
+ /// Gets or sets Child Content Template
/// 10.2.2
///
[Parameter]
@@ -255,7 +255,7 @@ public string? Format
///
/// 获得/设置 日期占位符文本 默认 null 读取资源文件
- /// Get/Set Date Placeholder Text. Default is null. Read from resource file
+ /// Gets or sets Date Placeholder Text. Default is null. Read from resource file
/// 10.2.2
///
[Parameter]
@@ -263,7 +263,7 @@ public string? Format
///
/// 获得/设置 日期时间占位符文本 默认 null 读取资源文件
- /// Get/Set Date Time Placeholder Text. Default is null. Read from resource file
+ /// Gets or sets Date Time Placeholder Text. Default is null. Read from resource file
/// 10.2.2
///
[Parameter]
@@ -271,7 +271,7 @@ public string? Format
///
/// 获得/设置 日单元格模板
- /// Get/Set Day Cell Template
+ /// Gets or sets Day Cell Template
/// 10.2.2
///
[Parameter]
@@ -279,7 +279,7 @@ public string? Format
///
/// 获得/设置 禁用日单元格模板
- /// Get/Set Disabled Day Cell Template
+ /// Gets or sets Disabled Day Cell Template
/// 10.2.2
///
[Parameter]
@@ -287,7 +287,7 @@ public string? Format
///
/// 获得/设置 是否显示中国阴历历法 默认 false
- /// Get/Set Whether to Show Chinese Lunar Calendar. Default is false
+ /// Gets or sets Whether to Show Chinese Lunar Calendar. Default is false
/// 10.2.2
///
[Parameter]
@@ -295,7 +295,7 @@ public string? Format
///
/// 获得/设置 是否显示中国 24 节气 默认 false
- /// Get/Set Whether to Show Chinese Solar Term. Default is false
+ /// Gets or sets Whether to Show Chinese Solar Term. Default is false
/// 10.2.2
///
[Parameter]
@@ -303,7 +303,7 @@ public string? Format
///
/// 获得/设置 是否显示节日 默认 false
- /// Get/Set Whether to Show Festivals. Default is false
+ /// Gets or sets Whether to Show Festivals. Default is false
/// 10.2.2
///
[Parameter]
@@ -311,7 +311,7 @@ public string? Format
///
/// 获得/设置 是否显示休假日 默认 false
- /// Get/Set Whether to Show Holidays. Default is false
+ /// Gets or sets Whether to Show Holidays. Default is false
/// 10.2.2
///
[Parameter]
@@ -319,7 +319,7 @@ public string? Format
///
/// 获取/设置 获得自定义禁用日期回调方法,默认 null 内部默认启用数据缓存 可通过 参数关闭
- /// Get/Set Callback Method to Get Custom Disabled Days. Default is null. Internal Default Enable Data Cache. Can be Closed via Parameter
+ /// Gets or sets Callback Method to Get Custom Disabled Days. Default is null. Internal Default Enable Data Cache. Can be Closed via Parameter
/// 10.2.2
///
[Parameter]
@@ -327,7 +327,7 @@ public string? Format
///
/// 获得/设置 是否启用获得年自定义禁用日期缓存
- /// Get/Set Whether to Enable Custom Disabled Days Cache of Year
+ /// Gets or sets Whether to Enable Custom Disabled Days Cache of Year
/// 10.2.2
///
[Parameter]
@@ -335,7 +335,7 @@ public string? Format
///
/// 获得/设置 是否将禁用日期显示为空字符串 默认 false 开启后组件会频繁调用 方法,建议外部使用缓存提高性能
- /// Get/Set Whether to Display Disabled Day as Empty. Default is false. When enabled, component will frequently call method, suggesting external cache usage for performance
+ /// Gets or sets Whether to Display Disabled Day as Empty. Default is false. When enabled, component will frequently call method, suggesting external cache usage for performance
/// 10.2.2
///
[Parameter]
@@ -343,7 +343,7 @@ public string? Format
///
/// 获得/设置 失去焦点回调方法 默认 null
- /// Get/Set OnBlur Callback Method. Default is null
+ /// Gets or sets OnBlur Callback Method. Default is null
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/DateTimePicker/PopoverDropdownBase.cs b/src/BootstrapBlazor/Components/DateTimePicker/PopoverDropdownBase.cs
index 7ddf1e1cd25..75ef1e6cd90 100644
--- a/src/BootstrapBlazor/Components/DateTimePicker/PopoverDropdownBase.cs
+++ b/src/BootstrapBlazor/Components/DateTimePicker/PopoverDropdownBase.cs
@@ -14,7 +14,7 @@ public abstract class PopoverDropdownBase : ValidateBase
{
///
/// 获得/设置 弹窗位置 默认为 Bottom
- /// Get/Set Popover Placement. Default is Bottom
+ /// Gets or sets Popover Placement. Default is Bottom
/// 10.2.2
///
[Parameter]
@@ -22,7 +22,7 @@ public abstract class PopoverDropdownBase : ValidateBase
///
/// 获得/设置 自定义样式 参数 默认 null
- /// Get/Set Custom Class. Default is null
+ /// Gets or sets Custom Class. Default is null
/// 10.2.2
///
/// 由 data-bs-custom-class 实现
@@ -31,7 +31,7 @@ public abstract class PopoverDropdownBase : ValidateBase
///
/// 获得/设置 是否显示阴影 默认 true
- /// Get/Set Whether to Show Shadow. Default is true
+ /// Gets or sets Whether to Show Shadow. Default is true
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRange.razor.cs b/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRange.razor.cs
index 0463b92736e..f5f62bf5db7 100644
--- a/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRange.razor.cs
+++ b/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRange.razor.cs
@@ -95,7 +95,7 @@ private string? EndValueString
///
/// 获得/设置 是否可以编辑内容 默认 false
- /// Get/Set Whether to Allow Edit. Default is false
+ /// Gets or sets Whether to Allow Edit. Default is false
/// 10.2.2
///
[Parameter]
@@ -103,7 +103,7 @@ private string? EndValueString
///
/// 获得/设置 是否点击快捷侧边栏自动关闭弹窗 默认 false
- /// Get/Set Whether to Auto Close Popup When Sidebar Item Clicked. Default is false
+ /// Gets or sets Whether to Auto Close Popup When Sidebar Item Clicked. Default is false
/// 10.2.2
///
[Parameter]
@@ -127,7 +127,7 @@ private string? EndValueString
///
/// 获得/设置 清空按钮文字
- /// Get/Set Clear Button Text
+ /// Gets or sets Clear Button Text
/// 10.2.2
///
[Parameter]
@@ -136,7 +136,7 @@ private string? EndValueString
///
/// 获得/设置 清空图标 默认 fa-solid fa-circle-xmark
- /// Get/Set Clear Icon. Default is fa-solid fa-circle-xmark
+ /// Gets or sets Clear Icon. Default is fa-solid fa-circle-xmark
/// 10.2.2
///
[Parameter]
@@ -144,7 +144,7 @@ private string? EndValueString
///
/// 获得/设置 组件显示模式 默认为显示年月日模式
- /// Get/Set Component Display Mode. Default is Date Mode
+ /// Gets or sets Component Display Mode. Default is Date Mode
/// 10.2.2
///
[Parameter]
@@ -152,7 +152,7 @@ private string? EndValueString
///
/// 获得/设置 组件显示模式 默认为显示年月日模式
- /// Get/Set Component Display Mode. Default is Date Mode
+ /// Gets or sets Component Display Mode. Default is Date Mode
/// 10.2.2
///
[Parameter]
@@ -160,7 +160,7 @@ private string? EndValueString
///
/// 获得/设置 今天按钮文字
- /// Get/Set Today Button Text
+ /// Gets or sets Today Button Text
/// 10.2.2
///
[Parameter]
@@ -169,7 +169,7 @@ private string? EndValueString
///
/// 获得/设置 确定按钮文字
- /// Get/Set Confirm Button Text
+ /// Gets or sets Confirm Button Text
/// 10.2.2
///
[Parameter]
@@ -178,14 +178,14 @@ private string? EndValueString
///
/// 获得/设置 最大值
- /// Get/Set Max Value
+ /// Gets or sets Max Value
/// 10.2.2
///
[Parameter]
public DateTime MaxValue { get; set; } = DateTime.MaxValue;
///
/// 获得/设置 最小值
- /// Get/Set Min Value
+ /// Gets or sets Min Value
/// 10.2.2
///
[Parameter]
@@ -193,7 +193,7 @@ private string? EndValueString
///
/// 获得/设置 是否允许为空 默认为 true
- /// Get/Set Whether to Allow Null. Default is true
+ /// Gets or sets Whether to Allow Null. Default is true
/// 10.2.2
///
[Parameter]
@@ -207,7 +207,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示清空按钮 默认 true
- /// Get/Set Whether to Show Clear Button. Default is true
+ /// Gets or sets Whether to Show Clear Button. Default is true
/// 10.2.2
///
[Parameter]
@@ -215,7 +215,7 @@ public bool AllowNull
///
/// 获得/设置 组件图标
- /// Get/Set Component Icon
+ /// Gets or sets Component Icon
/// 10.2.2
///
[Parameter]
@@ -223,7 +223,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示今天按钮 默认为 false
- /// Get/Set Whether to Show Today Button. Default is false
+ /// Gets or sets Whether to Show Today Button. Default is false
/// 10.2.2
///
[Parameter]
@@ -231,7 +231,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示快捷侧边栏 默认不显示
- /// Get/Set Whether to Show Sidebar. Default is not shown
+ /// Gets or sets Whether to Show Sidebar. Default is not shown
/// 10.2.2
///
[Parameter]
@@ -239,7 +239,7 @@ public bool AllowNull
///
/// 获得/设置 侧边栏快捷选项集合
- /// Get/Set Sidebar Items
+ /// Gets or sets Sidebar Items
/// 10.2.2
///
[Parameter]
@@ -264,7 +264,7 @@ public bool AllowNull
///
/// 获得/设置 时间格式化字符串 默认值为 "HH:mm:ss"
- /// Get/Set Time Format String. Default is "HH:mm:ss"
+ /// Gets or sets Time Format String. Default is "HH:mm:ss"
/// 10.2.2
///
[Parameter]
@@ -273,7 +273,7 @@ public bool AllowNull
///
/// 获得/设置 时间格式化字符串 默认值为 "yyyy-MM-dd"
- /// Get/Set Date Format String. Default is "yyyy-MM-dd"
+ /// Gets or sets Date Format String. Default is "yyyy-MM-dd"
/// 10.2.2
///
[Parameter]
@@ -282,7 +282,7 @@ public bool AllowNull
///
/// 获得/设置 时间格式化字符串 默认值为 "yyyy-MM-dd HH:mm:ss"
- /// Get/Set Date Time Format String. Default is "yyyy-MM-dd HH:mm:ss"
+ /// Gets or sets Date Time Format String. Default is "yyyy-MM-dd HH:mm:ss"
/// 10.2.2
///
[Parameter]
@@ -291,7 +291,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示中国阴历历法 默认 false
- /// Get/Set Whether to Show Chinese Lunar Calendar. Default is false
+ /// Gets or sets Whether to Show Chinese Lunar Calendar. Default is false
/// 10.2.2
///
[Parameter]
@@ -299,7 +299,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示中国 24 节气 默认 false
- /// Get/Set Whether to Show Chinese Solar Term. Default is false
+ /// Gets or sets Whether to Show Chinese Solar Term. Default is false
/// 10.2.2
///
[Parameter]
@@ -307,7 +307,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示节日 默认 false
- /// Get/Set Whether to Show Festivals. Default is false
+ /// Gets or sets Whether to Show Festivals. Default is false
/// 10.2.2
///
[Parameter]
@@ -315,7 +315,7 @@ public bool AllowNull
///
/// 获得/设置 是否显示休假日 默认 false
- /// Get/Set Whether to Show Holidays. Default is false
+ /// Gets or sets Whether to Show Holidays. Default is false
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRangeSidebarItem.cs b/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRangeSidebarItem.cs
index b6ae18b9314..90d3d0f196e 100644
--- a/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRangeSidebarItem.cs
+++ b/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRangeSidebarItem.cs
@@ -13,20 +13,20 @@ public class DateTimeRangeSidebarItem
{
///
/// 获得/设置 快捷项目文本
- /// Get/Set Item Text
+ /// Gets or sets Item Text
///
[NotNull]
public string? Text { get; set; }
///
/// 获得/设置 开始时间
- /// Get/Set Start Time
+ /// Gets or sets Start Time
///
public DateTime StartDateTime { get; set; }
///
/// 获得/设置 结束时间
- /// Get/Set End Time
+ /// Gets or sets End Time
///
public DateTime EndDateTime { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRangeValue.cs b/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRangeValue.cs
index 80a73d7f62e..b217c581d52 100644
--- a/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRangeValue.cs
+++ b/src/BootstrapBlazor/Components/DateTimeRange/DateTimeRangeValue.cs
@@ -13,19 +13,19 @@ public class DateTimeRangeValue
{
///
/// 获得/设置 开始时间
- /// Get/Set Start Time
+ /// Gets or sets Start Time
///
public DateTime Start { get; set; }
///
/// 获得/设置 结束时间
- /// Get/Set End Time
+ /// Gets or sets End Time
///
public DateTime End { get; set; }
///
/// 获得/设置 可为空开始时间
- /// Get/Set Nullable Start Time
+ /// Gets or sets Nullable Start Time
///
public DateTime? NullStart
{
@@ -35,7 +35,7 @@ public DateTime? NullStart
///
/// 获得/设置 可为空结束时间
- /// Get/Set Nullable End Time
+ /// Gets or sets Nullable End Time
///
public DateTime? NullEnd
{
diff --git a/src/BootstrapBlazor/Components/Dialog/DialogBase.cs b/src/BootstrapBlazor/Components/Dialog/DialogBase.cs
index c1d1ce35692..a7c4ddd3e35 100644
--- a/src/BootstrapBlazor/Components/Dialog/DialogBase.cs
+++ b/src/BootstrapBlazor/Components/Dialog/DialogBase.cs
@@ -13,7 +13,7 @@ public abstract class DialogBase : BootstrapModuleComponentBase
{
///
/// 获得/设置 EditModel 实例
- /// Get/Set EditModel Instance
+ /// Gets or sets EditModel Instance
/// 10.2.2
///
[Parameter]
@@ -22,7 +22,7 @@ public abstract class DialogBase : BootstrapModuleComponentBase
///
/// 获得/设置 BodyTemplate 实例
- /// Get/Set BodyTemplate Instance
+ /// Gets or sets BodyTemplate Instance
/// 10.2.2
///
[Parameter]
@@ -38,7 +38,7 @@ public abstract class DialogBase : BootstrapModuleComponentBase
///
/// 获得/设置 是否显示标签
- /// Get/Set Whether to Show Label
+ /// Gets or sets Whether to Show Label
/// 10.2.2
///
[Parameter]
@@ -46,7 +46,7 @@ public abstract class DialogBase : BootstrapModuleComponentBase
///
/// 获得/设置 每行显示组件数量 默认为 null
- /// Get/Set Items Per Row. Default is null
+ /// Gets or sets Items Per Row. Default is null
/// 10.2.2
///
[Parameter]
@@ -54,7 +54,7 @@ public abstract class DialogBase : BootstrapModuleComponentBase
///
/// 获得/设置 设置行格式 默认 Row 布局
- /// Get/Set Row Layout. Default is Row
+ /// Gets or sets Row Layout. Default is Row
/// 10.2.2
///
[Parameter]
@@ -62,7 +62,7 @@ public abstract class DialogBase : BootstrapModuleComponentBase
///
/// 获得/设置 设置 Inline 模式下标签对齐方式 默认 None 等效于 Left 左对齐
- /// Get/Set Label Alignment in Inline Mode. Default is None, equivalent to Left
+ /// Gets or sets Label Alignment in Inline Mode. Default is None, equivalent to Left
/// 10.2.2
///
[Parameter]
@@ -70,7 +70,7 @@ public abstract class DialogBase : BootstrapModuleComponentBase
///
/// 获得/设置 未分组编辑项布局位置 默认 false 在尾部
- /// Get/Set Unset Group Items Position. Default is false (at the end)
+ /// Gets or sets Unset Group Items Position. Default is false (at the end)
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Dialog/DialogCloseButton.cs b/src/BootstrapBlazor/Components/Dialog/DialogCloseButton.cs
index 0089d0fe3a2..6224746e210 100644
--- a/src/BootstrapBlazor/Components/Dialog/DialogCloseButton.cs
+++ b/src/BootstrapBlazor/Components/Dialog/DialogCloseButton.cs
@@ -15,7 +15,7 @@ public partial class DialogCloseButton : Button
{
///
/// 获得/设置 按钮颜色
- /// Get/Set Button Color
+ /// Gets or sets Button Color
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Dialog/DialogSaveButton.cs b/src/BootstrapBlazor/Components/Dialog/DialogSaveButton.cs
index fc1ea412521..5f2c1afaf83 100644
--- a/src/BootstrapBlazor/Components/Dialog/DialogSaveButton.cs
+++ b/src/BootstrapBlazor/Components/Dialog/DialogSaveButton.cs
@@ -19,7 +19,7 @@ public partial class DialogSaveButton : Button
///
/// 获得/设置 保存回调方法 返回 true 时自动关闭弹窗
- /// Get/Set Save Callback Method. Close Dialog when return true
+ /// Gets or sets Save Callback Method. Close Dialog when return true
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Dialog/EditDialog.razor.cs b/src/BootstrapBlazor/Components/Dialog/EditDialog.razor.cs
index 44de869303a..3f936210fdf 100644
--- a/src/BootstrapBlazor/Components/Dialog/EditDialog.razor.cs
+++ b/src/BootstrapBlazor/Components/Dialog/EditDialog.razor.cs
@@ -16,7 +16,7 @@ public partial class EditDialog
{
///
/// 获得/设置 查询时是否显示正在加载中动画 默认为 false
- /// Get/Set Whether to Show Loading Animation When Querying. Default is false
+ /// Gets or sets Whether to Show Loading Animation When Querying. Default is false
/// 10.2.2
///
[Parameter]
@@ -24,7 +24,7 @@ public partial class EditDialog
///
/// 获得/设置 组件是否采用 Tracking 模式对编辑项进行直接更新 默认 false
- /// Get/Set Whether Component Uses Tracking Mode to Update Editing Items Directly. Default is false
+ /// Gets or sets Whether Component Uses Tracking Mode to Update Editing Items Directly. Default is false
/// 10.2.2
///
[Parameter]
@@ -32,7 +32,7 @@ public partial class EditDialog
///
/// 获得/设置 实体类编辑模式 Add 还是 Update
- /// Get/Set Item Changed Type (Add or Update)
+ /// Gets or sets Item Changed Type (Add or Update)
/// 10.2.2
///
[Parameter]
@@ -40,7 +40,7 @@ public partial class EditDialog
///
/// 获得/设置 保存按钮图标
- /// Get/Set Save Button Icon
+ /// Gets or sets Save Button Icon
/// 10.2.2
///
[Parameter]
@@ -48,7 +48,7 @@ public partial class EditDialog
///
/// 获得/设置 保存按钮文本
- /// Get/Set Save Button Text
+ /// Gets or sets Save Button Text
/// 10.2.2
///
[Parameter]
@@ -56,7 +56,7 @@ public partial class EditDialog
///
/// 获得/设置 保存回调委托 返回 false 时保持编辑弹窗 返回 true 时关闭编辑弹窗
- /// Get/Set Save Callback Delegate. Return false to keep edit dialog, true to close it
+ /// Gets or sets Save Callback Delegate. Return false to keep edit dialog, true to close it
/// 10.2.2
///
[Parameter]
@@ -67,7 +67,7 @@ public partial class EditDialog
///
/// 获得/设置 关闭按钮图标
- /// Get/Set Close Button Icon
+ /// Gets or sets Close Button Icon
/// 10.2.2
///
[Parameter]
@@ -75,7 +75,7 @@ public partial class EditDialog
///
/// 获得/设置 获得/设置 重置按钮文本
- /// Get/Set Reset Button Text
+ /// Gets or sets Reset Button Text
/// 10.2.2
///
[Parameter]
@@ -83,7 +83,7 @@ public partial class EditDialog
///
/// 获得/设置 关闭弹窗回调方法
- /// Get/Set Close Dialog Callback Method
+ /// Gets or sets Close Dialog Callback Method
/// 10.2.2
///
[Parameter]
@@ -91,7 +91,7 @@ public partial class EditDialog
///
/// 获得/设置 是否禁用表单内回车自动提交功能 默认 null 未设置
- /// Get/Set Whether to Disable Auto Submit Form By Enter. Default is null
+ /// Gets or sets Whether to Disable Auto Submit Form By Enter. Default is null
/// 10.2.2
///
[Parameter]
@@ -99,7 +99,7 @@ public partial class EditDialog
///
/// 获得/设置 DialogFooterTemplate 实例
- /// Get/Set DialogFooterTemplate Instance
+ /// Gets or sets DialogFooterTemplate Instance
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Dialog/EditDialogOption.cs b/src/BootstrapBlazor/Components/Dialog/EditDialogOption.cs
index 4dafe440869..4c1f4160baf 100644
--- a/src/BootstrapBlazor/Components/Dialog/EditDialogOption.cs
+++ b/src/BootstrapBlazor/Components/Dialog/EditDialogOption.cs
@@ -25,61 +25,61 @@ public EditDialogOption()
///
/// 获得/设置 组件是否采用 Tracking 模式对编辑项进行直接更新 默认 false
- /// Get/Set Whether Component Uses Tracking Mode to Update Editing Items Directly. Default is false
+ /// Gets or sets Whether Component Uses Tracking Mode to Update Editing Items Directly. Default is false
///
public bool IsTracking { get; set; }
///
/// 获得/设置 是否显示标签 默认为 true 显示标签
- /// Get/Set Whether to Show Label. Default is true
+ /// Gets or sets Whether to Show Label. Default is true
///
public bool ShowLabel { get; set; } = true;
///
/// 获得/设置 实体类编辑模式 Add 还是 Update
- /// Get/Set Item Changed Type (Add or Update)
+ /// Gets or sets Item Changed Type (Add or Update)
///
public ItemChangedType ItemChangedType { get; set; }
///
/// 获得/设置 每行显示组件数量 默认为 null
- /// Get/Set Items Per Row. Default is null
+ /// Gets or sets Items Per Row. Default is null
///
public int? ItemsPerRow { get; set; }
///
/// 获得/设置 设置行内组件布局格式 默认 Row 布局
- /// Get/Set Row Layout. Default is Row
+ /// Gets or sets Row Layout. Default is Row
///
public RowType RowType { get; set; }
///
/// 获得/设置 设置 Inline 模式下标签对齐方式 默认 None 等效于 Left 左对齐
- /// Get/Set Label Alignment in Inline Mode. Default is None, equivalent to Left
+ /// Gets or sets Label Alignment in Inline Mode. Default is None, equivalent to Left
///
public Alignment LabelAlign { get; set; }
///
/// 获得/设置 查询时是否显示正在加载中动画 默认为 false
- /// Get/Set Whether to Show Loading Animation When Querying. Default is false
+ /// Gets or sets Whether to Show Loading Animation When Querying. Default is false
///
public bool ShowLoading { get; set; }
///
/// 获得/设置 未分组编辑项布局位置 默认 false 在尾部
- /// Get/Set Unset Group Items Position. Default is false (at the end)
+ /// Gets or sets Unset Group Items Position. Default is false (at the end)
///
public bool ShowUnsetGroupItemsOnTop { get; set; }
///
/// 获得/设置 编辑框模型
- /// Get/Set Edit Model
+ /// Gets or sets Edit Model
///
public TModel? Model { get; set; }
///
/// 获得/设置 是否禁用表单内回车自动提交功能 默认 null 未设置
- /// Get/Set Whether to Disable Auto Submit Form By Enter. Default is null
+ /// Gets or sets Whether to Disable Auto Submit Form By Enter. Default is null
///
public bool? DisableAutoSubmitFormByEnter { get; set; }
@@ -91,19 +91,19 @@ public EditDialogOption()
///
/// 获得/设置 EditDialog Body 模板
- /// Get/Set EditDialog Body Template
+ /// Gets or sets EditDialog Body Template
///
public RenderFragment? DialogBodyTemplate { get; set; }
///
/// 获得/设置 EditDialog Footer 模板
- /// Get/Set EditDialog Footer Template
+ /// Gets or sets EditDialog Footer Template
///
public RenderFragment? DialogFooterTemplate { get; set; }
///
/// 获得/设置 保存回调委托
- /// Get/Set Save Callback Delegate
+ /// Gets or sets Save Callback Delegate
///
public Func>? OnEditAsync { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/Dialog/IResultDialog.cs b/src/BootstrapBlazor/Components/Dialog/IResultDialog.cs
index 5539a56e1cf..a05c611dff7 100644
--- a/src/BootstrapBlazor/Components/Dialog/IResultDialog.cs
+++ b/src/BootstrapBlazor/Components/Dialog/IResultDialog.cs
@@ -14,13 +14,14 @@ public interface IResultDialog
///
/// 关闭之前回调方法 返回 true 时关闭弹窗 返回 false 时阻止关闭弹窗
/// Callback Method Before Closing. Return true to close, false to prevent closing
+ /// 10.2.2
///
- ///
Task OnClosing(DialogResult result) => Task.FromResult(true);
///
/// 关闭后回调方法
/// Callback Method After Closing
+ /// 10.2.2
///
Task OnClose(DialogResult result);
}
diff --git a/src/BootstrapBlazor/Components/Dialog/IconDialog.razor.cs b/src/BootstrapBlazor/Components/Dialog/IconDialog.razor.cs
index 38cf0c8196d..79338ff1f66 100644
--- a/src/BootstrapBlazor/Components/Dialog/IconDialog.razor.cs
+++ b/src/BootstrapBlazor/Components/Dialog/IconDialog.razor.cs
@@ -15,7 +15,7 @@ public partial class IconDialog
{
///
/// 获得/设置 Icon 名称
- /// Get/Set Icon Name
+ /// Gets or sets Icon Name
/// 10.2.2
///
[Parameter]
@@ -27,7 +27,7 @@ public partial class IconDialog
///
/// 获得/设置 Label 显示文字
- /// Get/Set Label Text
+ /// Gets or sets Label Text
/// 10.2.2
///
[Parameter]
@@ -35,7 +35,7 @@ public partial class IconDialog
///
/// 获得/设置 Label 显示文字
- /// Get/Set Label Text
+ /// Gets or sets Label Text
/// 10.2.2
///
[Parameter]
@@ -43,7 +43,7 @@ public partial class IconDialog
///
/// 获得/设置 拷贝按钮显示文字
- /// Get/Set Copy Button Text
+ /// Gets or sets Copy Button Text
/// 10.2.2
///
[Parameter]
@@ -51,7 +51,7 @@ public partial class IconDialog
///
/// 获得/设置 拷贝成功提示文字
- /// Get/Set Copied Tooltip Text
+ /// Gets or sets Copied Tooltip Text
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Dialog/ResultDialogFooter.razor.cs b/src/BootstrapBlazor/Components/Dialog/ResultDialogFooter.razor.cs
index 133eba06451..cc532440cee 100644
--- a/src/BootstrapBlazor/Components/Dialog/ResultDialogFooter.razor.cs
+++ b/src/BootstrapBlazor/Components/Dialog/ResultDialogFooter.razor.cs
@@ -123,7 +123,7 @@ public partial class ResultDialogFooter
///
/// 获得/设置 点击关闭按钮回调方法
- /// Get/Set Click Close Button Callback Method
+ /// Gets or sets Click Close Button Callback Method
/// 10.2.2
///
[Parameter]
@@ -133,7 +133,7 @@ public partial class ResultDialogFooter
///
/// 获得/设置 点击确认按钮回调方法
- /// Get/Set Click Yes Button Callback Method
+ /// Gets or sets Click Yes Button Callback Method
/// 10.2.2
///
[Parameter]
@@ -143,7 +143,7 @@ public partial class ResultDialogFooter
///
/// 获得/设置 点击取消按钮回调方法
- /// Get/Set Click No Button Callback Method
+ /// Gets or sets Click No Button Callback Method
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Dialog/ResultDialogOption.cs b/src/BootstrapBlazor/Components/Dialog/ResultDialogOption.cs
index 9518371199d..d90e9b63ff9 100644
--- a/src/BootstrapBlazor/Components/Dialog/ResultDialogOption.cs
+++ b/src/BootstrapBlazor/Components/Dialog/ResultDialogOption.cs
@@ -23,55 +23,55 @@ public ResultDialogOption()
///
/// 获得/设置 显示确认按钮
- /// Get/Set Show Yes Button
+ /// Gets or sets Show Yes Button
///
public bool ShowYesButton { get; set; } = true;
///
/// 获得/设置 确认按钮文本
- /// Get/Set Yes Button Text
+ /// Gets or sets Yes Button Text
///
public string? ButtonYesText { get; set; }
///
/// 获得/设置 确认按钮图标
- /// Get/Set Yes Button Icon
+ /// Gets or sets Yes Button Icon
///
public string? ButtonYesIcon { get; set; }
///
/// 获得/设置 确认按钮颜色
- /// Get/Set Yes Button Color
+ /// Gets or sets Yes Button Color
///
public Color ButtonYesColor { get; set; } = Color.Primary;
///
/// 获得/设置 显示取消按钮
- /// Get/Set Show No Button
+ /// Gets or sets Show No Button
///
public bool ShowNoButton { get; set; } = true;
///
/// 获得/设置 取消按钮文本
- /// Get/Set No Button Text
+ /// Gets or sets No Button Text
///
public string? ButtonNoText { get; set; }
///
/// 获得/设置 取消按钮图标
- /// Get/Set No Button Icon
+ /// Gets or sets No Button Icon
///
public string? ButtonNoIcon { get; set; }
///
/// 获得/设置 取消按钮颜色
- /// Get/Set No Button Color
+ /// Gets or sets No Button Color
///
public Color ButtonNoColor { get; set; } = Color.Danger;
///
/// 获得/设置 关闭按钮文本
- /// Get/Set Close Button Text
+ /// Gets or sets Close Button Text
///
[Obsolete("已弃用,删除即可; Deprecated. Just delete it.")]
[ExcludeFromCodeCoverage]
@@ -79,7 +79,7 @@ public ResultDialogOption()
///
/// 获得/设置 关闭按钮图标
- /// Get/Set Close Button Icon
+ /// Gets or sets Close Button Icon
///
[Obsolete("已弃用,删除即可; Deprecated. Just delete it.")]
[ExcludeFromCodeCoverage]
@@ -87,7 +87,7 @@ public ResultDialogOption()
///
/// 获得/设置 关闭按钮颜色
- /// Get/Set Close Button Color
+ /// Gets or sets Close Button Color
///
[Obsolete("已弃用,删除即可; Deprecated. Just delete it.")]
[ExcludeFromCodeCoverage]
@@ -95,7 +95,7 @@ public ResultDialogOption()
///
/// 获得/设置 组件参数集合
- /// Get/Set Component Parameters
+ /// Gets or sets Component Parameters
///
[Obsolete("已过期,单词拼写错误。请使用 ComponentParameters 代替 Please use ComponentParameters")]
[ExcludeFromCodeCoverage]
@@ -107,13 +107,13 @@ public Dictionary? ComponentParamters
///
/// 获得/设置 组件参数集合
- /// Get/Set Component Parameters
+ /// Gets or sets Component Parameters
///
public Dictionary? ComponentParameters { get; set; }
///
/// 获得/设置 模态弹窗返回值任务实例
- /// Get/Set Modal Result Task Instance
+ /// Gets or sets Modal Result Task Instance
///
internal TaskCompletionSource ResultTask { get; set; }
diff --git a/src/BootstrapBlazor/Components/Dialog/SearchDialog.razor.cs b/src/BootstrapBlazor/Components/Dialog/SearchDialog.razor.cs
index 701ee2c67a9..55e3ebfa51f 100644
--- a/src/BootstrapBlazor/Components/Dialog/SearchDialog.razor.cs
+++ b/src/BootstrapBlazor/Components/Dialog/SearchDialog.razor.cs
@@ -15,7 +15,7 @@ public partial class SearchDialog
{
///
/// 获得/设置 重置回调委托
- /// Get/Set Reset Callback Delegate
+ /// Gets or sets Reset Callback Delegate
/// 10.2.2
///
///
@@ -25,7 +25,7 @@ public partial class SearchDialog
///
/// 获得/设置 搜索回调委托
- /// Get/Set Search Callback Delegate
+ /// Gets or sets Search Callback Delegate
/// 10.2.2
///
///
@@ -35,7 +35,7 @@ public partial class SearchDialog
///
/// 获得/设置 重置按钮文本
- /// Get/Set Reset Button Text
+ /// Gets or sets Reset Button Text
/// 10.2.2
///
[Parameter]
@@ -44,7 +44,7 @@ public partial class SearchDialog
///
/// 获得/设置 查询按钮文本
- /// Get/Set Query Button Text
+ /// Gets or sets Query Button Text
/// 10.2.2
///
[Parameter]
@@ -53,7 +53,7 @@ public partial class SearchDialog
///
/// 获得/设置 清空按钮图标
- /// Get/Set Clear Button Icon
+ /// Gets or sets Clear Button Icon
/// 10.2.2
///
[Parameter]
@@ -61,7 +61,7 @@ public partial class SearchDialog
///
/// 获得/设置 搜索按钮图标
- /// Get/Set Search Button Icon
+ /// Gets or sets Search Button Icon
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Dialog/SearchDialogOption.cs b/src/BootstrapBlazor/Components/Dialog/SearchDialogOption.cs
index 34b15494a94..290a8a8f361 100644
--- a/src/BootstrapBlazor/Components/Dialog/SearchDialogOption.cs
+++ b/src/BootstrapBlazor/Components/Dialog/SearchDialogOption.cs
@@ -23,37 +23,37 @@ public SearchDialogOption()
///
/// 获得/设置 是否显示标签 默认为 true 显示标签
- /// Get/Set Whether to Show Label. Default is true
+ /// Gets or sets Whether to Show Label. Default is true
///
public bool ShowLabel { get; set; } = true;
///
/// 获得/设置 未分组编辑项布局位置 默认 false 在尾部
- /// Get/Set Unset Group Items Position. Default is false (at the end)
+ /// Gets or sets Unset Group Items Position. Default is false (at the end)
///
public bool ShowUnsetGroupItemsOnTop { get; set; }
///
/// 获得/设置 每行显示组件数量 默认为 null
- /// Get/Set Items Per Row. Default is null
+ /// Gets or sets Items Per Row. Default is null
///
public int? ItemsPerRow { get; set; }
///
/// 获得/设置 设置行内组件布局格式 默认 Row 布局
- /// Get/Set Row Layout. Default is Row
+ /// Gets or sets Row Layout. Default is Row
///
public RowType RowType { get; set; }
///
/// 获得/设置 设置 Inline 模式下标签对齐方式 默认 None 等效于 Left 左对齐
- /// Get/Set Label Alignment in Inline Mode. Default is None, equivalent to Left
+ /// Gets or sets Label Alignment in Inline Mode. Default is None, equivalent to Left
///
public Alignment LabelAlign { get; set; }
///
/// 获得/设置 编辑框模型
- /// Get/Set Search Model
+ /// Gets or sets Search Model
///
public TModel? Model { get; set; }
@@ -65,32 +65,32 @@ public SearchDialogOption()
///
/// 获得/设置 SearchDialog Body 模板
- /// Get/Set SearchDialog Body Template
+ /// Gets or sets SearchDialog Body Template
///
public RenderFragment? DialogBodyTemplate { get; set; }
///
/// 获得/设置 重置按钮文本
- /// Get/Set Reset Button Text
+ /// Gets or sets Reset Button Text
///
public string? ResetButtonText { get; set; }
///
/// 获得/设置 查询按钮文本
- /// Get/Set Query Button Text
+ /// Gets or sets Query Button Text
///
public string? QueryButtonText { get; set; }
///
/// 获得/设置 重置回调委托
- /// Get/Set Reset Callback Delegate
+ /// Gets or sets Reset Callback Delegate
///
///
public Func? OnResetSearchClick { get; set; }
///
/// 获得/设置 搜索回调委托
- /// Get/Set Search Callback Delegate
+ /// Gets or sets Search Callback Delegate
///
///
public Func? OnSearchClick { get; set; }
diff --git a/src/BootstrapBlazor/Components/Display/Display.razor.cs b/src/BootstrapBlazor/Components/Display/Display.razor.cs
index 4684405dc71..3c2b8bc7d66 100644
--- a/src/BootstrapBlazor/Components/Display/Display.razor.cs
+++ b/src/BootstrapBlazor/Components/Display/Display.razor.cs
@@ -22,7 +22,7 @@ public partial class Display : ILookup
///
/// 获得/设置 异步格式化字符串
- /// Get/Set Async Format String
+ /// Gets or sets Async Format String
/// 10.2.2
///
[Parameter]
@@ -30,7 +30,7 @@ public partial class Display : ILookup
///
/// 获得/设置 格式化字符串 如时间类型设置 yyyy-MM-dd
- /// Get/Set Format String. e.g. yyyy-MM-dd for DateTime
+ /// Gets or sets Format String. e.g. yyyy-MM-dd for DateTime
/// 10.2.2
///
[Parameter]
@@ -77,7 +77,7 @@ public partial class Display : ILookup
///
/// 获得/设置 类型解析回调方法 组件泛型为 Array 时内部调用
- /// Get/Set Type Resolver Callback Method. Called internally when component generic type is Array
+ /// Gets or sets Type Resolver Callback Method. Called internally when component generic type is Array
/// 10.2.2
///
[Parameter]
@@ -85,7 +85,7 @@ public partial class Display : ILookup
///
/// 获得/设置 是否显示 Tooltip 多用于标签文字过长导致裁减时使用 默认 false 不显示
- /// Get/Set Whether to Show Tooltip. Default is false
+ /// Gets or sets Whether to Show Tooltip. Default is false
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Display/DisplayBase.cs b/src/BootstrapBlazor/Components/Display/DisplayBase.cs
index 1b11cc01a79..d15109090d6 100644
--- a/src/BootstrapBlazor/Components/Display/DisplayBase.cs
+++ b/src/BootstrapBlazor/Components/Display/DisplayBase.cs
@@ -28,13 +28,13 @@ public abstract class DisplayBase : BootstrapModuleComponentBase
///
/// 获得/设置 泛型参数 TValue 可为空类型 Type 实例,为空时表示类型不可为空
- /// Get/Set Generic Parameter TValue Nullable Type Instance. Null means type is not nullable
+ /// Gets or sets Generic Parameter TValue Nullable Type Instance. Null means type is not nullable
///
protected Type? NullableUnderlyingType { get; set; }
///
/// 获得/设置 泛型参数 TValue 可为空类型 Type 实例
- /// Get/Set Generic Parameter TValue Nullable Type Instance
+ /// Gets or sets Generic Parameter TValue Nullable Type Instance
///
[NotNull]
protected Type? ValueType { get; set; }
@@ -69,7 +69,7 @@ public abstract class DisplayBase : BootstrapModuleComponentBase
///
/// 获得/设置 是否显示前置标签 默认值为 null 为空时默认不显示标签
- /// Get/Set Whether to Show Label. Default is null, not show label when null
+ /// Gets or sets Whether to Show Label. Default is null, not show label when null
/// 10.2.2
///
[Parameter]
@@ -77,7 +77,7 @@ public abstract class DisplayBase : BootstrapModuleComponentBase
///
/// 获得/设置 是否显示 Tooltip 多用于文字过长导致裁减时使用 默认 null
- /// Get/Set Whether to Show Tooltip. Default is null
+ /// Gets or sets Whether to Show Tooltip. Default is null
/// 10.2.2
///
[Parameter]
@@ -85,7 +85,7 @@ public abstract class DisplayBase : BootstrapModuleComponentBase
///
/// 获得/设置 显示名称
- /// Get/Set Display Text
+ /// Gets or sets Display Text
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Divider/Divider.razor.cs b/src/BootstrapBlazor/Components/Divider/Divider.razor.cs
index 8243fdbf6b6..d2842019bd9 100644
--- a/src/BootstrapBlazor/Components/Divider/Divider.razor.cs
+++ b/src/BootstrapBlazor/Components/Divider/Divider.razor.cs
@@ -32,7 +32,7 @@ public partial class Divider
///
/// 获得/设置 是否为垂直显示 默认为 false
- /// Get/Set Whether to display vertically. Default is false
+ /// Gets or sets Whether to display vertically. Default is false
/// 10.2.2
///
[Parameter]
@@ -40,7 +40,7 @@ public partial class Divider
///
/// 获得/设置 组件对齐方式 默认为居中
- /// Get/Set Component Alignment. Default is Center
+ /// Gets or sets Component Alignment. Default is Center
/// 10.2.2
///
[Parameter]
@@ -48,7 +48,7 @@ public partial class Divider
///
/// 获得/设置 文案显示文字
- /// Get/Set Text
+ /// Gets or sets Text
/// 10.2.2
///
[Parameter]
@@ -56,7 +56,7 @@ public partial class Divider
///
/// 获得/设置 文案显示图标
- /// Get/Set Icon
+ /// Gets or sets Icon
/// 10.2.2
///
[Parameter]
@@ -64,7 +64,7 @@ public partial class Divider
///
/// 获得/设置 子内容
- /// Get/Set Child Content
+ /// Gets or sets Child Content
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Download/DownloadOption.cs b/src/BootstrapBlazor/Components/Download/DownloadOption.cs
index 7e301775ecc..956c0023500 100644
--- a/src/BootstrapBlazor/Components/Download/DownloadOption.cs
+++ b/src/BootstrapBlazor/Components/Download/DownloadOption.cs
@@ -13,19 +13,19 @@ public class DownloadOption
{
///
/// 获取/设置 要下载的文件数据字节数组
- /// Get/Set File Content Byte Array
+ /// Gets or sets File Content Byte Array
///
public Stream? FileStream { get; set; }
///
/// 获得/设置 下载地址
- /// Get/Set Download Url
+ /// Gets or sets Download Url
///
public string? Url { get; set; }
///
/// 获取/设置 下载文件另存为文件名
- /// Get/Set Save as Filename
+ /// Gets or sets Save as Filename
///
public string? FileName { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/DragDrap/Dropzone.razor.cs b/src/BootstrapBlazor/Components/DragDrap/Dropzone.razor.cs
index f568813df82..59f91038d38 100644
--- a/src/BootstrapBlazor/Components/DragDrap/Dropzone.razor.cs
+++ b/src/BootstrapBlazor/Components/DragDrap/Dropzone.razor.cs
@@ -16,7 +16,7 @@ public partial class Dropzone : IDisposable
{
///
/// 获取/设置 拖拽列表
- /// Get/Set Items to Drag
+ /// Gets or sets Items to Drag
/// 10.2.2
///
[Parameter]
@@ -25,7 +25,7 @@ public partial class Dropzone : IDisposable
///
/// 获取/设置 最大数量 默认 null 不限制
- /// Get/Set Max Items. Default is null (unlimited)
+ /// Gets or sets Max Items. Default is null (unlimited)
/// 10.2.2
///
[Parameter]
@@ -33,7 +33,7 @@ public partial class Dropzone : IDisposable
///
/// 获得/设置 子组件
- /// Get/Set Child Content
+ /// Gets or sets Child Content
/// 10.2.2
///
[Parameter]
@@ -41,7 +41,7 @@ public partial class Dropzone : IDisposable
///
/// 获得/设置 每个 Item 的特殊 class
- /// Get/Set Item Wrapper Class
+ /// Gets or sets Item Wrapper Class
/// 10.2.2
///
[Parameter]
@@ -49,7 +49,7 @@ public partial class Dropzone : IDisposable
///
/// 获得/设置 复制内容
- /// Get/Set Copy Item Delegate
+ /// Gets or sets Copy Item Delegate
/// 10.2.2
///
[Parameter]
@@ -57,7 +57,7 @@ public partial class Dropzone : IDisposable
///
/// 获得/设置 是否允许拖拽释放
- /// Get/Set Accepts Delegate
+ /// Gets or sets Accepts Delegate
/// 10.2.2
///
[Parameter]
@@ -65,7 +65,7 @@ public partial class Dropzone : IDisposable
///
/// 获得/设置 当拖拽因为数量超限被禁止时调用
- /// Get/Set Callback for drop rejection by max item limit
+ /// Gets or sets Callback for drop rejection by max item limit
/// 10.2.2
///
[Parameter]
@@ -73,7 +73,7 @@ public partial class Dropzone : IDisposable
///
/// 获得/设置 当拖拽被禁止时调用
- /// Get/Set Callback for drop rejection
+ /// Gets or sets Callback for drop rejection
/// 10.2.2
///
[Parameter]
@@ -81,7 +81,7 @@ public partial class Dropzone : IDisposable
///
/// 获得/设置 返回被替换的 Item
- /// Get/Set Callback for Replaced Item Drop
+ /// Gets or sets Callback for Replaced Item Drop
/// 10.2.2
///
[Parameter]
@@ -89,7 +89,7 @@ public partial class Dropzone : IDisposable
///
/// 获得/设置 返回放下的 Item
- /// Get/Set Callback for Item Drop
+ /// Gets or sets Callback for Item Drop
/// 10.2.2
///
[Parameter]
@@ -97,7 +97,7 @@ public partial class Dropzone : IDisposable
///
/// 获得/设置 当前节点是否允许被拖拽
- /// Get/Set Whether current item allows drag
+ /// Gets or sets Whether current item allows drag
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Drawer/Drawer.razor.cs b/src/BootstrapBlazor/Components/Drawer/Drawer.razor.cs
index 4cc81a9a709..030271b0fe6 100644
--- a/src/BootstrapBlazor/Components/Drawer/Drawer.razor.cs
+++ b/src/BootstrapBlazor/Components/Drawer/Drawer.razor.cs
@@ -50,7 +50,7 @@ public partial class Drawer
///
/// 获得/设置 抽屉宽度 左右布局时生效
- /// Get/Set Drawer Width. Effective when layout is Left/Right
+ /// Gets or sets Drawer Width. Effective when layout is Left/Right
/// 10.2.2
///
[Parameter]
@@ -58,7 +58,7 @@ public partial class Drawer
///
/// 获得/设置 抽屉高度 上下布局时生效
- /// Get/Set Drawer Height. Effective when layout is Top/Bottom
+ /// Gets or sets Drawer Height. Effective when layout is Top/Bottom
/// 10.2.2
///
[Parameter]
@@ -66,7 +66,7 @@ public partial class Drawer
///
/// 获得/设置 抽屉是否打开 默认 false 未打开
- /// Get/Set Whether Drawer is Open. Default is false
+ /// Gets or sets Whether Drawer is Open. Default is false
/// 10.2.2
///
[Parameter]
@@ -74,7 +74,7 @@ public partial class Drawer
///
/// 获得/设置 IsOpen 属性改变时回调委托方法
- /// Get/Set Callback for IsOpen Property Change
+ /// Gets or sets Callback for IsOpen Property Change
/// 10.2.2
///
[Parameter]
@@ -82,7 +82,7 @@ public partial class Drawer
///
/// 获得/设置 点击背景遮罩时回调委托方法 默认为 null
- /// Get/Set Callback for Backdrop Click. Default is null
+ /// Gets or sets Callback for Backdrop Click. Default is null
/// 10.2.2
///
[Parameter]
@@ -90,7 +90,7 @@ public partial class Drawer
///
/// 获得/设置 点击遮罩是否关闭抽屉 默认为 false
- /// Get/Set Whether to Close Drawer on Backdrop Click. Default is false
+ /// Gets or sets Whether to Close Drawer on Backdrop Click. Default is false
/// 10.2.2
///
[Parameter]
@@ -98,7 +98,7 @@ public partial class Drawer
///
/// 获得/设置 是否显示遮罩 默认为 true 显示遮罩
- /// Get/Set Whether to Show Backdrop. Default is true
+ /// Gets or sets Whether to Show Backdrop. Default is true
/// 10.2.2
///
[Parameter]
@@ -106,7 +106,7 @@ public partial class Drawer
///
/// 获得/设置 组件出现位置 默认显示在 Left 位置
- /// Get/Set Component Placement. Default is Left
+ /// Gets or sets Component Placement. Default is Left
/// 10.2.2
///
[Parameter]
@@ -114,7 +114,7 @@ public partial class Drawer
///
/// 获得/设置 组件定位位置 默认 null 未设置 使用样式内置定位 fixed 可更改为 absolute
- /// Get/Set Component Position. Default is null (Fixed). Can be set to absolute
+ /// Gets or sets Component Position. Default is null (Fixed). Can be set to absolute
/// 10.2.2
///
[Parameter]
@@ -122,7 +122,7 @@ public partial class Drawer
///
/// 获得/设置 子组件
- /// Get/Set Child Content
+ /// Gets or sets Child Content
/// 10.2.2
///
[Parameter]
@@ -130,7 +130,7 @@ public partial class Drawer
///
/// 获得/设置 是否允许调整大小 默认 false
- /// Get/Set Whether to Allow Resize. Default is false
+ /// Gets or sets Whether to Allow Resize. Default is false
/// 10.2.2
///
[Parameter]
@@ -138,7 +138,7 @@ public partial class Drawer
///
/// 获得/设置 z-index 参数值 默认 null 未设置
- /// Get/Set z-index parameter. Default is null
+ /// Gets or sets z-index parameter. Default is null
/// 10.2.2
///
[Parameter]
@@ -146,7 +146,7 @@ public partial class Drawer
///
/// 获得/设置 关闭抽屉回调委托 默认 null
- /// Get/Set Close Drawer Callback Delegate. Default is null
+ /// Gets or sets Close Drawer Callback Delegate. Default is null
/// 10.2.2
///
[Parameter]
@@ -154,7 +154,7 @@ public partial class Drawer
///
/// 获得/设置 抽屉内容相关数据 多用于传值
- /// Get/Set Drawer Context Data. Used for passing values
+ /// Gets or sets Drawer Context Data. Used for passing values
/// 10.2.2
///
[Parameter]
@@ -162,7 +162,7 @@ public partial class Drawer
///
/// 获得/设置 是否支持键盘 ESC 关闭当前弹窗 默认 false
- /// Get/Set Whether to support ESC key to close. Default is false
+ /// Gets or sets Whether to support ESC key to close. Default is false
/// 10.2.2
///
[Parameter]
@@ -170,7 +170,7 @@ public partial class Drawer
///
/// 获得/设置 抽屉显示时是否允许滚动 body 默认为 false 不滚动
- /// Get/Set Whether to allow body scrolling when drawer is shown. Default is false
+ /// Gets or sets Whether to allow body scrolling when drawer is shown. Default is false
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Drawer/DrawerOption.cs b/src/BootstrapBlazor/Components/Drawer/DrawerOption.cs
index ce0b0332033..239515ba04b 100644
--- a/src/BootstrapBlazor/Components/Drawer/DrawerOption.cs
+++ b/src/BootstrapBlazor/Components/Drawer/DrawerOption.cs
@@ -13,97 +13,97 @@ public class DrawerOption
{
///
/// 获得/设置 Drawer 组件样式
- /// Get/Set Drawer Component CSS Class
+ /// Gets or sets Drawer Component CSS Class
///
public string? Class { get; set; }
///
/// 获得/设置 抽屉宽度 左右布局时生效
- /// Get/Set Drawer Width. Effective when layout is Left/Right
+ /// Gets or sets Drawer Width. Effective when layout is Left/Right
///
public string? Width { get; set; }
///
/// 获得/设置 抽屉高度 上下布局时生效
- /// Get/Set Drawer Height. Effective when layout is Top/Bottom
+ /// Gets or sets Drawer Height. Effective when layout is Top/Bottom
///
public string? Height { get; set; }
///
/// 获得/设置 是否支持键盘 ESC 关闭当前弹窗 默认 false
- /// Get/Set Whether to support ESC key to close. Default is false
+ /// Gets or sets Whether to support ESC key to close. Default is false
///
public bool IsKeyboard { get; set; }
///
/// 获得/设置 点击遮罩是否关闭抽屉 默认为 false
- /// Get/Set Whether to Close Drawer on Backdrop Click. Default is false
+ /// Gets or sets Whether to Close Drawer on Backdrop Click. Default is false
///
public bool IsBackdrop { get; set; }
///
/// 获得/设置 是否显示遮罩 默认为 true 显示遮罩
- /// Get/Set Whether to Show Backdrop. Default is true
+ /// Gets or sets Whether to Show Backdrop. Default is true
///
public bool ShowBackdrop { get; set; } = true;
///
/// 获得/设置 抽屉显示时是否允许滚动 body 默认为 false 不滚动
- /// Get/Set Whether to allow body scrolling when drawer is shown. Default is false
+ /// Gets or sets Whether to allow body scrolling when drawer is shown. Default is false
///
public bool BodyScroll { get; set; }
///
/// 获得/设置 组件出现位置 默认显示在 Left 位置
- /// Get/Set Component Placement. Default is Left
+ /// Gets or sets Component Placement. Default is Left
///
public Placement Placement { get; set; } = Placement.Left;
///
/// 获得/设置 子组件
- /// Get/Set Child Content
+ /// Gets or sets Child Content
///
public RenderFragment? ChildContent { get; set; }
///
/// 获得/设置 自定义组件
- /// Get/Set Custom Component
+ /// Gets or sets Custom Component
///
public BootstrapDynamicComponent? Component { get; set; }
///
/// 获得/设置 是否允许调整大小 默认 false
- /// Get/Set Whether to Allow Resize. Default is false
+ /// Gets or sets Whether to Allow Resize. Default is false
///
public bool AllowResize { get; set; }
///
/// 获得/设置 点击背景遮罩时回调委托方法 默认为 null
- /// Get/Set Callback for Backdrop Click. Default is null
+ /// Gets or sets Callback for Backdrop Click. Default is null
///
public Func? OnClickBackdrop { get; set; }
///
/// 获得/设置 关闭当前 Drawer 回调委托 默认 null
- /// Get/Set Close Drawer Callback Delegate. Default is null
+ /// Gets or sets Close Drawer Callback Delegate. Default is null
///
public Func? OnCloseAsync { get; set; }
///
/// 获得/设置 相关连数据,多用于传值使用
- /// Get/Set Context Data. Used for passing values
+ /// Gets or sets Context Data. Used for passing values
///
public object? BodyContext { get; set; }
///
/// 获得/设置 z-index 参数值 默认 null 未设置
- /// Get/Set z-index parameter. Default is null
+ /// Gets or sets z-index parameter. Default is null
///
public int? ZIndex { get; set; }
///
/// 获得/设置 实例
- /// Get/Set Instance
+ /// Gets or sets Instance
///
internal Drawer? Drawer { get; set; }
diff --git a/src/BootstrapBlazor/Components/Dropdown/Dropdown.razor.cs b/src/BootstrapBlazor/Components/Dropdown/Dropdown.razor.cs
index 56eda76facc..f0baaf6e60c 100644
--- a/src/BootstrapBlazor/Components/Dropdown/Dropdown.razor.cs
+++ b/src/BootstrapBlazor/Components/Dropdown/Dropdown.razor.cs
@@ -63,7 +63,7 @@ public partial class Dropdown
///
/// 获得/设置 设置当前项是否 Active 方法
- /// Get/Set Set Item Active Method
+ /// Gets or sets Set Item Active Method
///
///
///
@@ -74,7 +74,7 @@ public partial class Dropdown
///
/// 获得/设置 颜色 默认 Color.Primary 无设置
- /// Get/Set Color. Default is Color.Primary
+ /// Gets or sets Color. Default is Color.Primary
/// 10.2.2
///
[Parameter]
@@ -82,7 +82,7 @@ public partial class Dropdown
///
/// 获得/设置 绑定数据集
- /// Get/Set Data Items
+ /// Gets or sets Data Items
/// 10.2.2
///
[Parameter]
@@ -91,7 +91,7 @@ public partial class Dropdown
///
/// 获得/设置 选项模板
- /// Get/Set Item Template
+ /// Gets or sets Item Template
/// 10.2.2
///
[Parameter]
@@ -99,7 +99,7 @@ public partial class Dropdown
///
/// 获得/设置 按钮内容模板
- /// Get/Set Button Content Template
+ /// Gets or sets Button Content Template
/// 10.2.2
///
[Parameter]
@@ -107,7 +107,7 @@ public partial class Dropdown
///
/// 获得/设置 是否开启分裂式 默认 false
- /// Get/Set Is Split Button. Default is false
+ /// Gets or sets Is Split Button. Default is false
/// 10.2.2
///
[Parameter]
@@ -116,7 +116,7 @@ public partial class Dropdown
///
/// 获得/设置 OnClick 事件
/// 为 true 时生效
- /// Get/Set OnClick Event
+ /// Gets or sets OnClick Event
/// Effective when is true
/// 10.2.2
///
@@ -126,7 +126,7 @@ public partial class Dropdown
///
/// 获得/设置 OnClick 事件不刷新父组件
/// 为 true 时生效
- /// Get/Set OnClick Event without render parent
+ /// Gets or sets OnClick Event without render parent
/// Effective when is true
/// 10.2.2
///
@@ -136,7 +136,7 @@ public partial class Dropdown
///
/// 获得/设置 是否为异步按钮,默认为 false 如果为 true 表示是异步按钮,点击按钮后禁用自身并且等待异步完成,过程中显示 loading 动画
/// 为 true 时生效
- /// Get/Set Is Async Button. Default is false. If true, button is disabled and shows loading animation on click
+ /// Gets or sets Is Async Button. Default is false. If true, button is disabled and shows loading animation on click
/// Effective when is true
/// 10.2.2
///
@@ -145,7 +145,7 @@ public partial class Dropdown
///
/// 获得/设置 是否异步结束后是否保持禁用状态,默认为 false
- /// Get/Set Keep Disabled after async completion. Default is false
+ /// Gets or sets Keep Disabled after async completion. Default is false
/// 10.2.2
///
/// 开启时有效
@@ -154,7 +154,7 @@ public partial class Dropdown
///
/// 获得/设置 显示图标
- /// Get/Set Icon
+ /// Gets or sets Icon
/// 10.2.2
///
[Parameter]
@@ -162,7 +162,7 @@ public partial class Dropdown
///
/// 获得/设置 正在加载动画图标 默认为 fa-solid fa-spin fa-spinner
- /// Get/Set Loading Icon. Default is fa-solid fa-spin fa-spinner
+ /// Gets or sets Loading Icon. Default is fa-solid fa-spin fa-spinner
/// 10.2.2
///
[Parameter]
@@ -171,7 +171,7 @@ public partial class Dropdown
///
/// 获得/设置 获取菜单对齐方式 默认 none 未设置
- /// Get/Set Menu Alignment. Default is none
+ /// Gets or sets Menu Alignment. Default is none
/// 10.2.2
///
[Parameter]
@@ -179,7 +179,7 @@ public partial class Dropdown
///
/// 获得/设置 下拉选项方向 默认 Dropdown 向下
- /// Get/Set Dropdown Direction. Default is Dropdown (down)
+ /// Gets or sets Dropdown Direction. Default is Dropdown (down)
/// 10.2.2
///
[Parameter]
@@ -187,7 +187,7 @@ public partial class Dropdown
///
/// 获得/设置 组件尺寸 默认 none 未设置
- /// Get/Set Size. Default is none
+ /// Gets or sets Size. Default is none
/// 10.2.2
///
[Parameter]
@@ -195,7 +195,7 @@ public partial class Dropdown
///
/// 获得/设置 是否固定按钮文字 更改下拉框选项时按钮文字保持不变 默认 false 不固定
- /// Get/Set Whether Fixed Button Text. Default is false
+ /// Gets or sets Whether Fixed Button Text. Default is false
/// 10.2.2
///
[Parameter]
@@ -203,7 +203,7 @@ public partial class Dropdown
///
/// 获得/设置 下拉菜单中是否显示固定文字 默认 false 不显示
- /// Get/Set Whether Show Fixed Button Text in Dropdown. Default is false
+ /// Gets or sets Whether Show Fixed Button Text in Dropdown. Default is false
/// 10.2.2
///
[Parameter]
@@ -211,7 +211,7 @@ public partial class Dropdown
///
/// 获得/设置 固定按钮显示文字 默认 null
- /// Get/Set Fixed Button Text. Default is null
+ /// Gets or sets Fixed Button Text. Default is null
/// 10.2.2
///
[Parameter]
@@ -219,7 +219,7 @@ public partial class Dropdown
///
/// 获得/设置 Items 模板 默认 null
- /// Get/Set Items Template. Default is null
+ /// Gets or sets Items Template. Default is null
/// 10.2.2
///
[Parameter]
@@ -252,7 +252,7 @@ public partial class Dropdown
///
/// 获得/设置 是否当前正在异步执行操作
- /// Get/Set Is Async Loading
+ /// Gets or sets Is Async Loading
///
private bool _isAsyncLoading;
diff --git a/src/BootstrapBlazor/Components/Dropdown/DropdownItem.razor.cs b/src/BootstrapBlazor/Components/Dropdown/DropdownItem.razor.cs
index bee7c6137a9..47e558bbed2 100644
--- a/src/BootstrapBlazor/Components/Dropdown/DropdownItem.razor.cs
+++ b/src/BootstrapBlazor/Components/Dropdown/DropdownItem.razor.cs
@@ -13,7 +13,7 @@ public partial class DropdownItem
{
///
/// 获得/设置 显示文本
- /// Get/Set Text
+ /// Gets or sets Text
/// 10.2.2
///
[Parameter]
@@ -21,7 +21,7 @@ public partial class DropdownItem
///
/// 获得/设置 图标
- /// Get/Set Icon
+ /// Gets or sets Icon
/// 10.2.2
///
[Parameter]
@@ -29,7 +29,7 @@ public partial class DropdownItem
///
/// 获得/设置 是否被禁用 默认 false 优先级低于
- /// Get/Set Disabled. Default is false. Priority lower than
+ /// Gets or sets Disabled. Default is false. Priority lower than
/// 10.2.2
///
[Parameter]
@@ -37,7 +37,7 @@ public partial class DropdownItem
///
/// 获得/设置 是否被禁用回调方法 默认 null 优先级高于
- /// Get/Set Disabled Callback. Default is null. Priority higher than
+ /// Gets or sets Disabled Callback. Default is null. Priority higher than
/// 10.2.2
///
[Parameter]
@@ -45,7 +45,7 @@ public partial class DropdownItem
///
/// 获得/设置 点击回调方法 默认 null
- /// Get/Set Click Callback. Default is null
+ /// Gets or sets Click Callback. Default is null
/// 10.2.2
///
[Parameter]
@@ -53,7 +53,7 @@ public partial class DropdownItem
///
/// 获得/设置 组件内容
- /// Get/Set Child Content
+ /// Gets or sets Child Content
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/DropdownWidget/DropdownWidget.razor.cs b/src/BootstrapBlazor/Components/DropdownWidget/DropdownWidget.razor.cs
index f7fcc424ff8..8e201775ad1 100644
--- a/src/BootstrapBlazor/Components/DropdownWidget/DropdownWidget.razor.cs
+++ b/src/BootstrapBlazor/Components/DropdownWidget/DropdownWidget.razor.cs
@@ -17,7 +17,7 @@ public sealed partial class DropdownWidget
///
/// 获得/设置 选项模板支持静态数据
- /// Get/Set Child Content (Static Data)
+ /// Gets or sets Child Content (Static Data)
/// 10.2.2
///
[Parameter]
@@ -25,7 +25,7 @@ public sealed partial class DropdownWidget
///
/// 获得/设置 挂件数据集合
- /// Get/Set Widget Items
+ /// Gets or sets Widget Items
/// 10.2.2
///
[Parameter]
@@ -33,7 +33,7 @@ public sealed partial class DropdownWidget
///
/// 获得/设置 下拉项关闭回调方法
- /// Get/Set Item Close Callback
+ /// Gets or sets Item Close Callback
/// 10.2.2
///
[Parameter]
@@ -41,7 +41,7 @@ public sealed partial class DropdownWidget
///
/// 获得/设置 下拉项显示回调方法
- /// Get/Set Item Shown Callback
+ /// Gets or sets Item Shown Callback
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/DropdownWidget/DropdownWidgetItem.cs b/src/BootstrapBlazor/Components/DropdownWidget/DropdownWidgetItem.cs
index 863bd28fe3e..2c88bf9a54b 100644
--- a/src/BootstrapBlazor/Components/DropdownWidget/DropdownWidgetItem.cs
+++ b/src/BootstrapBlazor/Components/DropdownWidget/DropdownWidgetItem.cs
@@ -13,7 +13,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
{
///
/// 获得/设置 挂件图标
- /// Get/Set Widget Icon
+ /// Gets or sets Widget Icon
/// 10.2.2
///
[Parameter]
@@ -21,7 +21,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
///
/// 获得/设置 DropdownWidgetItem 组件项目的悬浮提示信息
- /// Get/Set Tooltip Title
+ /// Gets or sets Tooltip Title
/// 10.2.2
///
[Parameter]
@@ -29,7 +29,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
///
/// 获得/设置 徽章颜色 默认为 Color.Success
- /// Get/Set Badge Color. Default is Color.Success
+ /// Gets or sets Badge Color. Default is Color.Success
/// 10.2.2
///
[Parameter]
@@ -37,7 +37,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
///
/// 获得/设置 Header 颜色 默认为 Color.Primary
- /// Get/Set Header Color. Default is Color.Primary
+ /// Gets or sets Header Color. Default is Color.Primary
/// 10.2.2
///
[Parameter]
@@ -45,7 +45,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
///
/// 获得/设置 徽章显示数量
- /// Get/Set Badge Number
+ /// Gets or sets Badge Number
/// 10.2.2
///
[Parameter]
@@ -53,7 +53,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
///
/// 获得/设置 是否显示小箭头 默认为 true 显示
- /// Get/Set Whether to Show Arrow. Default is true
+ /// Gets or sets Whether to Show Arrow. Default is true
/// 10.2.2
///
[Parameter]
@@ -61,7 +61,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
///
/// 获得/设置 Header 模板
- /// Get/Set Header Template
+ /// Gets or sets Header Template
/// 10.2.2
///
[Parameter]
@@ -69,7 +69,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
///
/// 获得/设置 Body 模板
- /// Get/Set Body Template
+ /// Gets or sets Body Template
/// 10.2.2
///
[Parameter]
@@ -77,7 +77,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
///
/// 获得/设置 Footer 模板
- /// Get/Set Footer Template
+ /// Gets or sets Footer Template
/// 10.2.2
///
[Parameter]
@@ -85,7 +85,7 @@ public class DropdownWidgetItem : BootstrapComponentBase
///
/// 获得/设置 父组件通过级联参数获得
- /// Get/Set Parent Container
+ /// Gets or sets Parent Container
///
[CascadingParameter]
private DropdownWidget? Container { get; set; }
diff --git a/src/BootstrapBlazor/Components/EditorForm/EditorForm.razor.cs b/src/BootstrapBlazor/Components/EditorForm/EditorForm.razor.cs
index b61885213c1..672a5eb929b 100644
--- a/src/BootstrapBlazor/Components/EditorForm/EditorForm.razor.cs
+++ b/src/BootstrapBlazor/Components/EditorForm/EditorForm.razor.cs
@@ -51,7 +51,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 每行显示组件数量 默认为 null
- /// Get/Set Items Per Row. Default is null
+ /// Gets or sets Items Per Row. Default is null
/// 10.2.2
///
[Parameter]
@@ -59,7 +59,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 实体类编辑模式 Add 还是 Update
- /// Get/Set Item Changed Type. Add or Update
+ /// Gets or sets Item Changed Type. Add or Update
/// 10.2.2
///
[Parameter]
@@ -67,7 +67,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 设置行格式 默认 Row 布局
- /// Get/Set Row Type. Default is Row
+ /// Gets or sets Row Type. Default is Row
/// 10.2.2
///
[Parameter]
@@ -75,7 +75,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 设置 Inline 模式下标签对齐方式 默认 None 等效于 Left 左对齐
- /// Get/Set Label Alignment in Inline mode. Default is None, equivalent to Left
+ /// Gets or sets Label Alignment in Inline mode. Default is None, equivalent to Left
/// 10.2.2
///
[Parameter]
@@ -83,7 +83,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 标签宽度 默认 null 未设置使用全局设置 --bb-row-label-width 值
- /// Get/Set Label Width. Default is null, use global setting --bb-row-label-width if not set
+ /// Gets or sets Label Width. Default is null, use global setting --bb-row-label-width if not set
/// 10.2.2
///
[Parameter]
@@ -91,7 +91,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 列模板 设置 时本参数不生效
- /// Get/Set Field Items Template. Not effective when is set
+ /// Gets or sets Field Items Template. Not effective when is set
/// 10.2.2
///
[Parameter]
@@ -99,7 +99,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 按钮模板
- /// Get/Set Buttons Template
+ /// Gets or sets Buttons Template
/// 10.2.2
///
[Parameter]
@@ -107,7 +107,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 绑定模型
- /// Get/Set Model
+ /// Gets or sets Model
/// 10.2.2
///
[Parameter]
@@ -116,7 +116,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 是否显示前置标签 默认为 null 未设置时默认显示标签
- /// Get/Set Whether to Show Label. Default is null, show label if not set
+ /// Gets or sets Whether to Show Label. Default is null, show label if not set
/// 10.2.2
///
[Parameter]
@@ -124,7 +124,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 是否显示标签 Tooltip 多用于标签文字过长导致裁减时使用 默认 null
- /// Get/Set Whether to Show Label Tooltip. Default is null
+ /// Gets or sets Whether to Show Label Tooltip. Default is null
/// 10.2.2
///
[Parameter]
@@ -132,7 +132,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 是否显示为 Display 组件 默认为 false
- /// Get/Set Whether to Show as Display Component. Default is false
+ /// Gets or sets Whether to Show as Display Component. Default is false
/// 10.2.2
///
[Parameter]
@@ -140,7 +140,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 是否显示 Display 组件的 Tooltip 默认为 false
- /// Get/Set Whether to Show Display Component Tooltip. Default is false
+ /// Gets or sets Whether to Show Display Component Tooltip. Default is false
/// 10.2.2
///
[Parameter]
@@ -148,7 +148,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 是否使用 SearchTemplate 默认 false 使用 EditTemplate 模板
- /// Get/Set Whether to use SearchTemplate. Default is false, use EditTemplate
+ /// Gets or sets Whether to use SearchTemplate. Default is false, use EditTemplate
///
/// 多用于表格组件传递 集合给参数 时; Mostly used when passing collection to parameter in Table component
[CascadingParameter(Name = "IsSearch")]
@@ -157,7 +157,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 是否自动生成模型的所有属性 默认为 true 生成所有属性
- /// Get/Set Whether to Auto Generate All Items. Default is true
+ /// Gets or sets Whether to Auto Generate All Items. Default is true
/// 10.2.2
///
[Parameter]
@@ -165,7 +165,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 级联上下文绑定字段信息集合 设置此参数后 模板不生效
- /// Get/Set Context Field Items Collection. template will not be effective if set
+ /// Gets or sets Context Field Items Collection. template will not be effective if set
/// 10.2.2
///
[Parameter]
@@ -173,7 +173,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 自定义列排序规则 默认 null 未设置 使用内部排序机制 1 2 3 0 -3 -2 -1 顺序
- /// Get/Set Custom Column Sort Rule. Default is null, use internal sort mechanism
+ /// Gets or sets Custom Column Sort Rule. Default is null, use internal sort mechanism
/// 10.2.2
///
[Parameter]
@@ -181,7 +181,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 未设置 GroupName 编辑项是否放置在顶部 默认 false
- /// Get/Set Whether to show unset GroupName items on top. Default is false
+ /// Gets or sets Whether to show unset GroupName items on top. Default is false
/// 10.2.2
///
[Parameter]
@@ -189,7 +189,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 默认占位符文本 默认 null
- /// Get/Set Default Placeholder Text. Default is null
+ /// Gets or sets Default Placeholder Text. Default is null
/// 10.2.2
///
[Parameter]
@@ -198,7 +198,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 当值变化时是否重新渲染组件 默认 false
- /// Get/Set Whether to Re-render Component when Value Changed. Default is false
+ /// Gets or sets Whether to Re-render Component when Value Changed. Default is false
/// 10.2.2
///
[Parameter]
@@ -206,7 +206,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 级联上下文 EditContext 实例 内置于 EditForm 或者 ValidateForm 时有值
- /// Get/Set Cascading EditContext Instance. Available when inside EditForm or ValidateForm
+ /// Gets or sets Cascading EditContext Instance. Available when inside EditForm or ValidateForm
///
[CascadingParameter]
private EditContext? CascadedEditContext { get; set; }
@@ -228,7 +228,7 @@ public partial class EditorForm : IShowLabel, IDisposable
///
/// 获得/设置 配置编辑项目集合
- /// Get/Set Editor Items Cache
+ /// Gets or sets Editor Items Cache
///
private readonly List _editorItems = [];
diff --git a/src/BootstrapBlazor/Components/EditorForm/EditorItem.cs b/src/BootstrapBlazor/Components/EditorForm/EditorItem.cs
index e034536c661..29d61be5258 100644
--- a/src/BootstrapBlazor/Components/EditorForm/EditorItem.cs
+++ b/src/BootstrapBlazor/Components/EditorForm/EditorItem.cs
@@ -16,7 +16,7 @@ public class EditorItem : ComponentBase, IEditorItem
{
///
/// 获得/设置 绑定字段值
- /// Get/Set Field Value
+ /// Gets or sets Field Value
/// 10.2.2
///
[Parameter]
@@ -24,7 +24,7 @@ public class EditorItem : ComponentBase, IEditorItem
///
/// 获得/设置 绑定字段值变化回调委托
- /// Get/Set Field Value Changed Callback
+ /// Gets or sets Field Value Changed Callback
/// 10.2.2
///
[Parameter]
@@ -38,7 +38,7 @@ public class EditorItem : ComponentBase, IEditorItem
///
/// 获得/设置 ValueExpression 表达式
- /// Get/Set ValueExpression
+ /// Gets or sets ValueExpression
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/EditorForm/IShowLabel.cs b/src/BootstrapBlazor/Components/EditorForm/IShowLabel.cs
index 1eb3967aeaa..1e09ede56bb 100644
--- a/src/BootstrapBlazor/Components/EditorForm/IShowLabel.cs
+++ b/src/BootstrapBlazor/Components/EditorForm/IShowLabel.cs
@@ -13,13 +13,13 @@ public interface IShowLabel
{
///
/// 获得/设置 是否显示标签 默认 null
- /// Get/Set Whether to Show Label. Default is null
+ /// Gets or sets Whether to Show Label. Default is null
///
bool? ShowLabel { get; set; }
///
/// 获得/设置 是否显示标签 Tooltip 多用于标签文字过长导致裁减时使用 默认 null
- /// Get/Set Whether to Show Label Tooltip. Default is null
+ /// Gets or sets Whether to Show Label Tooltip. Default is null
///
bool? ShowLabelTooltip { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/Empty/Empty.razor.cs b/src/BootstrapBlazor/Components/Empty/Empty.razor.cs
index 0a645ced4b6..0b6f896fe82 100644
--- a/src/BootstrapBlazor/Components/Empty/Empty.razor.cs
+++ b/src/BootstrapBlazor/Components/Empty/Empty.razor.cs
@@ -19,7 +19,7 @@ public partial class Empty
///
/// 获得/设置 图片路径 默认为 null
- /// Get/Set Image Source. Default is null
+ /// Gets or sets Image Source. Default is null
/// 10.2.2
///
[Parameter]
@@ -27,7 +27,7 @@ public partial class Empty
///
/// 获得/设置 空状态描述 默认为 无数据
- /// Get/Set Description. Default is No Data
+ /// Gets or sets Description. Default is No Data
/// 10.2.2
///
[Parameter]
@@ -35,7 +35,7 @@ public partial class Empty
///
/// 获得/设置 自定义模板
- /// Get/Set Custom Template
+ /// Gets or sets Custom Template
/// 10.2.2
///
[Parameter]
@@ -43,7 +43,7 @@ public partial class Empty
///
/// 获得/设置 子组件
- /// Get/Set Child Content
+ /// Gets or sets Child Content
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/ErrorLogger/BootstrapBlazorErrorBoundary.cs b/src/BootstrapBlazor/Components/ErrorLogger/BootstrapBlazorErrorBoundary.cs
index 5a2f77d1d23..bf92cd8f288 100644
--- a/src/BootstrapBlazor/Components/ErrorLogger/BootstrapBlazorErrorBoundary.cs
+++ b/src/BootstrapBlazor/Components/ErrorLogger/BootstrapBlazorErrorBoundary.cs
@@ -34,7 +34,7 @@ class BootstrapBlazorErrorBoundary : ErrorBoundaryBase
///
/// 获得/设置 自定义错误处理回调方法
- /// Get/Set Custom Error Handler
+ /// Gets or sets Custom Error Handler
/// 10.2.2
///
[Parameter]
@@ -42,7 +42,7 @@ class BootstrapBlazorErrorBoundary : ErrorBoundaryBase
///
/// 获得/设置 是否启用日志记录功能 默认 true 启用
- /// Get/Set Whether to Enable Logging Default true
+ /// Gets or sets Whether to Enable Logging Default true
/// 10.2.2
///
[Parameter]
@@ -50,7 +50,7 @@ class BootstrapBlazorErrorBoundary : ErrorBoundaryBase
///
/// 获得/设置 是否显示弹窗 默认 true 显示
- /// Get/Set Whether to Show Toast Default true
+ /// Gets or sets Whether to Show Toast Default true
/// 10.2.2
///
[Parameter]
@@ -58,7 +58,7 @@ class BootstrapBlazorErrorBoundary : ErrorBoundaryBase
///
/// 获得/设置 Toast 弹窗标题
- /// Get/Set Toast Title
+ /// Gets or sets Toast Title
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/ErrorLogger/ErrorLogger.cs b/src/BootstrapBlazor/Components/ErrorLogger/ErrorLogger.cs
index c1fe911226a..76b5901bbfe 100644
--- a/src/BootstrapBlazor/Components/ErrorLogger/ErrorLogger.cs
+++ b/src/BootstrapBlazor/Components/ErrorLogger/ErrorLogger.cs
@@ -50,7 +50,7 @@ public class ErrorLogger : ComponentBase, IErrorLogger
///
/// 获得/设置 自定义错误处理回调方法
- /// Get/Set Custom Error Handler
+ /// Gets or sets Custom Error Handler
/// 10.2.2
///
[Parameter]
@@ -58,7 +58,7 @@ public class ErrorLogger : ComponentBase, IErrorLogger
///
/// 获得/设置 子组件
- /// Get/Set Child Content
+ /// Gets or sets Child Content
/// 10.2.2
///
[Parameter]
@@ -66,7 +66,7 @@ public class ErrorLogger : ComponentBase, IErrorLogger
///
/// 获得/设置 异常显示模板 默认 null
- /// Get/Set Exception Display Template Default null
+ /// Gets or sets Exception Display Template Default null
/// 10.2.2
///
///
diff --git a/src/BootstrapBlazor/Components/ErrorLogger/IErrorLogger.cs b/src/BootstrapBlazor/Components/ErrorLogger/IErrorLogger.cs
index fc1737fad90..be33233332d 100644
--- a/src/BootstrapBlazor/Components/ErrorLogger/IErrorLogger.cs
+++ b/src/BootstrapBlazor/Components/ErrorLogger/IErrorLogger.cs
@@ -13,13 +13,13 @@ public interface IErrorLogger
{
///
/// 获得/设置 是否开启全局异常捕获 默认 true
- /// Get/Set Whether to Enable Global Exception Capture Default true
+ /// Gets or sets Whether to Enable Global Exception Capture Default true
///
bool EnableErrorLogger { get; set; }
///
/// 获得/设置 是否启用日志记录功能 默认 true 启用
- /// Get/Set Whether to Enable Logging Default true
+ /// Gets or sets Whether to Enable Logging Default true
/// 设置 false 后关闭记录日志功能
/// Set false to disable logging
///
@@ -39,7 +39,7 @@ public interface IErrorLogger
///
/// 获得/设置 自定义 Error 处理方法 默认 null
- /// Get/Set Custom Error Handler Default null
+ /// Gets or sets Custom Error Handler Default null
///
///
Task HandlerExceptionAsync(Exception ex);
diff --git a/src/BootstrapBlazor/Components/FileIcon/FileIcon.razor.cs b/src/BootstrapBlazor/Components/FileIcon/FileIcon.razor.cs
index 481f7764d02..eb5bd113bcb 100644
--- a/src/BootstrapBlazor/Components/FileIcon/FileIcon.razor.cs
+++ b/src/BootstrapBlazor/Components/FileIcon/FileIcon.razor.cs
@@ -22,7 +22,7 @@ public partial class FileIcon
///
/// 获得/设置 文件类型扩展名
- /// Get/Set File Extension
+ /// Gets or sets File Extension
/// 10.2.2
///
[Parameter]
@@ -31,7 +31,7 @@ public partial class FileIcon
///
/// 获得/设置 背景图模板 默认 null 使用内部内置的空文件 svg 图
- /// Get/Set Background Template Default null Use Internal Built-in Empty File SVG
+ /// Gets or sets Background Template Default null Use Internal Built-in Empty File SVG
/// 10.2.2
///
[Parameter]
@@ -39,7 +39,7 @@ public partial class FileIcon
///
/// 获得/设置 图标类型背景色 默认 Color.Primary
- /// Get/Set Icon Background Color Default Color.Primary
+ /// Gets or sets Icon Background Color Default Color.Primary
/// 10.2.2
///
[Parameter]
@@ -47,7 +47,7 @@ public partial class FileIcon
///
/// 获得/设置 图标大小 默认 Color.None
- /// Get/Set Icon Size Default Size.None
+ /// Gets or sets Icon Size Default Size.None
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Filters/EnumFilter.razor.cs b/src/BootstrapBlazor/Components/Filters/EnumFilter.razor.cs
index 248104d6832..85ab9cf2251 100644
--- a/src/BootstrapBlazor/Components/Filters/EnumFilter.razor.cs
+++ b/src/BootstrapBlazor/Components/Filters/EnumFilter.razor.cs
@@ -20,7 +20,7 @@ public partial class EnumFilter
///
/// 获得/设置 相关枚举类型
- /// Get/Set Related Enum Type
+ /// Gets or sets Related Enum Type
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Filters/FilterBase.cs b/src/BootstrapBlazor/Components/Filters/FilterBase.cs
index 4254714298e..dc6c985655f 100644
--- a/src/BootstrapBlazor/Components/Filters/FilterBase.cs
+++ b/src/BootstrapBlazor/Components/Filters/FilterBase.cs
@@ -15,7 +15,7 @@ public abstract class FilterBase : BootstrapModuleComponentBase, IFilterAction
{
///
/// 获得/设置 实例
- /// Get/Set Instance
+ /// Gets or sets Instance
///
[Inject]
[NotNull]
@@ -23,7 +23,7 @@ public abstract class FilterBase : BootstrapModuleComponentBase, IFilterAction
///
/// 获得/设置 相关 Field 字段名称
- /// Get/Set Related Field Name
+ /// Gets or sets Related Field Name
/// 10.2.2
///
[Parameter]
@@ -32,7 +32,7 @@ public abstract class FilterBase : BootstrapModuleComponentBase, IFilterAction
///
/// 获得/设置 是否为 HeaderRow 模式 默认 false
- /// Get/Set Whether is HeaderRow Mode Default false
+ /// Gets or sets Whether is HeaderRow Mode Default false
/// 10.2.2
///
[Parameter]
@@ -40,7 +40,7 @@ public abstract class FilterBase : BootstrapModuleComponentBase, IFilterAction
///
/// 获得/设置 条件数量
- /// Get/Set Condition Count
+ /// Gets or sets Condition Count
/// 10.2.2
///
[Parameter]
@@ -48,7 +48,7 @@ public abstract class FilterBase : BootstrapModuleComponentBase, IFilterAction
///
/// 获得/设置 所属 TableFilter 实例
- /// Get/Set Belonging TableFilter Instance
+ /// Gets or sets Belonging TableFilter Instance
///
[CascadingParameter, NotNull]
protected TableColumnFilter? TableColumnFilter { get; set; }
@@ -62,7 +62,7 @@ public abstract class FilterBase : BootstrapModuleComponentBase, IFilterAction
///
/// 获得/设置 多个条件逻辑关系符号
- /// Get/Set Logical Operator for Multiple Conditions
+ /// Gets or sets Logical Operator for Multiple Conditions
///
protected FilterLogic Logic { get; set; }
diff --git a/src/BootstrapBlazor/Components/Filters/FilterButton.razor.cs b/src/BootstrapBlazor/Components/Filters/FilterButton.razor.cs
index 972e1b66a95..03202d4a61e 100644
--- a/src/BootstrapBlazor/Components/Filters/FilterButton.razor.cs
+++ b/src/BootstrapBlazor/Components/Filters/FilterButton.razor.cs
@@ -13,7 +13,7 @@ public partial class FilterButton : Dropdown
{
///
/// 获得/设置 清除过滤条件时的回调方法
- /// Get/Set Callback Method When Clearing Filter Conditions
+ /// Gets or sets Callback Method When Clearing Filter Conditions
/// 10.2.2
///
[Parameter]
@@ -21,7 +21,7 @@ public partial class FilterButton : Dropdown
///
/// 获得/设置 过滤按钮图标
- /// Get/Set Filter Button Icon
+ /// Gets or sets Filter Button Icon
/// 10.2.2
///
[Parameter]
@@ -29,7 +29,7 @@ public partial class FilterButton : Dropdown
///
/// 获得/设置 重置按钮图标
- /// Get/Set Reset Button Icon
+ /// Gets or sets Reset Button Icon
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Filters/FilterKeyValueAction.cs b/src/BootstrapBlazor/Components/Filters/FilterKeyValueAction.cs
index b59bfa16b8d..ded7b29b830 100644
--- a/src/BootstrapBlazor/Components/Filters/FilterKeyValueAction.cs
+++ b/src/BootstrapBlazor/Components/Filters/FilterKeyValueAction.cs
@@ -16,33 +16,33 @@ public class FilterKeyValueAction
{
///
/// 获得/设置 Filter 项字段名称
- /// Get/Set Filter Item Field Name
+ /// Gets or sets Filter Item Field Name
///
public string? FieldKey { get; set; }
///
/// 获得/设置 Filter 项字段值
- /// Get/Set Filter Item Field Value
+ /// Gets or sets Filter Item Field Value
///
public object? FieldValue { get; set; }
///
/// 获得/设置 Filter 项与其他 Filter 逻辑关系
- /// Get/Set Logical Relationship between Filter Item and other Filters
+ /// Gets or sets Logical Relationship between Filter Item and other Filters
///
[JsonConverter(typeof(JsonStringEnumConverter))]
public FilterLogic FilterLogic { get; set; }
///
/// 获得/设置 Filter 条件行为
- /// Get/Set Filter Condition Behavior
+ /// Gets or sets Filter Condition Behavior
///
[JsonConverter(typeof(JsonStringEnumConverter))]
public FilterAction FilterAction { get; set; }
///
/// 获得/设置 子过滤条件集合
- /// Get/Set Child Filter Condition Collection
+ /// Gets or sets Child Filter Condition Collection
///
public List Filters { get; set; } = [];
}
diff --git a/src/BootstrapBlazor/Components/Filters/FilterLogicItem.razor.cs b/src/BootstrapBlazor/Components/Filters/FilterLogicItem.razor.cs
index e3df2afd460..3d3073fb0c2 100644
--- a/src/BootstrapBlazor/Components/Filters/FilterLogicItem.razor.cs
+++ b/src/BootstrapBlazor/Components/Filters/FilterLogicItem.razor.cs
@@ -15,7 +15,7 @@ public partial class FilterLogicItem
{
///
/// 获得/设置 逻辑运算符
- /// Get/Set Logical Operator
+ /// Gets or sets Logical Operator
/// 10.2.2
///
[Parameter]
@@ -23,7 +23,7 @@ public partial class FilterLogicItem
///
/// 获得/设置 逻辑运算符改变回调方法
- /// Get/Set Logical Operator Change Callback Method
+ /// Gets or sets Logical Operator Change Callback Method
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Filters/FilterProvider.razor.cs b/src/BootstrapBlazor/Components/Filters/FilterProvider.razor.cs
index 12924a451dd..600a703cfe1 100644
--- a/src/BootstrapBlazor/Components/Filters/FilterProvider.razor.cs
+++ b/src/BootstrapBlazor/Components/Filters/FilterProvider.razor.cs
@@ -15,7 +15,7 @@ public partial class FilterProvider
{
///
/// 获得/设置 重置按钮文本
- /// Get/Set Reset Button Text
+ /// Gets or sets Reset Button Text
/// 10.2.2
///
[Parameter]
@@ -24,7 +24,7 @@ public partial class FilterProvider
///
/// 获得/设置 过滤按钮文本
- /// Get/Set Filter Button Text
+ /// Gets or sets Filter Button Text
/// 10.2.2
///
[Parameter]
@@ -33,7 +33,7 @@ public partial class FilterProvider
///
/// 获得/设置 增加过滤条件图标
- /// Get/Set Add Filter Condition Icon
+ /// Gets or sets Add Filter Condition Icon
/// 10.2.2
///
[Parameter]
@@ -41,7 +41,7 @@ public partial class FilterProvider
///
/// 获得/设置 减少过滤条件图标
- /// Get/Set Remove Filter Condition Icon
+ /// Gets or sets Remove Filter Condition Icon
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Filters/IFilter.cs b/src/BootstrapBlazor/Components/Filters/IFilter.cs
index 75d15790417..0ad4a804b1a 100644
--- a/src/BootstrapBlazor/Components/Filters/IFilter.cs
+++ b/src/BootstrapBlazor/Components/Filters/IFilter.cs
@@ -13,7 +13,7 @@ public interface IFilter
{
///
/// 获得/设置 本过滤器相关 IFilterAction 实例
- /// Get/Set Related IFilterAction Instance of this Filter
+ /// Gets or sets Related IFilterAction Instance of this Filter
///
[NotNull]
IFilterAction? FilterAction { get; set; }
diff --git a/src/BootstrapBlazor/Components/Filters/MultiFilter.razor.cs b/src/BootstrapBlazor/Components/Filters/MultiFilter.razor.cs
index c05c8a4fd40..9e0e14138d0 100644
--- a/src/BootstrapBlazor/Components/Filters/MultiFilter.razor.cs
+++ b/src/BootstrapBlazor/Components/Filters/MultiFilter.razor.cs
@@ -13,7 +13,7 @@ public partial class MultiFilter
{
///
/// 获得/设置 搜索栏占位符 默认 nul 使用资源文件中值
- /// Get/Set Search Placeholder Default null Use Resource File Value
+ /// Gets or sets Search Placeholder Default null Use Resource File Value
/// 10.2.2
///
[Parameter]
@@ -21,7 +21,7 @@ public partial class MultiFilter
///
/// 获得/设置 全选按钮文本 默认 nul 使用资源文件中值
- /// Get/Set Select All Button Text Default null Use Resource File Value
+ /// Gets or sets Select All Button Text Default null Use Resource File Value
/// 10.2.2
///
[Parameter]
@@ -29,7 +29,7 @@ public partial class MultiFilter
///
/// 获得/设置 是否显示搜索栏 默认 true
- /// Get/Set Whether to Show Search Bar Default true
+ /// Gets or sets Whether to Show Search Bar Default true
/// 10.2.2
///
[Parameter]
@@ -53,7 +53,7 @@ public partial class MultiFilter
///
/// 获得/设置 Loading 模板
- /// Get/Set Loading Template
+ /// Gets or sets Loading Template
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Filters/NotSupportFilter.razor.cs b/src/BootstrapBlazor/Components/Filters/NotSupportFilter.razor.cs
index 691528b2499..e73ce8bb8b8 100644
--- a/src/BootstrapBlazor/Components/Filters/NotSupportFilter.razor.cs
+++ b/src/BootstrapBlazor/Components/Filters/NotSupportFilter.razor.cs
@@ -13,7 +13,7 @@ public partial class NotSupportFilter
{
///
/// 获得/设置 不支持过滤类型提示信息 默认 null 读取资源文件内容
- /// Get/Set Not Supported Filter Type Message Default null Read Resource File Content
+ /// Gets or sets Not Supported Filter Type Message Default null Read Resource File Content
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Filters/SearchFilterAction.cs b/src/BootstrapBlazor/Components/Filters/SearchFilterAction.cs
index cebf6679206..73d1602a31f 100644
--- a/src/BootstrapBlazor/Components/Filters/SearchFilterAction.cs
+++ b/src/BootstrapBlazor/Components/Filters/SearchFilterAction.cs
@@ -16,19 +16,19 @@ public class SearchFilterAction(string name, object? value, FilterAction action
{
///
/// 获得/设置 过滤条件名称
- /// Get/Set Filter Condition Name
+ /// Gets or sets Filter Condition Name
///
public string Name { get; set; } = name;
///
/// 获得/设置 过滤条件值
- /// Get/Set Filter Condition Value
+ /// Gets or sets Filter Condition Value
///
public object? Value { get; set; } = value;
///
/// 获得/设置 过滤条件关系运算符
- /// Get/Set Filter Condition Relation Operator
+ /// Gets or sets Filter Condition Relation Operator
///
public FilterAction Action { get; set; } = action;
diff --git a/src/BootstrapBlazor/Components/Filters/SerializeFilterAction.cs b/src/BootstrapBlazor/Components/Filters/SerializeFilterAction.cs
index 10024d5bfe4..6f9ea422060 100644
--- a/src/BootstrapBlazor/Components/Filters/SerializeFilterAction.cs
+++ b/src/BootstrapBlazor/Components/Filters/SerializeFilterAction.cs
@@ -13,7 +13,7 @@ public sealed class SerializeFilterAction : IFilterAction
{
///
/// 获得/设置 过滤条件集合
- /// Get/Set Filter Condition Collection
+ /// Gets or sets Filter Condition Collection
///
public FilterKeyValueAction? Filter { get; set; }
diff --git a/src/BootstrapBlazor/Components/Filters/TableColumnFilter.razor.cs b/src/BootstrapBlazor/Components/Filters/TableColumnFilter.razor.cs
index db92cde309b..ad746c5af51 100644
--- a/src/BootstrapBlazor/Components/Filters/TableColumnFilter.razor.cs
+++ b/src/BootstrapBlazor/Components/Filters/TableColumnFilter.razor.cs
@@ -15,7 +15,7 @@ public partial class TableColumnFilter : IFilter
{
///
/// 获得/设置 是否 active
- /// Get/Set Whether is active
+ /// Gets or sets Whether is active
/// 10.2.2
///
[Parameter]
@@ -23,7 +23,7 @@ public partial class TableColumnFilter : IFilter
///
/// 获得/设置 过滤图标
- /// Get/Set Filter Icon
+ /// Gets or sets Filter Icon
/// 10.2.2
///
[Parameter]
@@ -31,7 +31,7 @@ public partial class TableColumnFilter : IFilter
///
/// 获得/设置 不支持过滤类型提示信息 默认 null 读取资源文件内容
- /// Get/Set Not Supported Filter Type Message Default null Read Resource File Content
+ /// Gets or sets Not Supported Filter Type Message Default null Read Resource File Content
/// 10.2.2
///
[Parameter]
@@ -41,7 +41,7 @@ public partial class TableColumnFilter : IFilter
///
/// 获得/设置 不支持过滤类型提示信息 默认 null 读取资源文件内容
- /// Get/Set Not Supported Filter Type Message Default null Read Resource File Content
+ /// Gets or sets Not Supported Filter Type Message Default null Read Resource File Content
/// 10.2.2
///
[Parameter]
@@ -58,7 +58,7 @@ public partial class TableColumnFilter : IFilter
///
/// 获得/设置 是否为 HeaderRow 模式 默认 false
- /// Get/Set Whether is HeaderRow Mode Default false
+ /// Gets or sets Whether is HeaderRow Mode Default false
/// 10.2.2
///
[Parameter]
@@ -66,7 +66,7 @@ public partial class TableColumnFilter : IFilter
///
/// 获得/设置 ITable 实例
- /// Get/Set ITable Instance
+ /// Gets or sets ITable Instance
/// 10.2.2
///
[Parameter]
@@ -91,7 +91,7 @@ public partial class TableColumnFilter : IFilter
///
/// 获得/设置 过滤条件 IFilterAction 接口
- /// Get/Set Filter Condition IFilterAction Interface
+ /// Gets or sets Filter Condition IFilterAction Interface
///
[NotNull]
public IFilterAction? FilterAction { get; set; }
diff --git a/src/BootstrapBlazor/Components/FlipClock/FlipClock.razor.cs b/src/BootstrapBlazor/Components/FlipClock/FlipClock.razor.cs
index 65003caaf28..e9ec52cfced 100644
--- a/src/BootstrapBlazor/Components/FlipClock/FlipClock.razor.cs
+++ b/src/BootstrapBlazor/Components/FlipClock/FlipClock.razor.cs
@@ -14,7 +14,7 @@ public partial class FlipClock
{
///
/// 获得/设置 是否显示 Year 默认 false
- /// Get/Set Whether to Show Year Default false
+ /// Gets or sets Whether to Show Year Default false
/// 10.2.2
///
[Parameter]
@@ -22,7 +22,7 @@ public partial class FlipClock
///
/// 获得/设置 是否显示 Month 默认 false
- /// Get/Set Whether to Show Month Default false
+ /// Gets or sets Whether to Show Month Default false
/// 10.2.2
///
[Parameter]
@@ -30,7 +30,7 @@ public partial class FlipClock
///
/// 获得/设置 是否显示 Day 默认 false
- /// Get/Set Whether to Show Day Default false
+ /// Gets or sets Whether to Show Day Default false
/// 10.2.2
///
[Parameter]
@@ -38,7 +38,7 @@ public partial class FlipClock
///
/// 获得/设置 是否显示 Hour 默认 true
- /// Get/Set Whether to Show Hour Default true
+ /// Gets or sets Whether to Show Hour Default true
/// 10.2.2
///
[Parameter]
@@ -46,7 +46,7 @@ public partial class FlipClock
///
/// 获得/设置 是否显示 Minute 默认 true
- /// Get/Set Whether to Show Minute Default true
+ /// Gets or sets Whether to Show Minute Default true
/// 10.2.2
///
[Parameter]
@@ -54,7 +54,7 @@ public partial class FlipClock
///
/// 获得/设置 是否显示 Second 默认 true
- /// Get/Set Whether to Show Second Default true
+ /// Gets or sets Whether to Show Second Default true
/// 10.2.2
///
[Parameter]
@@ -62,7 +62,7 @@ public partial class FlipClock
///
/// 获得/设置 计时结束回调方法 默认 null
- /// Get/Set Timer Completed Callback Method Default null
+ /// Gets or sets Timer Completed Callback Method Default null
/// 10.2.2
///
[Parameter]
@@ -70,7 +70,7 @@ public partial class FlipClock
///
/// 获得/设置 显示模式 默认
- /// Get/Set View Mode Default
+ /// Gets or sets View Mode Default
/// 10.2.2
///
[Parameter]
@@ -78,7 +78,7 @@ public partial class FlipClock
///
/// 获得/设置 组件高度 默认 null 未设置使用样式默认值 200px;
- /// Get/Set Component Height Default null Use Style Default Value if not set 200px;
+ /// Gets or sets Component Height Default null Use Style Default Value if not set 200px;
/// 10.2.2
///
/// 支持多种单位 200px 200em 200pt 100% 等
@@ -87,7 +87,7 @@ public partial class FlipClock
///
/// 获得/设置 组件背景色 默认 null 未设置使用样式默认值 radial-gradient(ellipse at center, rgba(150, 150, 150, 1) 0%, rgba(89, 89, 89, 1) 100%);
- /// Get/Set Component Background Color Default null Use Style Default Value if not set radial-gradient(ellipse at center, rgba(150, 150, 150, 1) 0%, rgba(89, 89, 89, 1) 100%);
+ /// Gets or sets Component Background Color Default null Use Style Default Value if not set radial-gradient(ellipse at center, rgba(150, 150, 150, 1) 0%, rgba(89, 89, 89, 1) 100%);
/// 10.2.2
///
[Parameter]
@@ -95,7 +95,7 @@ public partial class FlipClock
///
/// 获得/设置 组件字体大小 默认 null 未设置使用样式默认值 80px;
- /// Get/Set Component Font Size Default null Use Style Default Value if not set 80px;
+ /// Gets or sets Component Font Size Default null Use Style Default Value if not set 80px;
/// 10.2.2
///
[Parameter]
@@ -103,7 +103,7 @@ public partial class FlipClock
///
/// 获得/设置 组件卡片宽度 默认 null 未设置使用样式默认值 60px;
- /// Get/Set Component Card Width Default null Use Style Default Value if not set 60px;
+ /// Gets or sets Component Card Width Default null Use Style Default Value if not set 60px;
/// 10.2.2
///
[Parameter]
@@ -111,7 +111,7 @@ public partial class FlipClock
///
/// 获得/设置 组件卡片高度 默认 null 未设置使用样式默认值 90px;
- /// Get/Set Component Card Height Default null Use Style Default Value if not set 90px;
+ /// Gets or sets Component Card Height Default null Use Style Default Value if not set 90px;
/// 10.2.2
///
[Parameter]
@@ -119,7 +119,7 @@ public partial class FlipClock
///
/// 获得/设置 组件卡片字体颜色 默认 null 未设置使用样式默认值 #ccc;
- /// Get/Set Component Card Font Color Default null Use Style Default Value if not set #ccc;
+ /// Gets or sets Component Card Font Color Default null Use Style Default Value if not set #ccc;
/// 10.2.2
///
[Parameter]
@@ -127,7 +127,7 @@ public partial class FlipClock
///
/// 获得/设置 组件卡片背景颜色 默认 null 未设置使用样式默认值 #333;
- /// Get/Set Component Card Background Color Default null Use Style Default Value if not set #333;
+ /// Gets or sets Component Card Background Color Default null Use Style Default Value if not set #333;
/// 10.2.2
///
[Parameter]
@@ -135,7 +135,7 @@ public partial class FlipClock
///
/// 获得/设置 组件卡片分割线高度 默认 null 未设置使用样式默认值 1px;
- /// Get/Set Component Card Divider Height Default null Use Style Default Value if not set 1px;
+ /// Gets or sets Component Card Divider Height Default null Use Style Default Value if not set 1px;
/// 10.2.2
///
[Parameter]
@@ -143,7 +143,7 @@ public partial class FlipClock
///
/// 获得/设置 组件卡片分割线颜色 默认 null 未设置使用样式默认值 rgba(0, 0, 0, .4);
- /// Get/Set Component Card Divider Color Default null Use Style Default Value if not set rgba(0, 0, 0, .4);
+ /// Gets or sets Component Card Divider Color Default null Use Style Default Value if not set rgba(0, 0, 0, .4);
/// 10.2.2
///
[Parameter]
@@ -151,7 +151,7 @@ public partial class FlipClock
///
/// 获得/设置 组件卡片间隔 默认 null 未设置使用样式默认值 5;
- /// Get/Set Component Card Margin Default null Use Style Default Value if not set 5;
+ /// Gets or sets Component Card Margin Default null Use Style Default Value if not set 5;
/// 10.2.2
///
[Parameter]
@@ -159,7 +159,7 @@ public partial class FlipClock
///
/// 获得/设置 组件卡片组间隔 默认 null 未设置使用样式默认值 20;
- /// Get/Set Component Card Group Margin Default null Use Style Default Value if not set 20;
+ /// Gets or sets Component Card Group Margin Default null Use Style Default Value if not set 20;
/// 10.2.2
///
[Parameter]
@@ -167,7 +167,7 @@ public partial class FlipClock
///
/// 获得/设置 倒计时或者计时的开始时间 默认 模式下生效
- /// Get/Set Start Time for Countdown or Count Default Effective in Mode
+ /// Gets or sets Start Time for Countdown or Count Default Effective in Mode
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Footer/Footer.razor.cs b/src/BootstrapBlazor/Components/Footer/Footer.razor.cs
index 660d8c63ca5..520333a0a4e 100644
--- a/src/BootstrapBlazor/Components/Footer/Footer.razor.cs
+++ b/src/BootstrapBlazor/Components/Footer/Footer.razor.cs
@@ -22,7 +22,7 @@ public partial class Footer
///
/// 获得/设置 Footer 显示文字
- /// Get/Set Footer Text
+ /// Gets or sets Footer Text
/// 10.2.2
///
[Parameter]
@@ -30,7 +30,7 @@ public partial class Footer
///
/// 获得/设置 Footer 组件中返回顶端按钮控制的滚动条所在组件 设置 为 true 时生效
- /// Get/Set The component where the scrollbar controlled by the back-to-top button in the Footer component is located. Effective when is true
+ /// Gets or sets The component where the scrollbar controlled by the back-to-top button in the Footer component is located. Effective when is true
/// 10.2.2
///
[Parameter]
@@ -38,7 +38,7 @@ public partial class Footer
///
/// 获得/设置 内容
- /// Get/Set Content
+ /// Gets or sets Content
/// 10.2.2
///
[Parameter]
@@ -46,7 +46,7 @@ public partial class Footer
///
/// 获得/设置 是否显示 Goto 小组件 默认 true 显示
- /// Get/Set Whether to Show Goto Widget Default true
+ /// Gets or sets Whether to Show Goto Widget Default true
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/FullScreen/FullScreenButton.razor.cs b/src/BootstrapBlazor/Components/FullScreen/FullScreenButton.razor.cs
index bee58dc2334..a65559aa5bb 100644
--- a/src/BootstrapBlazor/Components/FullScreen/FullScreenButton.razor.cs
+++ b/src/BootstrapBlazor/Components/FullScreen/FullScreenButton.razor.cs
@@ -13,7 +13,7 @@ public partial class FullScreenButton
{
///
/// 获得/设置 全屏图标 默认 fa-solid fa-maximize
- /// Get/Set Full Screen Icon Default fa-solid fa-maximize
+ /// Gets or sets Full Screen Icon Default fa-solid fa-maximize
/// 10.2.2
///
[Parameter]
@@ -23,7 +23,7 @@ public partial class FullScreenButton
///
/// 获得/设置 退出全屏图标 默认 fa-solid fa-compress
- /// Get/Set Exit Full Screen Icon Default fa-solid fa-compress
+ /// Gets or sets Exit Full Screen Icon Default fa-solid fa-compress
/// 10.2.2
///
[Parameter]
@@ -31,7 +31,7 @@ public partial class FullScreenButton
///
/// 获得/设置 全屏元素 Id 默认为 null
- /// Get/Set Full Screen Element Id Default null
+ /// Gets or sets Full Screen Element Id Default null
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/FullScreen/FullScreenOption.cs b/src/BootstrapBlazor/Components/FullScreen/FullScreenOption.cs
index 1951301a113..31d1654f303 100644
--- a/src/BootstrapBlazor/Components/FullScreen/FullScreenOption.cs
+++ b/src/BootstrapBlazor/Components/FullScreen/FullScreenOption.cs
@@ -13,19 +13,19 @@ public class FullScreenOption
{
///
/// 获得/设置 要全屏的 HTML Element 实例
- /// Get/Set HTML Element Instance to be Full Screen
+ /// Gets or sets HTML Element Instance to be Full Screen
///
public ElementReference Element { get; set; }
///
/// 获得/设置 要全屏的 HTML Element Id
- /// Get/Set HTML Element Id to be Full Screen
+ /// Gets or sets HTML Element Id to be Full Screen
///
public string? Id { get; set; }
///
/// 获得/设置 要全屏的 HTML css selector
- /// Get/Set HTML css selector to be Full Screen
+ /// Gets or sets HTML css selector to be Full Screen
///
public string? Selector { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/Geolocation/GeolocationPosition.cs b/src/BootstrapBlazor/Components/Geolocation/GeolocationPosition.cs
index db7bb2d0387..dc884c38a6d 100644
--- a/src/BootstrapBlazor/Components/Geolocation/GeolocationPosition.cs
+++ b/src/BootstrapBlazor/Components/Geolocation/GeolocationPosition.cs
@@ -13,81 +13,81 @@ public class GeolocationPosition
{
///
/// 获得/设置 纬度
- /// Get/Set Latitude
+ /// Gets or sets Latitude
///
///
public decimal Latitude { get; set; }
///
/// 获得/设置 经度
- /// Get/Set Longitude
+ /// Gets or sets Longitude
///
///
public decimal Longitude { get; set; }
///
/// 获得/设置 位置精度
- /// Get/Set Accuracy
+ /// Gets or sets Accuracy
///
public decimal Accuracy { get; set; }
///
/// 获得/设置 海拔高度单位米
- /// Get/Set Altitude (meters)
+ /// Gets or sets Altitude (meters)
///
public decimal Altitude { get; set; }
///
/// 获得/设置 海拔精度
- /// Get/Set Altitude Accuracy
+ /// Gets or sets Altitude Accuracy
///
public decimal AltitudeAccuracy { get; set; }
///
/// 获得/设置 方向 从正北开始以度计
- /// Get/Set Heading (degrees relative to true north)
+ /// Gets or sets Heading (degrees relative to true north)
///
public decimal Heading { get; set; }
///
/// 获得/设置 速度 以米/每秒计
- /// Get/Set Speed (meters/second)
+ /// Gets or sets Speed (meters/second)
///
public decimal Speed { get; set; }
///
/// 获得/设置 时间戳
- /// Get/Set Timestamp
+ /// Gets or sets Timestamp
///
public long Timestamp { get; set; }
///
/// 获得/设置 时间
- /// Get/Set Time
+ /// Gets or sets Time
///
public DateTime LastUpdateTime { get => UnixTimeStampToDateTime(Timestamp); }
///
/// 获得/设置 移动距离
- /// Get/Set Moving Distance
+ /// Gets or sets Moving Distance
///
public decimal CurrentDistance { get; set; } = 0.0M;
///
/// 获得/设置 总移动距离
- /// Get/Set Total Moving Distance
+ /// Gets or sets Total Moving Distance
///
public decimal TotalDistance { get; set; } = 0.0M;
///
/// 获得/设置 最后一次获取到的纬度
- /// Get/Set Last Acquired Latitude
+ /// Gets or sets Last Acquired Latitude
///
public decimal LastLat { get; set; }
///
/// 获得/设置 最后一次获取到的经度
- /// Get/Set Last Acquired Longitude
+ /// Gets or sets Last Acquired Longitude
///
public decimal LastLong { get; set; }
diff --git a/src/BootstrapBlazor/Components/GoTop/GoTop.razor.cs b/src/BootstrapBlazor/Components/GoTop/GoTop.razor.cs
index 6876dfafaed..722f2aaa6eb 100644
--- a/src/BootstrapBlazor/Components/GoTop/GoTop.razor.cs
+++ b/src/BootstrapBlazor/Components/GoTop/GoTop.razor.cs
@@ -15,7 +15,7 @@ public partial class GoTop
{
///
/// 获得/设置 返回顶端 Icon 属性
- /// Get/Set Back to Top Icon
+ /// Gets or sets Back to Top Icon
/// 10.2.2
///
[Parameter]
@@ -23,7 +23,7 @@ public partial class GoTop
///
/// 获得/设置 滚动条所在组件
- /// Get/Set Scroll Container Component
+ /// Gets or sets Scroll Container Component
/// 10.2.2
///
[Parameter]
@@ -31,7 +31,7 @@ public partial class GoTop
///
/// 获得/设置 滚动行为 默认 ScrollIntoViewBehavior.Smooth
- /// Get/Set Scroll Behavior Default ScrollIntoViewBehavior.Smooth
+ /// Gets or sets Scroll Behavior Default ScrollIntoViewBehavior.Smooth
/// 10.2.2
///
[Parameter]
@@ -39,7 +39,7 @@ public partial class GoTop
///
/// 获得/设置 鼠标悬停提示文字信息
- /// Get/Set Tooltip Text
+ /// Gets or sets Tooltip Text
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/GroupBox/GroupBox.razor.cs b/src/BootstrapBlazor/Components/GroupBox/GroupBox.razor.cs
index a5fee01513e..5e6c4bf0e26 100644
--- a/src/BootstrapBlazor/Components/GroupBox/GroupBox.razor.cs
+++ b/src/BootstrapBlazor/Components/GroupBox/GroupBox.razor.cs
@@ -17,7 +17,7 @@ public sealed partial class GroupBox
///
/// 获得/设置 子组件
- /// Get/Set Child Content
+ /// Gets or sets Child Content
/// 10.2.2
///
[Parameter]
@@ -25,7 +25,7 @@ public sealed partial class GroupBox
///
/// 获得/设置 Title 属性 默认为 null
- /// Get/Set Title Property Default null
+ /// Gets or sets Title Property Default null
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/HtmlTag/Link.razor.cs b/src/BootstrapBlazor/Components/HtmlTag/Link.razor.cs
index a3a937b7260..19bf4ea4420 100644
--- a/src/BootstrapBlazor/Components/HtmlTag/Link.razor.cs
+++ b/src/BootstrapBlazor/Components/HtmlTag/Link.razor.cs
@@ -13,7 +13,7 @@ public partial class Link
{
///
/// 获得/设置 href 属性值
- /// Get/Set href Property Value
+ /// Gets or sets href Property Value
/// 10.2.2
///
[Parameter]
@@ -22,7 +22,7 @@ public partial class Link
///
/// 获得/设置 Rel 属性值, 默认 stylesheet
- /// Get/Set Rel Property Value, Default stylesheet
+ /// Gets or sets Rel Property Value, Default stylesheet
/// 10.2.2
///
[Parameter]
@@ -30,7 +30,7 @@ public partial class Link
///
/// 获得/设置 版本号 默认 null 自动生成
- /// Get/Set Version Number Default null Auto Generated
+ /// Gets or sets Version Number Default null Auto Generated
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/HtmlTag/Script.razor.cs b/src/BootstrapBlazor/Components/HtmlTag/Script.razor.cs
index 82986bbb116..d6c5c82069f 100644
--- a/src/BootstrapBlazor/Components/HtmlTag/Script.razor.cs
+++ b/src/BootstrapBlazor/Components/HtmlTag/Script.razor.cs
@@ -13,7 +13,7 @@ public partial class Script
{
///
/// 获得/设置 src 属性值
- /// Get/Set src Property Value
+ /// Gets or sets src Property Value
/// 10.2.2
///
[Parameter]
@@ -22,7 +22,7 @@ public partial class Script
///
/// 获得/设置 版本号 默认 null 自动生成
- /// Get/Set Version Number Default null Auto Generated
+ /// Gets or sets Version Number Default null Auto Generated
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/IPLocator/BaiDuIPLocator.cs b/src/BootstrapBlazor/Components/IPLocator/BaiDuIPLocator.cs
index 87cc564ae9a..f4d290f7e17 100644
--- a/src/BootstrapBlazor/Components/IPLocator/BaiDuIPLocator.cs
+++ b/src/BootstrapBlazor/Components/IPLocator/BaiDuIPLocator.cs
@@ -24,13 +24,13 @@ public BaiDuIPLocator()
///
/// 获得/设置 详细地址信息
- /// Get/Set Detailed Address Information
+ /// Gets or sets Detailed Address Information
///
public IEnumerable? Data { get; set; }
///
/// 获得/设置 结果状态返回码 为 0 时通讯正常
- /// Get/Set Result Status Return Code. 0 means communication is normal
+ /// Gets or sets Result Status Return Code. 0 means communication is normal
///
public string? Status { get; set; }
@@ -63,7 +63,7 @@ public struct LocationInfo
{
///
/// 获得/设置 定位信息
- /// Get/Set Location Information
+ /// Gets or sets Location Information
///
public string? Location { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/IPLocator/DefaultIPLocator.cs b/src/BootstrapBlazor/Components/IPLocator/DefaultIPLocator.cs
index d0845e44e7c..8043af58599 100644
--- a/src/BootstrapBlazor/Components/IPLocator/DefaultIPLocator.cs
+++ b/src/BootstrapBlazor/Components/IPLocator/DefaultIPLocator.cs
@@ -25,7 +25,7 @@ public class DefaultIPLocator : IIPLocator
///
/// 获得/设置 IP定位器请求地址
- /// Get/Set IP Locator Request URL
+ /// Gets or sets IP Locator Request URL
///
public string? Url { get; set; }
diff --git a/src/BootstrapBlazor/Components/IPLocator/IIPLocator.cs b/src/BootstrapBlazor/Components/IPLocator/IIPLocator.cs
index a99916ac572..31bfdab4d4d 100644
--- a/src/BootstrapBlazor/Components/IPLocator/IIPLocator.cs
+++ b/src/BootstrapBlazor/Components/IPLocator/IIPLocator.cs
@@ -22,7 +22,7 @@ public interface IIPLocator
///
/// 获得/设置 接口地址
- /// Get/Set Interface URL
+ /// Gets or sets Interface URL
///
public string? Url { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/IPLocator/IPLocatorOption.cs b/src/BootstrapBlazor/Components/IPLocator/IPLocatorOption.cs
index ee75713bd7b..d6bfd202acc 100644
--- a/src/BootstrapBlazor/Components/IPLocator/IPLocatorOption.cs
+++ b/src/BootstrapBlazor/Components/IPLocator/IPLocatorOption.cs
@@ -17,13 +17,13 @@ public class IPLocatorOption
{
///
/// 获得/设置 定位器创建方法未设置使用内部定位器
- /// Get/Set Locator Factory Method. Use internal locator if not set
+ /// Gets or sets Locator Factory Method. Use internal locator if not set
///
public Func? LocatorFactory { get; set; }
///
/// 获得/设置 IP地址请求超时时间 默认为 3000 毫秒
- /// Get/Set IP Address Request Timeout. Default 3000 ms
+ /// Gets or sets IP Address Request Timeout. Default 3000 ms
///
public int RequestTimeout { get; set; } = 3000;
@@ -35,19 +35,19 @@ public class IPLocatorOption
///
/// 获得/设置 IP地址
- /// Get/Set IP Address
+ /// Gets or sets IP Address
///
protected internal string? IP { get; set; }
///
/// 获得/设置 HttpClient 实体类
- /// Get/Set HttpClient Instance
+ /// Gets or sets HttpClient Instance
///
protected internal HttpClient? HttpClient { get; set; }
///
/// 获得/设置 ILogger 实体类
- /// Get/Set ILogger Instance
+ /// Gets or sets ILogger Instance
///
protected internal ILogger? Logger { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/Icon/BootstrapBlazorIcon.razor.cs b/src/BootstrapBlazor/Components/Icon/BootstrapBlazorIcon.razor.cs
index b0093e6b5e7..46f4c2cc55e 100644
--- a/src/BootstrapBlazor/Components/Icon/BootstrapBlazorIcon.razor.cs
+++ b/src/BootstrapBlazor/Components/Icon/BootstrapBlazorIcon.razor.cs
@@ -13,7 +13,7 @@ public partial class BootstrapBlazorIcon
{
///
/// 获得/设置 图标名称
- /// Get/Set Icon Name
+ /// Gets or sets Icon Name
/// 10.2.2
///
///
@@ -26,7 +26,7 @@ public partial class BootstrapBlazorIcon
///
/// 获得/设置 是否为 svg sprites 默认 false
- /// Get/Set Whether is svg sprites Default false
+ /// Gets or sets Whether is svg sprites Default false
/// 10.2.2
///
[Parameter]
@@ -34,7 +34,7 @@ public partial class BootstrapBlazorIcon
///
/// 获得/设置 Svg Sprites 路径
- /// Get/Set Svg Sprites Path
+ /// Gets or sets Svg Sprites Path
/// 10.2.2
///
[Parameter]
@@ -42,7 +42,7 @@ public partial class BootstrapBlazorIcon
///
/// 获得/设置 子组件
- /// Get/Set Child Content
+ /// Gets or sets Child Content
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Icon/SvgIcon.razor.cs b/src/BootstrapBlazor/Components/Icon/SvgIcon.razor.cs
index 52550275328..4728d9a60b9 100644
--- a/src/BootstrapBlazor/Components/Icon/SvgIcon.razor.cs
+++ b/src/BootstrapBlazor/Components/Icon/SvgIcon.razor.cs
@@ -13,7 +13,7 @@ public partial class SvgIcon
{
///
/// 获得/设置 图标名称
- /// Get/Set Icon Name
+ /// Gets or sets Icon Name
///
[Parameter, NotNull]
[EditorRequired]
diff --git a/src/BootstrapBlazor/Components/ImagePreviewer/ImagePreviewer.razor.cs b/src/BootstrapBlazor/Components/ImagePreviewer/ImagePreviewer.razor.cs
index fe5f86f6343..e34e2ca5590 100644
--- a/src/BootstrapBlazor/Components/ImagePreviewer/ImagePreviewer.razor.cs
+++ b/src/BootstrapBlazor/Components/ImagePreviewer/ImagePreviewer.razor.cs
@@ -29,7 +29,7 @@ public partial class ImagePreviewer
///
/// 获得/设置 原生 z-index 属性 默认 2050
- /// Get/Set z-index property Default 2050
+ /// Gets or sets z-index property Default 2050
/// 10.2.2
///
[Parameter]
@@ -37,7 +37,7 @@ public partial class ImagePreviewer
///
/// 获得/设置 预览大图链接集合 默认 null
- /// Get/Set Preview Image List Default null
+ /// Gets or sets Preview Image List Default null
/// 10.2.2
///
[Parameter]
@@ -49,7 +49,7 @@ public partial class ImagePreviewer
///
/// 获得/设置 上一张图片 Icon 图标
- /// Get/Set Previous Image Icon
+ /// Gets or sets Previous Image Icon
/// 10.2.2
///
[Parameter]
@@ -57,7 +57,7 @@ public partial class ImagePreviewer
///
/// 获得/设置 下一张图片 Icon 图标
- /// Get/Set Next Image Icon
+ /// Gets or sets Next Image Icon
/// 10.2.2
///
[Parameter]
@@ -65,7 +65,7 @@ public partial class ImagePreviewer
///
/// 获得/设置 缩小 Icon 图标
- /// Get/Set Zoom Out Icon
+ /// Gets or sets Zoom Out Icon
/// 10.2.2
///
[Parameter]
@@ -73,7 +73,7 @@ public partial class ImagePreviewer
///
/// 获得/设置 放大 Icon 图标
- /// Get/Set Zoom In Icon
+ /// Gets or sets Zoom In Icon
/// 10.2.2
///
[Parameter]
@@ -81,7 +81,7 @@ public partial class ImagePreviewer
///
/// 获得/设置 向左旋转 Icon 图标
- /// Get/Set Rotate Left Icon
+ /// Gets or sets Rotate Left Icon
/// 10.2.2
///
[Parameter]
@@ -89,7 +89,7 @@ public partial class ImagePreviewer
///
/// 获得/设置 向右旋转 Icon 图标
- /// Get/Set Rotate Right Icon
+ /// Gets or sets Rotate Right Icon
/// 10.2.2
///
[Parameter]
@@ -97,7 +97,7 @@ public partial class ImagePreviewer
///
/// 获得/设置 预览缩放速度 默认 null 未设置取 0.015 值
- /// Get/Set Zoom Speed Default null 0.015 if not set
+ /// Gets or sets Zoom Speed Default null 0.015 if not set
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/ImageViewer/ImageViewer.razor.cs b/src/BootstrapBlazor/Components/ImageViewer/ImageViewer.razor.cs
index 07552a63491..c8b2c05aede 100644
--- a/src/BootstrapBlazor/Components/ImageViewer/ImageViewer.razor.cs
+++ b/src/BootstrapBlazor/Components/ImageViewer/ImageViewer.razor.cs
@@ -27,7 +27,7 @@ public partial class ImageViewer
///
/// 获得/设置 图片 Url 默认 null 必填
- /// Get/Set Image Url Default null Required
+ /// Gets or sets Image Url Default null Required
/// 10.2.2
///
[Parameter]
@@ -37,7 +37,7 @@ public partial class ImageViewer
///
/// 获得/设置 图片是否异步加载
- /// Get/Set whether the image is loaded asynchronously
+ /// Gets or sets whether the image is loaded asynchronously
/// 10.2.2
///
[Parameter]
@@ -45,7 +45,7 @@ public partial class ImageViewer
///
/// 获得/设置 原生 alt 属性 默认 null 未设置
- /// Get/Set Native alt Attribute Default null
+ /// Gets or sets Native alt Attribute Default null
/// 10.2.2
///
[Parameter]
@@ -53,7 +53,7 @@ public partial class ImageViewer
///
/// 获得/设置 是否显示占位符 适用于大图片加载 默认 false
- /// Get/Set Whether to show placeholder. Suitable for large image loading. Default false
+ /// Gets or sets Whether to show placeholder. Suitable for large image loading. Default false
/// 10.2.2
///
[Parameter]
@@ -61,7 +61,7 @@ public partial class ImageViewer
///
/// 获得/设置 加载失败时是否显示错误占位符 默认 false
- /// Get/Set Whether to show error placeholder when loading fails. Default false
+ /// Gets or sets Whether to show error placeholder when loading fails. Default false
/// 10.2.2
///
[Parameter]
@@ -69,7 +69,7 @@ public partial class ImageViewer
///
/// 获得/设置 占位模板 未设置 或者 正在加载时显示 默认 null 未设置
- /// Get/Set Placeholder Template. Default null
+ /// Gets or sets Placeholder Template. Default null
/// 10.2.2
///
[Parameter]
@@ -77,7 +77,7 @@ public partial class ImageViewer
///
/// 获得/设置 错误模板 默认 null 未设置
- /// Get/Set Error Template. Default null
+ /// Gets or sets Error Template. Default null
/// 10.2.2
///
[Parameter]
@@ -85,7 +85,7 @@ public partial class ImageViewer
///
/// 获得/设置 原生 object-fit 属性 默认 fill 未设置
- /// Get/Set Native object-fit Attribute. Default fill
+ /// Gets or sets Native object-fit Attribute. Default fill
/// 10.2.2
///
[Parameter]
@@ -93,7 +93,7 @@ public partial class ImageViewer
///
/// 获得/设置 原生 z-index 属性 默认 2050
- /// Get/Set Native z-index Attribute. Default 2050
+ /// Gets or sets Native z-index Attribute. Default 2050
/// 10.2.2
///
[Parameter]
@@ -101,7 +101,7 @@ public partial class ImageViewer
///
/// 获得/设置 预览大图链接集合 默认 null
- /// Get/Set Preview Image List Default null
+ /// Gets or sets Preview Image List Default null
/// 10.2.2
///
[Parameter]
@@ -109,7 +109,7 @@ public partial class ImageViewer
///
/// 获得/设置 预览大图当前链接集合点开的索引 默认为 0
- /// Get/Set Index of the currently opened link in the preview image list Default 0
+ /// Gets or sets Index of the currently opened link in the preview image list Default 0
/// 10.2.2
///
[Parameter]
@@ -117,7 +117,7 @@ public partial class ImageViewer
///
/// 获得/设置 图片加载失败时回调方法
- /// Get/Set Callback method when image loading fails
+ /// Gets or sets Callback method when image loading fails
/// 10.2.2
///
[Parameter]
@@ -125,7 +125,7 @@ public partial class ImageViewer
///
/// 获得/设置 图片加载成功时回调方法
- /// Get/Set Callback method when image loading succeeds
+ /// Gets or sets Callback method when image loading succeeds
/// 10.2.2
///
[Parameter]
@@ -133,7 +133,7 @@ public partial class ImageViewer
///
/// 获得/设置 图片文件图标
- /// Get/Set Image File Icon
+ /// Gets or sets Image File Icon
/// 10.2.2
///
[Parameter]
@@ -141,7 +141,7 @@ public partial class ImageViewer
///
/// 获得/设置 是否交叉监听 默认 false
- /// Get/Set Whether Intersection Observer. Default false
+ /// Gets or sets Whether Intersection Observer. Default false
/// 10.2.2
///
///
@@ -153,7 +153,7 @@ public partial class ImageViewer
///
/// 获得/设置 预览缩放速度 默认 null 未设置取 0.015 值
- /// Get/Set Zoom Speed Default null 0.015 if not set
+ /// Gets or sets Zoom Speed Default null 0.015 if not set
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Input/BootstrapInput.razor.cs b/src/BootstrapBlazor/Components/Input/BootstrapInput.razor.cs
index b503f805af1..fc6b88b3793 100644
--- a/src/BootstrapBlazor/Components/Input/BootstrapInput.razor.cs
+++ b/src/BootstrapBlazor/Components/Input/BootstrapInput.razor.cs
@@ -13,7 +13,7 @@ public partial class BootstrapInput
{
///
/// 获得/设置 是否为只读 默认 false
- /// Get/Set Readonly. Default false
+ /// Gets or sets Readonly. Default false
/// 10.2.2
///
[Parameter]
@@ -21,7 +21,7 @@ public partial class BootstrapInput
///
/// 获得/设置 用户删除后是否自动更改为默认值 0 默认 false
- /// Get/Set Whether to automatically set default value when user deletes. Default false
+ /// Gets or sets Whether to automatically set default value when user deletes. Default false
/// 10.2.2
///
[Parameter]
@@ -29,7 +29,7 @@ public partial class BootstrapInput
///
/// 获得/设置 是否显示清空小按钮 默认 false
- /// Get/Set Whether to show clear button. Default false
+ /// Gets or sets Whether to show clear button. Default false
/// 10.2.2
///
[Parameter]
@@ -39,7 +39,7 @@ public partial class BootstrapInput
///
/// 获得/设置 是否显示清空小按钮 默认 false
- /// Get/Set Whether to show clear button. Default false
+ /// Gets or sets Whether to show clear button. Default false
/// 10.2.2
///
[Parameter]
@@ -47,7 +47,7 @@ public partial class BootstrapInput
///
/// 获得/设置 清空文本框时回调方法 默认 null
- /// Get/Set Callback when clearing text box. Default null
+ /// Gets or sets Callback when clearing text box. Default null
/// 10.2.2
///
[Parameter]
@@ -55,7 +55,7 @@ public partial class BootstrapInput
///
/// 获得/设置 清空小按钮图标 默认 null
- /// Get/Set Clear button icon. Default null
+ /// Gets or sets Clear button icon. Default null
/// 10.2.2
///
[Parameter]
@@ -65,7 +65,7 @@ public partial class BootstrapInput
///
/// 获得/设置 清空小按钮图标 默认 null
- /// Get/Set Clear button icon. Default null
+ /// Gets or sets Clear button icon. Default null
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Input/BootstrapInputEventBase.cs b/src/BootstrapBlazor/Components/Input/BootstrapInputEventBase.cs
index 2b0cff01604..3c87d9dc92a 100644
--- a/src/BootstrapBlazor/Components/Input/BootstrapInputEventBase.cs
+++ b/src/BootstrapBlazor/Components/Input/BootstrapInputEventBase.cs
@@ -13,7 +13,7 @@ public abstract class BootstrapInputEventBase : BootstrapInputBase
/// 获得/设置 是否在文本框输入值时触发 bind-value:event="oninput" 默认 false
- /// Get/Set Whether to trigger bind-value:event="oninput" when entering value in text box. Default false
+ /// Gets or sets Whether to trigger bind-value:event="oninput" when entering value in text box. Default false
/// 10.2.2
///
///
diff --git a/src/BootstrapBlazor/Components/Input/BootstrapInputGroup.razor.cs b/src/BootstrapBlazor/Components/Input/BootstrapInputGroup.razor.cs
index 3168a0f5d2a..4ad0ea5dd93 100644
--- a/src/BootstrapBlazor/Components/Input/BootstrapInputGroup.razor.cs
+++ b/src/BootstrapBlazor/Components/Input/BootstrapInputGroup.razor.cs
@@ -17,7 +17,7 @@ public partial class BootstrapInputGroup
///
/// 获得/设置 子组件
- /// Get/Set Child Content
+ /// Gets or sets Child Content
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Input/BootstrapInputGroupIcon.razor.cs b/src/BootstrapBlazor/Components/Input/BootstrapInputGroupIcon.razor.cs
index 2dc6f586ed8..37352d1e3b9 100644
--- a/src/BootstrapBlazor/Components/Input/BootstrapInputGroupIcon.razor.cs
+++ b/src/BootstrapBlazor/Components/Input/BootstrapInputGroupIcon.razor.cs
@@ -17,7 +17,7 @@ public partial class BootstrapInputGroupIcon
///
/// 获得/设置 Icon
- /// Get/Set Icon
+ /// Gets or sets Icon
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Input/BootstrapInputGroupLabel.cs b/src/BootstrapBlazor/Components/Input/BootstrapInputGroupLabel.cs
index 67334a7c542..8d6c1318e25 100644
--- a/src/BootstrapBlazor/Components/Input/BootstrapInputGroupLabel.cs
+++ b/src/BootstrapBlazor/Components/Input/BootstrapInputGroupLabel.cs
@@ -30,7 +30,7 @@ public sealed class BootstrapInputGroupLabel : DisplayBase
///
/// 获得/设置 标签宽度 默认 null 未设置自动适应
- /// Get/Set Label Width. Default null (Auto Fit)
+ /// Gets or sets Label Width. Default null (Auto Fit)
/// 10.2.2
///
[Parameter]
@@ -38,7 +38,7 @@ public sealed class BootstrapInputGroupLabel : DisplayBase
///
/// 获得/设置 标签对其方式 默认 null 未设置 star 对齐
- /// Get/Set Label Alignment. Default null (Start Alignment)
+ /// Gets or sets Label Alignment. Default null (Start Alignment)
/// 10.2.2
///
[Parameter]
@@ -46,7 +46,7 @@ public sealed class BootstrapInputGroupLabel : DisplayBase
///
/// 获得/设置 是否显示必填项标识 默认 false
- /// Get/Set Whether to show required mark. Default false
+ /// Gets or sets Whether to show required mark. Default false
/// 10.2.2
///
[Parameter]
@@ -62,7 +62,7 @@ public sealed class BootstrapInputGroupLabel : DisplayBase
///
/// 获得/设置 是否为 InputGroup 或 TableToolbar 内的标签 默认 null 未设置
- /// Get/Set Whether it is a label inside InputGroup or TableToolbar. Default null (Not set)
+ /// Gets or sets Whether it is a label inside InputGroup or TableToolbar. Default null (Not set)
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Input/FloatingLabel.razor.cs b/src/BootstrapBlazor/Components/Input/FloatingLabel.razor.cs
index 639b0547874..9d1bc96d0aa 100644
--- a/src/BootstrapBlazor/Components/Input/FloatingLabel.razor.cs
+++ b/src/BootstrapBlazor/Components/Input/FloatingLabel.razor.cs
@@ -18,7 +18,7 @@ public partial class FloatingLabel
///
/// 获得/设置 是否为 GroupBox 样式 默认 false
- /// Get/Set Whether it is GroupBox style. Default false
+ /// Gets or sets Whether it is GroupBox style. Default false
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/InputNumber/BootstrapInputNumber.razor.cs b/src/BootstrapBlazor/Components/InputNumber/BootstrapInputNumber.razor.cs
index 1480ec16a82..1d6d9c1cd9c 100644
--- a/src/BootstrapBlazor/Components/InputNumber/BootstrapInputNumber.razor.cs
+++ b/src/BootstrapBlazor/Components/InputNumber/BootstrapInputNumber.razor.cs
@@ -39,7 +39,7 @@ public partial class BootstrapInputNumber
///
/// 获得/设置 数值增加时回调委托
- /// Get/Set Callback delegate when value increases
+ /// Gets or sets Callback delegate when value increases
/// 10.2.2
///
[Parameter]
@@ -47,7 +47,7 @@ public partial class BootstrapInputNumber
///
/// 获得/设置 数值减少时回调委托
- /// Get/Set Callback delegate when value decreases
+ /// Gets or sets Callback delegate when value decreases
/// 10.2.2
///
[Parameter]
@@ -55,7 +55,7 @@ public partial class BootstrapInputNumber
///
/// 获得/设置 最小值
- /// Get/Set Minimum Value
+ /// Gets or sets Minimum Value
/// 10.2.2
///
[Parameter]
@@ -63,7 +63,7 @@ public partial class BootstrapInputNumber
///
/// 获得/设置 最大值
- /// Get/Set Maximum Value
+ /// Gets or sets Maximum Value
/// 10.2.2
///
[Parameter]
@@ -71,7 +71,7 @@ public partial class BootstrapInputNumber
///
/// 获得/设置 步长 默认为 null
- /// Get/Set Step. Default null
+ /// Gets or sets Step. Default null
/// 10.2.2
///
[Parameter]
@@ -79,7 +79,7 @@ public partial class BootstrapInputNumber
///
/// 获得/设置 是否显示加减按钮
- /// Get/Set Whether to show increment/decrement buttons
+ /// Gets or sets Whether to show increment/decrement buttons
/// 10.2.2
///
[Parameter]
@@ -87,7 +87,7 @@ public partial class BootstrapInputNumber
///
/// 获得/设置 减小数值图标
- /// Get/Set Decrement Icon
+ /// Gets or sets Decrement Icon
/// 10.2.2
///
[Parameter]
@@ -95,7 +95,7 @@ public partial class BootstrapInputNumber
///
/// 获得/设置 增加数值图标
- /// Get/Set Increment Icon
+ /// Gets or sets Increment Icon
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Layout/Layout.razor.cs b/src/BootstrapBlazor/Components/Layout/Layout.razor.cs
index c8e735ccfaf..ebac7b478c5 100644
--- a/src/BootstrapBlazor/Components/Layout/Layout.razor.cs
+++ b/src/BootstrapBlazor/Components/Layout/Layout.razor.cs
@@ -21,7 +21,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 Tab 标签头文本本地化回调方法
- /// Get/Set Localization callback method for Tab header text
+ /// Gets or sets Localization callback method for Tab header text
/// 10.2.2
///
[Parameter]
@@ -109,7 +109,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 关闭标签页前回调方法
- /// Get/Set Callback method before closing tab
+ /// Gets or sets Callback method before closing tab
/// 10.2.2
///
///
@@ -121,7 +121,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 侧边栏状态
- /// Get/Set Sidebar status
+ /// Gets or sets Sidebar status
/// 10.2.2
///
[Parameter]
@@ -129,7 +129,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 侧边栏状态
- /// Get/Set Sidebar status
+ /// Gets or sets Sidebar status
/// 10.2.2
///
[Parameter]
@@ -137,7 +137,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 菜单手风琴效果
- /// Get/Set Menu Accordion effect
+ /// Gets or sets Menu Accordion effect
/// 10.2.2
///
[Parameter]
@@ -145,7 +145,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 收起展开按钮模板
- /// Get/Set Collapse/Expand button template
+ /// Gets or sets Collapse/Expand button template
/// 10.2.2
///
[Parameter]
@@ -153,7 +153,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 Header 模板
- /// Get/Set Header Template
+ /// Gets or sets Header Template
/// 10.2.2
///
[Parameter]
@@ -161,7 +161,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 Footer 模板
- /// Get/Set Footer Template
+ /// Gets or sets Footer Template
/// 10.2.2
///
[Parameter]
@@ -169,7 +169,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 MenuBar 图标
- /// Get/Set MenuBar Icon
+ /// Gets or sets MenuBar Icon
/// 10.2.2
///
[Parameter]
@@ -177,7 +177,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 Side 模板
- /// Get/Set Side Template
+ /// Gets or sets Side Template
/// 10.2.2
///
[Parameter]
@@ -185,7 +185,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否显示分割栏 默认 false 不显示 仅在 左右布局时有效
- /// Get/Set Whether to show split bar. Default false Effective only in Left-Right Layout
+ /// Gets or sets Whether to show split bar. Default false Effective only in Left-Right Layout
/// 10.2.2
///
[Parameter]
@@ -193,7 +193,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否显示分割栏 默认 false 不显示 仅在 左右布局时有效
- /// Get/Set Whether to show split bar. Default false Effective only in Left-Right Layout
+ /// Gets or sets Whether to show split bar. Default false Effective only in Left-Right Layout
/// 10.2.2
///
[Parameter]
@@ -203,7 +203,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 侧边栏最小宽度 默认 null 未设置
- /// Get/Set Sidebar minimum width. Default null
+ /// Gets or sets Sidebar minimum width. Default null
/// 10.2.2
///
[Parameter]
@@ -211,7 +211,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 侧边栏最大宽度 默认 null 未设置
- /// Get/Set Sidebar maximum width. Default null
+ /// Gets or sets Sidebar maximum width. Default null
/// 10.2.2
///
[Parameter]
@@ -219,7 +219,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 NotAuthorized 模板 默认 null NET6.0/7.0 有效
- /// Get/Set NotAuthorized Template. Default null. Valid in NET6.0/7.0
+ /// Gets or sets NotAuthorized Template. Default null. Valid in NET6.0/7.0
/// 10.2.2
///
[Parameter]
@@ -227,7 +227,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 NotFound 模板 默认 null NET6.0/7.0 有效
- /// Get/Set NotFound Template. Default null. Valid in NET6.0/7.0
+ /// Gets or sets NotFound Template. Default null. Valid in NET6.0/7.0
/// 10.2.2
///
[Parameter]
@@ -235,7 +235,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 NotFound 标签文本 默认 null NET6.0/7.0 有效
- /// Get/Set NotFound Tab Text. Default null. Valid in NET6.0/7.0
+ /// Gets or sets NotFound Tab Text. Default null. Valid in NET6.0/7.0
/// 10.2.2
///
[Parameter]
@@ -244,7 +244,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 侧边栏宽度,支持百分比,设置 0 时关闭宽度功能 默认值 300
- /// Get/Set Sidebar width. Supports percentage. Disable width function when set to 0. Default 300
+ /// Gets or sets Sidebar width. Supports percentage. Disable width function when set to 0. Default 300
/// 10.2.2
///
[Parameter]
@@ -252,7 +252,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 Main 模板
- /// Get/Set Main Template
+ /// Gets or sets Main Template
/// 10.2.2
///
[Parameter]
@@ -261,7 +261,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 侧边栏是否占满整个左侧 默认为 false
- /// Get/Set Whether the sidebar fills the entire left side. Default false
+ /// Gets or sets Whether the sidebar fills the entire left side. Default false
/// 10.2.2
///
[Parameter]
@@ -269,7 +269,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否为整页面布局 默认为 false
- /// Get/Set Whether it is a full page layout. Default false
+ /// Gets or sets Whether it is a full page layout. Default false
/// 10.2.2
///
///
@@ -281,7 +281,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 侧边栏菜单集合
- /// Get/Set Sidebar Menu Collection
+ /// Gets or sets Sidebar Menu Collection
/// 10.2.2
///
[Parameter]
@@ -289,7 +289,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否右侧使用 Tab 组件 默认为 false 不使用
- /// Get/Set Whether to use Tab component on the right side. Default false
+ /// Gets or sets Whether to use Tab component on the right side. Default false
/// 10.2.2
///
[Parameter]
@@ -297,7 +297,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否固定多标签 Header 默认 false
- /// Get/Set Whether to fix multi-tab Header. Default false
+ /// Gets or sets Whether to fix multi-tab Header. Default false
/// 10.2.2
///
[Parameter]
@@ -305,7 +305,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否仅渲染 Active 标签
- /// Get/Set Whether to render only Active Tab
+ /// Gets or sets Whether to render only Active Tab
/// 10.2.2
///
[Parameter]
@@ -313,7 +313,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否允许拖动标签页 默认 true
- /// Get/Set Whether to allow dragging tabs. Default true
+ /// Gets or sets Whether to allow dragging tabs. Default true
/// 10.2.2
///
[Parameter]
@@ -321,7 +321,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否固定 Footer 组件
- /// Get/Set Whether to fix Footer component
+ /// Gets or sets Whether to fix Footer component
/// 10.2.2
///
[Parameter]
@@ -329,7 +329,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否固定 Header 组件
- /// Get/Set Whether to fix Header component
+ /// Gets or sets Whether to fix Header component
/// 10.2.2
///
[Parameter]
@@ -337,7 +337,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否显示收缩展开 Bar 默认 false
- /// Get/Set Whether to show Collapse/Expand Bar. Default false
+ /// Gets or sets Whether to show Collapse/Expand Bar. Default false
/// 10.2.2
///
[Parameter]
@@ -345,7 +345,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否显示 Footer 模板 默认 false
- /// Get/Set Whether to show Footer Template. Default false
+ /// Gets or sets Whether to show Footer Template. Default false
/// 10.2.2
///
[Parameter]
@@ -353,7 +353,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否显示返回顶端按钮 默认为 false 不显示
- /// Get/Set Whether to show "Back to Top" button. Default false
+ /// Gets or sets Whether to show "Back to Top" button. Default false
/// 10.2.2
///
[Parameter]
@@ -361,7 +361,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 点击菜单时回调委托方法 默认为 null
- /// Get/Set Callback delegate method when menu is clicked. Default null
+ /// Gets or sets Callback delegate method when menu is clicked. Default null
/// 10.2.2
///
[Parameter]
@@ -369,7 +369,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 收缩展开回调委托
- /// Get/Set Collapse/Expand Callback Delegate
+ /// Gets or sets Collapse/Expand Callback Delegate
/// 10.2.2
///
[Parameter]
@@ -377,7 +377,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 默认标签页 关闭所有标签页时自动打开此地址 默认 null 未设置
- /// Get/Set Default Tab. Automatically open this address when closing all tabs. Default null
+ /// Gets or sets Default Tab. Automatically open this address when closing all tabs. Default null
/// 10.2.2
///
[Parameter]
@@ -385,7 +385,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 标签是否显示关闭按钮 默认 true
- /// Get/Set Whether to show close button on tab. Default true
+ /// Gets or sets Whether to show close button on tab. Default true
/// 10.2.2
///
[Parameter]
@@ -393,7 +393,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 标签是否显示扩展按钮 默认 true
- /// Get/Set Whether to show extend buttons on tab. Default true
+ /// Gets or sets Whether to show extend buttons on tab. Default true
/// 10.2.2
///
[Parameter]
@@ -401,7 +401,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 点击标签页是否切换地址栏 默认 true
- /// Get/Set Whether to switch address bar when clicking tab. Default true
+ /// Gets or sets Whether to switch address bar when clicking tab. Default true
/// 10.2.2
///
[Parameter]
@@ -409,7 +409,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 授权回调方法多用于权限控制
- /// Get/Set Authorization callback method, mostly used for permission control
+ /// Gets or sets Authorization callback method, mostly used for permission control
/// 10.2.2
///
[Parameter]
@@ -417,7 +417,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 未授权导航地址 默认为 "/Account/Login" Cookie 模式登录页
- /// Get/Set Unauthorized navigation address. Default "/Account/Login" Cookie mode login page
+ /// Gets or sets Unauthorized navigation address. Default "/Account/Login" Cookie mode login page
/// 10.2.2
///
[Parameter]
@@ -497,7 +497,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否跳过认证逻辑 默认 false
- /// Get/Set Whether to skip authentication logic. Default false
+ /// Gets or sets Whether to skip authentication logic. Default false
/// 10.2.2
///
[Parameter]
@@ -515,7 +515,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否已授权
- /// Get/Set Whether authorized
+ /// Gets or sets Whether authorized
///
private bool _authenticated;
@@ -573,7 +573,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 排除地址支持通配符
- /// Get/Set Exclude URLs support wildcards
+ /// Gets or sets Exclude URLs support wildcards
/// 10.2.2
///
[Parameter]
@@ -581,7 +581,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 Gets or sets a collection of additional assemblies that should be searched for components that can match URIs.
- /// Get/Set Gets or sets a collection of additional assemblies that should be searched for components that can match URIs.
+ /// Gets or sets Gets or sets a collection of additional assemblies that should be searched for components that can match URIs.
/// 10.2.2
///
[Parameter]
@@ -589,7 +589,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 鼠标悬停提示文字信息
- /// Get/Set Tooltip Text
+ /// Gets or sets Tooltip Text
/// 10.2.2
///
[Parameter]
@@ -597,7 +597,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 更新回调方法 默认 null
- /// Get/Set Update callback method. Default null
+ /// Gets or sets Update callback method. Default null
/// 10.2.2
///
[Parameter]
@@ -605,7 +605,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 AuthorizeRouteView 参数
- /// Get/Set AuthorizeRouteView Parameter
+ /// Gets or sets AuthorizeRouteView Parameter
/// 10.2.2
///
[Parameter]
@@ -613,7 +613,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否开启全局异常捕获 默认 null 使用 设置值
- /// Get/Set Whether to enable global exception capture. Default null. Use value.
+ /// Gets or sets Whether to enable global exception capture. Default null. Use value.
/// 10.2.2
///
[Parameter]
@@ -621,7 +621,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否记录异常到 默认 null 使用 设置值
- /// Get/Set Whether to log exceptions to . Default null. Use value.
+ /// Gets or sets Whether to log exceptions to . Default null. Use value.
/// 10.2.2
///
[Parameter]
@@ -629,7 +629,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 是否显示 Error 提示弹窗 默认 null 使用 设置值
- /// Get/Set Whether to show Error Toast. Default null. Use value.
+ /// Gets or sets Whether to show Error Toast. Default null. Use value.
/// 10.2.2
///
[Parameter]
@@ -637,7 +637,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 错误日志 弹窗标题 默认 null
- /// Get/Set Error Logger Title. Default null.
+ /// Gets or sets Error Logger Title. Default null.
/// 10.2.2
///
[Parameter]
@@ -645,7 +645,7 @@ public partial class Layout : IHandlerException, ITabHeader
///
/// 获得/设置 自定义错误处理回调方法
- /// Get/Set Custom error handling callback method
+ /// Gets or sets Custom error handling callback method
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Layout/LayoutSplitBar.razor.cs b/src/BootstrapBlazor/Components/Layout/LayoutSplitBar.razor.cs
index e9686feda8b..24420e016a1 100644
--- a/src/BootstrapBlazor/Components/Layout/LayoutSplitBar.razor.cs
+++ b/src/BootstrapBlazor/Components/Layout/LayoutSplitBar.razor.cs
@@ -13,7 +13,7 @@ public partial class LayoutSplitBar
{
///
/// 获得/设置 容器选择器 默认 null 未设置
- /// Get/Set Container Selector. Default null
+ /// Gets or sets Container Selector. Default null
/// 组件拖动后设置容器 style="--bb-layout-sidebar-width: 200px;" 用于宽度调整
/// Set container style="--bb-layout-sidebar-width: 200px;" after dragging component for width adjustment
/// 10.2.2
@@ -23,7 +23,7 @@ public partial class LayoutSplitBar
///
/// 获得/设置 最小宽度 默认 null 未设置
- /// Get/Set Minimum Width. Default null
+ /// Gets or sets Minimum Width. Default null
/// 10.2.2
///
[Parameter]
@@ -31,7 +31,7 @@ public partial class LayoutSplitBar
///
/// 获得/设置 最大宽度 默认 null 未设置
- /// Get/Set Maximum Width. Default null
+ /// Gets or sets Maximum Width. Default null
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/Light/Light.razor.cs b/src/BootstrapBlazor/Components/Light/Light.razor.cs
index b1fcfdf332c..5b30794fe17 100644
--- a/src/BootstrapBlazor/Components/Light/Light.razor.cs
+++ b/src/BootstrapBlazor/Components/Light/Light.razor.cs
@@ -25,7 +25,7 @@ public partial class Light
///
/// 获得/设置 组件是否闪烁 默认为 false 不闪烁
- /// Get/Set Whether the component is flashing. Default is false (No flash)
+ /// Gets or sets Whether the component is flashing. Default is false (No flash)
/// 10.2.2
///
[Parameter]
@@ -33,7 +33,7 @@ public partial class Light
///
/// 获得/设置 是否为平面图形 默认 false
- /// Get/Set Whether it is a flat graphic. Default false
+ /// Gets or sets Whether it is a flat graphic. Default false
/// 10.2.2
///
[Parameter]
@@ -41,7 +41,7 @@ public partial class Light
///
/// 获得/设置 指示灯颜色 默认为 Success 绿色
- /// Get/Set Indicator Color. Default Success (Green)
+ /// Gets or sets Indicator Color. Default Success (Green)
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/ListGroup/ListGroup.razor.cs b/src/BootstrapBlazor/Components/ListGroup/ListGroup.razor.cs
index f38ee4828ce..fad4fb520bb 100644
--- a/src/BootstrapBlazor/Components/ListGroup/ListGroup.razor.cs
+++ b/src/BootstrapBlazor/Components/ListGroup/ListGroup.razor.cs
@@ -13,7 +13,7 @@ public partial class ListGroup
{
///
/// 获得/设置 数据源集合
- /// Get/Set Data source collection
+ /// Gets or sets Data source collection
/// 10.2.2
///
[Parameter]
@@ -25,7 +25,7 @@ public partial class ListGroup
///
/// 获得/设置 Header 模板 默认 null
- /// Get/Set Header Template. Default null
+ /// Gets or sets Header Template. Default null
/// 10.2.2
///
[Parameter]
@@ -33,7 +33,7 @@ public partial class ListGroup
///
/// 获得/设置 Header 文字 默认 null
- /// Get/Set Header Text. Default null
+ /// Gets or sets Header Text. Default null
/// 10.2.2
///
[Parameter]
@@ -41,7 +41,7 @@ public partial class ListGroup
///
/// 获得/设置 Item 模板 默认 null
- /// Get/Set Item Template. Default null
+ /// Gets or sets Item Template. Default null
/// 10.2.2
///
[Parameter]
@@ -49,7 +49,7 @@ public partial class ListGroup
///
/// 获得/设置 点击 List 项目回调方法
- /// Get/Set Callback method when List item is clicked
+ /// Gets or sets Callback method when List item is clicked
/// 10.2.2
///
[Parameter]
@@ -57,7 +57,7 @@ public partial class ListGroup
///
/// 获得/设置 双击 List 项目回调方法
- /// Get/Set Callback method when List item is double-clicked
+ /// Gets or sets Callback method when List item is double-clicked
/// 10.2.2
///
[Parameter]
@@ -65,7 +65,7 @@ public partial class ListGroup
///
/// 获得/设置 获得条目显示文本内容回调方法
- /// Get/Set Callback method to get item display text
+ /// Gets or sets Callback method to get item display text
/// 10.2.2
///
[Parameter]
diff --git a/src/BootstrapBlazor/Components/ListView/ListView.razor.cs b/src/BootstrapBlazor/Components/ListView/ListView.razor.cs
index 167f39266d5..1db934e732d 100644
--- a/src/BootstrapBlazor/Components/ListView/ListView.razor.cs
+++ b/src/BootstrapBlazor/Components/ListView/ListView.razor.cs
@@ -22,7 +22,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 CardHeader
- /// Get/Set Card Header
+ /// Gets or sets Card Header
/// 10.2.2
///
[Parameter]
@@ -30,7 +30,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 获得 值 默认 null 使用分组 Key.ToString() 方法获取
- /// Get/Set Get value. Default null. Use Group Key.ToString() method to get
+ /// Gets or sets Get value. Default null. Use Group Key.ToString() method to get
/// 10.2.2
///
[Parameter]
@@ -38,7 +38,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 组排序回调方法 默认 null 使用内置
- /// Get/Set Group sort callback method. Default null. Use built-in
+ /// Gets or sets Group sort callback method. Default null. Use built-in
/// 10.2.2
///
[Parameter]
@@ -46,7 +46,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 组内项目排序回调方法 默认 null
- /// Get/Set Group item sort callback method. Default null
+ /// Gets or sets Group item sort callback method. Default null
/// 10.2.2
///
[Parameter]
@@ -54,7 +54,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 BodyTemplate
- /// Get/Set Body Template
+ /// Gets or sets Body Template
/// 10.2.2
///
[Parameter]
@@ -63,7 +63,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 FooterTemplate 默认 null 未设置 设置值后 参数不起作用,请自行实现分页功能
- /// Get/Set Footer Template. Default null. If set, parameter will not work, please implement pagination manually
+ /// Gets or sets Footer Template. Default null. If set, parameter will not work, please implement pagination manually
/// 10.2.2
///
[Parameter]
@@ -71,7 +71,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 数据源
- /// Get/Set Data Source
+ /// Gets or sets Data Source
/// 10.2.2
///
[Parameter]
@@ -79,7 +79,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 是否分页 默认为 false 不分页 设置 时分页功能自动被禁用
- /// Get/Set Whether to page. Default false. Paging is automatically disabled when is set
+ /// Gets or sets Whether to page. Default false. Paging is automatically disabled when is set
/// 10.2.2
///
[Parameter]
@@ -89,7 +89,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 是否分页 默认为 false 不分页 设置 时分页功能自动被禁用
- /// Get/Set Whether to page. Default false. Paging is automatically disabled when is set
+ /// Gets or sets Whether to page. Default false. Paging is automatically disabled when is set
/// 10.2.2
///
[Parameter]
@@ -97,7 +97,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 分组 Lambda 表达式 默认 null
- /// Get/Set Grouping Lambda Expression. Default null
+ /// Gets or sets Grouping Lambda Expression. Default null
/// 10.2.2
///
[Parameter]
@@ -105,7 +105,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 是否可折叠 默认 false 需要开启分组设置
- /// Get/Set Whether it is collapsible. Default false. Need to enable grouping setting
+ /// Gets or sets Whether it is collapsible. Default false. Need to enable grouping setting
/// 10.2.2
///
[Parameter]
@@ -113,7 +113,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 是否手风琴效果 默认 false 需要开启可收缩设置
- /// Get/Set Accordion effect. Default false. Need to enable collapsible setting
+ /// Gets or sets Accordion effect. Default false. Need to enable collapsible setting
/// 10.2.2
///
[Parameter]
@@ -121,7 +121,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 CollapseItem 展开收缩时回调方法 默认 false 需要开启可收缩设置
- /// Get/Set Callback method when CollapseItem is expanded/collapsed. Default false. Need to enable collapsible setting
+ /// Gets or sets Callback method when CollapseItem is expanded/collapsed. Default false. Need to enable collapsible setting
/// 10.2.2
///
[Parameter]
@@ -129,7 +129,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 首次渲染是否收缩回调委托
- /// Get/Set Callback delegate for whether to collapse on first render
+ /// Gets or sets Callback delegate for whether to collapse on first render
/// 10.2.2
///
[Parameter]
@@ -145,7 +145,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 ListView组件元素点击时回调委托
- /// Get/Set Callback delegate when ListView component element is clicked
+ /// Gets or sets Callback delegate when ListView component element is clicked
/// 10.2.2
///
[Parameter]
@@ -153,7 +153,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 是否为竖向排列 默认为 false
- /// Get/Set Whether to arrange vertically. Default false
+ /// Gets or sets Whether to arrange vertically. Default false
/// 10.2.2
///
[Parameter]
@@ -161,7 +161,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 每页数据数量 默认 20
- /// Get/Set Number of items per page. Default 20
+ /// Gets or sets Number of items per page. Default 20
/// 10.2.2
///
[Parameter]
@@ -169,7 +169,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 组件高度 默认 null 未设置高度 如:50% 100px 10rem 10vh 等
- /// Get/Set Component height. Default null. Not set. e.g. 50% 100px 10rem 10vh etc.
+ /// Gets or sets Component height. Default null. Not set. e.g. 50% 100px 10rem 10vh etc.
/// 10.2.2
///
[Parameter]
@@ -177,7 +177,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 无数据时模板 默认 null 未设置
- /// Get/Set Template when no data. Default null
+ /// Gets or sets Template when no data. Default null
/// 10.2.2
///
[Parameter]
@@ -185,7 +185,7 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 无数据时显示文字 默认 null 未设置使用资源文件设置文字
- /// Get/Set Text to display when no data. Default null. Use resource file to set text if not set
+ /// Gets or sets Text to display when no data. Default null. Use resource file to set text if not set
/// 10.2.2
///
[Parameter]
@@ -193,13 +193,13 @@ public partial class ListView : BootstrapComponentBase
///
/// 获得/设置 当前页码
- /// Get/Set Current Page Index
+ /// Gets or sets Current Page Index
///
private int _pageIndex = 1;
///
/// 获得/设置 数据总条目
- /// Get/Set Total items
+ /// Gets or sets Total items
///
private int _totalCount;
diff --git a/src/BootstrapBlazor/Components/Mask/MaskOption.cs b/src/BootstrapBlazor/Components/Mask/MaskOption.cs
index b1201fe713b..13f416e32e6 100644
--- a/src/BootstrapBlazor/Components/Mask/MaskOption.cs
+++ b/src/BootstrapBlazor/Components/Mask/MaskOption.cs
@@ -13,37 +13,37 @@ public class MaskOption
{
///
/// 获得/设置 z-index 值 默认 未设置 使用 样式 1050
- /// Get/Set z-index value. Default not set. Use style 1050
+ /// Gets or sets z-index value. Default not set. Use style 1050
///
public int? ZIndex { get; set; }
///
/// 获得/设置 opacity 值 默认 未设置 使用 样式 0.5
- /// Get/Set opacity value. Default not set. Use style 0.5
+ /// Gets or sets opacity value. Default not set. Use style 0.5
///
public float? Opacity { get; set; }
///
/// 获得/设置 background-color 值 默认 未设置 使用 样式 #000
- /// Get/Set background-color value. Default not set. Use style #000
+ /// Gets or sets background-color value. Default not set. Use style #000
///
public string? BackgroundColor { get; set; }
///
/// 获得/设置 子组件
- /// Get/Set Child Content
+ /// Gets or sets Child Content
///
public RenderFragment? ChildContent { get; set; }
///
/// 获得/设置 遮罩父容器 id 默认 null 未设置
- /// Get/Set Mask Parent Container ID. Default null
+ /// Gets or sets Mask Parent Container ID. Default null
///
public string? ContainerId { get; set; }
///
/// 获得/设置 遮罩父容器选择器 Selector 默认 null 未设置
- /// Get/Set Mask Parent Container Selector. Default null
+ /// Gets or sets Mask Parent Container Selector. Default null
///
public string? Selector { get; set; }
}
diff --git a/src/BootstrapBlazor/Components/Menu/Menu.razor.cs b/src/BootstrapBlazor/Components/Menu/Menu.razor.cs
index 607f222c9b0..ad4da79c371 100644
--- a/src/BootstrapBlazor/Components/Menu/Menu.razor.cs
+++ b/src/BootstrapBlazor/Components/Menu/Menu.razor.cs
@@ -37,7 +37,7 @@ public partial class Menu
///
/// 获得/设置 菜单数据集合
- /// Get/Set Menu Data Collection
+ /// Gets or sets Menu Data Collection
/// 10.2.2
///
[Parameter]
@@ -46,7 +46,7 @@ public partial class Menu
///
/// 获得/设置 是否为手风琴效果 默认为 false
- /// Get/Set Whether it is accordion effect. Default false
+ /// Gets or sets Whether it is accordion effect. Default false
/// 10.2.2
///
///
@@ -58,7 +58,7 @@ public partial class Menu
///
/// 获得/设置 是否全部展开 默认为 false
- /// Get/Set Whether to expand all. Default false
+ /// Gets or sets Whether to expand all. Default false
/// 10.2.2
///
///
@@ -70,7 +70,7 @@ public partial class Menu
///
/// 获得/设置 侧栏是否收起 默认 false 未收起
- /// Get/Set Whether sidebar is collapsed. Default false (Not collapsed)
+ /// Gets or sets Whether sidebar is collapsed. Default false (Not collapsed)
/// 10.2.2
///
[Parameter]
@@ -78,7 +78,7 @@ public partial class Menu
///
/// 获得/设置 侧栏垂直模式 默认 false
- /// Get/Set Sidebar vertical mode. Default false
+ /// Gets or sets Sidebar vertical mode. Default false
/// 10.2.2
///
///
@@ -87,7 +87,7 @@ public partial class Menu
///
/// 获得/设置 自动滚动到可视区域 默认 true 开启时生效
- /// Get/Set Automatically scroll to visible area. Default true. Effective when is enabled
+ /// Gets or sets Automatically scroll to visible area. Default true. Effective when is enabled
/// 10.2.2
///
///
@@ -96,7 +96,7 @@ public partial class Menu
///
/// 获得/设置 侧边栏垂直模式在底部 默认 false
- /// Get/Set Sidebar vertical mode at bottom. Default false
+ /// Gets or sets Sidebar vertical mode at bottom. Default false
/// 10.2.2
///
[Parameter]
@@ -104,7 +104,7 @@ public partial class Menu
///
/// 获得/设置 缩进大小 默认为 16 单位 px
- /// Get/Set Indent size. Default 16px
+ /// Gets or sets Indent size. Default 16px
/// 10.2.2
///
[Parameter]
@@ -112,7 +112,7 @@ public partial class Menu
///
/// 获得/设置 是否禁止导航 默认为 false 允许导航
- /// Get/Set Whether to disable navigation. Default false (Allow navigation)
+ /// Gets or sets Whether to disable navigation. Default false (Allow navigation)
/// 10.2.2
///
[Parameter]
@@ -120,7 +120,7 @@ public partial class Menu
///
/// 获得/设置 菜单项点击回调委托
- /// Get/Set Menu item click callback delegate
+ /// Gets or sets Menu item click callback delegate
/// 10.2.2
///
[Parameter]
@@ -128,7 +128,7 @@ public partial class Menu
///
/// 获得/设置 NavigationManager 实例
- /// Get/Set NavigationManager Instance
+ /// Gets or sets NavigationManager Instance
///
[Inject]
[NotNull]
diff --git a/src/BootstrapBlazor/Components/Menu/MenuItem.cs b/src/BootstrapBlazor/Components/Menu/MenuItem.cs
index c4c5390b4a2..b6e084176cf 100644
--- a/src/BootstrapBlazor/Components/Menu/MenuItem.cs
+++ b/src/BootstrapBlazor/Components/Menu/MenuItem.cs
@@ -21,25 +21,25 @@ public class MenuItem : NodeItem
///
/// 获得/设置 组件数据源
- /// Get/Set Component Data Source
+ /// Gets or sets Component Data Source
///
public IEnumerable