Notifications Window Elements(通知窗口元素)
This topic describes the UI and functionality of the Notifications window that ships with the Notifications Module. The window is a pop-up dialog that XAF invokes each time it has to send a notification to the user.
本主题介绍随通知模块提供的通知窗口的用户界面和功能。该窗口是一个弹出对话框,XAF在每次需要向用户发送通知时都会调用它。
ASP.NET Core Blazor

Windows Forms

The Notifications window contains the NotificationsObject_DetailView Detail View. You can adjust the layout for this view in the Model Editor.
通知窗口包含NotificationsObject_DetailView详情视图。您可以在模型编辑器中调整此视图的布局。
The Detail View contains a nested NotificationsObject_Notifications_ListView List View that displays the notification list. If you click a record in the list, XAF invokes the Detail View of the associated business object (for example, Event).
该详情视图包含一个嵌套的NotificationsObject_Notifications_ListView列表视图,用于显示通知列表。如果您点击列表中的一条记录,XAF会调用关联业务对象(例如Event)的详情视图。
Actions(动作)
Buttons available in the Notifications window are Actions supplied by NotificationsDialogViewController.
通知窗口中可用的按钮是由NotificationsDialogViewController提供的动作。

Combo Boxes(组合框)
In XAF Windows Forms and ASP.NET Web Forms applications, the Snooze time combo box contains predefined time span values. Use it to specify the delay in the Snooze Action.
在XAF Windows Forms和ASP.NET Web Forms应用程序中,“延迟时间”组合框包含预定义的时间跨度值。使用它来指定Snooze动作中的延迟时间。
The Notifications State combo box specifies a filter applied to visible notifications:
“通知状态”组合框指定应用于可见通知的筛选器:
- Active
- Postponed
- All
Checkboxes(复选框)
The Show Notifications Window checkbox controls whether XAF invokes the Notifications window automatically. If you uncheck it, the window does not appear, but XAF still updates the notifications count next to the Show Notifications Action.
“显示通知窗口”复选框控制XAF是否自动调用通知窗口。如果取消勾选,窗口将不会出现,但XAF仍会更新“显示通知”动作旁边的通知数量。
To manually invoke the Notifications window, click Show Notifications.
要手动调用通知窗口,请点击“显示通知”。
Note
In XAF ASP.NET Core Blazor applications, the checkbox is hidden.
在XAF ASP.NET Core Blazor应用程序中,该复选框是隐藏的。
To control the Notifications window visibility in code, use the NotificationsOptionsBase.ShowNotificationsWindow property.
要在代码中控制通知窗口的可见性,请使用NotificationsOptionsBase.ShowNotificationsWindow属性。
Tip
To learn how to localize the Notifications window, refer to the following topic: Notifications Localization.
要了解如何本地化通知窗口,请参阅以下主题:通知本地化。
&spm=1001.2101.3001.5002&articleId=149962761&d=1&t=3&u=b145227754074d478229b85adb2c4b92)
324

被折叠的 条评论
为什么被折叠?



