Notifications Class

Interaction logic for Notifications.xaml.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class Notifications : UserControl, 
	IComponentConnector
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    UserControl    Notifications
Implements
IComponentConnector

Constructors

Notifications Constructor class.

Properties

Count Gets the number of notifications contained in the notification panel
HidePanelCommand Hide the notification panel.
PanelVisible Gets or sets a value indicating whether or not the notification panel is visible.

Methods

AddAdd notification
InitializeComponent InitializeComponent
RemoveRemove notification
TogglePanelToggle the visibility state of the notification panel

Events

HyperlinkNavigate Se produce cuando se activa la navegación de un hipervínculo asociado a una notificación
NotificationClosed Se produce cuando se cierra una notificación
NotificationNotified Se produce cuando se notifica en la interfaz de usuario una notificación
NotificationSnoozed Se produce cuando se pospone una notificación

Fields

CountProperty Identifies the dependency property Count.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also