PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEEventHandler

    Classe correspondente à definição de um Event Handler.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEEventHandler
    Implements
    StdBE100.IStdBEEventHandler
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    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: StdBE100
    Assembly: StdBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("0AE9A700-77F4-471C-9DF7-19C569A2268F")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEEventHandler : StdBaseBE, IStdBEEventHandler

    Constructors

    StdBEEventHandler()

    Declaration
    public StdBEEventHandler()

    Methods

    RaiseEvento(String, StdBECampos)

    Invoca um evento.

    Declaration
    public void RaiseEvento(string strNome, StdBECampos objCampos)
    Parameters
    Type Name Description
    System.String strNome

    Nome do evento.

    StdBECampos objCampos

    Parâmetros do evento.

    Events

    Evento

    Evento.

    Declaration
    public event StdBEEventHandler.EventoHandler Evento
    Event Type
    Type Description
    StdBEEventHandler.EventoHandler

    Implements

    StdBE100.IStdBEEventHandler