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 |
---|---|
Std |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System. |
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. |
taxId | |
Primavera. |
info | |
System. |
highlightedProperties |
Events
GoBack
Event to go back to previous page
Declaration
public event ctlDetalheEntidade.GoBackHandler GoBack
Event Type
Type | Description |
---|---|
ctl |