PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhaDocOrcamental

    Classe que permite o acesso à informação da Contabilidade Orçamental das Linhas dos Documentos Contabilísticos.

    Inheritance
    System.Object
    CblBaseBE
    CblBELinhaDocOrcamental
    Implements
    CblBE100.ICblBELinhaDocOrcamental
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("3C05BA0E-DCF1-4258-B232-BF0B2DA6C482")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBELinhaDocOrcamental : CblBaseBE, ICblBELinhaDocOrcamental

    Properties

    Actividade

    Identificador da Fonte de Financiamento.

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

    ClassEcon

    Identificador da Classificação Económica.

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

    ClassOrgan

    Identificador da Classificação Orgânica.

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

    ContaOrc

    Identificador da Conta de Orçamento.

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

    EntidadeParceira

    Identificador da Entidade Parceira.

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

    FonteFinanc

    Identificador da Fonte de Financiamento.

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

    ID

    Identificador único da linha.

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

    Linha

    Identificador da Linha.

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

    ProgMedida

    Identificador da ProgMedida.

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

    SujeitaDuodecimos

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

    Implements

    CblBE100.ICblBELinhaDocOrcamental