PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSEventosSistema

    Serviços de eventos de sistema.

    Inheritance
    System.Object
    StdBSEventosSistema
    Implements
    IStdBSEventosSistema
    System.IDisposable
    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("A90330A2-035C-49A8-814E-CD8356BBBD24")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBSEventosSistema : IStdBSEventosSistema, IDisposable

    Methods

    AdicionaNovoEventoSistema(String, String, String, StdBETipos.EnumEventoCriticidade, Boolean)

    Adicionas the novo evento sistema.

    Declaration
    public void AdicionaNovoEventoSistema(string descricao, string mensagem, string origem, StdBETipos.EnumEventoCriticidade criticidade, bool eventoUnico)
    Parameters
    Type Name Description
    System.String descricao

    The descricao.

    System.String mensagem

    The mensagem.

    System.String origem

    The origem.

    StdBETipos.EnumEventoCriticidade criticidade

    The criticidade.

    System.Boolean eventoUnico

    if set to true [evento unico].

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

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

    InsereEventoSistema(StdBEEventoSistema)

    Insere um novo evento de sistema

    Declaration
    public void InsereEventoSistema(StdBEEventoSistema objBE)
    Parameters
    Type Name Description
    StdBEEventoSistema objBE

    Dados do evento de sistema

    Implements

    IStdBSEventosSistema
    System.IDisposable
    In This Article
    • Methods
      • AdicionaNovoEventoSistema(String, String, String, StdBETipos.EnumEventoCriticidade, Boolean)
      • Dispose()
      • Dispose(Boolean)
      • InsereEventoSistema(StdBEEventoSistema)
    • Implements