PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ctlDetalheEntidade

    User control to display the entity detail.

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

    Constructors

    ctlDetalheEntidade()

    Constructor for the 'ctlDetalheEntidade' class.

    Declaration
    public ctlDetalheEntidade()

    Properties

    BSO

    Business object (platform) object.

    Declaration
    public StdPlatBS BSO { get; set; }
    Property Value
    Type Description
    StdPlatBS

    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.

    ShowEntityDetail(String, VatNumberOwnerInfo, List<String>)

    Declaration
    public void ShowEntityDetail(string taxId, VatNumberOwnerInfo info, List<string> highlightedProperties)
    Parameters
    Type Name Description
    System.String taxId
    Primavera.Lithium.DataLookup.Models.VatNumberOwnerInfo info
    System.Collections.Generic.List<System.String> highlightedProperties

    Events

    GoBack

    Event to go back to previous page

    Declaration
    public event ctlDetalheEntidade.GoBackHandler GoBack
    Event Type
    Type Description
    ctlDetalheEntidade.GoBackHandler