PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhaNormasLiquidacao

    Esta classe identifica o detalhe da linha de Norma de Liquidação.

    Inheritance
    System.Object
    CblBaseBE
    CblBELinhaNormasLiquidacao
    Implements
    CblBE100.ICblBELinhaNormasLiquidacao
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("72D124A3-EB1A-4692-A1A6-0417D7DCB1E7")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBELinhaNormasLiquidacao : CblBaseBE, ICblBELinhaNormasLiquidacao

    Constructors

    CblBELinhaNormasLiquidacao()

    Declaration
    public CblBELinhaNormasLiquidacao()

    Properties

    Ano

    Ano de Trabalho

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

    CamposUtil

    Colecção de Campos de Utilizadores.

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

    Codigo

    Codigo da Norma de Liquidação

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

    Conta

    Conta

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

    ContaCompensacao

    Conta Compensaçao

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

    ElementoReceptor

    Elemento Receptor

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

    Grupo

    Grupo

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

    Linha

    Numero da Linha

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

    Percentagem

    Percentagem

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

    PeriodoFinal

    Periodo Final

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

    PeriodoInicial

    Periodo Inicial

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

    ProjectoReceptor

    Projecto

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

    TipoLancamento

    Tipo de Lançamento

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

    TipoReceptor

    Tipo de Receptor

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    CblBE100.ICblBELinhaNormasLiquidacao