PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class OrcBETransferenciaClassif

    Inheritance
    System.Object
    OrcBaseBE
    OrcBETransferenciaClassif
    Inherited Members
    OrcBaseBE.AbvtApl
    Namespace: OrcBE100
    Assembly: OrcBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("A57CF82A-964C-49CC-9AC9-438C260EC43F")]
    [ClassInterface(ClassInterfaceType.None)]
    public class OrcBETransferenciaClassif : OrcBaseBE

    Constructors

    OrcBETransferenciaClassif()

    Declaration
    public OrcBETransferenciaClassif()

    Properties

    Actividade

    Identificador da actividade.

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

    CamposUtil

    Campos de utilizador associados à entidade.

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

    ChaveLog

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

    Conta

    Identificador da conta orçamental.

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

    Economica

    Identificador da classificação económica.

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

    ElementoPEP

    Identificador do elemento PEP.

    Declaration
    public string ElementoPEP { 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

    Fonte

    Identificador da fonte de financiamento.

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

    NovaActividade

    Identificador da actividade.

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

    NovaConta

    Identificador da conta orçamental.

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

    NovaEconomica

    Identificador da classificação económica.

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

    NovaFonte

    Identificador da fonte de financiamento.

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

    NovaOrganica

    Identificador da classificação orgância.

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

    NovoElementoPEP

    Identificador do elemento PEP.

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

    NovoPrograma

    Identificador do programa/medida.

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

    NovoProjecto

    Identificador do projecto.

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

    Organica

    Identificador da classificação orgância.

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

    Programa

    Identificador do programa/medida.

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

    Projecto

    Identificador do projecto.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()