PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSNotificacoes

    Classe utilizada para obter serviços e regras de negócio sobre Notificações.

    Inheritance
    System.Object
    StdBSNotificacoes
    Implements
    IStdBSNotificacoes
    Inherited Members
    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
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("607B212E-9DF2-4B61-BE73-9226907DDCB3")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBSNotificacoes : IStdBSNotificacoes

    Properties

    HandlerNotificacoes

    Handler das Notificações

    Declaration
    public object HandlerNotificacoes { get; set; }
    Property Value
    Type Description
    System.Object

    ModoModal

    Modo Modal.

    Declaration
    public bool ModoModal { set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    AbreConfiguracao()

    Abre a configuração.

    Declaration
    public void AbreConfiguracao()

    AbreNotificacoes(Boolean)

    Abre as notificações.

    Declaration
    public void AbreNotificacoes(bool blnSilencioso = true)
    Parameters
    Type Name Description
    System.Boolean blnSilencioso

    Indica o Modo Silêncioso.

    FechaNotificacoes(Boolean)

    Fecha as notificações

    Declaration
    public void FechaNotificacoes(bool blnUnload = true)
    Parameters
    Type Name Description
    System.Boolean blnUnload

    Indica se faz o Unload.

    Finalize()

    Finalizes an instance of the StdBSNotificacoes class.

    Declaration
    protected void Finalize()

    Implements

    IStdBSNotificacoes