Skip to content

Commit

Permalink
Update demo and help
Browse files Browse the repository at this point in the history
  • Loading branch information
cwinland committed Oct 23, 2023
1 parent 737f926 commit 5e6b1fb
Show file tree
Hide file tree
Showing 114 changed files with 12,052 additions and 615 deletions.
68 changes: 48 additions & 20 deletions Help/WebKI.xml

Large diffs are not rendered by default.

126 changes: 82 additions & 44 deletions Help/WebTOC.xml

Large diffs are not rendered by default.

209 changes: 116 additions & 93 deletions Help/Wpf.NotificationCenter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
</summary>
</member>
<member name="E:Wpf.NotificationCenter.Notification.Notification.PropertyChanged">
<summary>Occurs when a property value changes.</summary>
<inheritdoc />
</member>
<member name="F:Wpf.NotificationCenter.Notification.Notification.AlertMaxHeightProperty">
Expand Down Expand Up @@ -407,8 +406,8 @@
notificationService.Error(title, text, AlertType.NotificationPopup);
notificationService.Warning(title, text, AlertType.NotificationPopup);
]]></code>
Get the last toast or alert center notification:
<code><![CDATA[
Get the last toast or alert center notification:
<code><![CDATA[
var toast = notificationService.GetLastToastNotification();
var alert = notificationService.GetLastAlertCenterNotification();
]]></code></example>
Expand All @@ -422,105 +421,50 @@
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Close(Note,System.Nullable{System.String})">
<summary>
Closes the specified notification.
Closes the specified notification.
</summary>
<inheritdoc />
<param name="notification">The notification.</param>
<param name="notificationCenterName">Name of the notification center.</param>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Create(System.String,System.String,NotificationType,System.Nullable{System.String},AlertType)">
<summary>
Creates the Notification(s).
</summary>
<inheritdoc />
<param name="title">The title.</param>
<param name="text">The text.</param>
<param name="notificationType">Type of the notification.</param>
<param name="notificationCenterName">Name of the notification center.</param>
<param name="alertType">Type of the alert.</param>
<returns>Alert Center Notification.</returns>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.CreateAlertNotification(System.String,System.String,NotificationType,System.Nullable{System.String})">
<summary>
Creates the alert notification.
</summary>
<inheritdoc />
<param name="title">The title.</param>
<param name="text">The text.</param>
<param name="notificationType">Type of the notification.</param>
<param name="notificationCenterName">Name of the notification center.</param>
<returns>Creates the alert notification.</returns>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.CreateToastNotification(System.String,System.String,NotificationType,System.Nullable{System.String})">
<summary>
Creates the toast notification.
</summary>
<inheritdoc />
<param name="title">The title.</param>
<param name="text">The text.</param>
<param name="notificationType">Type of the notification.</param>
<param name="notificationCenterName">Name of the notification center.</param>
<returns>Creates the toast notification.</returns>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Error(System.String,System.String,System.Nullable{System.String},AlertType)">
<summary>
Creates the error notification(s).
</summary>
<inheritdoc />
<param name="title">The title.</param>
<param name="text">The text.</param>
<param name="notificationCenterName">Name of the notification center.</param>
<param name="alertType">Type of the alert.</param>
<returns>Alert Center Notification.</returns>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Error(System.String,System.Nullable{System.String},AlertType)">
<inheritdoc />
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.GetLastAlertCenterNotification(System.Nullable{System.String})">
<summary>
Gets the last alert center notification.
</summary>
<inheritdoc />
<param name="notificationCenterName">Name of the notification center.</param>
<returns>Notification ofNotification of the last alert center notification.</returns>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.GetLastToastNotification(System.Nullable{System.String})">
<summary>
Gets the last toast notification.
</summary>
<inheritdoc />
<param name="notificationCenterName">Name of the notification center.</param>
<returns>Notification ofNotification of the last toast notification.</returns>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Information(System.String,System.String,System.Nullable{System.String},AlertType)">
<summary>
Creates the information notification(s).
</summary>
<inheritdoc />
<param name="title">The title.</param>
<param name="text">The text.</param>
<param name="notificationCenterName">Name of the notification center.</param>
<param name="alertType">Type of the alert.</param>
<returns>Alert Center Notification.</returns>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Information(System.String,System.Nullable{System.String},AlertType)">
<inheritdoc />
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Success(System.String,System.String,System.Nullable{System.String},AlertType)">
<summary>
Creates the success notification(s).
</summary>
<inheritdoc />
<param name="title">The title.</param>
<param name="text">The text.</param>
<param name="notificationCenterName">Name of the notification center.</param>
<param name="alertType">Type of the alert.</param>
<returns>Alert Center Notification.</returns>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Success(System.String,System.Nullable{System.String},AlertType)">
<inheritdoc />
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Warning(System.String,System.String,System.Nullable{System.String},AlertType)">
<summary>
Creates the warning notification(s).
</summary>
<inheritdoc />
<param name="title">The title.</param>
<param name="text">The text.</param>
<param name="notificationCenterName">Name of the notification center.</param>
<param name="alertType">Type of the alert.</param>
<returns>Alert Center Notification.</returns>
</member>
<member name="M:Wpf.NotificationCenter.Services.WpfNotificationService.Warning(System.String,System.Nullable{System.String},AlertType)">
<inheritdoc />
</member>
<member name="T:Wpf.NotificationCenter.NotificationCenter">
<summary> Interaction logic for NotificationCenter.xaml </summary>
Expand All @@ -530,6 +474,11 @@
<member name="E:Wpf.NotificationCenter.NotificationCenter.PropertyChanged">
<summary>
Occurs when a property value changes.
</summary>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.ButtonZIndexProperty">
<summary>
The button z index property
</summary>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.NewAlertColorProperty">
Expand Down Expand Up @@ -560,11 +509,6 @@
<member name="F:Wpf.NotificationCenter.NotificationCenter.AlertMaxWidthProperty">
<summary>
The alert maximum width property of the notification center popup.
</summary>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.ShowNotificationCenterButtonProperty">
<summary>
The show notification center button property
</summary>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.MaxNotificationsProperty">
Expand All @@ -580,6 +524,26 @@
<member name="F:Wpf.NotificationCenter.NotificationCenter.ButtonHorizontalAlignmentProperty">
<summary>
The button alignment property
</summary>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.ShowButtonInHeaderProperty">
<summary>
The show button in header property
</summary>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.ShowButtonInContentProperty">
<summary>
The show button in content property
</summary>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.ButtonVerticalAlignmentProperty">
<summary>
The button vertical alignment property
</summary>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.PopupPlacementProperty">
<summary>
The popup placement property
</summary>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.AlertMaxHeight">
Expand All @@ -600,17 +564,29 @@
</summary>
<value>The button alignment.</value>
</member>
<member name="M:Wpf.NotificationCenter.NotificationPopup.#ctor">
<member name="P:Wpf.NotificationCenter.NotificationCenter.ButtonVerticalAlignment">
<summary>
Initializes a new instance of the <see cref="T:Wpf.NotificationCenter.NotificationPopup" /> class.
Gets or sets the button vertical alignment.
</summary>
<value>The button vertical alignment.</value>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.ButtonZIndex">
<summary>
Gets or sets the index of the button z.
</summary>
<value>The index of the button z.</value>
</member>
<member name="E:Wpf.NotificationCenter.NotificationPopup.PropertyChanged">
<inheritdoc />
<summary>
Occurs when a property value changes.
</summary>
</member>
<member name="T:Wpf.NotificationCenter.NotificationPopup">
<summary> Interaction logic for NotificationPopup.xaml </summary>
<inheritdoc cref="T:System.Windows.Controls.Primitives.Popup" />
<inheritdoc cref="T:System.ComponentModel.INotifyPropertyChanged" />
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.DisplayNotes">
<summary>
Gets the toasts.
Expand All @@ -630,10 +606,11 @@
</summary>
<value>The maximum notifications.</value>
</member>
<member name="T:Wpf.NotificationCenter.NotificationPopup">
<summary> Interaction logic for NotificationPopup.xaml </summary>
<inheritdoc cref="T:System.Windows.Controls.Primitives.Popup" />
<inheritdoc cref="T:System.ComponentModel.INotifyPropertyChanged" />
<member name="M:Wpf.NotificationCenter.NotificationCenterButton.#ctor">
<inheritdoc />
<summary>
Initializes a new instance of the <see cref="T:Wpf.NotificationCenter.NotificationCenterButton" /> class.
</summary>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.NewAlertColor">
<summary>
Expand Down Expand Up @@ -665,35 +642,76 @@
</summary>
<value>The no alert icon.</value>
</member>
<member name="M:Wpf.NotificationCenter.NotificationCenterButton.#ctor">
<member name="T:Wpf.NotificationCenter.NotificationCenterButton">
<inheritdoc />
<summary>
Initializes a new instance of the <see cref="T:Wpf.NotificationCenter.NotificationCenterButton" /> class.
</summary>
<summary> Interaction logic for NotificationCenterButton.xaml </summary>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.Notifications">
<summary>
Gets the alert center notifications.
</summary>
<value>The notifications.</value>
</member>
<member name="T:Wpf.NotificationCenter.NotificationCenterButton">
<inheritdoc />
<summary> Interaction logic for NotificationCenterButton.xaml </summary>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.NotificationsVisible">
<summary>
Gets or sets a value indicating whether [notifications visible].
</summary>
<value>
<c>true</c> if [notifications visible]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.ShowNotificationCenterButton">
<member name="P:Wpf.NotificationCenter.NotificationCenter.PopupPlacement">
<summary>
Gets or sets the popup placement.
</summary>
<value>The popup placement.</value>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.PopupStaysOpenProperty">
<summary>
The popup stays open property
</summary>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.PopupStaysOpen">
<summary>
Gets or sets a value indicating whether [popup stays open].
</summary>
<value>
<c>true</c> if [popup stays open]; otherwise, <c>false</c>.</value>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.PopupHorizontalPlacementProperty">
<summary>
The popup horizontal placement property
</summary>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.PopupHorizontalPlacement">
<summary>
Gets or sets a value indicating whether [show notification center button].
Gets or sets the popup horizontal placement.
</summary>
<value>The popup horizontal placement.</value>
</member>
<member name="F:Wpf.NotificationCenter.NotificationCenter.PopupVerticalPlacementProperty">
<summary>
The popup vertical placement property
</summary>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.PopupVerticalPlacement">
<summary>
Gets or sets the popup vertical placement.
</summary>
<value>The popup vertical placement.</value>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.ShowButtonInContent">
<summary>
Gets or sets a value indicating whether [show button in content].
</summary>
<value>
<c>true</c> if [show notification center button]; otherwise, <c>false</c>.</value>
<c>true</c> if [show button in content]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.ShowButtonInHeader">
<summary>
Gets or sets a value indicating whether [show button in header].
</summary>
<value>
<c>true</c> if [show button in header]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Wpf.NotificationCenter.NotificationCenter.ToggleCommand">
<summary>
Expand All @@ -707,5 +725,10 @@
Initializes a new instance of the <see cref="T:Wpf.NotificationCenter.NotificationCenter" /> class.
</summary>
</member>
<member name="M:Wpf.NotificationCenter.NotificationPopup.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Wpf.NotificationCenter.NotificationPopup" /> class.
</summary>
</member>
</members>
</doc>
2 changes: 1 addition & 1 deletion Help/fti/FTI_100.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"description":[2,65537,131073,196609,262148,327681,393220,458753,524290,589825,655362,983041,1048577,1114113,2949121,3014657,3080193,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225922,6291457,8126465,8192001,8388609,8454145],"direction":[3,1179649,2949121,3145729,3276801,5373954],"dispose":[196609,3538949,5570561],"displaytime":[262145,6619140,8126465],"display":[262145,6619138,8126465],"displaynotes":[393217,7340036,8192001],"detected":[393218,7536641,7602177,8192002],"dll":[720897,786433,851969,917505,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969],"dependencyproperty":[1179651,1703939,1769475,1835011,1900547,1966083,2031619,2097155,2162691,2228227,2293763,2359299,2424835,2490371,2555907,2621443,2686979,2752515,2818051,2883587],"dependencyobject":[3211272,8716289],"dependencypropertychangedeventargs":[3211269],"dependency":[3211265],"data":[3211265],"dispatcher":[4653066],"double":[6356997,7143429,7208965],"datetime":[6488068],"dispatcherobject":[8716289]}
{"description":[2,65537,131073,196609,262148,327681,393220,458753,524290,589825,655362,983041,1048577,1114113,3407873,3473409,3538945,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208962,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,10092545,10158081,10354689,10420225],"direction":[3,1179649,3407873,3604481,3735553,6356994],"dispose":[196609,3997701,6553601],"displaytime":[262145,8126468,10092545],"display":[262145,8126466,10092545],"displaynotes":[393217,8978436,10158081],"detected":[393218,9175041,9240577,10158082],"dll":[720897,786433,851969,917505,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049],"dependencyproperty":[1179651,1703939,1769475,1835011,1900547,1966083,2031619,2097155,2162691,2228227,2293763,2359299,2424835,2490371,2555907,2621443,2686979,2752515,2818051,2883587,2949123,3014659,3080195,3145731,3211267,3276803,3342339],"dependencyobject":[3670024,10682369],"dependencypropertychangedeventargs":[3670021],"dependency":[3670017],"data":[3670017],"dispatcher":[5373962],"double":[7864325,8650757,8716293,9633797,9830405],"datetime":[7995396],"dispatcherobject":[10682369]}
Loading

0 comments on commit 5e6b1fb

Please sign in to comment.