PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CctBELinhaLiqDetalhe

    Classe que identifica um detalhe de uma linha de liquidação

    Inheritance
    System.Object
    CctBaseBE
    CctBELinhaLiqDetalhe
    Inherited Members
    CctBaseBE.AbvtApl
    Namespace: CctBE100
    Assembly: CctBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("36951B6E-BDAE-468C-9126-C0F29AF2D77D")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CctBELinhaLiqDetalhe : CctBaseBE

    Constructors

    CctBELinhaLiqDetalhe()

    Declaration
    public CctBELinhaLiqDetalhe()

    Properties

    Artigo

    Identifica o Artigo

    Declaration
    public string Artigo { get; set; }
    Property Value
    Type Description
    System.String

    CamposUtil

    Campos de utilizador

    Declaration
    public StdBECampos CamposUtil { get; }
    Property Value
    Type Description
    StdBECampos

    ClassEcon

    Identifica a Classe Economica

    Declaration
    public string ClassEcon { get; set; }
    Property Value
    Type Description
    System.String

    CodIva

    Identifica o iva da linha original

    Declaration
    public string CodIva { get; set; }
    Property Value
    Type Description
    System.String

    Descricao

    Descrição da Linha

    Declaration
    public string Descricao { get; set; }
    Property Value
    Type Description
    System.String

    EmModoEdicao

    Identifica se a linha está em edição

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    IdDocOrig

    Id do documento Origem

    Declaration
    public string IdDocOrig { get; set; }
    Property Value
    Type Description
    System.String

    IDLinhaLiq

    Identifica o id da linha de liquidacao

    Declaration
    public string IDLinhaLiq { get; set; }
    Property Value
    Type Description
    System.String

    IdLinhaOrig

    Identifica o id da linha original

    Declaration
    public string IdLinhaOrig { get; set; }
    Property Value
    Type Description
    System.String

    IDObra

    Identificador único da obra.

    Declaration
    public string IDObra { get; set; }
    Property Value
    Type Description
    System.String

    Index

    Indice da Linha

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    LinhaProcesso

    Identifica o numero da Linha do Processo

    Declaration
    public int LinhaProcesso { get; set; }
    Property Value
    Type Description
    System.Int32

    NumLinha

    Identifica o numero da linha

    Declaration
    public int NumLinha { get; set; }
    Property Value
    Type Description
    System.Int32

    PercDesconto

    Percentagem de desconto

    Declaration
    public double PercDesconto { get; set; }
    Property Value
    Type Description
    System.Double

    Processo

    Identifica o numero do Processo

    Declaration
    public string Processo { get; set; }
    Property Value
    Type Description
    System.String

    Quantidade

    Quantidade

    Declaration
    public double Quantidade { get; set; }
    Property Value
    Type Description
    System.Double

    Selecionado

    Linha Selecionada

    Declaration
    public bool Selecionado { get; set; }
    Property Value
    Type Description
    System.Boolean

    Unidade

    Identifica a unidade de medida

    Declaration
    public string Unidade { get; set; }
    Property Value
    Type Description
    System.String

    Valor

    Identifica o Valor

    Declaration
    public double Valor { get; set; }
    Property Value
    Type Description
    System.Double

    ValorDesconto

    Identifica o Valor do Desconto

    Declaration
    public double ValorDesconto { get; set; }
    Property Value
    Type Description
    System.Double

    ValorPendente

    Identifica o Valor Pendente

    Declaration
    public double ValorPendente { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Finalize()

    Declaration
    protected override void Finalize()