PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ctlResultadosEntidades

    User control to display the result of an entity search.

    Inheritance
    System.Object
    ctlResultadosEntidades
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class ctlResultadosEntidades : UserControl

    Constructors

    ctlResultadosEntidades()

    Constructor for the 'ctlResultadosEntidades' class.

    Declaration
    public ctlResultadosEntidades()

    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.

    ShowResults(VatNumberSearchResults)

    Show the results of an Entity Search

    Declaration
    public void ShowResults(VatNumberSearchResults results)
    Parameters
    Type Name Description
    Primavera.Lithium.DataLookup.Models.VatNumberSearchResults results

    Events

    ShowEntityDetail

    Event to Show entity detail.

    Declaration
    public event ctlResultadosEntidades.ShowEntityDetailHandler ShowEntityDetail
    Event Type
    Type Description
    ctlResultadosEntidades.ShowEntityDetailHandler