PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSPreferenciasMonitorNegocio

    Preferências do monitor de negócio.

    Inheritance
    System.Object
    StdBSBaseSettingsControl
    StdBSPreferenciasMonitorNegocio
    Inherited Members
    StdBSBaseSettingsControl.Plataforma
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSPreferenciasMonitorNegocio : StdBSBaseSettingsControl

    Constructors

    StdBSPreferenciasMonitorNegocio()

    Initializes a new instance of the StdBSPreferenciasMonitorNegocio class.

    Declaration
    public StdBSPreferenciasMonitorNegocio()

    Fields

    cboFormatoEmailNotificacoes

    Declaration
    public ComboBox cboFormatoEmailNotificacoes
    Field Value
    Type Description
    System.Windows.Forms.ComboBox

    cboTempoAlertas

    Declaration
    public ComboBox cboTempoAlertas
    Field Value
    Type Description
    System.Windows.Forms.ComboBox

    chkLimitaNumMaxRegistos

    Declaration
    public CheckBox chkLimitaNumMaxRegistos
    Field Value
    Type Description
    System.Windows.Forms.CheckBox

    chkLimiteAlertas

    Declaration
    public CheckBox chkLimiteAlertas
    Field Value
    Type Description
    System.Windows.Forms.CheckBox

    chkMarcarAlertasLidosAuto

    Declaration
    public CheckBox chkMarcarAlertasLidosAuto
    Field Value
    Type Description
    System.Windows.Forms.CheckBox

    chkMostrarNotificacoes

    Declaration
    public CheckBox chkMostrarNotificacoes
    Field Value
    Type Description
    System.Windows.Forms.CheckBox

    lblFormatoEmailNotificacoes

    Declaration
    public Label lblFormatoEmailNotificacoes
    Field Value
    Type Description
    System.Windows.Forms.Label

    lblSegs

    Declaration
    public Label lblSegs
    Field Value
    Type Description
    System.Windows.Forms.Label

    stdIntervalorAlertasLidos

    Declaration
    public STDMaskNum stdIntervalorAlertasLidos
    Field Value
    Type Description
    STDMaskNumCtl.STDMaskNum

    stdLimiteTemporalAlertas

    Declaration
    public STDMaskNum stdLimiteTemporalAlertas
    Field Value
    Type Description
    STDMaskNumCtl.STDMaskNum

    stdNumRegistosGraficos

    Declaration
    public STDMaskNum stdNumRegistosGraficos
    Field Value
    Type Description
    STDMaskNumCtl.STDMaskNum

    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.

    Grava()

    Gravas this instance.

    Declaration
    public override void Grava()
    Overrides
    StdBSBaseSettingsControl.Grava()

    Inicializa(StdPlatBS)

    Inicializas the specified plataforma.

    Declaration
    public override void Inicializa(StdPlatBS plataforma)
    Parameters
    Type Name Description
    StdPlatBS plataforma

    The plataforma.

    Overrides
    StdBSBaseSettingsControl.Inicializa(StdPlatBS)

    See Also

    StdBSBaseSettingsControl