Class StdBSRibbonNotificationControl
Inheritance
System.Object
StdBSRibbonNotificationControl
Namespace: StdPlatBS100
Assembly: StdPlatBS100.dll
Syntax
public class StdBSRibbonNotificationControl : UserControl
Constructors
StdBSRibbonNotificationControl()
Notifications and Tips ribbon control.
Declaration
public StdBSRibbonNotificationControl()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
Inicializa(StdPlatBS)
Initialize ribbon notifications control.
Declaration
public void Inicializa(StdPlatBS platform)
Parameters
Type | Name | Description |
---|---|---|
StdPlatBS | platform | Motor de plataforma |
Reset()
Reset all notifications and tips
Declaration
public void Reset()
SetNotificationTipUnread(StdBETipos.TipoNotificacao)
Set new notification unread
Declaration
public void SetNotificationTipUnread(StdBETipos.TipoNotificacao _type)
Parameters
Type | Name | Description |
---|---|---|
StdBETipos.TipoNotificacao | _type | Notification type |
UpdateCounters(Int32, Int32)
Update notifcations and tips couters
Declaration
public void UpdateCounters(int notifications = -1, int tips = -1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | notifications | Total notifications |
System.Int32 | tips | Total tips |