Class CblBEDocumentoLiqCustos
Classe que encapsula a definição de um documento processado pela liquidação de custos
Implements
CblBE100.ICblBEDocumentoLiqCustos
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("E0A9E575-0BC0-4CF1-92E5-BEA356F6D4CA")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEDocumentoLiqCustos : CblBaseBE, ICblBEDocumentoLiqCustos
Constructors
CblBEDocumentoLiqCustos()
Declaration
public CblBEDocumentoLiqCustos()
Properties
CamposUtil
Colecção de campos de utilizador
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
IDCabecDocLiq
Identificador do cabeçalho da liquidação
Declaration
public string IDCabecDocLiq { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDCabecMovCBL
Identificador do cabeçalho do documento gerado
Declaration
public string IDCabecMovCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDiario
Número do diário
Declaration
public int NumDiario { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumDoc
Número do documento
Declaration
public int NumDoc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBEDocumentoLiqCustos