PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBECnfDocLinhaLigCBLDiario

    Classe que identifica uma linha das configurações de documentos na ligação à contabilidade dos diários.

    Inheritance
    System.Object
    CblBaseBE
    CblBECnfDocLinhaLigCBLDiario
    Implements
    CblBE100.ICblBECnfDocLinhaLigCBLDiario
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("DACB5469-8279-4C0B-85E9-BCA17CC7E632")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBECnfDocLinhaLigCBLDiario : CblBaseBE, ICblBECnfDocLinhaLigCBLDiario

    Constructors

    CblBECnfDocLinhaLigCBLDiario()

    Declaration
    public CblBECnfDocLinhaLigCBLDiario()

    Properties

    CamposUtil

    Colecção dos campos de utilizador.

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

    Diario

    Diário

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

    EmModoEdicao

    Indica se se trata de um novo registo ou de um já existente em edição.

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

    Exercicio

    Ano

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

    ID

    Identificador do documento de ligação à contabilidade.

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

    IdConfDocLigCBL

    Identificador da configuração do documento.

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

    Seccao

    Secção

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

    Serie

    Serie

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    CblBE100.ICblBECnfDocLinhaLigCBLDiario