PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CctBELinhaRemessaBanc

    Linha de uma remessa bancária.

    Inheritance
    System.Object
    CctBaseBE
    CctBELinhaRemessaBanc
    Inherited Members
    CctBaseBE.AbvtApl
    Namespace: CctBE100
    Assembly: CctBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("F2B1E74A-7A6D-4612-A0B4-D772010564F3")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CctBELinhaRemessaBanc : CctBaseBE

    Constructors

    CctBELinhaRemessaBanc()

    Declaration
    public CctBELinhaRemessaBanc()

    Properties

    Cambio

    Câmbio do Documento de Origem.

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

    CambioMAlt

    Câmbio da moeda alternativa.

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

    CambioMBase

    Câmbio da moeda base.

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

    CamposUtil

    Colecção de Campos de Utilizador.

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

    ContaDomiciliacao

    Código da conta de domiciliação da entidade.

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

    CorreccaoMonetaria

    Correcção Monetária.

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

    DataDoc

    Data do documento.

    Declaration
    public DateTime DataDoc { get; set; }
    Property Value
    Type Description
    System.DateTime

    DataVenc

    Data de Vencimento.

    Declaration
    public DateTime DataVenc { get; set; }
    Property Value
    Type Description
    System.DateTime

    DifArredondamentoMAlt

    Valor das diferenças de arredondamento na moeda alternativa.

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

    Entidade

    Entidade

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

    Estado

    Estado do Pendente.

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

    Filial

    Código da Filial.

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

    ID

    ID

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

    IDHistorico

    Id da tabela historico do documento transferido

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

    IdMovCBLOrig

    Identificador do movimento original da contabilidade.

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

    IDObra

    Identificador único da obra.

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

    LinhasDetalhe

    Linhas de detalhe

    Declaration
    public CctBELinhasLiqDetalhe LinhasDetalhe { get; set; }
    Property Value
    Type Description
    CctBELinhasLiqDetalhe

    Mandato

    Mandato (SEPA)

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

    Modulo

    Módulo (M - Contas Correntes, C - Compras, V - Vendas).

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

    Moeda

    Moeda do Documento Original.

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

    MoedaDaUEM

    Indica se a Moeda do Documento de Origem pertence à UEM.

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

    NumDoc

    Número do Documento Origem.

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

    NumDocInt

    Número do Documento Interno.

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

    NumPrestacao

    Número de Prestação do Documento.

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

    NumTransferencia

    Numero da Transferência.

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

    PendenteGerado

    Indica se o foi Gerado o Pendente.

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

    Serie

    Serie.

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

    TipoConta

    Tipo de Conta.

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

    Tipodoc

    Tipo de Documento Original.

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

    TipoEntidade

    Tipo Entidade

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

    ValorDescMoedaOrig

    Valor Descontado na Moeda Original

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

    ValorDesconto

    Valor de Desconto

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

    ValorOrig

    Valor Original.

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

    ValorRec

    Valor recebido.

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

    ValorRetencao

    Indica o total de retenção.

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

    ValorRetencaoGarantia

    Valor da Retenção de Garantia Transferido

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

    ValorRetencaoGarantiaPendente

    Valor da Retenção de Garantia que fica Pendente

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

    ValorRetencaoPendente

    Valor da Retenção que fica Pendente

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

    ValorRetGarTransfMoedaOrig

    Valor de retenção de garantia transferido na moeda original.

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

    ValorRetTransfMoedaOrig

    Valor de retenção na fonte transferido na moeda original.

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

    WBSItem

    Identificador do item WBS do Projecto.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()