PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class OrcBEOrcamento

    Inheritance
    System.Object
    OrcBaseBE
    OrcBEOrcamento
    Inherited Members
    OrcBaseBE.AbvtApl
    Namespace: OrcBE100
    Assembly: OrcBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("85CC13AE-CC9E-4B6E-8ECA-BDB480E64BF8")]
    [ClassInterface(ClassInterfaceType.None)]
    public class OrcBEOrcamento : OrcBaseBE

    Constructors

    OrcBEOrcamento()

    Declaration
    public OrcBEOrcamento()

    Properties

    Actividade

    Identificador do Plano de Actividades.

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

    Ano

    Identificador do Ano.

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

    CamposUtil

    Campos de utilizador associados à entidade.

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

    ChaveLog

    Chave/s do objectoPublic

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

    ClassEcon

    Identificador da Classe Económica.

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

    ClassOrgan

    Identificador da Classe Orgânica.

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

    Conta

    Identificador do Plano de Contas.

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

    EmModoEdicao

    Permite indicar se é uma nova entidade ou existente para atualização.

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

    EstadoBE

    EstadoBE

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

    Fonte

    Identificador da Fonte de Financiamento

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

    ProgMedida

    Identificador do Programa/Medidas.

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

    SujeitaDuodecimos

    Validação dos Duodécimos.

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

    TipoLancamento

    Identificador do Tipo de Lançamento.

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

    TipoOrc

    Identificador do tipo de Orçamento (D/R)

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    GetMes(Int32)

    Colecção dos Meses.

    Declaration
    public decimal GetMes(int Indice)
    Parameters
    Type Name Description
    System.Int32 Indice
    Returns
    Type Description
    System.Decimal

    SetMes(Int32, Decimal)

    Declaration
    public void SetMes(int Indice, decimal value)
    Parameters
    Type Name Description
    System.Int32 Indice
    System.Decimal value