PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSAlertNotification

    Standard alerts notifications in platform.

    Inheritance
    System.Object
    StdBSBaseService
    StdBSAlertNotification
    Implements
    System.IDisposable
    Inherited Members
    StdBSBaseService.m_objBSO
    StdBSBaseService.BSO
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBS100.ServiceClasses
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSAlertNotification : StdBSBaseService, IDisposable

    Constructors

    StdBSAlertNotification()

    Initializes a new instance of the StdBSAlertNotification class.

    Declaration
    public StdBSAlertNotification()

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    ShowAlert(StdBENotificacao, Form)

    Shows the alert.

    Declaration
    public void ShowAlert(StdBENotificacao notificacao, Form parent)
    Parameters
    Type Name Description
    StdBENotificacao notificacao

    The notificacao.

    System.Windows.Forms.Form parent

    Parent form.

    ShowAlertCritical(String, String)

    Shows the alert critical.

    Declaration
    public void ShowAlertCritical(string Title, string Message)
    Parameters
    Type Name Description
    System.String Title

    The title.

    System.String Message

    The message.

    ShowAlertInformation(String, String)

    Shows the alert information.

    Declaration
    public void ShowAlertInformation(string Title, string Message)
    Parameters
    Type Name Description
    System.String Title

    The title.

    System.String Message

    The message.

    ShowAlertMessage(String, String)

    Shows the alert message.

    Declaration
    public void ShowAlertMessage(string Title, string Message)
    Parameters
    Type Name Description
    System.String Title

    The title.

    System.String Message

    The message.

    ShowAlertSuccess(String, String)

    Shows the alert success.

    Declaration
    public void ShowAlertSuccess(string Title, string Message)
    Parameters
    Type Name Description
    System.String Title

    The title.

    System.String Message

    The message.

    ShowCustomAlert(String, String, Image, Form)

    Shows the custom alert.

    Declaration
    public void ShowCustomAlert(string title, string message, Image icon, Form parent)
    Parameters
    Type Name Description
    System.String title

    The title.

    System.String message

    The message.

    System.Drawing.Image icon

    The icon.

    System.Windows.Forms.Form parent

    The parent.

    Events

    AlertNotificationClick

    Occurs when [alert notification].

    Declaration
    public event StdBSAlertNotification.AlertNotificationHandler AlertNotificationClick
    Event Type
    Type Description
    StdBSAlertNotification.AlertNotificationHandler

    Implements

    System.IDisposable